how to tell what is using sound card

2002-03-12 Thread dbrett
I was trying to get realaudio to work. It reported another device was using the sound card. How do find out what applications are using the sound card. I tried ps and could not find out with this application david ___ Redhat-list mailing list

RE: how to tell what is using sound card

2002-03-12 Thread Ryan Speed
`fuser /dev/dsp` will work (if /dev/dsp is your sound device). ryan :-Original Message- :From: [EMAIL PROTECTED] :[mailto:[EMAIL PROTECTED]] On Behalf Of dbrett :Sent: March 12, 2002 5:04 AM :To: [EMAIL PROTECTED] :Subject: how to tell what is using sound card : : :I was trying to get

Re: how to tell what is using sound card

2002-03-12 Thread gott
Hi ! I tried ps and could not find out with this application Maybe you could try 'ps aux' This lists *all* running processes! btw: try 'man ps' to get some more details! good luck :-) greetings philipp ___ Redhat-list mailing list [EMAIL

Re: how to tell what is using sound card

2002-03-12 Thread dbrett
Should have been more clear. I tried ps -auxwf and then the man pages :) david On Tue, 12 Mar 2002, gott wrote: Hi ! I tried ps and could not find out with this application Maybe you could try 'ps aux' This lists *all* running processes! btw: try 'man ps' to get some more details!

RE: how to tell what is using sound card

2002-03-12 Thread dbrett
PROTECTED] :Subject: how to tell what is using sound card : : :I was trying to get realaudio to work. It reported another :device was using the sound card. How do find out what :applications are using the sound card. I tried ps and could :not find out with this application : :david

Re: how to tell what is using sound card

2002-03-12 Thread Trevor Hamm
On Tue, 2002-03-12 at 07:03, dbrett wrote: I was trying to get realaudio to work. It reported another device was using the sound card. How do find out what applications are using the sound card. I tried ps and could not find out with this application david fuser /dev/dsp However, if