public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* shutdown -h now, 2.6.23-rc8 & 9
@ 2007-10-02 10:50 Gene Heskett
  2007-10-02 20:16 ` Rafael J. Wysocki
  2007-10-02 22:19 ` Bill Davidsen
  0 siblings, 2 replies; 4+ messages in thread
From: Gene Heskett @ 2007-10-02 10:50 UTC (permalink / raw)
  To: linux-kernel

Greetings everybody;

After seeing a message indicating that rc8 no longer did a powerdown, I 
thought I'd check that since I needed to, my tv card wasn't even showing up 
in the lspci report. It was partially backed out of the pci slot, this case 
seems to encourage that.

Indeed it went to the system halted message and just sat there.  I hadn't yet 
booted to rc9 as amanda was running, so I did just a few minutes ago.

After the reboot to rc9, I ran a make xconfig again to check that the option 
was enabled, but it seems to have disappeared from the menus in xconfig.

Why was this removed?  Or if moved, where to?

Thanks.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
<mdorman> I'm a gnus person myself.  It's an editor!  It's a floorwax!
          It's a dessert topping!

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

* Re: shutdown -h now, 2.6.23-rc8 & 9
  2007-10-02 10:50 shutdown -h now, 2.6.23-rc8 & 9 Gene Heskett
@ 2007-10-02 20:16 ` Rafael J. Wysocki
  2007-10-02 22:19 ` Bill Davidsen
  1 sibling, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2007-10-02 20:16 UTC (permalink / raw)
  To: Gene Heskett; +Cc: linux-kernel

On Tuesday, 2 October 2007 12:50, Gene Heskett wrote:
> Greetings everybody;
> 
> After seeing a message indicating that rc8 no longer did a powerdown, I 
> thought I'd check that since I needed to, my tv card wasn't even showing up 
> in the lspci report. It was partially backed out of the pci slot, this case 
> seems to encourage that.
> 
> Indeed it went to the system halted message and just sat there.  I hadn't yet 
> booted to rc9 as amanda was running, so I did just a few minutes ago.
> 
> After the reboot to rc9, I ran a make xconfig again to check that the option 
> was enabled, but it seems to have disappeared from the menus in xconfig.
> 
> Why was this removed?  Or if moved, where to?

Hm, which option?

Greetings,
Rafael

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

* Re: shutdown -h now, 2.6.23-rc8 & 9
  2007-10-02 10:50 shutdown -h now, 2.6.23-rc8 & 9 Gene Heskett
  2007-10-02 20:16 ` Rafael J. Wysocki
@ 2007-10-02 22:19 ` Bill Davidsen
       [not found]   ` <200710022217.53972.gene.heskett@gmail.com>
  1 sibling, 1 reply; 4+ messages in thread
From: Bill Davidsen @ 2007-10-02 22:19 UTC (permalink / raw)
  To: Gene Heskett; +Cc: linux-kernel

Gene Heskett wrote:
> Greetings everybody;
> 
> After seeing a message indicating that rc8 no longer did a powerdown, I 
> thought I'd check that since I needed to, my tv card wasn't even showing up 
> in the lspci report. It was partially backed out of the pci slot, this case 
> seems to encourage that.
> 
I have rc8-git3 running on several machines, and I'm delighted to say 
that it powers down, reboots, and suspends to mem/disk without bothering 
to patch in suspend2. I saw the same message, but perhaps git3 had the 
fix, since machines go down correctly. I'm going to boot a laptop off CD 
  and try the rc9 on that to see if the wireless issues I had to patch 
around are fixed as promised. If so I'll go to the newest kernel for 
power saving.

> Indeed it went to the system halted message and just sat there.  I hadn't yet 
> booted to rc9 as amanda was running, so I did just a few minutes ago.
> 
> After the reboot to rc9, I ran a make xconfig again to check that the option 
> was enabled, but it seems to have disappeared from the menus in xconfig.
> 
> Why was this removed?  Or if moved, where to?
> 
What? Was what removed?

-- 
Bill Davidsen <davidsen@tmr.com>
   "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot

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

* Re: shutdown -h now, 2.6.23-rc8 & 9
       [not found]   ` <200710022217.53972.gene.heskett@gmail.com>
@ 2007-10-03 13:47     ` Bill Davidsen
  0 siblings, 0 replies; 4+ messages in thread
From: Bill Davidsen @ 2007-10-03 13:47 UTC (permalink / raw)
  To: Gene Heskett, Linux Kernel mailing List

Gene Heskett wrote:
> On Tuesday 02 October 2007, Bill Davidsen wrote:
>   
>> Gene Heskett wrote:
>>     
>>> Indeed it went to the system halted message and just sat there.  I hadn't
>>> yet booted to rc9 as amanda was running, so I did just a few minutes ago.
>>>
>>> After the reboot to rc9, I ran a make xconfig again to check that the
>>> option was enabled, but it seems to have disappeared from the menus in
>>> xconfig.
>>>
>>> Why was this removed?  Or if moved, where to?
>>>       
>> What? Was what removed?
>>     
>
> This phrase has not existed in any .config newer than 2.6.23-rc1 here:
> CONFIG_APM_REAL_MODE_POWER_OFF=y
>
>
>   
Yes, it's still there as of 23-rc8-git5, the latest source I've built on 
this machine. If you start menuconfig and search for the value, (I used 
"/APM") you will see that it now depends on various other options. I 
haven't personally needed it in a long time, but there are ACPI 
implementations which are seriously broken. And probably some embedded 
hardware and/or hand-held devices now.

-- 
bill davidsen <davidsen@tmr.com>
  CTO TMR Associates, Inc
  Doing interesting things with small computers since 1979


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

end of thread, other threads:[~2007-10-03 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-02 10:50 shutdown -h now, 2.6.23-rc8 & 9 Gene Heskett
2007-10-02 20:16 ` Rafael J. Wysocki
2007-10-02 22:19 ` Bill Davidsen
     [not found]   ` <200710022217.53972.gene.heskett@gmail.com>
2007-10-03 13:47     ` Bill Davidsen

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