public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Bug 10797] Something is consuming power after shutdown
@ 2008-05-26 12:59 Renato S. Yamane
  2008-05-26 15:44 ` Arjan van de Ven
  2008-05-31  7:44 ` Pavel Machek
  0 siblings, 2 replies; 16+ messages in thread
From: Renato S. Yamane @ 2008-05-26 12:59 UTC (permalink / raw)
  To: linux-kernel

<http://bugzilla.kernel.org/show_bug.cgi?id=10797>
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481493>

After poweroff, something still working and consuming power. So I loss 
~4% of my battery charge in each 12h.

If I shutdown my laptop using Kernel 2.6.24/25 when battery is 100%, 
after 12h my battery charge go to 96% (this information is checked with 
kpowersave and with LED available in my laptop that change color from 
blue to yellow when battery is not FULL).

If I shutdown this same laptop by WinXP (I have a dual boot), nothing 
change. So, my battery still have 100% after 12h (or more).

I see a similar problem in EeePC (the problem is with snd_hda_intel 
driver), but I don't have this driver loaded:
http://wiki.debian.org/DebianEeePC/HowTo/Troubleshooting#head-84d9d8a97c9ce198c59edd9cd93a05ab24fd1ff8

Best regards,
Renato S. Yamane

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-05-26 12:59 Renato S. Yamane
@ 2008-05-26 15:44 ` Arjan van de Ven
  2008-05-26 16:30   ` Renato S. Yamane
  2008-05-31  7:44 ` Pavel Machek
  1 sibling, 1 reply; 16+ messages in thread
From: Arjan van de Ven @ 2008-05-26 15:44 UTC (permalink / raw)
  To: Renato S. Yamane; +Cc: linux-kernel

On Mon, 26 May 2008 09:59:47 -0300
"Renato S. Yamane" <yamane@diamondcut.com.br> wrote:

> <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
> <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481493>
> 
> After poweroff, something still working and consuming power. So I
> loss ~4% of my battery charge in each 12h.
> 
> If I shutdown my laptop using Kernel 2.6.24/25 when battery is 100%, 
> after 12h my battery charge go to 96% (this information is checked
> with kpowersave and with LED available in my laptop that change color
> from blue to yellow when battery is not FULL).
> 
> If I shutdown this same laptop by WinXP (I have a dual boot), nothing 
> change. So, my battery still have 100% after 12h (or more).
> 
> I see a similar problem in EeePC (the problem is with snd_hda_intel 
> driver), but I don't have this driver loaded:


the most obvious cause could be Wake-on-Lan, that leaves a part of the
system active (specifically, the network card). With the "ethtool"
program you can queary and set the state of this.

Similarly, but less likely, there is wake-on-serial and wake-on-usb, in
theory those are possible too but I've yet to see one of those on any
of my machines.


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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-05-26 15:44 ` Arjan van de Ven
@ 2008-05-26 16:30   ` Renato S. Yamane
  2008-05-28 11:52     ` Renato S. Yamane
  0 siblings, 1 reply; 16+ messages in thread
From: Renato S. Yamane @ 2008-05-26 16:30 UTC (permalink / raw)
  To: Arjan van de Ven; +Cc: linux-kernel, 481493

Arjan van de Ven wrote:
> "Renato S. Yamane" wrote:
>> <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
>> <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481493>
>>
>> After poweroff, something still working and consuming power. So I
>> loss ~4% of my battery charge in each 12h.
> 
> the most obvious cause could be Wake-on-Lan, that leaves a part of the
> system active (specifically, the network card). With the "ethtool"
> program you can queary and set the state of this.

My network card have option WOL "disabled"

# ethtool eth0 | grep Wake
         Supports Wake-on: pg
         Wake-on: d

> Similarly, but less likely, there is wake-on-serial and wake-on-usb, in
> theory those are possible too but I've yet to see one of those on any
> of my machines.

My laptop don't have serial port and wake-on-usb is disabled too:

# cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
LID0      S4    *enabled
RP01      S4     disabled  pci:0000:00:1c.0
RP02      S4     disabled  pci:0000:00:1c.1
RP03      S4     disabled
RP04      S4     disabled
USB1      S0     disabled  pci:0000:00:1d.0
USB2      S0     disabled  pci:0000:00:1d.1
USB3      S0     disabled  pci:0000:00:1d.2
USB4      S0     disabled  pci:0000:00:1d.3
USB7      S0     disabled  pci:0000:00:1d.7
MODM      S4     disabled  pci:0000:00:1e.3
PS2K      S4     disabled  pnp:00:07

