From: frank m. h. <fm...@st...> - 2002-06-27 22:50:43
|
On Thu, 27 Jun 2002, Mitchell Ferschweiler wrote: > When I do an insmod (or modprobe) it returns the following: > > Symbol version prefix '' > Using /lib/modules/2.4.10-4GB/misc/tnt4882.o > /lib/modules/2.4.10-4GB/misc/tnt4882.o: init_module: Operation not > permitted > Hint: insmod errors can be caused by incorrect module parameters, > including invalid IO or IRQ parameters > > Mitchell > The only thing that could cause the init_module to fail is if the release code for your pcmcia modules don't match the value in the header files you compiled against. Apparently, this has been a problem with Suse and RedHat in the past. You can disable the check ( it's in the init_ni_gpib_cs() function in drivers/tnt4882/tnt4882_cs.c ) or compile your own kernel so you know the release code is consistent. Frank |