Tremendous power drain with new kernels

Discussions about Linux installation and configuration on Samsung laptops
Post Reply
ossas81
Newbie
Newbie
Posts: 19
Joined: 07 Apr 2009, 03:51

Tremendous power drain with new kernels

Post by ossas81 »

If you use "powertop", you will see that this one process is responsible for constant wakeups:
hrtimer_start_range_ns
(and other processes associated with "tick_sched_timer" and "hrtimer_wakeup"

There is a bug report here:
https://bugs.launchpad.net/ubuntu/+sour ... bug/373245


It is being reported by many netbook users (google), and is a huge unsolved problem.
User avatar
Cimi
Jr. Member
Jr. Member
Posts: 95
Joined: 23 Apr 2009, 18:22
Location: Padova, Italy
Contact:

Re: Tremendous power drain with new kernels

Post by Cimi »

ossas81 wrote:If you use "powertop", you will see that this one process is responsible for constant wakeups:
hrtimer_start_range_ns
(and other processes associated with "tick_sched_timer" and "hrtimer_wakeup"

There is a bug report here:
https://bugs.launchpad.net/ubuntu/+sour ... bug/373245


It is being reported by many netbook users (google), and is a huge unsolved problem.
thanks for the info, maybe it's a lot better to stick with jaunty...
ossas81
Newbie
Newbie
Posts: 19
Joined: 07 Apr 2009, 03:51

Re: Tremendous power drain with new kernels

Post by ossas81 »

The problem is also in Jaunty. Install "powertop" though synaptics, then run "sudo powertop" to see for yourself.

You'll see that this process causes 70% of wake-ups. This may explain why Ubuntu's battery life is bad compared to windows, despite massive tweaking.

also, powertop suggests to do something about the camera (even though It's blacklisted on startup), and the USB. I've only tinkered with it for an hour.
ossas81
Newbie
Newbie
Posts: 19
Joined: 07 Apr 2009, 03:51

Re: Tremendous power drain with new kernels

Post by ossas81 »

Someone in the bug report said that disabling Hyperthreading in bios reduces the number of wakeups per sec, and I confirmed this works.

While there seems to be only slight change in hrtimer_start_range_ns wakeups, my total wakeups were cut in half

before: 20 wakeups per sec, interval: 10 sec
after disabling HT: 11 wakeups per sec, interval: 20 sec

(this is with webcam, bluetooth, and wireless disabled, and left at idle).
Nixus Maximus
Newbie
Newbie
Posts: 6
Joined: 08 Sep 2009, 19:34

Re: Tremendous power drain with new kernels

Post by Nixus Maximus »

Has someone tried how much this increases battery life and reduces performance?
Jojo Lapin
Newbie
Newbie
Posts: 1
Joined: 24 Oct 2009, 16:52

Re: Tremendous power drain with new kernels

Post by Jojo Lapin »

I think it depends on the usage: if you let it idle on a regular basis, the battery lost will be higher than if you're typing a text or doing things without any interruption.

But that being said, i'm not completely sure, maybe someone with more knowledge will answer it in a more accurate way

JL
Post Reply