You are not logged in.
Pages: 1
tryin' to find my laptop temp. (HP Mini 311), but not sure how to get it. lm_sensors doesn't work and /proc/acpi/thermal_zone is empty..
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
If I'm not wrong you can't access any temperature sensors on a laptop. I don't even think there is one.
How's my programming? Call 1-800-DEV-NULL
Offline
Temperature sensors available on laptop/net book. In Dell min 9 and Acer one also it is there.
Offline
What's your processor? If it's from the Intel Core family, load the coretemp kernel module, then lm_sensors will give you the temperature. If it's Intel Atom, you need to patch coretemp, but it didn't show the correct temp for me. But I have an Acer netbook, so I can use acerhdf.
Offline
Generally with laptops (I think) you can just install the acpi package and then run acpi -t to get the temperature. That method works on my Eee 1000.
Offline
I'm getting a no such device error when trying to modprobe coretemp
[home page] -- [code / configs]
"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol
Offline
Hi Stythys
I get the Atom temperature using lm_sensores on a compaq 311c.
Load "sensors" under DEAMONS in rc.conf.
and add this line to your conky file:
${color lightgrey}Processor temperature: $color${execi 30 sensors | grep "Core 0" | cut -d "+" -f2 | cut -c1-6}
Last edited by Mammut (2010-02-22 21:25:55)
Offline
@op did you run sensors_detect?
http://wiki.archlinux.org/index.php/Lm_ … lm_sensors
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Pages: 1