https://bugzilla.novell.com/show_bug.cgi?id=434546 User jdelvare@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=434546#c14 Jean Delvare <jdelvare@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|jdelvare@novell.com | --- Comment #14 from Jean Delvare <jdelvare@novell.com> 2008-12-16 10:32:12 MST --- Writing a board-specific configuration file can be tedious. My usual advice is to write down everything the BIOS shows, and if possible, everything the vendor-provided Windows hardware monitoring tool provides. Then edit the libsensors configuration file until sensors' output matches what the BIOS says. You can look into the manual for extra hints but in general there aren't many. In this specific case it's even harder, especially for voltages, because there are two hardware monitoring chips instead of one. Without information from the vendor about what is wired to each input, it can be very difficult to figure it out. At least the fans may be not too difficult to get right. Apparently there are no fans connected to the W83627DHG (all fan inputs read 0 RPM even though the clock divider has the maximum value) so I guess they are connected to the W83791D. Try increasing all fan clock dividers to 8 and see if you get readings. For this, add the following to /etc/sensors3.conf: chip "w83791d-*" set fan1_div 8 set fan2_div 8 set fan3_div 8 set fan4_div 8 set fan5_div 8 then run "sensors -s". Once you have speed readings, you should be able to figure out the correct labels by comparing with what the BIOS displays. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.