Only the first 15 work on the rpi.
The rpi is connected to a 7-port-hub which is connected to a 10-port-hub.
dmesg for 16+:
Code: Select all
[ 1071.682998] usb 1-1.3.1.1.4: new high speed USB device number 7 using dwc_otg
[ 1071.785001] usb 1-1.3.1.1.4: New USB device found, idVendor=13fd, idProduct=1340
[ 1071.785049] usb 1-1.3.1.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1071.785071] usb 1-1.3.1.1.4: Product: FANTOM DRIVE
[ 1071.785087] usb 1-1.3.1.1.4: Manufacturer: MICRONET
[ 1071.785102] usb 1-1.3.1.1.4: SerialNumber: blabla
[ 1071.795097] usb 1-1.3.1.1.4: can't set config #1, error -71
Code: Select all
[ 1226.176894] usb 1-1.3.1.7: new high speed USB device number 13 using dwc_otg
[ 1226.278388] usb 1-1.3.1.7: New USB device found, idVendor=13fd, idProduct=1340
[ 1226.278436] usb 1-1.3.1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1226.278458] usb 1-1.3.1.7: Product: FANTOM DRIVE
[ 1226.278473] usb 1-1.3.1.7: Manufacturer: MICRONET
[ 1226.278488] usb 1-1.3.1.7: SerialNumber: blabla
[ 1226.293803] scsi5 : usb-storage 1-1.3.1.7:1.0
[ 1227.297710] scsi 5:0:0:0: Direct-Access MICRONET FANTOM DRIVE 2.10 PQ: 0 ANSI: 4
[ 1227.299488] sd 5:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 1227.300641] sd 5:0:0:0: [sda] Write Protect is off
[ 1227.300693] sd 5:0:0:0: [sda] Mode Sense: 21 00 00 00
[ 1227.301886] sd 5:0:0:0: [sda] No Caching mode page present
[ 1227.301934] sd 5:0:0:0: [sda] Assuming drive cache: write through
[ 1227.306118] sd 5:0:0:0: [sda] No Caching mode page present
[ 1227.306169] sd 5:0:0:0: [sda] Assuming drive cache: write through
[ 1227.319576] sda: sda1
[ 1227.325733] sd 5:0:0:0: [sda] No Caching mode page present
[ 1227.325784] sd 5:0:0:0: [sda] Assuming drive cache: write through
[ 1227.325809] sd 5:0:0:0: [sda] Attached SCSI disk
Can anyone reproduce this problem or use more than 15 USB ports?