I added the line max_usb_current=1 to /boot/config.txt and I think it has worked. Somebody just needs to verify.
Also, this application needs to check that file to see if it has that line or not, and add it if necessary. This can be done with a simple shell script.
I did a google search and found this.
I added the line
max_usb_current=1
to/boot/config.txt
and I think it has worked. Somebody just needs to verify.Also, this application needs to check that file to see if it has that line or not, and add it if necessary. This can be done with a simple shell script.