Turn off USB and LAN on the Raspberry Pi 3B+
Turning off the USB and LAN can save around 200 mA of power. However, it is not possible to turn off individual USB or LAN separately as they are sharing the same I.C. Below are the Linux commands to turn off and on the USB and LAN.
Turn OFF USB chip
echo '1-1' |sudo tee /sys/bus/usb/drivers/usb/unbind
Turn ON USB chip
echo '1-1' |sudo tee /sys/bus/usb/drivers/usb/bind
Note: The Linux commands are temporary. Once the Raspberry Pi rebooted, the USB and LAN will turn on back.
Turn OFF USB chip
echo '1-1' |sudo tee /sys/bus/usb/drivers/usb/unbind
Turn ON USB chip
echo '1-1' |sudo tee /sys/bus/usb/drivers/usb/bind
Note: The Linux commands are temporary. Once the Raspberry Pi rebooted, the USB and LAN will turn on back.
I am always left astounded at the level of dedication and hard work you put in every situation. May you reach every height of success!
ReplyDeletepc monitor