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:25] 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 off the fan following command | + | You can turn the fan off with following command. |
sudo i2cset -y 1 0x60 0x05 0x05 | sudo i2cset -y 1 0x60 0x05 0x05 | ||
- | To always turn off the fan, remove the cloudshell2-fan package. | + | 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 |