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 cda38e2 commit cf545be
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,29 @@ asus_fanmode

Installation
------------
Install using make:
```
make
sudo make install
sudo systemctl enable asus_fanmode
sudo systemctl start asus_fanmode
```

Log
---
View log:
```
journalctl -u asus_fanmode
```

Configuring
-----------
After installation configuration file is in `/etc/asus_fanmode.conf`. It have comments with option descriptions.
After installation configuration file is in `/etc/asus_fanmode.conf`. It have comments with option descriptions.
Most likely on other laptops you'll need to change `cpu_temp` SysFS path. To find needed `hwmonX` use:
```
cat /sys/class/hwmon/hwmon*/name
```
On AMD Ryzen laptops needed one will have name `k10temp`. On Intel most likely `coretemp`.

Laptop Models
-------------
Expand Down

0 comments on commit cf545be

Please sign in to comment.