Re: Powersaving Patch for NetworkManager

2008-11-28 Thread Dan Williams
On Fri, 2008-11-28 at 14:05 +0100, Andreas Neiser wrote: > Hi Jan, > > Jan Kantert wrote: > > [...] I patched some > > more apps on my desktop to use g_timeout_add_seconds. In average it > > helps to get my Thinkpad X61t from 10 wakeups to 8 wakeups, which is 20% > > reduction. > > Can you tell u

Re: Powersaving Patch for NetworkManager

2008-11-28 Thread Andreas Neiser
Hi Jan, Jan Kantert wrote: > [...] I patched some > more apps on my desktop to use g_timeout_add_seconds. In average it > helps to get my Thinkpad X61t from 10 wakeups to 8 wakeups, which is 20% > reduction. Can you tell us what applications exactly and did you try to send in a patch for them, to

Re: Powersaving Patch for NetworkManager

2008-11-26 Thread Jan Kantert
James M. Leddy schrieb: drago01 wrote: On Wed, Nov 26, 2008 at 1:59 PM, Alexander Sack <[EMAIL PROTECTED]> wrote: On Tue, Nov 25, 2008 at 01:38:12PM +0100, Jan Kantert wrote: Hi, according to powertop Network Manager wakes up my cpu about once every two seconds. Thats does not sound much but

Re: Powersaving Patch for NetworkManager

2008-11-26 Thread James M. Leddy
drago01 wrote: On Wed, Nov 26, 2008 at 1:59 PM, Alexander Sack <[EMAIL PROTECTED]> wrote: On Tue, Nov 25, 2008 at 01:38:12PM +0100, Jan Kantert wrote: Hi, according to powertop Network Manager wakes up my cpu about once every two seconds. Thats does not sound much but on an idle desktop with 1

Re: Powersaving Patch for NetworkManager

2008-11-26 Thread drago01
On Wed, Nov 26, 2008 at 1:59 PM, Alexander Sack <[EMAIL PROTECTED]> wrote: > On Tue, Nov 25, 2008 at 01:38:12PM +0100, Jan Kantert wrote: >> Hi, >> >> according to powertop Network Manager wakes up my cpu about once every >> two seconds. Thats does not sound much but on an idle desktop with 10 >> w

Re: Powersaving Patch for NetworkManager

2008-11-26 Thread Alexander Sack
On Tue, Nov 25, 2008 at 01:38:12PM +0100, Jan Kantert wrote: > Hi, > > according to powertop Network Manager wakes up my cpu about once every > two seconds. Thats does not sound much but on an idle desktop with 10 > wake ups per seconds thats 5%. I wanted my laptop's cpu to stay longer > in sleepst

Re: Powersaving Patch for NetworkManager

2008-11-26 Thread Jan Kantert
Hi Dan, I added a simple wrapper for g_timeout_add_seconds. Jan Kantert Dan Williams schrieb: On Tue, 2008-11-25 at 13:38 +0100, Jan Kantert wrote: Hi, according to powertop Network Manager wakes up my cpu about once every two seconds. Thats does not sound much but on an idle desktop wit

Powersaving Patch for NetworkManager

2008-11-25 Thread Jan Kantert
Hi, according to powertop Network Manager wakes up my cpu about once every two seconds. Thats does not sound much but on an idle desktop with 10 wake ups per seconds thats 5%. I wanted my laptop's cpu to stay longer in sleepstates so I wrote a little patch (against trunk) to replace g_timeout_add

Powersaving Patch for NetworkManager

2008-11-25 Thread Jan Kantert
Hi, according to powertop Network Manager wakes up my cpu about once every two seconds. Thats does not sound much but on an idle desktop with 10 wake ups per seconds thats 5%. I wanted my laptop's cpu to stay longer in sleepstates so I wrote a little patch (against trunk) to replace g_timeout

Re: Powersaving Patch for NetworkManager

2008-11-25 Thread Dan Williams
On Tue, 2008-11-25 at 13:38 +0100, Jan Kantert wrote: > Hi, > > according to powertop Network Manager wakes up my cpu about once every > two seconds. Thats does not sound much but on an idle desktop with 10 > wake ups per seconds thats 5%. I wanted my laptop's cpu to stay longer > in sleepstates s

Powersaving Patch for NetworkManager

2008-11-25 Thread Jan Kantert
Hi, according to powertop Network Manager wakes up my cpu about once every two seconds. Thats does not sound much but on an idle desktop with 10 wake ups per seconds thats 5%. I wanted my laptop's cpu to stay longer in sleepstates so I wrote a little patch (against trunk) to replace g_timeout_add