<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 25, 2015 at 12:33 PM, Claude Heiland-Allen <span dir="ltr"><<a href="mailto:claude@mathr.co.uk" target="_blank">claude@mathr.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 25/01/15 10:18, Alexandros Drymonitis wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
and obviously there's no /dev/dsp<br>
</blockquote>
<br></span>
Depends on the specific versions on your rPi, but try:<br>
<br>
add 'snd_pcm_oss' to '/etc/modules' to make it work after reboot<br>
'modprobe snd_pcm_oss' to make it work before rebooting<br>
<a href="http://www.raspberrypi.org/forums/viewtopic.php?f=38&t=15253" target="_blank">http://www.raspberrypi.org/<u></u>forums/viewtopic.php?f=38&t=<u></u>15253</a><br>
<br>
or try:<br>
<br>
install 'alsa-oss' if you haven't already got it<br>
run 'aoss pd' instead of 'pd'<br>
<a href="https://help.ubuntu.com/community/alsa-oss" target="_blank">https://help.ubuntu.com/<u></u>community/alsa-oss</a><br></blockquote><div>This last one did it! Launching Pd with -oss won't work (it can't find /dev/dsp), but launching it like you suggest "aoss /usr/local/bin/pd" outputs audio properly.<br><br></div><div>Thanks </div></div></div></div>