Hello,
I am a fairly new user to linux. Recently I installed Fedora 12 without any hassles except that the USB devices are not getting detected. I checked with /proc/interrupts and the ehci_hcd module doesn't get any interrupts. Here is my dmesg (done to show only USB related messages) :
Code:
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.31.5-127.fc12.x86_64 ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.0
usb usb1: configuration #1 chosen from 1 choice
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.31.5-127.fc12.x86_64 ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.0
usb usb2: configuration #1 chosen from 1 choice
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
usb 1-1: new high speed USB device using ehci_hcd and address 2
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
usb 1-1: device not accepting address 2, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 3
usb 1-1: device not accepting address 3, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 4
usb 1-1: device not accepting address 4, error -110
usb 1-1: new high speed USB device using ehci_hcd and address 5
usb 1-1: device not accepting address 5, error -110
usb 2-1: new high speed USB device using ehci_hcd and address 2
usb 2-1: device not accepting address 2, error -110
usb 2-1: new high speed USB device using ehci_hcd and address 3
usb 2-1: device not accepting address 3, error -110
usb 2-1: new high speed USB device using ehci_hcd and address 4
usb 2-1: device not accepting address 4, error -110
usb 2-1: new high speed USB device using ehci_hcd and address 5
usb 2-1: device not accepting address 5, error -110
usbcore: registered new interface driver usb-storage
Can anyone help me with this problem ?