* apm and linux
@ ` Patrick Turnage
0 siblings, 0 replies; 8+ messages in thread
From: Patrick Turnage @ UTC (permalink / raw)
To: speakup
Hi.
I have an old IBM Aptiva 2144-A12 and it has APM Features for power saving.
I can get it to go in to the low power saving state by issuing the
apm --standby
command, but soon after it returns to normal operation.
how can I have it remain in the power saving state until I bring it out?
Patrick
***
Patrick Turnage
E-mail: pturnage@tampabay.rr.com
The Access Connection
Connecting the world to access technology information
providing high quality documentation tips and support for all mainstream
and adaptive hardware and software.
http://www.access-connect.com
For administrative issues
(abuse, archive, dns, E-mail, ftp, user, registration, comments, webmail,
errors, web site, copyright, etc.)
E-mail:administrator@access-connect.com
AOL Instant Messenger: kg4dqk
Amateur Radio CallSign: kg4dqk- EXP 6/2009
MSN Messenger: turnagep@hotmail.com
***
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: apm and linux
[not found] <3.0.5.32.20020930140044.00c6d894@pop-server.tampabay.rr.co m>
@ ` Bear in SFO
` Patrick Turnage
` Gregory Nowak
0 siblings, 2 replies; 8+ messages in thread
From: Bear in SFO @ UTC (permalink / raw)
To: speakup
Let me piggy-back on this question: how do you make linux shutdown a
computer with ACPI?
At 02:00 PM 9/30/2002 -0400, you wrote:
>Hi.
>I have an old IBM Aptiva 2144-A12 and it has APM Features for power saving.
>I can get it to go in to the low power saving state by issuing the
>apm --standby
>command, but soon after it returns to normal operation.
>how can I have it remain in the power saving state until I bring it out?
>
>Patrick
>
>
>
>***
>Patrick Turnage
>E-mail: pturnage@tampabay.rr.com
>The Access Connection
>Connecting the world to access technology information
>providing high quality documentation tips and support for all mainstream
>and adaptive hardware and software.
>http://www.access-connect.com
>For administrative issues
>(abuse, archive, dns, E-mail, ftp, user, registration, comments, webmail,
>errors, web site, copyright, etc.)
>E-mail:administrator@access-connect.com
>AOL Instant Messenger: kg4dqk
>Amateur Radio CallSign: kg4dqk- EXP 6/2009
>MSN Messenger: turnagep@hotmail.com
>
>***
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: apm and linux
` apm and linux Bear in SFO
` Patrick Turnage
@ ` Gregory Nowak
` Bear in SFO
1 sibling, 1 reply; 8+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
You use either halt or your power button. Note that you need to have acpi configured into your kernel for halt to actually shut down the machine.
Greg
On Mon, Sep 30, 2002 at 07:29:17PM -0700, Bear in SFO wrote:
>
> Let me piggy-back on this question: how do you make linux shutdown a
> computer with ACPI?
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: apm and linux
` Gregory Nowak
@ ` Bear in SFO
` Gregory Nowak
` Igor Gueths
0 siblings, 2 replies; 8+ messages in thread
From: Bear in SFO @ UTC (permalink / raw)
To: speakup
Ah, then I guess let me rephease my question: how do I configure ACPI in
the kernel?
Thanks!!
--David
At 09:36 PM 9/30/2002 -0500, you wrote:
>You use either halt or your power button. Note that you need to have acpi
>configured into your kernel for halt to actually shut down the machine.
>Greg
>
>
>On Mon, Sep 30, 2002 at 07:29:17PM -0700, Bear in SFO wrote:
> >
> > Let me piggy-back on this question: how do you make linux shutdown a
> > computer with ACPI?
> >
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: apm and linux
` Bear in SFO
@ ` Gregory Nowak
` Bear in SFO
` Igor Gueths
1 sibling, 1 reply; 8+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
You need to read the kernel howto, and follow all the steps. Not fun at first, but not so bad afterwords if you save your .config file as you upgrade from kernel version to kernel version.
Greg
On Mon, Sep 30, 2002 at 07:46:14PM -0700, Bear in SFO wrote:
>
> Ah, then I guess let me rephease my question: how do I configure ACPI in
> the kernel?
>
> Thanks!!
>
> --David
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: apm and linux
` Gregory Nowak
@ ` Bear in SFO
0 siblings, 0 replies; 8+ messages in thread
From: Bear in SFO @ UTC (permalink / raw)
To: speakup
Is that in the Redhat manuals or on the CDs somewhere? And there isn't an
option during install to do that? I intend to upgrade to RH80 so maybe I
will try that when I am installed :)
Thanks!
At 09:52 PM 9/30/2002 -0500, you wrote:
>You need to read the kernel howto, and follow all the steps. Not fun at
>first, but not so bad afterwords if you save your .config file as you
>upgrade from kernel version to kernel version.
>
>Greg
>
>
>On Mon, Sep 30, 2002 at 07:46:14PM -0700, Bear in SFO wrote:
> >
> > Ah, then I guess let me rephease my question: how do I configure ACPI in
> > the kernel?
> >
> > Thanks!!
> >
> > --David
> >
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: apm and linux
` Bear in SFO
` Gregory Nowak
@ ` Igor Gueths
` Bear in SFO
1 sibling, 1 reply; 8+ messages in thread
From: Igor Gueths @ UTC (permalink / raw)
To: speakup
Hi David. Have you rebuilt a kernel before? Check the kernel howto for
in-depth instructions. Note: Most of the info there pertains to older 1.x
kernels. The modern sequence for things is: make mrproper make config make
dep make bzImage make modules make modules_install. If you don't know what
a particular question refers to, check
/usr/src/linux/Documentation/Configure.help. This file contains
information on the various configurable drivers and what they work and do
not work with.
microsoft dialogue
This company has performed an illegal operation and will be shut down.
If the problem persists, delete winblows and install linux
close button
On Mon, 30 Sep 2002, Bear in SFO wrote:
>
> Ah, then I guess let me rephease my question: how do I configure ACPI in
> the kernel?
>
> Thanks!!
>
> --David
>
> At 09:36 PM 9/30/2002 -0500, you wrote:
> >You use either halt or your power button. Note that you need to have acpi
> >configured into your kernel for halt to actually shut down the machine.
> >Greg
> >
> >
> >On Mon, Sep 30, 2002 at 07:29:17PM -0700, Bear in SFO wrote:
> > >
> > > Let me piggy-back on this question: how do you make linux shutdown a
> > > computer with ACPI?
> > >
> >
> >_______________________________________________
> >Speakup mailing list
> >Speakup@braille.uwo.ca
> >http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: apm and linux
` Igor Gueths
@ ` Bear in SFO
0 siblings, 0 replies; 8+ messages in thread
From: Bear in SFO @ UTC (permalink / raw)
To: speakup
No I haven't rebuild a kernel *yet* but if it all boils downs to changing
some scripts and then recompiling the kernel then I guess I am about to
rebuild a kernel :)
Let me read up on the HOWTOs and the docs and hopefully will be able to do
it... I guess I will put linux on a spare box and then try on that first,
so it won't affect everyday operation if I 'gooded' up the kernel :)
--David
At 02:27 PM 10/1/2002 -0400, you wrote:
>Hi David. Have you rebuilt a kernel before? Check the kernel howto for
>in-depth instructions. Note: Most of the info there pertains to older 1.x
>kernels. The modern sequence for things is: make mrproper make config make
>dep make bzImage make modules make modules_install. If you don't know what
>a particular question refers to, check
>/usr/src/linux/Documentation/Configure.help. This file contains
>information on the various configurable drivers and what they work and do
>not work with.
>
>microsoft dialogue
> This company has performed an illegal operation and will be shut down.
> If the problem persists, delete winblows and install linux
> close button
>
>On Mon, 30 Sep 2002, Bear in SFO wrote:
>
> >
> > Ah, then I guess let me rephease my question: how do I configure ACPI in
> > the kernel?
> >
> > Thanks!!
> >
> > --David
> >
> > At 09:36 PM 9/30/2002 -0500, you wrote:
> > >You use either halt or your power button. Note that you need to have acpi
> > >configured into your kernel for halt to actually shut down the machine.
> > >Greg
> > >
> > >
> > >On Mon, Sep 30, 2002 at 07:29:17PM -0700, Bear in SFO wrote:
> > > >
> > > > Let me piggy-back on this question: how do you make linux shutdown a
> > > > computer with ACPI?
> > > >
> > >
> > >_______________________________________________
> > >Speakup mailing list
> > >Speakup@braille.uwo.ca
> > >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <3.0.5.32.20020930140044.00c6d894@pop-server.tampabay.rr.co m>
` apm and linux Bear in SFO
` Patrick Turnage
` Gregory Nowak
` Bear in SFO
` Gregory Nowak
` Bear in SFO
` Igor Gueths
` Bear in SFO
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).