Re: NE2k problem

2000-07-19 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said... Hi. I have a problem with my NE2000 PCI clone. Whenever I do an insmod on the module, it comes back with an `unresolved symbols' error. If anyone has tips out there it would be appreciated. What are the symbols? What's most likely

NE2k problem

2000-07-18 Thread SCOTT FENTON
Hi. I have a problem with my NE2000 PCI clone. Whenever I do an insmod on the module, it comes back with an `unresolved symbols' error. If anyone has tips out there it would be appreciated. TIA Scott Fenton ps. please cc any replies to me, since I'm not on -user.

Re: NE2k problem

2000-07-18 Thread Matthew Dalton
Try (as root) # depmod -a (you only have to do this once, unless you compile a new kernel) # modprobe ne2k-pci If that doesn't work, you probably have to recompile your kernel with the driver either in the kernel or as a kernel module. 'man modprobe' and 'man depmod' will give you more