Skip to content

Do you know of a way to not start USB hub at boot up? #314

Answered by mvp
cainbantam asked this question in Q&A
Discussion options

You must be logged in to vote

You can add something like this to /etc/rc.local:

uhubctl -l 1-1 -p 2 -a 0

This will turn power off as soon as possible at boot up. However, Linux kernel will enable power even before processing /etc. Just about the only way to achieve that would be patching Linux kernel USB driver to not enable power at boot.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@cainbantam
Comment options

@cainbantam
Comment options

@mvp
Comment options

@SlySven
Comment options

@ghost
Comment options

Answer selected by mvp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants