LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How can i force unload a module that is busy (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-force-unload-a-module-that-is-busy-305093/)

Doomhammer 03-23-2005 10:32 AM

How can i force unload a module that is busy
 
Running Redhat 8 with 2.4-22 kernel.

Im having sound problems when i play a short sound, beep.wav in loop. The problem is that im loosing the sound. Im trying to unload ac97_codec with the command rmmod ac97_codec bu i get the message ressource busy... so is there a command to force unload the module please.

mlangdn 03-23-2005 01:25 PM

Re: How can i force unload a module that is busy
 
Quote:

Originally posted by Doomhammer
Running Redhat 8 with 2.4-22 kernel.

Im having sound problems when i play a short sound, beep.wav in loop. The problem is that im loosing the sound. Im trying to unload ac97_codec with the command rmmod ac97_codec bu i get the message ressource busy... so is there a command to force unload the module please.

ac97_codec is a dependency, not the module. The sound module would be es1371 (at least for me using a soundblaster card). You have to remove the module for your card. If you don't know it, look in /lib/modules/2.4-22/kernel/sound.


All times are GMT -5. The time now is 08:14 PM.