dominiksalvet / asus-fan-control

Fan control for ASUS devices running Linux
MIT License
317 stars 37 forks source link

Add support for Asus Rog Strix15 GL503GE #34

Closed sniper7398 closed 3 years ago

sniper7398 commented 4 years ago

Environment State asus-fan-control version and OS information. - 3.6.0(install via gitpack) and Ubuntu 19.10.

Basic configuration If only temperatures were configured, add output of:

Advanced configuration --(Not used any Advanced configuration)

Additional context Also, additionally I tried fancontrol + lm-sensors but they too won't works. Also, my temps are low but only fans are running continously, see images

dominiksalvet commented 4 years ago

Welcome to the asus-fan-control community, @sniper7398! :wave: :smile:

It seems that there is a problem with performing the required ACPI call to get fan temperatures. Let us run the target ACPI call manually as a root user (e.g., use su or sudo -i before proceeding further). Once you have root permissions, what is the output of the following command (include curly brackets)?

{ echo '\_SB.PCI0.LPCB.EC0.RRAM 1335' > /proc/acpi/call &&
  cat /proc/acpi/call # usually there is no newline in the output
  printf '\n%s\n' "$?"; } # hence we are using printf to make output clean

The output of above code on my system:

0x37alled
0

0x37 is equal to 55 in decimal, which is the first temperature of my UX430UA device.

sniper7398 commented 4 years ago

Hey, I have tried your command(without curly bracket and without curly bracket) as root user and I am getting below error- Error: AE_NOT_FOUND Also, I have google to first figure out on my own, but all have posted this error on OS installation.

Have a look at the image of terminal for more info.

dominiksalvet commented 4 years ago

Well, that is noticeably similar to this afc-scout issue. And in fact, unfortunately, my answer is also the same as in this post. :disappointed: Feel free to read the whole issue and try afc-scout as well but I expect the same results as the OP of the issue.

Have you tried it and what do you think? :thinking: