Overheating problems on an old ECS TF570 motherboard. Xubuntu 12.04 workarounds

Well this old motherboard of mine (ECS TF-570) has started to have some problems. When encoding videos with Avidemux, it was randomly shutting down. I run Xubuntu Linux 12.04 as my operating system. I have driven myself crazy troubleshooting hardware problems as software problems in the past. Luckily this time I thought hardware first since it is only happening when the CPU is loaded up. I was headed in the right direction from the get go.

I googled my way to this page, which really got things started fast.

$ sudo apt-get install cpufrequtils

$ cpufreq-info

For me it read

current CPU frequency is 2.4 GHz
hardware limits: 1000 MHz - 2.40 GHz
available frequency steps: 2.40 GHz, 2.20 GHz, 2.00 GHz, 1.80 GHz, 1000 MHz

This is while the system was encoding. When the CPU is not loaded up, it showed 1000MHz. I let an encoding run while I set the cpu. So using the next command, you can adjust to any value shown in your “available frequency steps”. I set it to

sudo cpufreq-set -u 2.0Ghz

Now, when you run the cpufreq-info command it shows 2.0Ghz (as long as the CPU is loaded up doing work!). Here is the wiki page for cpufreq. Now to display it. I looked for another page and installed the sensors side of things.

$ sudo apt-get install lm-sensors
$ sensors

This showed me

acpitz-virtual-0
Adapter: Virtual device
temp1:        +59.0°C  (crit = +70.0°C)

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp:   +59.0°C  
Core1 Temp:   +64.0°C

And higher, so I knew I was on the right track. it was shutting down when it reached the crit limit.

$ sudo sensors-detect

and said yes to everything

$ sudo service module-init-tools start

Lastly, a way to view the sensors.

$ sudo apt-get install gkrellm
$ gkrellm

I went into the preferences and checked off all my sensors so they would display. No more guessing WTF happened! You can also use widgets or conky (as shown at the bottom of this page) to display the sensor information, but this was the way I decided I liked it.

 

Older Posts


Read Twitter Links for Oct. 20
Twitter Links for Oct. 20

Allman Brothers – I’d Rather Go Blind w/Susan Tedeschi – 3/20/12 – Beacon Theater – YouTube http://www.youtube.com/watch?v=jiksyfx6ekc … Fix: Search for Telstop on Play Store. – How to Check If Your Android Device Is Vulnerable to The Remote Wipe Hack http://lifehacker.com/5946919/check-if-your-android-device-is-vulnerable-to-the-remote-wipe-hack … UG Community @ http://Ultimate-Guitar.Com  – Humidity: A friendly reminder for those winter months! http://www.ultimate-guitar.com/forum/showthread.php?t=987641 … Samsung [...]

 

Read Installing an adjustable fuel screw on a 2008 Yamaha WR450F
Installing an adjustable fuel screw on a 2008 Yamaha WR450F

You would think there couldn’t even be more that a sentence to this. Remove the old screw, and install the new one. Easy right? Yeah. From what I heard and based on your year and make of bike this one is either that easy, or really hard. Well yeah it didn’t go as smoothly as [...]

 

Read Ripping Part 2 – Exact Audio Copy in Wine – Xubuntu 12.04
Ripping Part 2 – Exact Audio Copy in Wine – Xubuntu 12.04

Well sometimes it takes a while to get back into a project. I started ripping our old CD’s back in 2010, and here I am starting it back up again now… After some consideration, I still like the accuraterip feature of EAC, plus it’s just easy to use. I guess I could use K3b or [...]

 

Read The Microphone Saga: Buying from Amazon.com in Canada
The Microphone Saga: Buying from Amazon.com in Canada

I have only myself to blame. After I ordered some CD’s from Amazon and they showed me how little they cared to ship them on time (delivery at payment was promised two weeks, changed on delivery date to one to seven months), I canceled that order and thought strike one, Amazon. Really, I should have [...]

 

Read Homemade Lap Steel guitar
Homemade Lap Steel guitar

I finally got around to this project after wanting to build one for years. Sometimes I have to get past that idea stage and just go build something, see how it goes, and learn from it. I had some pieces sawn up already that we were going to use for a bed frame so I [...]

 

Read Changing from Gnome 2?
Changing from Gnome 2?

Kind of a rant. I’ve put this off for a while hoping to see some improvements in the Unity Desktop, but with 12.04 about to release, it’s time to change. I’m a Desktop Linux user. I’ve been using Linux for 15 years at least. I started out with every distribution that I could download or [...]

 

Read Making music with Android
Making music with Android

A quick post about my two favorite music apps for Android. I’m using Gingerbread on a Samsung Galaxy S2. I’m an old guitar player and I can’t stand it when a guitar is out. I found an app called GStrings in the market that works really good. Next, how about some multitrack recording? Four Tracks [...]

 

Read Alternatives to ITunes in Canada: Ubuntu One with Banshee
Alternatives to ITunes in Canada: Ubuntu One with Banshee

Recently I tried buying some CD’s from Amazon. After three weeks, on the day of their delivery, Amazon sent me a cowardly email saying it would take another 1 to 7 months. Tourettes symptoms. No more buying CD’s from them. I’ve been looking for some albums by Redd Volkaert and a few others for a [...]

 

Read Blocking “Login with Facebook” with Adblock Plus for Chrome and Firefox
Blocking “Login with Facebook” with Adblock Plus for Chrome and Firefox

Install the Adblock Plus extension to your browser and then add these custom filters. That’s it! No more Facebook on every site you visit. ||fbcdn.net^$domain=~facebook.com|~facebook.net|~fbcdn.com|~fbcdn.net ||fbcdn.com^$domain=~facebook.com|~facebook.net|~fbcdn.com|~fbcdn.net ||facebook.net^$domain=~facebook.com|~facebook.net|~fbcdn.com|~fbcdn.net ||facebook.com^$domain=~facebook.com|~facebook.net|~fbcdn.com|~fbcdn.net I had this somewhere on the site for when I change browsers, but lost it. Found this originally on Lifehacker. Thanks Whitson!