2

Laptop runs perfectly cool on battery but immediately I remove the battery the laptop goes all guns blazing and begins to overheat. How can I instruct the Kernel to maintain the power saving features (used on battery) when using AC?

HP PAVILION DV6700 Intel Core 2 Duo 2.0Ghz 4gb RAM Intel Mobile Chipset 965GM (x3100)

Jupiter is already installed and set to Power savings. Problem is once the kernel detects it running on battery it sort of ignores Jupiter and other power saving features. It seems these fears only kick in when running on battery.

Jupiter does keep power savings on but the laptop starts to overheat ONLY on AC. I just want it to run like how it does when running on battery.

fossfreedom
  • 174,526
Mysterio
  • 12,288

1 Answers1

1

Edit /etc/laptop-mode/laptop-mode.conf and change

ENABLE_LAPTOP_MODE_ON_AC=0

to

ENABLE_LAPTOP_MODE_ON_AC=1

Now restart laptop-mode with:

sudo /etc/init.d/laptop-mode restart

Check that it's active on AC with for example:

$ sudo laptop_mode start

which gives me:

Laptop mode 
enabled, 
active [unchanged]
Charl Botha
  • 2,846