<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.geekworm.com/index.php?action=history&amp;feed=atom&amp;title=CommentStreams%3A2676695ae5c4fb74bb353980ad372dae</id>
	<title>CommentStreams:2676695ae5c4fb74bb353980ad372dae - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.geekworm.com/index.php?action=history&amp;feed=atom&amp;title=CommentStreams%3A2676695ae5c4fb74bb353980ad372dae"/>
	<link rel="alternate" type="text/html" href="https://wiki.geekworm.com/index.php?title=CommentStreams:2676695ae5c4fb74bb353980ad372dae&amp;action=history"/>
	<updated>2026-07-27T04:40:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.geekworm.com/index.php?title=CommentStreams:2676695ae5c4fb74bb353980ad372dae&amp;diff=33549&amp;oldid=prev</id>
		<title>94.32.245.7: Migrated reply #4185</title>
		<link rel="alternate" type="text/html" href="https://wiki.geekworm.com/index.php?title=CommentStreams:2676695ae5c4fb74bb353980ad372dae&amp;diff=33549&amp;oldid=prev"/>
		<updated>2023-12-10T02:00:13Z</updated>

		<summary type="html">&lt;p&gt;Migrated reply #4185&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I had the same error. I&amp;#039;m italian too and we use the comma as separator for decimals. The solution is to modify x-c1-fan.sh file.&lt;br /&gt;
&lt;br /&gt;
I have done as follow:&lt;br /&gt;
&lt;br /&gt;
1) Type in terminal&lt;br /&gt;
    cd ~/xscript&lt;br /&gt;
    sudo nano x-c1-fan-sh&lt;br /&gt;
2) Modify&lt;br /&gt;
    function get_temp {&lt;br /&gt;
      RAW_TEMP=&amp;quot;$(cat /sys/class/thermal/thermal_zone0/temp)&amp;quot;&lt;br /&gt;
      TEMP=&amp;quot;$(awk -v temp=&amp;quot;$RAW_TEMP&amp;quot; &amp;#039;BEGIN { printf &amp;quot;%0.2f&amp;quot;, temp / 1000; exit(0) }&amp;#039;)&amp;quot;&lt;br /&gt;
      echo &amp;quot;$TEMP&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    with this&lt;br /&gt;
&lt;br /&gt;
    function get_temp {&lt;br /&gt;
      RAW_TEMP=&amp;quot;$(cat /sys/class/thermal/thermal_zone0/temp)&amp;quot;&lt;br /&gt;
      TEMP=&amp;quot;$(awk -v temp=&amp;quot;$RAW_TEMP&amp;quot; &amp;#039;BEGIN { printf &amp;quot;%0.0f&amp;quot;, temp / 1000; exit(0) }&amp;#039;)&amp;quot;&lt;br /&gt;
      echo &amp;quot;$TEMP&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
3) Then follow the istruction in this page to uninstall the script&lt;br /&gt;
4) Then follow the istruction in this page to reinstall the script&lt;br /&gt;
&lt;br /&gt;
Now it works for me. Sorry to all of you for my bad english&lt;br /&gt;
&lt;br /&gt;
PS: I&amp;#039;ve only modified &amp;#039;printf &amp;quot;%0.2f&amp;quot;&amp;#039; with &amp;#039;printf &amp;quot;%0.0f&amp;quot;&amp;#039; to get the integer right away.&amp;lt;!-- migrated from Comments; original IP: 94.32.245.7 --&amp;gt;&lt;/div&gt;</summary>
		<author><name>94.32.245.7</name></author>
	</entry>
</feed>