9 Sep
2003
9 Sep
'03
16:58
mark bannister wrote:
Try first a "depmod -a". If this doesn't work, try to use the full path to the module after insmod.
# insmod -v /lib/modules/2.xxxx/.../parport.o
Thanks -a doesn't seem to be a valid option.
# depmod -a
???
<snip> Err...ok I can't read.. OK, did depmod -a then insmod with full path to parport.o and -v. It returned : Symbol version prefix '' Insmod: a module named parport already exists
Look with # lsmod if it is already loaded. Maybe it is the old Module, You can unload Modules with rmmod # rmmod module -- Andreas