Skip to content

Commit 1be365c

Browse files
author
Daniel Graziotin
committed
README: applesmc/coretemp load on startup #55
1 parent 23c1970 commit 1be365c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@ This section reports those models where mbpfan was tested successfully. It does
5050
Warning
5151
-------
5252
Be sure to load the kernel modules **applesmc** and **coretemp**.
53+
These modules are often automatically loaded when booting up GNU/Linux on a Macbook. If that is not the case, you should make sure to load them at system startup. This is _usually_ achieved by inserting the following two lines in the file `/etc/modules`
54+
```
55+
coretemp
56+
applesmc
57+
```
5358

59+
Please check the relevant documentation of your GNU/Linux distribution.
5460

5561
Arch Linux
5662
---------

0 commit comments

Comments
 (0)