Re: Question about a module ne

2000-06-06 Thread Jens B. Jorgensen
This happens because the ne modules relies on the 8390 module. It's best to use modprobe instead of insmod since it will resolve these dependencies for you. Alternatively, you can just first say 'insmod 8390' and then your insmod line. If you were trying to setup this card during installation of t

Re: Question about a module ne

2000-06-06 Thread Ron Flory
paul wrote: > > > I am new to linux and i am installing my ne200 compatible net card. I > > dont know how to enter the parameters for this module to work. I have > > tried > > insmod ne i/o=0x280 irqval=11 > > but have not worked. > > Thanks for the help > > > > According to the Ethernet-HOWTO,

Re: Question about a module ne

2000-06-06 Thread Ron Flory
"S enz Vargas Juan Carlos" wrote: > > Yes, i have also used that: insmod ne io=0x280 irq=11 > and the error message is: > /lib/modules/2.2.12/net/ne.o: unresolved symbol ei_open > /lib/modules/2.2.12/net/ne.o:unresolved symbol ethdev_init > /lib/modules/2.2.12/net/ne.o unresolved symbol ei_interru

Re: Question about a module ne

2000-06-06 Thread S enz
Yes, i have also used that: insmod ne io=0x280 irq=11 and the error message is: /lib/modules/2.2.12/net/ne.o: unresolved symbol ei_open /lib/modules/2.2.12/net/ne.o:unresolved symbol ethdev_init /lib/modules/2.2.12/net/ne.o unresolved symbol ei_interrupt /lib/modules/2.2.12/net/ne.o: unresolved sym

Re: Question about a module ne

2000-06-06 Thread paul
> I am new to linux and i am installing my ne200 compatible net card. I > dont know how to enter the parameters for this module to work. I have > tried > insmod ne i/o=0x280 irqval=11 > but have not worked. > Thanks for the help > According to the Ethernet-HOWTO, some ne2000 clones don't behave

Re: Question about a module ne

2000-06-06 Thread Ron Flory
"S enz Vargas Juan Carlos" wrote: > > I am new to linux and i am installing my ne200 compatible net card. I > dont know how to enter the parameters for this module to work. I have > tried > insmod ne i/o=0x280 irqval=11 did you use "insmod ne io=0x280 irq=11" instead of what is shown above?