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
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 informat
2 matches
Mail list logo