1

I know, that you don't like when someone ask same question as is answered but I try a lot of solutions and nothing helped...

I installed Ubuntu 12.10, everything is good but fan is very noise and battery life decrease from about 3,5h to 1,2h. I tryed everything I found (Jupiter, powertop, to install drivers, switcheroo etc.) but nothing helped...

HP Probook 4530s 3,8 GiB Intel Pentium CPU B950 @ 2.10 GHz x2 graphic- Intel Sandybridge Mobile 64-bit another graphic card Radeon 6490M

sorry for my english

2 Answers2

0

This is most likely a hardware problem. Could be the fan is not working well, so it needs to run on high, or could be the heat sink to the CPU was knocked loose.

Otherwise try ps -ef to see if there are any processes running that are causing your CPU to overheat.

Aditya
  • 13,616
0

Check if the CPU frequency scaling is working properly. There are variety of ways to monitor that, but you can quickly check it by typing in the terminal:

cat /proc/cpuinfo | grep -i "cpu mhz"

In idle or low load, the frequency of the threads should be lower than the maximum (in your case lower than 2100 MHz).

pileofrocks
  • 1,352
  • 1
  • 11
  • 26