Hello,<br><br>I have a problem in starting pulseaudio with my EMU-0404USB after a recent upgrade from Fedora9 to Fedora10.<br><br>It seems that pulseaudio cannot set some hw parameters to my card as follows. It fails to startup with default configuration which uses HAL so I override the <a href="http://default.pa">default.pa</a> config file to force a load of module-alsa-sink with plughw:0,0. However it doesn't help.<br>
<br>$ pulseaudio <br>I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.<br>I: caps.c: Dropping root privileges.<br>I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.<br>E: alsa-util.c: Failed to set hardware parameters on plughw:0,0: Operation not permitted<br>
E: module.c: Failed to load module "module-alsa-sink" (argument: "device=plughw:0,0"): initialization failed.<br>E: main.c: Module load failed.<br>E: main.c: Failed to initialize daemon.<br><br>However the same device (plughw:0,0) works fine when I use aplay. Any clues? Thanks!<br>
<br>$ aplay -v -D plughw:0,0 Track01.wav<br>Playing WAVE 'Track01.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo<br>Plug PCM: Linear conversion PCM (S24_3LE)<br>Its setup is:<br> stream : PLAYBACK<br>
access : RW_INTERLEAVED<br> format : S16_LE<br> subformat : STD<br> channels : 2<br> rate : 44100<br> exact rate : 44100 (44100/1)<br> msbits : 16<br> buffer_size : 22050<br> period_size : 5513<br>
period_time : 125011<br> tstamp_mode : NONE<br> period_step : 1<br> avail_min : 5513<br> period_event : 0<br> start_threshold : 22050<br> stop_threshold : 22050<br> silence_threshold: 0<br> silence_size : 0<br>
boundary : 6206523236469964800<br>Slave: Hardware PCM card 0 'E-MU 0404 | USB' device 0 subdevice 0<br>Its setup is:<br> stream : PLAYBACK<br> access : MMAP_INTERLEAVED<br> format : S24_3LE<br>
subformat : STD<br> channels : 2<br> rate : 44100<br> exact rate : 44100 (44100/1)<br> msbits : 24<br> buffer_size : 22050<br> period_size : 5513<br> period_time : 125011<br> tstamp_mode : NONE<br>
period_step : 1<br> avail_min : 5513<br> period_event : 0<br> start_threshold : 22050<br> stop_threshold : 22050<br> silence_threshold: 0<br> silence_size : 0<br> boundary : 6206523236469964800<br><br>
Cheers,<br>Kaworu<br>