Comment 8 for bug 500077

Revision history for this message
Ancoron Luziferis (ancoron) wrote :

Nearly perfect!

+ The multiple kernel feature, very nice and convenient. But I have some upstream kernels installed that already have the module compiled and enabled, so you should check for that and disable integration for those kernels. In addition I noticed that it only integrates the module into kernels that are at the version I currently run and above, but e.g. I have the stock Lucid kernel "2.6.32-21-generic" but I currently run "2.6.32.11+drm33.2-duallink-fix" (like stock kernel plus a patch, same config). And here it doesn't update the stock kernel. Is it because "-" is lower than "."?

Anyway it just loads fine after installation:

$ uname -r
2.6.32.11+drm33.2-duallink-fix
$ sudo modprobe k10temp
$ sensors
it8720-isa-0228
Adapter: ISA adapter
in0: +1.02 V (min = +0.00 V, max = +4.08 V)
in1: +1.49 V (min = +0.00 V, max = +4.08 V)
in2: +3.36 V (min = +0.00 V, max = +4.08 V)
in3: +3.04 V (min = +0.00 V, max = +4.08 V)
in4: +3.02 V (min = +0.00 V, max = +4.08 V)
in5: +1.94 V (min = +0.00 V, max = +4.08 V)
in6: +4.08 V (min = +0.00 V, max = +4.08 V)
in7: +2.18 V (min = +0.00 V, max = +4.08 V)
Vbat: +3.25 V
fan1: 712 RPM (min = 0 RPM)
fan2: 0 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
fan5: 0 RPM (min = 0 RPM)
temp1: +44.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
temp2: +29.0°C (low = +127.0°C, high = +70.0°C) sensor = thermal diode
temp3: +39.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor
cpu0_vid: +0.413 V

k10temp-pci-00c3
Adapter: PCI adapter
temp1: +35.1°C (high = +70.0°C, crit = +79.0°C)

Thanx for that!