Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] Can´t get thermal readings...
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Can´t get thermal readings...
17th Oct, 2013, 02:01 AM
Post: #1
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
Can´t get thermal readings...
My xbian has been running for a few months without problems (except CEC init but that i already open a thread).

Now without touching anything in the config, the thermal readings on the information menu give me a "????" info :/.

The only thing i've installed was addons from the repos. And as far as i know none of them mess with the OS.

Any suggestions?

thks to all Smile

:) :)
Find all posts by this user
Quote this message in a reply
17th Oct, 2013, 04:42 AM
Post: #2
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Can´t get thermal readings...
Do you mean System -> System information ->Hardware -> CPU temperature?

If not, then you will need to elaborate as to what you mean.

If it is, then it's due to an upgrade you have done or changed the paths to the /opt files.

Try /opt/vc/bin/vcgencmd measure_temp and see if you get a sensible reading.

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
17th Oct, 2013, 07:20 AM
Post: #3
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Can´t get thermal readings...
as IriDium sas try vcgencmd. XBMC should use this command specifically:
Code:
echo "$(/opt/vc/bin/vcgencmd measure_temp | grep -o "[0-9]\{2\}") C"

copy paste to ssh and run. if it returns value, check /home/xbian/.xbmc/userdata/advancedsettings.xml for line:
Code:
<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>

and last question, by any chance haven't you created new XBMC profile with clean start?

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
17th Oct, 2013, 09:41 AM
Post: #4
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
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:
Code:
echo "$(/opt/vc/bin/vcgencmd measure_temp | grep -o "[0-9]\{2\}") C"

copy paste to ssh and run. if it returns value, check /home/xbian/.xbmc/userdata/advancedsettings.xml for line:
Code:
<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>

and last question, by any chance haven't you created new XBMC profile with clean start?

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 Tongue 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 Big Grin

Thks for the help Wink
Find all posts by this user
Quote this message in a reply
11th Dec, 2013, 04:51 AM
Post: #5
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: Can´t get thermal readings...
You should mark this thread as fixed Tongue
Find all posts by this user
Quote this message in a reply
11th Dec, 2013, 05:21 AM
Post: #6
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: Can´t get thermal readings...
(11th Dec, 2013 04:51 AM)Exnor Wrote:  You should mark this thread as fixed Tongue

its your thread m8, you have opened it Wink
So change the prefix by full edit of your 1st post Wink
-thx-

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
11th Dec, 2013, 05:41 AM
Post: #7
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: [Solved] Can´t get thermal readings...
(11th Dec, 2013 05:21 AM)rikardo1979 Wrote:  
(11th Dec, 2013 04:51 AM)Exnor Wrote:  You should mark this thread as fixed Tongue

its your thread m8, you have opened it Wink
So change the prefix by full edit of your 1st post Wink
-thx-

Done Wink
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 05:25 AM Powered By MyBB, © 2002-2025 MyBB Group.