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
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











{ 0 comments… add one now }