NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
remove a module entirely from the kernelHi, I'm having problems to update a module (fglrx), I'm trying to install an update but the old module it doesn't erase from the kernel, first I unistalled the deb packages, then use modprode and after I used lsmod and it doesn't show but after reboot I did a lsmod and it still there, could you tell me the correct way to eliminate that module? thanks |
Re: remove a module entirely from the kernel
I think basically you don't want old one to load right?
You can blacklist that module so that it doesn't load. Its already installed so removing the deb package may not help. (/etc/modprobe.d/blacklist is the file to put the name in). However the module shall still be there. (You could remove it if thats what you want)