Raspberry Pi —— Ways to reduce power consumption
| 本帖最後由 角色 於 2019-2-7 22:40 編輯 
 因为server长期不接monitor,不接WiFi,看看是否能把不需要的power cut掉,减省电费。
 
 1、关掉WiFi and bluetooth,
 
 重开.
 
 man page for rfkill
 .複製代碼pi@raspberrypi:~ $ rfkill
Usage:        rfkill [options] command
Options:
        --version        show version (0.5-1+b1 (Debian))
Commands:
        help
        event
        list [IDENTIFIER]
        block IDENTIFIER
        unblock IDENTIFIER
where IDENTIFIER is the index no. of an rfkill switch or one of:
        <idx> all wifi wlan bluetooth uwb ultrawideband wimax wwan gps fm nfc
 本来都是把HDMI关掉,但是想到要救机的时候,插mon都开不到,没有别要把它也关掉。
 
 Source:
 https://www.raspberrypi.org/forums/viewtopic.php?t=208110
 https://www.raspberrypi.org/forums/viewtopic.php?t=152692
 
 上面有些方法去减少耗电。
 |