Re: How to Power off with ACPI/APM?

2001-01-05 Thread idalton
On Fri, Jan 05, 2001 at 06:18:02PM +, Michael D. Crawford wrote: > > Silly question, but have you realized that you don't have to enable > > SMP in kernel to do multithreading ? > > Lest anyone think me completely clueless, yes, I'm well aware of that. It's > just that I wanted to have tha

Re: How to Power off with ACPI/APM?

2001-01-05 Thread Michael D. Crawford
> Silly question, but have you realized that you don't have to enable > SMP in kernel to do multithreading ? Lest anyone think me completely clueless, yes, I'm well aware of that. It's just that I wanted to have that warm fuzzy feeling the comes from pretending I had the cash to buy a dual pro

Re: How to Power off with ACPI/APM?

2001-01-05 Thread Per Jessen
On Fri, 5 Jan 2001 10:33:06 +0100, J . A . Magallon wrote: > >On 2001.01.05 Dominik Kubla wrote: >> On Fri, Jan 05, 2001 at 10:18:46AM +0100, J . A . Magallon wrote: >> > >> > Silly question, but have you realized that you don't have to enable >> > SMP in kernel to do multithreading ? >> > >>

Re: How to Power off with ACPI/APM?

2001-01-05 Thread J . A . Magallon
On 2001.01.05 Dominik Kubla wrote: > On Fri, Jan 05, 2001 at 10:18:46AM +0100, J . A . Magallon wrote: > > > > Silly question, but have you realized that you don't have to enable > > SMP in kernel to do multithreading ? > > > > That depends on your definition: If you really want to run multipl

Re: How to Power off with ACPI/APM?

2001-01-05 Thread J . A . Magallon
On 2001.01.05 Michael D. Crawford wrote: > > In my own work I mostly do multithreaded software development and I just sort > of > felt like it would be good karma to enable it even if my machine didn't > support > it. Go figure. So this was mostly a user error, although I guess I've been > hel

RE: How to Power off with ACPI/APM?

2001-01-04 Thread Grover, Andrew
> From: Michael D. Crawford [mailto:[EMAIL PROTECTED]] > > How is each of your setups, ie, what is compiled in kernel > and what is > > a module ? My guess is: > > - ACPI+APM in kernel: ACPI wins > > - APM in kernel, ACPI module; APM starts, blocks ACPI > > - and so on > > Nope. If the

Re: How to Power off with ACPI/APM?

2001-01-04 Thread Michael D. Crawford
As suggested, I added: apm=power-off to the kernel line of my grub menu.lst file and now I can power off. I almost jumped when the machine snapped off - my bloody monitor doesn't go dark when it loses signal it lights up with an RGB test pattern (TTX - don't buy one). I think the real reason it

Re: How to Power off with ACPI/APM?

2001-01-04 Thread Michael D. Crawford
> How is each of your setups, ie, what is compiled in kernel and what is > a module ? My guess is: > - ACPI+APM in kernel: ACPI wins > - APM in kernel, ACPI module; APM starts, blocks ACPI > - and so on Nope. If they're both in the kernel, APM wins. When I built with both ACPI and APM,

Re: How to Power off with ACPI/APM?

2001-01-04 Thread James H. Cloos Jr.
> "JA" == J A Magallon <[EMAIL PROTECTED]> writes: JA> How is each of your setups, ie, what is compiled in kernel and JA> what is a module ? Good point. I never tried w/ APM in kernel and ACPI as module. Just both in and ACPI in / APM module. (And that last was only due to operator error

Re: How to Power off with ACPI/APM?

2001-01-04 Thread J . A . Magallon
On 2001.01.05 J . A . Magallon wrote: > > > > > Either way you need the userspace daemon running to actually do > > anything. Even my notebook's key for toggling full-screen vs > > un-expanded display on the lcd does nothing unless apmd or acpid > > as applicable are running > > I forgot

Re: How to Power off with ACPI/APM?

2001-01-04 Thread egger
On 4 Jan, Michael D. Crawford wrote: > I got the message "Power Down" but my system stayed on and I was still > in my shell. > I'm using the binary of halt that came with Slackware 7.1. Do I need > to update any of my executable programs to work with the new kernel? > The only thing I've don

Re: How to Power off with ACPI/APM?

2001-01-04 Thread J . A . Magallon
On 2001.01.05 James H. Cloos Jr. wrote: > Michael> APM gives its message first in the boot process, then later > Michael> ACPI does. But ACPI says something like "APM already > Michael> present, exiting", so the doc is wrong both ways you read it, > Michael> or else ACPI doesn't succeed in the i

Re: How to Power off with ACPI/APM?

2001-01-04 Thread James H. Cloos Jr.
Michael> APM gives its message first in the boot process, then later Michael> ACPI does. But ACPI says something like "APM already Michael> present, exiting", so the doc is wrong both ways you read it, Michael> or else ACPI doesn't succeed in the intended behavior to Michael> override APM. I get

Re: How to Power off with ACPI/APM?

2001-01-04 Thread Michael D. Crawford
I said: > Looking back in the ACPI kernel config help, it says you can use ACPI > if you also have APM enabled, which I didn't do at first. [EMAIL PROTECTED] (Daniel) replied: > That's wrong then, you can't use ACPI and APM at the same time. I think the documentation in the kernel config he

Re: How to power off with ACPI/APM?

2001-01-04 Thread egger
On 3 Jan, Michael D. Crawford wrote: > Looking back in the ACPI kernel config help, it says you can use ACPI > if you also have APM enabled, which I didn't do at first. That's wrong then, you can't use ACPI and APM at the same time. > I enabled > it, and the "S5 failed" message goes away at t

How to power off with ACPI/APM?

2001-01-03 Thread Michael D. Crawford
I have an ASUS P3V4X motherboard with an ACPI BIOS. This is a desktop machine, and while APM is normally of concern for laptops, it seems to me from what I read in the kernel config help that I should be able to make the machine power itself off. If I have ACPI enabled but not APM, when I do "sh