chaotic-aur / packages

Read-only mirror of Chaotic-AUR's main repository. Issues and bug reports welcome! 📑
https://gitlab.com/chaotic-aur/pkgbuilds
GNU General Public License v3.0
338 stars 20 forks source link

[Request] asus-fan-control #3367

Open joaomfds opened 1 month ago

joaomfds commented 1 month ago

Package:

https://aur.archlinux.org/packages/asus-fan-control

Purpose:

By default, some ASUS devices running Linux control their system fans inappropriately. Typical symptoms include: Running fans even when not under any load Not running fans under load appropriately Spinning up fans in short performance peaks AFC solves the problems above and even more

Benefits:

Allows the user of older asus laptops to correctly set fan speed.

Building:

makepkg -Si

Copyright:

MIT

Expected Interest:

Some

Already available?

No

Unique request?

No

Banned package?

No

More information:

No response

Technetium1 commented 1 month ago

We provide asus-fan-dkms-git, is that not good enough?

joaomfds commented 1 month ago

asus-fan-dkms-git does not provide executable as asus-fan-control... The user has to create scripts or issue direct commands as in: echo 123 > ${fpath}/pwmX # set to 123 echo 0 > ${fpath}/pwmX # switch fan off (DANGEROUS!) echo 255 > ${fpath}/pwmX # set to max speed asus-fan-control provides both the systemd service and an executable to set fan speeds (besides fixing the incorrect defaults of some laptops). Besides that, I have been unable to get asus-fan-dkms to work on my laptop (asus s510-ua)