Other Parts Discussed in Thread: TUSB2036
Hi,
i am having an issue with TUSB2077.
On the boot time i am getting this error messages:
"usb 1-1.1: device descriptor read/64, error -71
usb 1-1.1: new full-speed USB device number 4 using ci_hdrc
usb 1-1.1: device descriptor read/64, error -71
usb 1-1.1: device descriptor read/64, error -71
usb 1-1.1: new full-speed USB device number 5 using ci_hdrc
usb 1-1.1: device not accepting address 5, error -71
usb 1-1.1: new full-speed USB device number 6 using ci_hdrc
usb 1-1.1: device not accepting address 6, error -71
hub 1-1:1.0: unable to enumerate USB device on port 1"
When i log in on linux and check the usbs i get this:
"root~# lsusb
Bus 001 Device 002: ID 0451:2077 Texas Instruments, Inc. TUSB2077 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub"
Once i plug an USB Stick on the hub i get this messages:
usb 1-1.1: new full-speed USB device number 7 using ci_hdrc
usb 1-1.1: device descriptor read/64, error -71
usb 1-1.1: device descriptor read/64, error -71
usb 1-1.1: new full-speed USB device number 8 using ci_hdrc
usb 1-1.1: device descriptor read/64, error -71
usb 1-1.1: device descriptor read/64, error -71
usb 1-1.1: new full-speed USB device number 9 using ci_hdrc
usb 1-1.1: device not accepting address 9, error -71
usb 1-1.1: new full-speed USB device number 10 using ci_hdrc
usb 1-1.1: device not accepting address 10, error -71
hub 1-1:1.0: unable to enumerate USB device on port 1
usb 1-1.6: new full-speed USB device number 11 using ci_hdrc
usb 1-1.6: not running at top speed; connect to a high speed hub
usb-storage 1-1.6:1.0: USB Mass Storage device detected
scsi0 : usb-storage 1-1.6:1.0
scsi 0:0:0:0: Direct-Access Corsair Flash Voyager 1100 PQ: 0 ANSI: 0 CCS
sd 0:0:0:0: [sda] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] No Caching mode page found
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] No Caching mode page found
sd 0:0:0:0: [sda] Assuming drive cache: write through
sda: sda1
sd 0:0:0:0: [sda] No Caching mode page found
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Attached SCSI removable disk
Any idea why the device descriptor on linux not able to read on the TUSB2077 ports?
The USB2514B USB Hub from Microchip works well in the same system.