Skip to content

Commit

Permalink
asus_fanmode: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmaxx committed Nov 12, 2019
1 parent cf545be commit ac3f871
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ sudo systemctl enable asus_fanmode
sudo systemctl start asus_fanmode
```

Log
---
Check status
------------
```
systemctl status asus_fanmode
```

View log:
```
journalctl -u asus_fanmode
Expand All @@ -27,10 +31,14 @@ Most likely on other laptops you'll need to change `cpu_temp` SysFS path. To fin
```
cat /sys/class/hwmon/hwmon*/name
```
On AMD Ryzen laptops needed one will have name `k10temp`. On Intel most likely `coretemp`.
On AMD Ryzen laptops needed one will have name `k10temp`. On Intel most likely `coretemp`.
After you modify configuration file do not forget to restart service:
```
systemctl restart asus_fanmode
```

Laptop Models
-------------
Tested laptop models:
* FX705DY
* FX505DY
* FX705DY - out of the box
* FX505DY - ?

0 comments on commit ac3f871

Please sign in to comment.