Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1858 - When the router reboots, the USB power supply does not turn off. #6782

Closed
openwrt-bot opened this issue Sep 19, 2018 · 2 comments
Closed
Labels

Comments

@openwrt-bot
Copy link

Bebebe1974:

Router Gl-MT300N v.1 (MT7620), OpenWrt 18.06.0-rc1 r7090-d2aa3a1b62 / LuCI openwrt-18.06 branch (git-18.247.71242-9541751). When the router reboots, the USB power supply does not turn off. Therefore, for example, the modem connected to the USB port is not reset.

@openwrt-bot
Copy link
Author

robimarko:

This is not a bug as its the intended behavior.
You can see that GPIO is exported as HIGH so that USB would be powered as soon as possible.
https://github.com/openwrt/openwrt/blob/master/target/linux/ramips/dts/GL-MT300N-V2.dts#L68

And since it does not turn of at all during reboot,that also means that U-Boot has that same GPIO set to HIGH too to power the USB device during boot.

Please close this bug report and if you want to reset a modem simply toggle the GPIO off and the on in /sys/class/gpio

@openwrt-bot
Copy link
Author

Bebebe1974:

OK. I understood. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant