Results 1 to 3 of 3
Thanks in advance for your help--this is quite frustrating. I have recompiled my kernel to include module unloading yet STILL this error persists:
#lsmod | grep acx_pci
acx_pci 145188
# ...
- 05-29-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 2
Rmmod problems
Thanks in advance for your help--this is quite frustrating. I have recompiled my kernel to include module unloading yet STILL this error persists:
#lsmod | grep acx_pci
acx_pci 145188
# rmmod acx_pci
FATAL: Kernel does not have unload support.
Here is a excerpt from my kernel .config:
...
CONFIG_MODULES=y
CONFIG_MODULES_UNLOAD=y
CONFIG_OBSOLETE_MODPARAM=y
#CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
...
What is going on here? If anyone has any idea please let me know! Thank you.
[/code]
- 05-30-2005 #2Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
did you make sure to update your bootloader and copy the kernel to your boot partition after recompiling the kernel? E.g., if you use lilo, to run /sbin/lilo ?
Operating System: GNU Emacs
- 05-30-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 2
I think so
Yes, I double checked that I was running the new kernel.


Reply With Quote
