I‘m getting the following error in /var/log/messages file and my sensors command is also not working:
Aug 13 21:22:24 backup kernel: [ 8.681901] ACPI: I/O resource it87 [0x295-0x296] conflicts with ACPI region IP__ [0x295-0x296]
Aug 13 21:22:24 backup kernel: [ 8.683378] it87 it87.656: Detected broken BIOS defaults, disabling PWM interface
How do I fix this problem under Debian or Ubuntu Linux desktop system?
You can fix this problem by editing /etc/default/grub file as follows:
# vi /etc/default/grub
Update GRUB_CMDLINE_LINUX as follows:
GRUB_CMDLINE_LINUX="acpi_enforce_resources=lax"
Save and close the file. Update /boot/grub/grub.cfg by running the following command:
# update-grub
Reboot the system:
# reboot
🐧 0 comments... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |