mirror of
https://github.com/Fred78290/nct6687d
synced 2024-11-16 07:48:04 +01:00
Merge pull request #10 from msonowal/patch-1
added newbie instructions for loading extension on boot
This commit is contained in:
commit
24f3a0f476
1 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,14 @@ PCIe x1: +32.0°C (low = +32.0°C, high = +32.0°C)
|
|||
M2_1: +0.0°C (low = +0.0°C, high = +0.0°C)
|
||||
```
|
||||
|
||||
## Load(prob) Sensors on boot
|
||||
|
||||
To make it loaded after system boots
|
||||
|
||||
Just add nct6687 into /etc/modules
|
||||
|
||||
`sudo sh -c 'echo "nct6687" >> /etc/modules'`
|
||||
|
||||
## Gnome sensors extensions
|
||||
|
||||
![Fan](./images/fan.png) ![Voltage](./images/voltage.png)
|
||||
|
|
Loading…
Reference in a new issue