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 information SCOTT FENTON wrote: > > 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.