Best regards,
Renato S. Yamane

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-05-26 16:30   ` Renato S. Yamane
@ 2008-05-28 11:52     ` Renato S. Yamane
  0 siblings, 0 replies; 16+ messages in thread
From: Renato S. Yamane @ 2008-05-28 11:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: Arjan van de Ven

Renato S. Yamane wrote:
> Arjan van de Ven wrote:
>> "Renato S. Yamane" wrote:
>>> After poweroff, something still working and consuming power. So I
>>> loss ~4% of my battery charge in each 12h.
>>
>> the most obvious cause could be Wake-on-Lan, that leaves a part of the
>> system active (specifically, the network card). With the "ethtool"
>> program you can queary and set the state of this.
> 
> My network card have option WOL "disabled"
> 
> # ethtool eth0 | grep Wake
>         Supports Wake-on: pg
>         Wake-on: d
> 
>> Similarly, but less likely, there is wake-on-serial and wake-on-usb, in
>> theory those are possible too but I've yet to see one of those on any
>> of my machines.
> 
> # cat /proc/acpi/wakeup
> Device  S-state   Status   Sysfs node
> LID0      S4    *enabled
> RP01      S4     disabled  pci:0000:00:1c.0
> RP02      S4     disabled  pci:0000:00:1c.1
> RP03      S4     disabled
> RP04      S4     disabled
> USB1      S0     disabled  pci:0000:00:1d.0
> USB2      S0     disabled  pci:0000:00:1d.1
> USB3      S0     disabled  pci:0000:00:1d.2
> USB4      S0     disabled  pci:0000:00:1d.3
> USB7      S0     disabled  pci:0000:00:1d.7
> MODM      S4     disabled  pci:0000:00:1e.3
> PS2K      S4     disabled  pnp:00:07


I test two times as commented in [1] and I can see that this problem
don't hapen if, before shutdown, I close LCD Display (activing LID to
hibernate).

[1] <http://bugzilla.kernel.org/show_bug.cgi?id=10797#c1>

So, to shutdown laptop with no battery change, is necessary:

1) Active LID (closing LCD Display). With this, my laptop will
hibernate, so is necessary wake-up again.
2) Shutdown

Best regards,
Renato S. Yamane

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-05-26 12:59 Renato S. Yamane
  2008-05-26 15:44 ` Arjan van de Ven
@ 2008-05-31  7:44 ` Pavel Machek
  2008-06-01 15:08   ` Renato S. Yamane
  2008-06-01 16:03   ` Henrique de Moraes Holschuh
  1 sibling, 2 replies; 16+ messages in thread
From: Pavel Machek @ 2008-05-31  7:44 UTC (permalink / raw)
  To: Renato S. Yamane; +Cc: linux-kernel

Hi!

> <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
> <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481493>
> 
> After poweroff, something still working and consuming 
> power. So I loss ~4% of my battery charge in each 12h.
> 
> If I shutdown my laptop using Kernel 2.6.24/25 when 
> battery is 100%, after 12h my battery charge go to 96% 
> (this information is checked with kpowersave and with 
> LED available in my laptop that change color from blue 
> to yellow when battery is not FULL).
> 
> If I shutdown this same laptop by WinXP (I have a dual 
> boot), nothing change. So, my battery still have 100% 
> after 12h (or more).

Try to find out which component eats power, eg. by opening the machine
searching for heat.

(And yes, your hw is broken; on pc it is traditionaly hw
responsibility to power machine down.)

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-05-31  7:44 ` Pavel Machek
@ 2008-06-01 15:08   ` Renato S. Yamane
  2008-06-02 19:20     ` Pavel Machek
  2008-06-01 16:03   ` Henrique de Moraes Holschuh
  1 sibling, 1 reply; 16+ messages in thread
From: Renato S. Yamane @ 2008-06-01 15:08 UTC (permalink / raw)
  To: Pavel Machek; +Cc: linux-kernel

Pavel Machek wrote:
> Renato S. Yamane wrote:
> ...
>> <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
>> <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481493>
>
> Try to find out which component eats power, eg. by opening the machine
> searching for heat.
> 
> (And yes, your hw is broken; on pc it is traditionaly hw
> responsibility to power machine down.)

OK, I try do this but I think this is very difficult because demand
power is very low and is not enought to do hot some component. But I
will try.

I don't think that my hardware is broked because I don't have this kind
of problem on Kernel <=2.6.22 or in other OS.

