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.
Tremendous power drain with new kernels
Re: Tremendous power drain with new kernels
thanks for the info, maybe it's a lot better to stick with jaunty...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.
Re: Tremendous power drain with new kernels
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.
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
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).
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).
-
- Newbie
- Posts: 6
- Joined: 08 Sep 2009, 19:34
Re: Tremendous power drain with new kernels
Has someone tried how much this increases battery life and reduces performance?
-
- Newbie
- Posts: 1
- Joined: 24 Oct 2009, 16:52
Re: Tremendous power drain with new kernels
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
But that being said, i'm not completely sure, maybe someone with more knowledge will answer it in a more accurate way
JL