I'm trying to measure my Raspberry Pi's temperature using vcgencmd measure_temp
but it only works whenever it feels like it:
pi@raspberrypi ~ $ sudo /opt/vc/bin/vcgencmd measure_temp
vc_gencmd_send returned -1
vchi_msg_dequeue -> -1(22)
Any idea what might be going on? It just hangs there, I need to use Ctrl+C to get out of there.
hwmon
isn't in the stock kernel. This one is from the ACPI interface, which is probably newer but seems a little strange since the pi doesn't have any power management features; presumably it's used because it standardizes/sys
better. So I might have been hasty in calling it "daft" ;) – goldilocks Mar 12 '14 at 16:34