[EMAIL PROTECTED] wrote: > I'm using the linksys Ether16 10BaseT card and thier website says it uses the > ne driver. That's all well and good, but if I try 'insmod ne io=0x340' I get > the following unresolved symbols: (I also get the error if I leave out the io= > part) > > ei_open > ethdev_init > ei_interrupt > NS8390_init > ei_close > > I'm wondering if this is a problem that I'm causing, a problem with the driver, > or what. > > Ty C. Mixon > F.T.C. Enterprises > [EMAIL PROTECTED] > ICQ 26147713 It is because it needs to load 2 modules. Use modprobe ne instead
