This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:common:add-ons:cooling-fan [2026/02/02 01:44] gray update by using AI |
products:sbc:common:add-ons:cooling-fan [2026/02/23 21:48] (current) gray old revision restored (2023/11/15 01:20) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | This page introduces | + | This page mainly |
| ===== Ubuntu ===== | ===== Ubuntu ===== | ||
| <WRAP important> | <WRAP important> | ||
| - | This setting is only applicable to 4.9, 5.15, 5.4, and 6.1 linux kernel | + | This setting is only applicable to 4.9, 5.4, and 5.15 linux kernel |
| </ | </ | ||
| ==== Fan Application ==== | ==== Fan Application ==== | ||
| - | This method is recommended if you are using a desktop OS. Find '' | + | The following |
| {{/ | {{/ | ||
| Line 20: | Line 20: | ||
| ==== Command Line ==== | ==== Command Line ==== | ||
| - | You can also use commands | + | You can also use command |
| === Set the fan mode === | === Set the fan mode === | ||
| Line 50: | Line 50: | ||
| === Get and Set the trigger temperature === | === Get and Set the trigger temperature === | ||
| - | You can read the trigger temperature from the following | + | You can get the trigger temperature from the nodes below: |
| ^ fan mode ^ trigger temp parameter ^ | ^ fan mode ^ trigger temp parameter ^ | ||
| Line 57: | Line 57: | ||
| | high | ''/ | | high | ''/ | ||
| - | Example: | + | e.g. Get the low trigger temperature: |
| ```shell | ```shell | ||
| Line 63: | Line 63: | ||
| ``` | ``` | ||
| - | Example: | + | e.g. Set the low trigger temperature to '' |
| ```shell | ```shell | ||
| Line 70: | Line 70: | ||
| <WRAP tip > | <WRAP tip > | ||
| - | The trigger temperature only affects | + | The trigger temperature only effect |
| </ | </ | ||
| === Mainline linux === | === Mainline linux === | ||
| - | The fan is controlled automatically by the Linux thermal subsystem. Temperatures are in millidegrees Celsius. | + | Fan is controlled automatically by linux, and unit will be in millicelcius |
| - | Example: Get the auto trigger | + | eg. get the auto trigger |
| ``` | ``` | ||
| cat / | cat / | ||
| ``` | ``` | ||
| - | Example: | + | eg. set the auto trigger temp to 40000 millicelcius |
| ``` | ``` | ||
| echo 40000 | sudo tee / | echo 40000 | sudo tee / | ||
| Line 88: | Line 88: | ||
| <WRAP tip > | <WRAP tip > | ||
| - | To turn the fan off, set the trigger | + | To turn off the fan, set trigger |
| - | To turn the fan on, set the trigger | + | To turn on the fan, set the trigger |
| </ | </ | ||