HI,
Here is my situation:
fedora core 4 on a x86_64 and machine
2 hard drive disk /dev/sda1 and /dev/sdb[1,2]
My usb driver are:
/sbin/lspci | grep USB
00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
The key is totally fonctional on other computer. It is fat 32 formatted
This is what happend in dmesg when I plug a usb key:
usb 1-10: new high speed USB device using ehci_hcd and address 30
usb 1-10: unable to read config index 0 descriptor/start
usb 1-10: can't read configurations, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 31
usb 1-10: unable to read config index 0 descriptor/start
usb 1-10: can't read configurations, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 32
usb 1-10: device descriptor read/all, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 33
usb 1-10: device descriptor read/all, error -110
usb 1-9: new high speed USB device using ehci_hcd and address 34
usb 1-9: device not accepting address 34, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 36
usb 1-10: device descriptor read/all, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 37
usb 1-10: device descriptor read/all, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 38
usb 1-10: device descriptor read/8, error -110
usb 1-10: device descriptor read/8, error -110
usb 1-10: new high speed USB device using ehci_hcd and address 39
usb 1-10: device not accepting address 39, error -110
What is the error in dmesg?
Where sould I mount my usb key since sda and sdb are taken?
Thanks