Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:xu4_cloudshell2 [2017/07/17 11:13] john1117 [6. Turn off the Fan] |
en:xu4_cloudshell2 [2017/07/17 11:41] (current) odroid [6. Turn off the fan] |
||
---|---|---|---|
Line 124: | Line 124: | ||
sudo apt-get remove cloudshell-lcd | sudo apt-get remove cloudshell-lcd | ||
- | ===== 6. Turn off the Fan ===== | + | ===== 6. Turn the Fan off/on ===== |
+ | You can turn the fan off with following command. | ||
+ | sudo i2cset -y 1 0x60 0x05 0x05 | ||
+ | Turn it on again. | ||
+ | sudo i2cset -y 1 0x60 0x05 0x00 | ||
+ | |||
+ | If you want to disable the fan always, remove the cloudshell2-fan package. | ||
sudo apt-get remove cloudshell2-fan | sudo apt-get remove cloudshell2-fan | ||
sudo reboot | sudo reboot |