At 22:43 00/04/20 -0500, you wrote:
>Has anyone compiled lm_sensors on with the on an unmodified 6.2 system. I am
>trying to figure out if I can determine my cpu temperature from within linux
>on my notebook, but I keep getting errors about incorrect modules. Not being
>a programmer I have no idea where to look. If you do have it working what
>rpms or other files does the install depend upon.
you would need the kernel-sources* or simply grab a copy off a ftp.kernel.org
mirror. After which, you have to read the INSTALL file for the correct build
type which you need (kernel module, compiled into kernel, or in-between).
If i remember, i patched my kernel twice for it to work, first time is using
the diffs from i2c, then again with the diffs from the lm_sensors.
>One thing I did find out was that if I run the make config comand to
>configure the kernel the errors within i2c-2.5.0 go away (I believe it is
>looking for the kernel configuration file), but I don't know what the
>default redhat config is. Does anyone know if the defaults during make
>config will reproduce the original kernel.
No matter what you would still need the kernel sources as per the docs said.
I believe using make would compile the modules, but not install them.
My working config is using compile-into-kernel on 2.3.99pre5 on a bp6 with
2x300 celeron and viewed using gkrellm. Note that the i2c support in 2.3 is
still somewhat feeble ... you still need to patch it with your lm_sensors
source.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.