[FS#78] Netgear R7800 - problem USB ports

LEDE Bugs lede-bugs at lists.infradead.org
Mon Aug 15 09:32:35 PDT 2016


The following task has a new comment added:

FS#78 - Netgear R7800 - problem USB ports 
User who did this - Maxim (lobyte)

----------
Please add to the startup power supply for USB ports:
echo -n 15 > /sys/class/gpio/export
echo -n out > /sys/class/gpio/gpio15/direction
echo -n 1 > /sys/class/gpio/gpio15/value
echo -n 16 > /sys/class/gpio/export
echo -n out > /sys/class/gpio/gpio16/direction
echo -n 1 > /sys/class/gpio/gpio16/value
----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=78#comment229



More information about the lede-bugs mailing list