История изменений
Исправление Shushundr, (текущая версия) :
For me the USB port would not stay powered on after boot. It was clear in dmesg logs that the USB drive was being detected and loaded but then disconnected. Subsequently there wasn’t even power on the port. If your USB port isn’t working and you’ve confirmed it’s at least being detected on boot (modules are loading etc.) then here’s the fix:
Code:
nvram set boardflags=0x00000710
nvram commit
Then power cycle the router NOT soft reboot
This solution was buried in a OpenWRT forum I can’t find now. Pro tip: Use a USB drive with a LED for testing to help confirm your sanity.
Исходная версия Shushundr, :
- For me the USB port would not stay powered on after boot. It was clear in dmesg logs that the USB drive was being detected and loaded but then disconnected. Subsequently there wasn’t even power on the port. If your USB port isn’t working and you’ve confirmed it’s at least being detected on boot (modules are loading etc.) then here’s the fix: Code: nvram set boardflags=0x00000710 nvram commit Then power cycle the router NOT soft reboot
This solution was buried in a OpenWRT forum I can’t find now. Pro tip: Use a USB drive with a LED for testing to help confirm your sanity.