Bert Schulze on Fri, 24 Aug 2007 6:02 pm wrote: > On 24 Aug., 08:40, Charlie <[EMAIL PROTECTED]> wrote: >> The USB ports are detected, and the lights go on and someone is home. >> Then the lights go off as every USB port leaves. >> >> tail /var/log/messages and unplug then plug them in, the lights go on for >> a moment, then out and leaves these messages:- >> >> Aug 24 16:29:36 taogypsy kernel: usb 5-1: USB disconnect, address 6 >> Aug 24 16:29:36 taogypsy kernel: usb 5-1.4: USB disconnect, address 7 >> Aug 24 16:29:38 taogypsy kernel: usb 5-1: new high speed USB device using >> ehci_hcd and address 8 >> Aug 24 16:29:38 taogypsy kernel: usb 5-1: configuration #1 chosen from 1 >> choice >> Aug 24 16:29:38 taogypsy kernel: hub 5-1:1.0: USB hub found >> Aug 24 16:29:38 taogypsy kernel: hub 5-1:1.0: 4 ports detected >> Aug 24 16:29:39 taogypsy kernel: usb 5-1.4: new full speed USB device >> using ehci_hcd and address 9 >> Aug 24 16:29:39 taogypsy kernel: usb 5-1.4: configuration #1 chosen from >> 1 choice >> >> Anyone with any ideas? >> >> TIA >> Charlie > > As i can see you are using a hub. My first opinion is theres not > enough power? Which would be right if the hub is bus powered and not > powered by an external ac adapter. > Did you try it on other boxes and does it work there?
Yes I did have the same problem in my home's router a while ago. I solved this by changing the value in /sys/bus/usb/devices/3-2/bConfigurationValue which was initially 0 to 1. the OP could possibly wrap this value nicely in ifup so to speak. $ echo -n 1 > /sys/bus/usb/devices/3-2/bConfigurationValue; IMO this happens everytime theres a power shortage. hth -- Cheers, Ishwor Gurung /* humpty dumpty */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]