> thank you, > 1 problem though, that file can only be downloaded by CLUB members. I'm not. Oops :) So lets try other things first: 1) make sure that your kernel has at least "drivers" for the sensors. You can check if you take a look to directory /lib/modules/2.6.3_something/kernel/drivers I guess that directory name will be 2.6.3-7mdk. You will see there adm1021.ko eeprom.ko gl518sm.ko lm75.ko files like this and more. So far so good. For you kernel you need version of Lm_sensors 2.8.5. http://secure.netroedge.com/~lm78/archive/lm_sensors-2.8.5.tar.gz Untar it. (like unzip) and run make user su (type your pass) make user_install Thats all. After that as root again run sensors-detect and follow its questions. At the end you will see the list of modules you need to load. I will be here in evening (GMT+2) but for sure let me know how are you going with this. Regards Rudolf > > Rudolf Marek <R.Marek at sh.cvut.cz> wrote: > > Hello > > > I am using kernel 2.6.3-7mdk > > Thanks. > > > and i keep receiving the following error druing the > > (make user_install) stage > > > > install: cannot create regular file > > `/etc/sensors.conf': Permission denied > > make: *** [install-etc] Error 1 > > Its because you need to be root or "administrator" to write to this > directory. > > I found for you more suitable solution. Mandrake has this lm_sensor > package already ready for you! > > Just try to install > > http://rpms.mandrakeclub.com/rpms/MandrakeClub/test/10.0/i586/lm_sensors-2.8.6-0.1mdk.i586.html > > package called like lm_sensors-2.8.6-0.1mdk.i586 > > After that run command: sensors-detect > > It will create automatically config for your configuration > and save it here /etc/sysconfig/lm_sensors > > It will work after reboot or after you issue this command: > /etc/init.d/lm_sensors start > > If it will write Permission denied use command su to get root. > > like this: > ruik at kiur:~$ su > Password: > kiur:/home/ruik# /etc/init.d/lm_sensors start > > After that run command: > sensors > > to see the output. Or install some GUI aplication like gkrellm to get some > graphical representation. Try to find some suitable application > in mandrake packages yourself. I'm using that gkrellm. > > I hope this helps. Because nor I or any other developer uses mandrake > and this package, please try to contact people from mandrake if any > futher troubles with this package. (or find some mandrake mailing list or > web forum) I know only what I have written here :) > > Regards > > Rudolf >