Hi Grant, Thank you for the response. To be honest I really just want to be able to run gkrellm and get cpu temp. If the best way to do so is to patch the kernel source then yes that's what I'd like to do. Unfortunately as I said before I am new to it. I'm running Redhat Enterprise 4. I don't seem to have the directory that you refer to: usr/src/linux-2.6.12-rc1. In /usr/src I have: /redhat /kernels I think I may be in over my head.... Is the file that I downloaded going to work or am I out of luck? Thanks, Pat From: Grant Coady <grant_nospam at dodo.com.au> To: "Pat Young" <patyoung13 at hotmail.com> CC: lm78 at Stimpy.netroedge.com Subject: Re: No sensors found. Ticket: 1939 Date: Thu, 24 Mar 2005 13:55:57 +1100 Hi Pat, usr/src/linux-2.6.12-rc1 On Wed, 23 Mar 2005 18:39:02 -0800, "Pat Young" <patyoung13 at hotmail.com> wrote: >I have downloaded the patch but must admit I am new to the use of the patch >command. I have read the man page and am not sure as to what the -p<num> >should be. I receive the following: You want to apply a patch to the kernel source? cd /usr/src/linux-2.6.12-rc1 cat linux-2.6.12-rc1-i2c-w83627ehf-rc1.diff | patch -p1 is the standard place from which to apply patches to kernel source Cheers, Grant.