I am trying to get a usb flash drive working on my system.
I am running Ubuntu on a Thinkpad t42p with the 2.6.25 kernel.
I am sure usb support is working on my system because I've used other devices. But when I plug in my USB flash drive I dont get a "/dev/sda1" device
tail -f /var/log/messages says:
Quote:
Sep 17 15:54:12 localhost kernel: [17292910.564000] usb 4-4: new high
speed USB device using ehci_hcd and address 29
Sep 17 15:54:19 localhost kernel: [17292916.864000] usb 4-4: new high
speed USB device using ehci_hcd and address 53
Sep 17 15:54:21 localhost kernel: [17292919.384000] usb 4-4: new high
speed USB device using ehci_hcd and address 60
Sep 17 15:54:23 localhost kernel: [17292920.896000] usb 4-4: new high
speed USB device using ehci_hcd and address 65
Sep 17 15:54:23 localhost kernel: [17292921.400000] usb 4-4: new high
speed USB device using ehci_hcd and address 66
|
dmesg reports:
Quote:
[17292976.596000] ehci_hcd 0000:00:1d.7: port 4 reset error -110
[17292976.596000] hub 4-0:1.0: hub_port_status failed (err = -32)
[17292983.896000] usb 4-4: new high speed USB device using ehci_hcd and
address 34
[17292984.652000] usb 4-4: new high speed USB device using ehci_hcd and
address 36
[17292987.172000] usb 4-4: new high speed USB device using ehci_hcd and
address 45
[17292987.676000] usb 4-4: new high speed USB device using ehci_hcd and
address 46
[17292989.692000] usb 4-4: new high speed USB device using ehci_hcd and
address 53
[17292990.952000] usb 4-4: new high speed USB device using ehci_hcd and
address 57
[17292996.244000] usb 4-4: new high speed USB device using ehci_hcd and
|
lsusb -v
Quote:
Bus 002 Device 001: ID 0000:0000
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 9 Hub
bDeviceSubClass 0 Unused
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0000
idProduct 0x0000
bcdDevice 2.06
iManufacturer 3
iProduct 2
iSerial 1
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 25
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xc0
Self Powered
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 1
bInterfaceClass 9 Hub
bInterfaceSubClass 0 Unused
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrup
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 byt
bInterval 255
can't get hub descriptor: Operation not per
cannot read device status, Operation not pe
|
Note the errors at the top of the dmesg output.
Thanks.