Benutzer-Werkzeuge

Webseiten-Werkzeuge


raspi:power

Inhaltsverzeichnis

Power Saving

HDMI

sudo sed -i 's#exit 0#/usr/bin/tvservice -o#' /etc/rc.local

LEDs

echo "dtparam=act_led_trigger=none" | sudo tee -a /boot/config.txt
echo "dtparam=act_led_activelow=on" | sudo tee -a /boot/config.txt

Dienste

sudo systemctl disable avahi-daemon.service

Bluetooth

echo "blacklist btbcm" | sudo tee -a /etc/modprobe.d/raspi-blacklist.conf
echo "blacklist hci_uart" | sudo tee -a /etc/modprobe.d/raspi-blacklist.conf
sudo systemctl disable bluetooth.service
raspi/power.txt · Zuletzt geändert: 2021/09/27 20:29 von hossie