Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 5812  / 2 Years ago, thu, march 10, 2022, 4:29:49

I'm using Ubuntu 20.04 with an Asus Prime Z370-A MB


lm-sensors does not show fan speeds, and the Asus AI Fan Xpert program only works on Windows.


Is there a program that would run on my machine that would display the CPU PWM fan speed? I don't need to modify the speed, I just want to know what it is at any given moment.


More From » fan

 Answers
1

Try it with your grub option set to acpi_enforce_resources=lax


From the documentation:


acpi_enforce_resources= [ACPI]
{ strict | lax | no }
Check for resource conflicts between native drivers
and ACPI OperationRegions (SystemIO and SystemMemory
only). IO ports and memory declared in ACPI might be
used by the ACPI subsystem in arbitrary AML code and
can interfere with legacy drivers.
strict (default): access to resources claimed by ACPI
is denied; legacy drivers trying to access reserved
resources will fail to bind to device using them.
lax: access to resources claimed by ACPI is allowed;
legacy drivers trying to access reserved resources
will bind successfully but a warning message is logged.
no: ACPI OperationRegions are not marked as reserved,
no further checks are performed.


  1. Edit /etc/default/grub and insert acpi_enforce_resources=lax into the parameter string of GRUB_CMDLINE_LINUX, IE:
    GRUB_CMDLINE_LINUX='acpi_enforce_resources=lax'

  2. Run update-grub and reboot.


[#3120] Saturday, March 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
itagde

Total Points: 241
Total Questions: 113
Total Answers: 118

Location: Liechtenstein
Member since Wed, Dec 8, 2021
3 Years ago
;