Skip to content

Commit ac3f871

Browse files
committed
asus_fanmode: Update readme
1 parent cf545be commit ac3f871

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ sudo systemctl enable asus_fanmode
1313
sudo systemctl start asus_fanmode
1414
```
1515

16-
Log
17-
---
16+
Check status
17+
------------
18+
```
19+
systemctl status asus_fanmode
20+
```
21+
1822
View log:
1923
```
2024
journalctl -u asus_fanmode
@@ -27,10 +31,14 @@ Most likely on other laptops you'll need to change `cpu_temp` SysFS path. To fin
2731
```
2832
cat /sys/class/hwmon/hwmon*/name
2933
```
30-
On AMD Ryzen laptops needed one will have name `k10temp`. On Intel most likely `coretemp`.
34+
On AMD Ryzen laptops needed one will have name `k10temp`. On Intel most likely `coretemp`.
35+
After you modify configuration file do not forget to restart service:
36+
```
37+
systemctl restart asus_fanmode
38+
```
3139

3240
Laptop Models
3341
-------------
3442
Tested laptop models:
35-
* FX705DY
36-
* FX505DY
43+
* FX705DY - out of the box
44+
* FX505DY - ?

0 commit comments

Comments
 (0)