I'm trying to use lm_sensors to monitor my hardware. While running sensors-detect, I have the following output:
the "no driver for AMD K10 thermal sensors yet" is where I'm confused. I'm using an Athlon 5900 (shows up as AMD Athlon II X2 215 in system monitor). Is that too new for a driver? I'm still unsure how a lot of these drives are written, so I'm curious if this will be covered soon.
Code:
Some south bridges, CPUs or memory controllers may also contain embedded sensors. Do you want to scan for them? (YES/no): Silicon Integrated Systems SIS5595... No VIA VT82C686 Integrated Sensors... No VIA VT8231 Integrated Sensors... No AMD K8 thermal sensors... No AMD K10 thermal sensors... Success! (driver `to-be-written') Intel Core family thermal sensor... No Intel AMB FB-DIMM thermal sensor... No Now follows a summary of the probes I have just done. Just press ENTER to continue: Driver `it87' (should be inserted): Detects correctly: * ISA bus, address 0x290 Chip `ITE IT8712F Super IO Sensors' (confidence: 9) Driver `to-be-written' (should be inserted): Detects correctly: * Chip `AMD K10 thermal sensors' (confidence: 9) I will now generate the commands needed to load the required modules. Just press ENTER to continue: To load everything that is needed, add this to /etc/modules: #----cut here---- # Chip drivers it87 # no driver for AMD K10 thermal sensors yet #----cut here----
Comment