Juerg Haefliger <juergh <at> gmail.com> writes: > > > I own a barebone made by asus which needs the dme1737 module for > > lm-sensors to work correctly. Since it had been included in kernel > > 2.6.23 and I am running 2.6.18 (from > > debian etch) I was wondering if there is a stand alone version > > of the module, that I could > > compile for my kernel? Is there any way to use it with 2.6.18? > > Copy the file dme1737.c from the 2.6.23 kernel to a temp directory and > create a Makefile in the same directory that contains the following > lines: > > obj-m := dme1737.o > all: > make -C /lib/modules/`uname -r`/build M=$(PWD) modules > > Then run 'make' which will compile the module. You also need to have > the kernel headers installed to be able to compile. > Additionally, you will also need the latest 'lm-sensors' package > (2.10.4 ) or the dme1737 will not be recognized. > Thanks a lot, the module seems to work fine. I used the newest sensors-detect and it found out the modules I have to use. However, the output of sensors is quite short: jba at lisa:~$ sensors k8temp-pci-00c3 Adapter: PCI adapter Core0 Temp: -1?C Core0 Temp: +1?C Core1 Temp: +6?C Core1 Temp: +6?C dme1737-i2c-0-2e Adapter: SMBus nForce2 adapter at 4c00 k8temp values are wrong, but that is another problem. But why doent dme1737 display anything? Is it because of the older lm-sensors version in debian (2.10.1-3). Or will it be sufficiant to update the config file? If possible I would like to keep the etch version of lm-sensors. Juergen