我用的是Ubuntu 20.04和华硕公司的Z370-A MB
lm-传感器不显示风扇速度,华硕AI扇Xpert程序只在Windows上工作。
是否有一个程序可以在我的机器上运行,显示CPU PWM风扇的速度?我不需要修改速度,我只是想知道在任何时刻它是什么。
发布于 2020-07-13 17:50:18
尝试将grub选项设置为acpi_enforce_resources=lax
从文件中:
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./etc/default/grub并将acpi_enforce_resources=lax插入到GRUB_CMDLINE_LINUX,IE:GRUB_CMDLINE_LINUX='acpi_enforce_resources=lax'的参数字符串中update-grub并重新启动。发布于 2020-06-25 16:12:50
您可以从Ubuntu软件商店尝试Psensor。
在这里描述:一种用于Linux的图形硬件温度监控工具
https://askubuntu.com/questions/1253722
复制相似问题