Ralph Winslow wrote:
> 
> When on Sat, 21 Oct 2000, Mircea Luca wrote, I replied:
> 
> This was the result:
> 
> root@rjw# insmod  -f 3c90x.o
> Warning: kernel-module version mismatch
>         3c90x.o was compiled for kernel version 2.2.16-storm-ide
>         while this kernel is version 2.2.16-storm
> 
> 3c90x.o: init_module: Device or resource busy
> Hint: this error can be caused by incorrect module parameters, including invalid IO 
>or IRQ parameters
> 

Hmm is this a PCI card ? PCI cards ususally don't need any irq ,io
options.

If no you may have to specify the irq and io .
i don't know how to actually do it manually,I always used modconf to do
that.I'm not sure tough if modconf will force install a module since I
always compiled the proper modules for the running kernel.

 One option I've used once(like 2 years ago for a AMD NICcard) was
looking like this(using your module)

modprobe 3c90x irq=9  

Also not sure if it works for a module not compiled for the running
kernel.

Sorry but I don't use modules compiled for a different kernel. 

-- 
The best way to escape from a problem is to solve it. 
     Alan Saporta 
My waste of cyberspace=
http://deepblue.dyndns.org :-)


_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to