Difference between revisions of "APITestPage"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(updated by API)
Line 1: Line 1:
[[How to use 4G Module EC20 on RK3399 boards|English]]
+
===散热风扇的速度设置===
 
+
想要改变风扇的调速行为,请修改以下文件:<br />
{{RK3399-Android-4G-EC20/zh}}
+
<syntaxhighlight lang="bash">
{{RK3399-Android-4G-EC20/zh}}
+
/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