You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,13 @@ This section reports those models where mbpfan was tested successfully. It does
50
50
Warning
51
51
-------
52
52
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
+
```
53
58
59
+
Please check the relevant documentation of your GNU/Linux distribution.
0 commit comments