Franxois wrote: Code: Select all
echo 1 > /sys/devices/platform/bcm2708_usb/bussuspend
Code: Select all
echo 1 > /sys/devices/platform/bcm2708_usb/bussuspend ; echo 0 > /sys/devices/platform/bcm2708_usb/bussuspend
There seem to be syntax or content errors in your echo commands, wiping out the normal contents of the bussuspend file.
Contents of my bussuspend file (on Arch, assume it is the same for both systems) is the following all on one line (when usb devices working), your echo command would wipe out everything and replace it with a single digit:
Code: Select all
cat /sys/devices/platform/bcm2708_usb/bussuspend
Bus Suspend = 0x1
I see another file that may be related in problem solving, /sys/devices/platform/bcm2708_usb/busconnected, contents being (when usb device attached):
Your echo needs to include the whole line, if you want to change the setting in one of the above files, not just a single digit, enclosed in quotes, but I am clueless about what will actually achieve what you want. I believe the syntax for first echo command you suggested is probably:
Code: Select all
echo "Bus Suspend = 0x1" > /sys/devices/platform/bcm2708_usb/bussuspend
FORUM TIP: To view someone's posting history, sign in, click on their user name, then on "Search User's Posts." || Running ArchLinuxArm on Model 2B and 512MB Model B