Hoping somebody can help me with the issue. I am trying to use my pogoplug to support RS232 connectivity to some routers. The USB to serial converter (http://www.amazon.com/gp/product/B0007T27H8/ref=oh_details_o00_s01_i00works fine when connected to one of the USB ports of the pogo but doesn't works when connected via a powered USB hub (http://www.amazon.com/gp/product/B0051PGX2I/ref=oh_details_o00_s01_i02)
lsusb output
$this->bbcode_second_pass_code('', 'Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 003: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 005: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 006: ID 8564:1000
Bus 001 Device 007: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 008: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 009: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub')
dmesg output
$this->bbcode_second_pass_code('', '
[root@pogo ~]# dmesg | grep -Pi 'usb|pl2303'
[ 20.450118] usbcore: registered new interface driver usbfs
[ 20.450215] usbcore: registered new interface driver hub
[ 20.450318] usbcore: registered new device driver usb
[ 20.838014] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 20.838152] orion-ehci orion-ehci.0: new USB bus registered, assigned bus number 1
[ 20.880921] orion-ehci orion-ehci.0: USB 2.0 started, EHCI 1.00
[ 20.881539] hub 1-0:1.0: USB hub found
[ 20.882074] Initializing USB Mass Storage driver...
[ 20.882172] usbcore: registered new interface driver usb-storage
[ 20.882182] USB Mass Storage support registered.
[ 20.882265] usbcore: registered new interface driver libusual
[ 21.200934] usb 1-1: new high speed USB device number 2 using orion-ehci
[ 21.353012] hub 1-1:1.0: USB hub found
[ 21.631262] usb 1-1.1: new full speed USB device number 3 using orion-ehci
[ 21.821287] usb 1-1.2: new full speed USB device number 4 using orion-ehci
[ 21.896807] usbcore: registered new interface driver r8712u
[ 22.011293] usb 1-1.3: new high speed USB device number 5 using orion-ehci
[ 22.122031] hub 1-1.3:1.0: USB hub found
[ 22.201287] usb 1-1.4: new high speed USB device number 6 using orion-ehci
[ 22.434230] scsi0 : usb-storage 1-1.4:1.0
[ 22.511028] usb 1-1.3.3: new full speed USB device number 7 using orion-ehci
[ 22.701034] usb 1-1.3.4: new full speed USB device number 8 using orion-ehci
[ 22.891037] usb 1-1.3.7: new high speed USB device number 9 using orion-ehci
[ 23.002018] hub 1-1.3.7:1.0: USB hub found
[ 36.199018] usbcore: registered new interface driver usbserial
[ 36.200071] USB Serial support registered for generic
[ 36.201755] usbcore: registered new interface driver usbserial_generic
[ 36.201769] usbserial: USB Serial Driver core
[ 36.208990] USB Serial support registered for pl2303
[ 36.209078] pl2303 1-1.1:1.0: pl2303 converter detected
[ 36.212407] usb 1-1.1: pl2303 converter now attached to ttyUSB0
[ 36.212467] pl2303 1-1.2:1.0: pl2303 converter detected
[ 36.216356] usb 1-1.2: pl2303 converter now attached to ttyUSB1
[ 36.216422] pl2303 1-1.3.3:1.0: pl2303 converter detected
[ 36.227823] usb 1-1.3.3: pl2303 converter now attached to ttyUSB2
[ 36.227886] pl2303 1-1.3.4:1.0: pl2303 converter detected
[ 36.232425] usb 1-1.3.4: pl2303 converter now attached to ttyUSB3
[ 36.232528] usbcore: registered new interface driver pl2303
[ 36.232538] pl2303: Prolific PL2303 USB to serial adaptor driver
[root@pogo ~]# ')
$this->bbcode_second_pass_code('', 'uname -a
Linux pogo 3.1.10-15-ARCH #1 PREEMPT Wed Dec 12 15:25:18 UTC 2012 armv5tel GNU/
')
Thanks,
Gaurav
