brown wrap wrote: > I grepped "USB" from the dmesg file. > http://pastebin.com/d7fbadddd
It looks like an older kernel. What I have is: [ 2.362992] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ... [ 2.379291] usb usb1: default language 0x0409 [ 2.379295] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.379544] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.379982] usb usb1: Product: EHCI Host Controller [ 2.380232] usb usb1: Manufacturer: Linux 2.6.30.2-lfs65 ehci_hcd [ 2.380480] usb usb1: SerialNumber: 0000:00:1a.7 [ 2.380747] usb usb1: uevent [ 2.380772] usb usb1: usb_probe_device [ 2.380773] usb usb1: configuration #1 chosen from 1 choice [ 2.381027] usb usb1: adding 1-0:1.0 (config #1, interface 0) ... [ 2.632015] ehci_hcd 0000:00:1a.7: GetStatus port 1 status 003002 POWER OWNER sig=se0 CSC [ 2.632032] hub 1-0:1.0: port 4, status 0501, change 0000, 480 Mb/s [ 2.632037] ehci_hcd 0000:00:1a.7: port 4 low speed --> companion [ 2.683021] ehci_hcd 0000:00:1a.7: GetStatus port 4 status 003002 POWER OWNER sig=se0 CSC [ 2.683034] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0010 [ 2.683039] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0002 [ 2.683044] uhci_hcd 0000:00:1a.0: port 1 portsc 01a3,00 [ 2.683050] hub 3-0:1.0: port 1, status 0301, change 0001, 1.5 Mb/s [ 2.787017] hub 3-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x301 [ 2.889011] usb 3-1: new low speed USB device using uhci_hcd and address 2 [ 3.030837] usb 3-1: skipped 1 descriptor after interface [ 3.035835] usb 3-1: default language 0x0409 [ 3.051838] usb 3-1: New USB device found, idVendor=413c, idProduct=2106 [ 3.052095] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.052349] usb 3-1: Product: Dell QuietKey Keyboard [ 3.052595] usb 3-1: Manufacturer: Dell [ 3.052863] usb 3-1: uevent [ 3.052891] usb 3-1: usb_probe_device [ 3.052893] usb 3-1: configuration #1 chosen from 1 choice [ 3.055840] usb 3-1: adding 3-1:1.0 (config #1, interface 0) [ 3.055855] usb 3-1:1.0: uevent [ 3.055898] usbhid 3-1:1.0: usb_probe_interface [ 3.055900] usbhid 3-1:1.0: usb_probe_interface - got id [ 3.071091] input: Dell Dell QuietKey Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/ input/input2 ... But my kernel is a little older than yours (2.6.30.2). I've looked and don't see what you are missing in the configuration. You're paste of dmesg has ehci_hcd, but has Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd. I'm really at a loss. Just speculating now. Did you make modules_install from the kernel source? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
