On Wed, Jan 09, 2002 at 02:29:34PM -0500, [EMAIL PROTECTED] wrote:
> This is probably a common issue, but since this is my first kernel
> driver, I'm not sure what the root problem is. I've got a usb network
> driver. Its working fine if I load it with insmod. However, if I copy
> the driver to /lib/modules/kernel/drivers/usb and let it be loaded
> automatically when I plugin my device, when depmod runs it says there
> are unresolved symbols. The driver loads and works fine when I plugin
> the device, but depmod is still giving me this error. The unresolved
> symbols are all from the kernel and usbcore. How do I resolve this?

This sounds like a symbol versioning problem.  See the kernelnewbies faq
entry for how to solve this:
        http://www.kernelnewbies.org/faq/index.php3#compmod.xml

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to