Solved: Can´t get thermal readings...
|
17th Oct, 2013, 09:41 AM
Post: #4
|
|||
|
|||
RE: Can´t get thermal readings...
(17th Oct, 2013 07:20 AM)mk01 Wrote: as IriDium sas try vcgencmd. XBMC should use this command specifically: Ok, yes its in the XBMC Gui " System -> System information ->Hardware -> CPU temperature" Heres my ssh paste of the command: root@xbian2:/home/xbian/.xbmc/userdata# echo "$(/opt/vc/bin/vcgencmd measure_te p | grep -o "[0-9]\{2\}") C" 44 C And here is the paste of my advancedsettings.xml file: " <!-- zerocache --> <advancedsettings> <network> <cachemembuffersize>0</cachemembuffersize> <curlclienttimeout>45</curlclienttimeout> </network> <gui> <algorithmdirtyregions>3</algorithmdirtyregions> <nofliptimeout>0</nofliptimeout> </gui> <videoscanner> <ignoreerrors>true</ignoreerrors> </videoscanner> </advancedsettings> " I dont have that lines in there... can i put them anywhere between <advancedsettings> and </advancedsettings> ?? thks mates EDIT: i figured out heres my new file output: " <!-- zerocache --> <advancedsettings> <network> <cachemembuffersize>0</cachemembuffersize> <curlclienttimeout>45</curlclienttimeout> </network> <gui> <algorithmdirtyregions>3</algorithmdirtyregions> <nofliptimeout>0</nofliptimeout> </gui> <videoscanner> <ignoreerrors>true</ignoreerrors> </videoscanner> <gputempcommand>echo "$(/opt/vc/bin/vcgencmd measure_temp | grep -o "[0-9]\{2\}") C"</gputempcommand> <cputempcommand>echo "$(/opt/vc/bin/vcgencmd measure_temp | grep -o "[0-9]\{2\}") C"</cputempcommand> </advancedsettings> " It works now Thks for the help |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Can´t get thermal readings... - Exnor - 17th Oct, 2013, 02:01 AM
RE: Can´t get thermal readings... - IriDium - 17th Oct, 2013, 04:42 AM
RE: Can´t get thermal readings... - mk01 - 17th Oct, 2013, 07:20 AM
RE: Can´t get thermal readings... - Exnor - 17th Oct, 2013 09:41 AM
RE: Can´t get thermal readings... - Exnor - 11th Dec, 2013, 04:51 AM
RE: Can´t get thermal readings... - rikardo1979 - 11th Dec, 2013, 05:21 AM
RE: [Solved] Can´t get thermal readings... - Exnor - 11th Dec, 2013, 05:41 AM
|