Page 1 of 1

Tremendous power drain with new kernels

Posted: 21 Sep 2009, 08:30
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.

Re: Tremendous power drain with new kernels

Posted: 21 Sep 2009, 14:19
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...

Re: Tremendous power drain with new kernels

Posted: 21 Sep 2009, 16:53
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.

Re: Tremendous power drain with new kernels

Posted: 23 Oct 2009, 18:11
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).

Re: Tremendous power drain with new kernels

Posted: 24 Oct 2009, 12:17
by Nixus Maximus
Has someone tried how much this increases battery life and reduces performance?

Re: Tremendous power drain with new kernels

Posted: 24 Oct 2009, 16:56
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