All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.13-rc5 - ACPI regression
@ 2005-08-02 17:53 Lukas Hejtmanek
  2005-08-02 18:59 ` Alessandro Suardi
  0 siblings, 1 reply; 6+ messages in thread
From: Lukas Hejtmanek @ 2005-08-02 17:53 UTC (permalink / raw)
  To: linux-kernel

Hello,

newly with 2.6.13-rc5 (previous -rc1 was quite ok)

$ time cat /proc/acpi/battery/BAT0/info  
present:                 yes
design capacity:         6000 mAh
last full capacity:      6000 mAh
battery technology:      rechargeable
design voltage:          14800 mV
design capacity warning: 600 mAh
design capacity low:     300 mAh
capacity granularity 1:  60 mAh
capacity granularity 2:  60 mAh
model number:            M6A
serial number:            
battery type:            LIon
OEM info:                ASUSTEK

real    0m32.521s
user    0m0.001s
sys     0m0.015s

-- 
Lukáš Hejtmánek

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.13-rc5 - ACPI regression
  2005-08-02 17:53 2.6.13-rc5 - ACPI regression Lukas Hejtmanek
@ 2005-08-02 18:59 ` Alessandro Suardi
  2005-08-02 19:05   ` Lukas Hejtmanek
  0 siblings, 1 reply; 6+ messages in thread
From: Alessandro Suardi @ 2005-08-02 18:59 UTC (permalink / raw)
  To: Lukas Hejtmanek; +Cc: linux-kernel

On 8/2/05, Lukas Hejtmanek <xhejtman@mail.muni.cz> wrote:
> Hello,
> 
> newly with 2.6.13-rc5 (previous -rc1 was quite ok)
> 
> $ time cat /proc/acpi/battery/BAT0/info
> present:                 yes
> design capacity:         6000 mAh
> last full capacity:      6000 mAh
> battery technology:      rechargeable
> design voltage:          14800 mV
> design capacity warning: 600 mAh
> design capacity low:     300 mAh
> capacity granularity 1:  60 mAh
> capacity granularity 2:  60 mAh
> model number:            M6A
> serial number:
> battery type:            LIon
> OEM info:                ASUSTEK
> 
> real    0m32.521s
> user    0m0.001s
> sys     0m0.015s

Different data point, in case this might be useful... 

Dell Latitude C640, uptodate FC4, kernel built with stock GCC 4.0.1:

time cat /proc/acpi/battery/BAT0/info
present:                 yes
design capacity:         65120 mWh
last full capacity:      45300 mWh
battery technology:      rechargeable
design voltage:          14800 mV
design capacity warning: 3000 mWh
design capacity low:     1000 mWh
capacity granularity 1:  200 mWh
capacity granularity 2:  200 mWh
model number:            LIP8120DLP
serial number:           363
battery type:            LION
OEM info:                Sony Corp.

real    0m1.372s
user    0m0.000s
sys     0m1.340s

--alessandro

 "Nothing's hard as getting free from places I've already been"

    (Wallflowers - "I've Been Delivered")

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.13-rc5 - ACPI regression
  2005-08-02 18:59 ` Alessandro Suardi
@ 2005-08-02 19:05   ` Lukas Hejtmanek
  2005-08-02 19:18     ` Rafael J. Wysocki
  2005-08-02 19:31     ` Alistair John Strachan
  0 siblings, 2 replies; 6+ messages in thread
From: Lukas Hejtmanek @ 2005-08-02 19:05 UTC (permalink / raw)
  To: Alessandro Suardi; +Cc: linux-kernel

On Tue, Aug 02, 2005 at 08:59:08PM +0200, Alessandro Suardi wrote:
> On 8/2/05, Lukas Hejtmanek <xhejtman@mail.muni.cz> wrote:
> > Hello,
> > 
> > newly with 2.6.13-rc5 (previous -rc1 was quite ok)
> > 
> > $ time cat /proc/acpi/battery/BAT0/info
> > present:                 yes
> > design capacity:         6000 mAh
> > last full capacity:      6000 mAh
> > battery technology:      rechargeable
> > design voltage:          14800 mV
> > design capacity warning: 600 mAh
> > design capacity low:     300 mAh
> > capacity granularity 1:  60 mAh
> > capacity granularity 2:  60 mAh
> > model number:            M6A
> > serial number:
> > battery type:            LIon
> > OEM info:                ASUSTEK
> > 
> > real    0m32.521s
> > user    0m0.001s
> > sys     0m0.015s
> 
> Different data point, in case this might be useful... 
> 
> Dell Latitude C640, uptodate FC4, kernel built with stock GCC 4.0.1:
> 
> time cat /proc/acpi/battery/BAT0/info
> present:                 yes
> design capacity:         65120 mWh
> last full capacity:      45300 mWh
> battery technology:      rechargeable
> design voltage:          14800 mV
> design capacity warning: 3000 mWh
> design capacity low:     1000 mWh
> capacity granularity 1:  200 mWh
> capacity granularity 2:  200 mWh
> model number:            LIP8120DLP
> serial number:           363
> battery type:            LION
> OEM info:                Sony Corp.

I did not notice before, but my values (capacity and so on) are completely
wrong. It should contain values in mWh instead of mAh.

-- 
Lukáš Hejtmánek

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.13-rc5 - ACPI regression
  2005-08-02 19:05   ` Lukas Hejtmanek
