I've installed lm-sensors, but when I run pwmconfig command as root, it throws an error:
/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed My laptop is an MSI Gs63VR Stealth Pro core Intel i7 CPU
Thank you!
I've installed lm-sensors, but when I run pwmconfig command as root, it throws an error:
/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed My laptop is an MSI Gs63VR Stealth Pro core Intel i7 CPU
Thank you!
A simple search for the error message yielded several hits on Google. All of the top hits are from before this question was posted.
This guide on AskUbuntu may be helpful, or this one.
Likely the issue you're having can be solved with a linux kernel option. Add this to your Grub command-line: acpi_enforce_resources=lax
sudo sed -E -i 's/(GRUB_CMDLINE_LINUX_DEFAULT=.+)"$/\1 acpi_enforce_resources=lax"/' /etc/default/grub sudo update-grub then reboot.
Trying family National Semiconductor/ITE... Yes Found unknown chip with ID 0x8987` and Googling a lot I did not found an option to load the correct module.sudo, now I have just tried with sudo su first also and the resuts are the same. But I have two fans, compared to the results on the link above, but you are right - probably it will be better to ask a new question heremodprobe it87 force_id=0x8987 with no positive result. Thanks again, happy hollidays, if I change my mind, I will link my question here.On my MSI GF76 Katana 11SC-483X there are no pwm-capable sensors detected in linux. This tool helped me to control fans: https://github.com/dmitry-s93/MControlCenter#installation-from-the-archive
Added this tool to Startup Applications on my Ubuntu 22.04 (used custom curve) - it works like a charm! It works much better than MSI Control Center on windows. May be I'm doing something wrong but my manual tests for windows MSI Control Center have bad results (custom curve) - fans sometimes speed up, sometimes not.