On Tuesday, November 08, 2011 12:34:51 PM Todd Lyons wrote:

> Something is likely grabbing the /dev/dsp before the sound daemon can.
>  Typical culprit for me was gaim (pidgin) grabbing /dev/dsp before
> pulse (the gnome sound daemon, can't remember what the kde one is
> called).  Then all apps which attempt to use pulse no longer played
> while gaim made it's array of sounds.  I'd do an lsof and see if any
> app other than your sound daemon has /dev/dsp (or some sound related
> device) open.

Thanks, Todd.  It took me until now to respond because between Tuesday and 
today sound was working.  This morning it wasn't.

Here's the relevant output; it looks the same to me:

<snip>
when sound works:

jlasman@linux-7r8f:~$ lsof | grep dsp
pulseaudi  3982          jlasman  mem       REG              253,0    77672  
3414688 /usr/lib64/libspeexdsp.so.1.5.0
alsa-sink  3982  3996    jlasman  mem       REG              253,0    77672  
3414688 /usr/lib64/libspeexdsp.so.1.5.0
alsa-sour  3982  3998    jlasman  mem       REG              253,0    77672  
3414688 /usr/lib64/libspeexdsp.so.1.5.0
jlasman@linux-7r8f:~$ 


when sound doesn't work:

jlasman@linux-7r8f:~$ lsof | grep dsp
pulseaudi  3982          jlasman  mem       REG              253,0     77672   
3414688 /usr/lib64/libspeexdsp.so.1.5.0
alsa-sink  3982  3996    jlasman  mem       REG              253,0     77672   
3414688 /usr/lib64/libspeexdsp.so.1.5.0
alsa-sour  3982  3998    jlasman  mem       REG              253,0     77672   
3414688 /usr/lib64/libspeexdsp.so.1.5.0
jlasman@linux-7r8f:~$ 
</snip>

D don't see a difference.  Is there something else I should specifically be 
looking for?

Thanks.

Jeff
-- 
NoBaloney Jeff
Post Office Box 52200, Riverside, CA  92517
Our jplists address used on lists is for list email only
Phone +1 909 266-9209, or see: "http://www.nobaloney.net/contactus.html";
_______________________________________________
LinuxUsers mailing list
LinuxUsers@socallinux.org
http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers

Reply via email to