http://bugzilla.novell.com/show_bug.cgi?id=557445 http://bugzilla.novell.com/show_bug.cgi?id=557445#c2 Jean Delvare <jdelvare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Jean Delvare <jdelvare@novell.com> 2009-11-24 13:12:51 UTC --- This is the typical resource conflict between ACPI and native hardware monitoring drivers. The kernel knows about the conflict and thus prevents you from loading the w83627ehf driver, but sensors-detect does NOT know about it and thus tells your to load it. The workaround in your case is to manually edit /etc/sysconfig/lm_sensors and remove "w83627ehf" from HWMON_MODULES, and also remove MODULE_1. Then the lm_sensors service should start again. On your motherboard, the asus_atk0110 driver should get loaded automatically, providing the hardware monitoring information you are looking for. Now the general fix would be to let sensors-detect know about the resource conflict, so that it doesn't tell the user to load drivers which will not load. Unfortunately it is not trivial because ACPI resources are not visible from user-space. I must discuss this upstream with the acpi developers, but couldn't find the time to actually do it yet. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.