ich habe ein Problem mit USB auf dem IBM X40 mit dem Kernel 2.6.19 eigenbau (Debian etch)
lsusb zeigt keine USB geräte an:
Code: Alles auswählen
lsusb
Bus 004 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
lspci | fgrep -i usb
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
Hotplug sollte in Ordnung sein:
Code: Alles auswählen
CONFIG_HOTPLUG=y
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_FAKE=m
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set
Code: Alles auswählen
usb_storage 91408 0
scsi_mod 79880 4 usb_storage,st,sr_mod,ch
usbcore 126084 4 usb_storage,uhci_hcd,ehci_hcd
Code: Alles auswählen
usbfs on /proc/bus/usb type usbfs (rw)
Harwaretechnisch funktionieren alle diese Komponenten. Es scheint also, ich habe was im Kernel vergessen,
oder sonst irgend einen Denkfehler gemacht.
Was mich auch noch irritiert, die Datei
/proc/bus/usb/drivers exstiert nicht?
Kann das etwas mit dem Problem zu tun haben, oder ist das eine Änderung im Kernel,
ich konnte nichts dazu finden.
Danke bereits im Voraus für eure Hilfe
Gruss Dominik