hallo!
hab ne usb pci karte, die ich beim letzten kernel der selben version zum laufen brachte.
nun habe ich irgendetwas in der config des kernels verändert und den neue gebacken, weshalb nun folgendes passiert:
Code:
modprobe ohci-hcd
FATAL: Error inserting ohci_hcd (/lib/modules/2.6.15-gentoo-r1/kernel/drivers/usb/host/ohci-hcd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
also mach ich, was er sagt und schau dmesg an:
# dmesg|grep usb -i
Code:
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usbmon: debugfs is not available
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
ohci_hcd 0000:00:02.3: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
ohci_hcd 0000:00:0a.0: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
ohci_hcd 0000:00:0a.1: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
usb 3-1: new full speed USB device using ohci_hcd and address 2
USB Universal Host Controller Interface driver v2.3
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
  Vendor: 2.0       Model: USB DISK          Rev: 3000
usb-storage: device scan complete
kobject_register failed for usbcore (-17)
ohci_hcd: disagrees about version of symbol usb_hcd_resume_root_hub
ohci_hcd: Unknown symbol usb_hcd_resume_root_hub
ohci_hcd: disagrees about version of symbol usb_trylock_device
ohci_hcd: Unknown symbol usb_trylock_device
ohci_hcd: disagrees about version of symbol usb_unlock_device
ohci_hcd: Unknown symbol usb_unlock_device
ohci_hcd: disagrees about version of symbol usb_hcd_giveback_urb
ohci_hcd: Unknown symbol usb_hcd_giveback_urb
ohci_hcd: disagrees about version of symbol usb_hcd_suspend_root_hub
ohci_hcd: Unknown symbol usb_hcd_suspend_root_hub
ohci_hcd: disagrees about version of symbol usb_set_device_state
ohci_hcd: Unknown symbol usb_set_device_state
kobject_register failed for usbcore (-17)
ohci_hcd: disagrees about version of symbol usb_hcd_resume_root_hub
ohci_hcd: Unknown symbol usb_hcd_resume_root_hub
ohci_hcd: disagrees about version of symbol usb_trylock_device
ohci_hcd: Unknown symbol usb_trylock_device
ohci_hcd: disagrees about version of symbol usb_unlock_device
ohci_hcd: Unknown symbol usb_unlock_device
ohci_hcd: disagrees about version of symbol usb_hcd_giveback_urb
ohci_hcd: Unknown symbol usb_hcd_giveback_urb
ohci_hcd: disagrees about version of symbol usb_hcd_suspend_root_hub
ohci_hcd: Unknown symbol usb_hcd_suspend_root_hub
ohci_hcd: disagrees about version of symbol usb_set_device_state
ohci_hcd: Unknown symbol usb_set_device_state
nachdem ich die meisten usb-optionen aktiviert hab in menuconfig außer debug etc. gehe ich davon aus, dass nichts fehlen dürfte... doch irgendwas geht hier schief und ich weiß nicht, warum
bitte daher um hilfe...
danke