LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Conky and hwmon (https://www.linuxquestions.org/questions/debian-26/conky-and-hwmon-894830/)

kasl33 08-01-2011 12:45 AM

Conky and hwmon
 
I recently switched from Arch to Debian (for stability since Arch is equivelant to Debian Unstable). My .conkyrc script worked perfectly in Arch with the lm_sensors package, however, in Debian, lm-sensors won't detect my CPU temperatures.

I have an Intel i7 Q740 (quad-core with four virtual cores) running - all 8 cores are detected for monitoring, but not temperature.

Does anybody have any ideas? Here is the part of my conky script (that worked in Arch) that doesn't work in Debian (I stripped out all the formatting so it would make more sense without so much work):

Code:

Temperatures
GPU: ${hwmon 0 temp 1}
Core0:${hwmon 1 temp 1}c        Core1:${hwmon 2 temp 1}c
Core2:${hwmon 3 temp 1}c        Core3:${hwmon 4 temp 1}c

FYI, I did run sensors-detect and tried to get it to detect everything. The only thing recognized is acpitz.

jim_p 08-01-2011 03:42 AM

Is "coteremp" (the module) loaded?

kasl33 08-01-2011 11:33 AM

Holy crap that was it! I ran the sensors-detect wizard, then modprobe coretemp and it worked!

Thanks!

kasl33 08-01-2011 03:55 PM

Quote:

Originally Posted by jim_p (Post 4430454)
Is "coteremp" (the module) loaded?

For the record, if there is anybody else using this post, he did make a typo. What he meant instead of coteremp was this:

Code:

modprobe coretemp

corp769 08-01-2011 04:00 PM

Quote:

Originally Posted by kasl_33 (Post 4431006)
For the record, if there is anybody else using this post, he did make a typo. What he meant instead of coteremp was this:

Code:

modprobe coretemp

I think I understood it ;)


All times are GMT -5. The time now is 08:45 PM.