On Tue, Jan 08, 2008 at 10:23:16PM +0530, Ramkumar R wrote:
> I'm unable to unload one of my kernel modules because it's busy... it's not
> being used by any other kernel modules... how do I find out which program is
> using it instead? I want to free it and unload it.
sudo "lsof | grep /dev/snd"
I'm unable to unload one of my kernel modules because it's busy... it's not
being used by any other kernel modules... how do I find out which program is
using it instead? I want to free it and unload it.
-
Check out the new Sou