back tweaking the raspberry pi and trying to understand debian, i’m encountering weird problems …
here’s what i’ve gathered:
-
booting into the desktop and autostarting serialoscd and pure data via ./.config/lxsession/LXDE-pi/autostart seems to work
-
using crontab -e to do the same neither works in desktop nor in command-line (– is that what it’s called when you’re not booting into the desktop?). it appears that serialoscd isn’t (correctly) launched. if i try to launch it manually after approaching this route, i get a “segmentation fault” error
i have absolutely no clue about this stuff!
it’s frustrating…
edit: to elaborate – in my croontab-thingy i’ve put the line
@reboot /home/pi/bin/script_pd
my script_pd has this:
sleep 5
serialoscd &
sleep 5
sudo pd-l2ork -nogui -mididev 1 /home/pi/Desktop/share/mainboot.pd
tried it with and without sleeps, tried it with various constellations of “&” – nothing seems to work. the weird thing is: if i run the script from the console manually (/home/pi/bin/script_pd), it starts and the monome is even found.