On Thu, 12 Oct 2000, Alessandro Coppelli wrote:

>  Hi to all.
> 
>   This is the problem : I have installed RH6.2 . Then I try to config
> 
>   network card with linuxconf:
> 
>           IP.. Netmask.. and Driver .
> 
> I have EZ-3200P+ PCI ( for this I have installed ne2k-pci )
> 
>  but there is a problem in boot :
> 
>                      FAILED in boot load
> 
>   I try to use insmod /lib/modules/2.2.14/net/ne2k-pci.o but
> 
>    there are these messages
> 
>  Unresolved symbol :      ei_open
>  Unresolved symbol :      etherdv_init
>   Unresolved symbol :      ei_interrupt
>  Unresolved symbol :      NS8390_init
>   Unresolved symbol :      ei_close
> 
> 
>  Where is the problem ( I have used linuxconf ) . When I try to insert
> other
> 
>  driver ( smc 3com .. ) I obtain always the above errors.
> 
> 
>  Alessandro
> 
> 
This  usualy happens when you need another module loaded first, before the
module you are trying to load will work.  Try using:
modprobe ne2k-pci

Also, you do not normaly want to specify the path when loading
modules.  If you just give the module name, insmod or modprobe will use
the correct path for the running kernel.  The only time you will want to
use a path with insmod is when you are loading modules that were not
compiled with the kernel, and are in a non-standard location.  Also, when
using modprobe, DO NOT put the .o at the end of the module name, or
modprobe will fail.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to