download galileo-1.2.img from <galileodebian.sourceforge.net>
used rpi-sd-card-builder to dd the image to the card.
something like:
screen /dev/tty.PL2303-0000103D 115200
username: root password: root
!!! not the same as the website!
dpkg-reconfigure tzdata
apt-get install locales
apt-get update
apt-get dist-upgrade
— broke the install...
http://sourceforge.net/p/galileodebian/wiki/SetupSDCard/
Need to run this line to patch libpthread in place:
for i in `/usr/bin/find /lib -type f -name \*pthread\*so`; do cp ${i} ${i}.bak; sed -i "s/\xf0\x0f\xb1\x8b/\x90\x0f\xb1\x8b/g" ${i}; done
totally insane.
apt-get install alsa-base alsa-utils
The alsa-base.conf file forces snd-usb-audio from being loaded in slot 0 so it’s hard to get to! just comment out the line.
# options snd-usb-audio index=-2
apt-get install pd
pd -nogui -outchannels 2 -inchannels 1 -verbose -listdev test.pd