david wrote:
hi all been trying everything to mount the usb stick here is messages log
Sep 11 20:51:32 localhost kernel: usb 2-1.2: USB disconnect, address 5 Sep 11 20:51:32 localhost kernel: updfstab: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device Sep 11 20:51:37 localhost kernel: usb 2-1.3: new full speed USB device using address 6 Sep 11 20:51:37 localhost kernel: usb 2-1.3: device not accepting address 6, error -71 Sep 11 20:51:37 localhost kernel: usb 2-1.3: new full speed USB device using address 7 Sep 11 20:51:38 localhost kernel: uba: device 7 capacity nsec 61440 bsize 512 Sep 11 20:51:38 localhost kernel: uba: was not changed Sep 11 20:51:38 localhost kernel: uba: uba1
i have ehci-hcd and uhci-hcd i am plugging into a four port hub nothing is showing up in hardware browser under hard drives only sda for my sata drive any idea what error -71 is?
Nope, can't find it either. A lot of posts on the net regarding the device not accepting address 6 give an error -110. However, in the next line that the USB device was happy with address 7, and gives your the number of sectors (61440), and block size (512), then it references a uba1 device.
I haven't the foggiest what a uba1 device is, but have you tried doing an 'fdisk /dev/uba1' ?
You can get a list of what it can see on that device (provided fdisk can see it), by using 'p'.
Regards, Ed.