File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,12 @@ sudo systemctl enable asus_fanmode
1313sudo systemctl start asus_fanmode
1414```
1515
16- Log
17- ---
16+ Check status
17+ ------------
18+ ```
19+ systemctl status asus_fanmode
20+ ```
21+
1822View log:
1923```
2024journalctl -u asus_fanmode
@@ -27,10 +31,14 @@ Most likely on other laptops you'll need to change `cpu_temp` SysFS path. To fin
2731```
2832cat /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
3240Laptop Models
3341-------------
3442Tested laptop models:
35- * FX705DY
36- * FX505DY
43+ * FX705DY - out of the box
44+ * FX505DY - ?
You can’t perform that action at this time.
0 commit comments