Comment 21 for bug 178442

Revision history for this message
Windsor Schmidt (winferno) wrote : Re: Pulseaudio fails to initialize Audiophile 2496

The manual module loading <a href="https://tango.0pointer.de/pipermail/pulseaudio-discuss/2008-January/001240.html">work-around</a> mentioned by Tom Kiesel above works for me EXCEPT that I had to change the line where the default sink is selected, as the newline seems to be in the wrong place, separating that line from the next.

I changed:

set-default-sink
delta_out set-default-source delta_in

to:

set-default-sink delta_out
set-default-source delta_in

That fixed my problem and Pulse + my Delta 44 are working fine now. I hope this helps someone.