@ 2005-08-02 19:18     ` Rafael J. Wysocki
  2005-08-02 19:38       ` Lukas Hejtmanek
  2005-08-02 19:31     ` Alistair John Strachan
  1 sibling, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2005-08-02 19:18 UTC (permalink / raw)
  To: Lukas Hejtmanek; +Cc: Alessandro Suardi, linux-kernel

On Tuesday, 2 of August 2005 21:05, Lukas Hejtmanek wrote:
> On Tue, Aug 02, 2005 at 08:59:08PM +0200, Alessandro Suardi wrote:
> > On 8/2/05, Lukas Hejtmanek <xhejtman@mail.muni.cz> wrote:
> > > Hello,
> > > 
> > > newly with 2.6.13-rc5 (previous -rc1 was quite ok)
> > > 
> > > $ time cat /proc/acpi/battery/BAT0/info
> > > present:                 yes
> > > design capacity:         6000 mAh
> > > last full capacity:      6000 mAh
> > > battery technology:      rechargeable
> > > design voltage:          14800 mV
> > > design capacity warning: 600 mAh
> > > design capacity low:     300 mAh
> > > capacity granularity 1:  60 mAh
> > > capacity granularity 2:  60 mAh
> > > model number:            M6A
> > > serial number:
> > > battery type:            LIon
> > > OEM info:                ASUSTEK
> > > 
> > > real    0m32.521s
> > > user    0m0.001s
> > > sys     0m0.015s
> > 
> > Different data point, in case this might be useful... 
> > 
> > Dell Latitude C640, uptodate FC4, kernel built with stock GCC 4.0.1:
> > 
> > time cat /proc/acpi/battery/BAT0/info
> > present:                 yes
> > design capacity:         65120 mWh
> > last full capacity:      45300 mWh
> > battery technology:      rechargeable
> > design voltage:          14800 mV
> > design capacity warning: 3000 mWh
> > design capacity low:     1000 mWh
> > capacity granularity 1:  200 mWh
> > capacity granularity 2:  200 mWh
> > model number:            LIP8120DLP
> > serial number:           363
> > battery type:            LION
> > OEM info:                Sony Corp.
> 
> I did not notice before, but my values (capacity and so on) are completely
> wrong. It should contain values in mWh instead of mAh.

There's a new kernel boot oprion ec_polling that you may want to try.

Greets,
Rafael


-- 
- Would you tell me, please, which way I ought to go from here?
- That depends a good deal on where you want to get to.
		-- Lewis Carroll "Alice's Adventures in Wonderland"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.13-rc5 - ACPI regression
  2005-08-02 19:05   ` Lukas Hejtmanek
  2005-08-02 19:18     ` Rafael J. Wysocki
@ 2005-08-02 19:31     ` Alistair John Strachan
  1 sibling, 0 replies; 6+ messages in thread
From: Alistair John Strachan @ 2005-08-02 19:31 UTC (permalink / raw)
  To: Lukas Hejtmanek; +Cc: Alessandro Suardi, linux-kernel

On Tuesday 02 Aug 2005 20:05, Lukas Hejtmanek wrote:
[snip]
>
> I did not notice before, but my values (capacity and so on) are completely
> wrong. It should contain values in mWh instead of mAh.

mWh is mAh x operational voltage. They're not "completely wrong", probably 
just whatever unit your machine's ACPI uses.

The units are not the problem, it sounds like some other ACPI bug.

-- 
Cheers,
Alistair.

'No sense being pessimistic, it probably wouldn't work anyway.'
Third year Computer Science undergraduate.
1F2 55 South Clerk Street, Edinburgh, UK.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.6.13-rc5 - ACPI regression
  2005-08-02 19:18     ` Rafael J. Wysocki
@ 2005-08-02 19:38       ` Lukas Hejtmanek
  0 siblings, 0 replies; 6+ messages in thread
From: Lukas Hejtmanek @ 2005-08-02 19:38 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Alessandro Suardi, linux-kernel

On Tue, Aug 02, 2005 at 09:18:51PM +0200, Rafael J. Wysocki wrote:
> > I did not notice before, but my values (capacity and so on) are completely
> > wrong. It should contain values in mWh instead of mAh.
> 
> There's a new kernel boot oprion ec_polling that you may want to try.

Now it's ok except asus_acpi module does not work any more.

It complains about generic hot key driver even when I do not have compiled
generic hot key driver in.

-- 
Lukáš Hejtmánek

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-02 19:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-02 17:53 2.6.13-rc5 - ACPI regression Lukas Hejtmanek
2005-08-02 18:59 ` Alessandro Suardi
2005-08-02 19:05   ` Lukas Hejtmanek
2005-08-02 19:18     ` Rafael J. Wysocki
2005-08-02 19:38       ` Lukas Hejtmanek
2005-08-02 19:31     ` Alistair John Strachan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.