Difference between revisions of "APITestPage"
From FriendlyELEC WiKi
(updated by API) |
(updated by API) |
||
Line 1: | Line 1: | ||
− | + | ===散热风扇的速度设置=== | |
− | + | 想要改变风扇的调速行为,请修改以下文件:<br /> | |
− | + | <syntaxhighlight lang="bash"> | |
− | + | /usr/bin/start-rk3399-pwm-fan.sh | |
+ | </syntaxhighlight> | ||
+ | 需要禁止开机自动启动风扇,请输入以下命令:<br /> | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | systemctl stop pwm-fan | ||
+ | systemctl disable pwm-fan | ||
+ | </syntaxhighlight> | ||
+ | 或者删除下面这两个文件:<br /> | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | /etc/systemd/system/pwm-fan.service | ||
+ | /etc/systemd/system/multi-user.target.wants/pwm-fan.service | ||
+ | </syntaxhighlight> |
Revision as of 09:11, 15 May 2019
散热风扇的速度设置
想要改变风扇的调速行为,请修改以下文件:
/usr/bin/start-rk3399-pwm-fan.sh
需要禁止开机自动启动风扇,请输入以下命令:
systemctl stop pwm-fan systemctl disable pwm-fan
或者删除下面这两个文件:
/etc/systemd/system/pwm-fan.service /etc/systemd/system/multi-user.target.wants/pwm-fan.service