[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sound module stuck



David H. Clymer wrote:

woody:~# lsmod
Module                  Size  Used by    Not tainted
es1370 28912 2
woody:~# rmmod es1370
es1370: Device or resource busy

woody:~# fuser /dev/dsp
/dev/dsp:            10114
woody:~# ps aux |grep 10114
david    10114  0.0  0.3  3132 1856 ?        S    Dec12   0:04 esd
-nobeeps
root     11702  0.0  0.0  1340  476 pts/1    S    13:13   0:00 grep
10114

woody:~# kill 10114
woody:~# fuser /dev/dsp
woody:~# lsmod
Module                  Size  Used by    Not tainted
es1370 28912 1 woody:~# rmmod es1370
es1370: Device or resource busy

any idea what might be using that module?


I would look through the output of "ps ax" for anything that looks like sound-related stuff.

Kent




Reply to: