PulseAudio on OpenWRT with MPD and other Stuff: Difference between revisions
Line 42: | Line 42: | ||
chmod: /dev/mixer: No such file or directory | chmod: /dev/mixer: No such file or directory | ||
chmod: /dev/dsp: No such file or directory | chmod: /dev/dsp: No such file or directory | ||
</syntaxhighlight>Will this fix it (spoiler alert, NO, so like Frankie said "don't do it")?: opkg install gst1-mod-dv<ins>dsp</ins>u gst1-mod-audiomixer (a bunch of dependencies would be installed too). We'll get to the fix later, let's focus on the "Show Stopper" | </syntaxhighlight>Will this fix it (spoiler alert, NO, so like Frankie said "don't do it")?: opkg install gst1-mod-dv<ins>dsp</ins>u gst1-mod-audiomixer (a bunch of dependencies would be installed too). We'll get to the fix later, let's focus on the "Show Stopper". Just kidding, fix is below; | ||
* ...just make sure the Audio Device is plugged in. | |||
=====The "Show Stopper" for PulseAudio===== | =====The "Show Stopper" for PulseAudio===== |