Closed dims12 closed 1 year ago
This cannot be Raspberry Pi 3B+ - it has different USB topology https://github.com/mvp/uhubctl#raspberry-pi-3b.
Your topology corresponds to Raspberry Pi 2B or 3B, which have 5 USB ports on one hub 1-1, first port being network (both wifi and Ethernet), and ports 2-5 all controlled by port 2 https://github.com/mvp/uhubctl#raspberry-pi-b2b3b.
Basically, don't turn network off unless you want to save some power and don't need network connection. To recover from this, simply reset your Pi power.
Yes, sorry my revision is a02082
.
How to turn off correct device then?
Please readme for Raspberry Pi. Note that for 2B or 3B you can control port 2 to turn off power on ports 2-5 all ot once. Unfortunately, RPI hardware doesn't support controlling power per port - nothing can do that, all ports are powered from the same source. Port 1 controls network, and is independent from other ports.
I had my Raspi 3B+ running old raspbian Jessy. I was connecting to it by ssh. I have installed uhubctl and got
Then I did
and lost access to my Raspi.
What did I do? Powered off my network card or what?