Hi,
> I use SuSE 6.3 with an updated kernel to 2.2.16. I have a pII-300 with
> fx chipset and the usb is activated in the bios. IRQ 10. (detected by
> lspci)
> I got the USB Backport for kernel 2.2.16 from linux-usb.org
> I patched the kernel and made a make menuconfig.
> There I built the usb support as module.
> I selected the following options:
> usb verbose debug mesages
> preliminary usb device filesystem
> As module: UHCI (Intel PIIX4, vIA) support (I have an intel
> fx chipset)
> As module: usb scanner support (I want to use an Epson
> Perfection 1200U)
> As module Keyboard support, Mouse support
> I did a make dep modules modules_install
> Now when I try to do a insmod usbcore I get
>
> Using /lib/modules/2.2.16/usb/usbcore.o
> /lib/modules/2.2.16/usb/usbcore.o: unresolved symbol daemonize
The backport patch adds this function to a non-USB portion
of the kernel. You need to rebuild and reload your kernel
image.
> And when I do a insmod usb-uhci I get
>
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol usb_alloc_bus
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol usb_free_dev
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol usb_inc_dev_use
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol
> usb_deregister_bus
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol usb_disconnect
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol usb_connect
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol usb_new_device
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol
> usb_root_hub_string
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol usb_alloc_dev
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol usb_register_bus
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol
> kmem_cache_destroy
> /lib/modules/2.2.16/usb/usb-uhci.o: unresolved symbol usb_free_bus
Yes, usbcore isn't loaded due to missing daemonize().
> So the stuff is not working obviously....
> What do I have to do...???
> Thanks for your help...
~Randy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]