And other user have the same problem (cc'ed on Bug #10797)

Best regards,
Renato S. Yamane

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-05-31  7:44 ` Pavel Machek
  2008-06-01 15:08   ` Renato S. Yamane
@ 2008-06-01 16:03   ` Henrique de Moraes Holschuh
  1 sibling, 0 replies; 16+ messages in thread
From: Henrique de Moraes Holschuh @ 2008-06-01 16:03 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Renato S. Yamane, linux-kernel

On Sat, 31 May 2008, Pavel Machek wrote:
> (And yes, your hw is broken; on pc it is traditionaly hw
> responsibility to power machine down.)

Something changed in the laptop vendor's minds about this since Vista.
Very new ThinkPads also had this problem (I am not sure it has been
fixed already or not).

We may have to start shutting down every device and bus on our way out
for lunch when told to go into S5, now.  Time will tell.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

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

* Re: [Bug 10797] Something is consuming power after shutdown
@ 2008-06-01 19:59 devzero
  2008-06-02  0:45 ` Renato S. Yamane
  0 siblings, 1 reply; 16+ messages in thread
From: devzero @ 2008-06-01 19:59 UTC (permalink / raw)
  To: Renato S. Yamane; +Cc: linux-kernel, Pavel Machek

>> Renato S. Yamane wrote:
>> ...
>>> <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
>>> <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481493>
>>
>> Try to find out which component eats power, eg. by opening the machine
>> searching for heat.
>> 
>> (And yes, your hw is broken; on pc it is traditionaly hw
>> responsibility to power machine down.)
>
>OK, I try do this but I think this is very difficult because demand
>power is very low and is not enought to do hot some component. But I
>will try.

i also don`t think that you can find something which is noticeably warm this way - 4% of your battery in 12hrs - that "hot spot" should be hard to identify - and opening notebooks for getting access to the all parts of the mainboard may be hard/dangerous.

>I don't think that my hardware is broked because I don't have this kind
>of problem on Kernel <=2.6.22 or in other OS.
>
>And other user have the same problem (cc'ed on Bug #10797)

if your notebook powers down and doesn`t show that something is still "on" and consuming power - i`d call that "broken by design".
it should not be up to the operating system to make sure that all parts of the hardware are switched to off.

if i power down some device and there is nothing showing "hey, here is something active" (e.g. by some led or lcd) - i expect it to stop consuming power. 

maybe it`s not that broken as my PC, which is consuming 20W after power-off  (due to power-supply) - but i really would go ask the vendor and first complain there.

they should know the details.
_________________________________________________________________________
In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und gestalten! 
Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114


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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-06-01 19:59 [Bug 10797] Something is consuming power after shutdown devzero
@ 2008-06-02  0:45 ` Renato S. Yamane
  2008-06-02 17:36   ` Lennart Sorensen
  0 siblings, 1 reply; 16+ messages in thread
From: Renato S. Yamane @ 2008-06-02  0:45 UTC (permalink / raw)
  To: devzero; +Cc: linux-kernel, Pavel Machek, hmh

devzero@web.de wrote:
> Renato S. Yamane wrote:
>> Pavel Machek wrote:
>>> Renato S. Yamane wrote:
>>> ...
>>>> <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
>>>> <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481493>
>>>
>>> Try to find out which component eats power, eg. by opening the machine
>>> searching for heat.
>>>
>>> (And yes, your hw is broken; on pc it is traditionaly hw
>>> responsibility to power machine down.)
>>
>> OK, I try do this but I think this is very difficult because demand
>> power is very low and is not enought to do hot some component. But I
>> will try.
> 
> i also don`t think that you can find something which is noticeably warm
> this way - 4% of your battery in 12hrs - that "hot spot" should be hard
> to identify

Yes, you are right!
I try find a "hot spot" and it's impossible.

> if your notebook powers down and doesn`t show that something is still
> "on" and consuming power - i`d call that "broken by design".

I don't know why, but as commented in Bug #10797, if I close my LCD
Display (activing LID), power on again (because when LID is actived, my
laptop hibernate), and shutdown, my battery charge not is changed.

Best regards,
Renato S. Yamane

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-06-02  0:45 ` Renato S. Yamane
@ 2008-06-02 17:36   ` Lennart Sorensen
  0 siblings, 0 replies; 16+ messages in thread
From: Lennart Sorensen @ 2008-06-02 17:36 UTC (permalink / raw)
  To: Renato S. Yamane; +Cc: devzero, linux-kernel, Pavel Machek, hmh

On Sun, Jun 01, 2008 at 09:45:42PM -0300, Renato S. Yamane wrote:
> I don't know why, but as commented in Bug #10797, if I close my LCD
> Display (activing LID), power on again (because when LID is actived, my
> laptop hibernate), and shutdown, my battery charge not is changed.

You must be triggering some combination of ACPI events that happen to do
the right thing on the system.  However if issueing a power off doesn't
turn off the system, then it really sounds broken.

-- 
Len Sorensen

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-06-01 15:08   ` Renato S. Yamane
@ 2008-06-02 19:20     ` Pavel Machek
  2008-06-04 10:54       ` Renato S. Yamane
  0 siblings, 1 reply; 16+ messages in thread
From: Pavel Machek @ 2008-06-02 19:20 UTC (permalink / raw)
  To: Renato S. Yamane; +Cc: linux-kernel

Hi!

> > (And yes, your hw is broken; on pc it is traditionaly hw
> > responsibility to power machine down.)
> 
> OK, I try do this but I think this is very difficult because demand
> power is very low and is not enought to do hot some component. But I
> will try.
> 
> I don't think that my hardware is broked because I don't have this kind
> of problem on Kernel <=2.6.22 or in other OS.

Can you try to find out when that started happening?

does it still happen with acpi=off ?

does it each too much power if you use 4second hold of power button to
shut it down from running linux?
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-06-02 19:20     ` Pavel Machek
@ 2008-06-04 10:54       ` Renato S. Yamane
  2008-06-09 11:15         ` Renato S. Yamane
  0 siblings, 1 reply; 16+ messages in thread
From: Renato S. Yamane @ 2008-06-04 10:54 UTC (permalink / raw)
  To: Pavel Machek; +Cc: linux-kernel, hmh, devzero

Pavel Machek wrote:
> Renato S. Yamane wrote:
>> Pavel Machek wrote:
>>> (And yes, your hw is broken; on pc it is traditionaly hw
>>> responsibility to power machine down.)
>>
>> OK, I try do this but I think this is very difficult because demand
>> power is very low and is not enought to do hot some component. But I
>> will try.
>>
>> I don't think that my hardware is broked because I don't have this kind
>> of problem on Kernel <=2.6.22 or in other OS.
>> Track: <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
> 
> Can you try to find out when that started happening?
> does it still happen with acpi=off?
> does it each too much power if you use 4second hold of power button to
> shut it down from running linux?

With acpi=off this problem don't happening, but a lot of other problem
happening (as fan control).

I will try halt my laptop holding power button today and report you
tomorrow.

Best regards,
Renato S. Yamane

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-06-04 10:54       ` Renato S. Yamane
@ 2008-06-09 11:15         ` Renato S. Yamane
  2008-06-11 10:33           ` Pavel Machek
  0 siblings, 1 reply; 16+ messages in thread
From: Renato S. Yamane @ 2008-06-09 11:15 UTC (permalink / raw)
  To: Pavel Machek; +Cc: linux-kernel, hmh, devzero

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Renato S. Yamane wrote:
> Pavel Machek wrote:
>> Renato S. Yamane wrote:
>>> Pavel Machek wrote:
>>>> (And yes, your hw is broken; on pc it is traditionaly hw
>>>> responsibility to power machine down.)
>>> OK, I try do this but I think this is very difficult because demand
>>> power is very low and is not enought to do hot some component. But I
>>> will try.
>>>
>>> I don't think that my hardware is broked because I don't have this kind
>>> of problem on Kernel <=2.6.22 or in other OS.
>>> Track: <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
>> Can you try to find out when that started happening?
>> does it still happen with acpi=off?
>> does it each too much power if you use 4second hold of power button to
>> shut it down from running linux?
> 
> With acpi=off this problem don't happening, but a lot of other problem
> happening (as fan control).
> 
> I will try halt my laptop holding power button today and report you
> tomorrow.

If I hold power button to force shutdown I don't have this problem with
battery charge.

Best regards,
Renato S. Yamane
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFITRDdrf2L358fCLsRAuKUAJ9N2HVzuFnOA5zDes286/F8LgPfNgCePS4Z
YMWoFzYl+eF3/do1Je9oly8=
=31/g
-----END PGP SIGNATURE-----

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-06-09 11:15         ` Renato S. Yamane
@ 2008-06-11 10:33           ` Pavel Machek
  2008-06-12  2:18             ` Henrique de Moraes Holschuh
  2008-06-13 11:06             ` Renato S. Yamane
  0 siblings, 2 replies; 16+ messages in thread
From: Pavel Machek @ 2008-06-11 10:33 UTC (permalink / raw)
  To: Renato S. Yamane; +Cc: linux-kernel, hmh, devzero

On Mon 2008-06-09 08:15:42, Renato S. Yamane wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Renato S. Yamane wrote:
> > Pavel Machek wrote:
> >> Renato S. Yamane wrote:
> >>> Pavel Machek wrote:
> >>>> (And yes, your hw is broken; on pc it is traditionaly hw
> >>>> responsibility to power machine down.)
> >>> OK, I try do this but I think this is very difficult because demand
> >>> power is very low and is not enought to do hot some component. But I
> >>> will try.
> >>>
> >>> I don't think that my hardware is broked because I don't have this kind
> >>> of problem on Kernel <=2.6.22 or in other OS.
> >>> Track: <http://bugzilla.kernel.org/show_bug.cgi?id=10797>
> >> Can you try to find out when that started happening?
> >> does it still happen with acpi=off?
> >> does it each too much power if you use 4second hold of power button to
> >> shut it down from running linux?
> > 
> > With acpi=off this problem don't happening, but a lot of other problem
> > happening (as fan control).
> > 
> > I will try halt my laptop holding power button today and report you
> > tomorrow.
> 
> If I hold power button to force shutdown I don't have this problem with
> battery charge.

Too bad, I can't call the hw terminally broken, then.

If you boot into init=/bin/bash (minimum drivers) will it still
consume too much power after sysrq-o?

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-06-11 10:33           ` Pavel Machek
@ 2008-06-12  2:18             ` Henrique de Moraes Holschuh
  2008-06-13 11:06             ` Renato S. Yamane
  1 sibling, 0 replies; 16+ messages in thread
From: Henrique de Moraes Holschuh @ 2008-06-12  2:18 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Renato S. Yamane, linux-kernel, devzero

On Wed, 11 Jun 2008, Pavel Machek wrote:
> > If I hold power button to force shutdown I don't have this problem with
> > battery charge.
> 
> Too bad, I can't call the hw terminally broken, then.

No, just the ACPI firmware :-)

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

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

* Re: [Bug 10797] Something is consuming power after shutdown
  2008-06-11 10:33           ` Pavel Machek
  2008-06-12  2:18             ` Henrique de Moraes Holschuh
@ 2008-06-13 11:06             ` Renato S. Yamane
  1 sibling, 0 replies; 16+ messages in thread
From: Renato S. Yamane @ 2008-06-13 11:06 UTC (permalink / raw)
  To: Pavel Machek; +Cc: linux-kernel, hmh, devzero

Pavel Machek wrote:
> Renato S. Yamane wrote:
>> Pavel Machek wrote:
>>> does it still happen with acpi=off?
>>
>> With acpi=off this problem don't happening, but a lot of other problem
>> happening (as fan control).
>>
>> If I hold power button to force shutdown I don't have this problem with
>> battery charge.
> 
> Too bad, I can't call the hw terminally broken, then.
> 
> If you boot into init=/bin/bash (minimum drivers) will it still
> consume too much power after sysrq-o?

I hold power button to force shutdown and start with init=/bin/bash, but
this problem still exist :-(

You know about this?:
<http://linux.toshiba-dme.co.jp/linux/eng/develop.htm>

Best regards,
Renato S. Yamane

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

end of thread, other threads:[~2008-06-13 11:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-01 19:59 [Bug 10797] Something is consuming power after shutdown devzero
2008-06-02  0:45 ` Renato S. Yamane
2008-06-02 17:36   ` Lennart Sorensen
  -- strict thread matches above, loose matches on Subject: below --
2008-05-26 12:59 Renato S. Yamane
2008-05-26 15:44 ` Arjan van de Ven
2008-05-26 16:30   ` Renato S. Yamane
2008-05-28 11:52     ` Renato S. Yamane
2008-05-31  7:44 ` Pavel Machek
2008-06-01 15:08   ` Renato S. Yamane
2008-06-02 19:20     ` Pavel Machek
2008-06-04 10:54       ` Renato S. Yamane
2008-06-09 11:15         ` Renato S. Yamane
2008-06-11 10:33           ` Pavel Machek
2008-06-12  2:18             ` Henrique de Moraes Holschuh
2008-06-13 11:06             ` Renato S. Yamane
2008-06-01 16:03   ` Henrique de Moraes Holschuh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox