Re: [gentoo-user] APM settings

2004-02-13 Thread Peter Ruskin
On Friday 13 Feb 2004 07:24, Anthony Hoppe wrote:
 How do I set APM settings like HDD powerdown and display powerdown?

For HDD powerdown you can use hdparm:

/sbin/hdparm -y /dev/hd?

Peter
-- 
==
Gentoo Linux: Portage 2.0.50-r1.kernel-2.6.2.   gcc(GCC): 3.3.2.
i686 AMD Athlon(tm) XP 3200+.   KDE: 3.2.0. Qt: 3.3.0.
==

--
[EMAIL PROTECTED] mailing list



[gentoo-user] APM settings

2004-02-12 Thread Anthony Hoppe
How do I set APM settings like HDD powerdown and display powerdown?


signature.asc
Description: This is a digitally signed message part


[gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Jose Gonzlez Gmez
   Hi there,

   I have an Acer Aspire 1350 laptop where I have just installed 
Gentoo. The problem is that I don't manage to get ACPI working. I've 
been reading a lot of stuff in the mailing list, the forums, etc, but I 
don't have a clear picture of this:

  1. Are APM and ACPI related? I understand I should use *only* one of
 them but not both, is this correct?
  2. Should I try to move to APM if I'm not able to get ACPI running?
  3. Will I have all the battery, sleep, hibernate, etc stuff in APM?
  4. Does anybody out there have an Acer Aspire 1350 with a working
 Gentoo that would share her experinces with me, please?
   By the way, I'm using kernel-2.4.22-gentoo-r5, there seems to be 
some part of ACPI working, as I'm able to see some messages in 
/var/log/messages when I plug/unplug my AC cord, but I don't have any 
/proc/acpi/battery directory. I can post more information if needed.

   Thanks a lot, regards
   Jose
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Tom Wesley
On Tue, 2004-02-10 at 21:05, Jose González Gómez wrote:
 Hi there,
 
 I have an Acer Aspire 1350 laptop where I have just installed 
 Gentoo. The problem is that I don't manage to get ACPI working. I've 
 been reading a lot of stuff in the mailing list, the forums, etc, but I 
 don't have a clear picture of this:
 
1. Are APM and ACPI related? I understand I should use *only* one of
   them but not both, is this correct?
2. Should I try to move to APM if I'm not able to get ACPI running?
3. Will I have all the battery, sleep, hibernate, etc stuff in APM?
4. Does anybody out there have an Acer Aspire 1350 with a working
   Gentoo that would share her experinces with me, please?
 
 By the way, I'm using kernel-2.4.22-gentoo-r5, there seems to be 
 some part of ACPI working, as I'm able to see some messages in 
 /var/log/messages when I plug/unplug my AC cord, but I don't have any 
 /proc/acpi/battery directory. I can post more information if needed.
 
 Thanks a lot, regards
 Jose

Although I don't actually have a laptop at all, but I have heard that
2.6 kernels include better power management support, including fancy
things like hibernate... Might be worth a look?

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Grendel
On Tue, 10 Feb 2004, The awesome and feared Jose González Gómez commented...

 
 Hi there,
 
 I have an Acer Aspire 1350 laptop where I have just installed 
 Gentoo. The problem is that I don't manage to get ACPI working. I've 
 been reading a lot of stuff in the mailing list, the forums, etc, but I 
 don't have a clear picture of this:
 
1. Are APM and ACPI related? I understand I should use *only* one of
   them but not both, is this correct?

APM is the first of the power management protocols. This was used in the
good old days for putting the disks into standby etc.

ACPI is a more advanced protocol, where a ACPI aware OS (if the BIOS 
supports ACPI (only bioses within the last 2-3 years do this IIRC) can 
request ACPI aware devices to put themselves in a power saving state, this 
includes harddisks, network cards, CPU. If a device cant oblige with the 
request at that time then it is free to reject the ACPI request.

You can use only one method, ie APM or ACPI not both. Usually the kernel 
defaults to supporting ACPI, but you can force it to use APM by passing 
the acpi=off option at boot time.


2. Should I try to move to APM if I'm not able to get ACPI running?

The only problem is linux's ACPI implementation still isnt stable for 
certain chipsets, notably nforce2/AMD platform.

So if when you have ACPI enabled you get random lockups, or notie that he 
machine is running slow, then disable it and use APM. You can enter low 
power states using APM, no problem.

3. Will I have all the battery, sleep, hibernate, etc stuff in APM?

You can put the disks into low power standby, or suspend. I am not sure 
whether hibernating or suspend to ram is possible in APM.

4. Does anybody out there have an Acer Aspire 1350 with a working
   Gentoo that would share her experinces with me, please?
 
 By the way, I'm using kernel-2.4.22-gentoo-r5, there seems to be 
 some part of ACPI working, as I'm able to see some messages in 
 /var/log/messages when I plug/unplug my AC cord, but I don't have any 
 /proc/acpi/battery directory. I can post more information if needed.


When the kernel boots up do you get a boot up message like ACPI 
initialise etc...


Grendel

-- 
Hi, I'm a signature virus. plz set me as your signature and help me spread
:)

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Jose Gonzlez Gmez
   I was waiting for 2.6 to become stable in Gentoo, but it seems I'll 
have to take a look at them...

Tom Wesley escribió:

On Tue, 2004-02-10 at 21:05, Jose González Gómez wrote:
 

   Hi there,

   I have an Acer Aspire 1350 laptop where I have just installed 
Gentoo. The problem is that I don't manage to get ACPI working. I've 
been reading a lot of stuff in the mailing list, the forums, etc, but I 
don't have a clear picture of this:

  1. Are APM and ACPI related? I understand I should use *only* one of
 them but not both, is this correct?
  2. Should I try to move to APM if I'm not able to get ACPI running?
  3. Will I have all the battery, sleep, hibernate, etc stuff in APM?
  4. Does anybody out there have an Acer Aspire 1350 with a working
 Gentoo that would share her experinces with me, please?
   By the way, I'm using kernel-2.4.22-gentoo-r5, there seems to be 
some part of ACPI working, as I'm able to see some messages in 
/var/log/messages when I plug/unplug my AC cord, but I don't have any 
/proc/acpi/battery directory. I can post more information if needed.

   Thanks a lot, regards
   Jose
   

Although I don't actually have a laptop at all, but I have heard that
2.6 kernels include better power management support, including fancy
things like hibernate... Might be worth a look?
 

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Jose Gonzlez Gmez
   Grendel,

   I have posted a message to the Gentoo forums with this issue, 
including all the information I have been able to collect. You can 
access it at:

  http://forums.gentoo.org/viewtopic.php?t=134849

   Tanks for your time,
   Jose
Grendel escribi:

On Tue, 10 Feb 2004, The awesome and feared Jose Gonzlez Gmez commented...

 

   Hi there,

   I have an Acer Aspire 1350 laptop where I have just installed 
Gentoo. The problem is that I don't manage to get ACPI working. I've 
been reading a lot of stuff in the mailing list, the forums, etc, but I 
don't have a clear picture of this:

  1. Are APM and ACPI related? I understand I should use *only* one of
 them but not both, is this correct?
   

APM is the first of the power management protocols. This was used in the
good old days for putting the disks into standby etc.
ACPI is a more advanced protocol, where a ACPI aware OS (if the BIOS 
supports ACPI (only bioses within the last 2-3 years do this IIRC) can 
request ACPI aware devices to put themselves in a power saving state, this 
includes harddisks, network cards, CPU. If a device cant oblige with the 
request at that time then it is free to reject the ACPI request.

You can use only one method, ie APM or ACPI not both. Usually the kernel 
defaults to supporting ACPI, but you can force it to use APM by passing 
the acpi=off option at boot time.

 

  2. Should I try to move to APM if I'm not able to get ACPI running?
   

The only problem is linux's ACPI implementation still isnt stable for 
certain chipsets, notably nforce2/AMD platform.

So if when you have ACPI enabled you get random lockups, or notie that he 
machine is running slow, then disable it and use APM. You can enter low 
power states using APM, no problem.

 

  3. Will I have all the battery, sleep, hibernate, etc stuff in APM?
   

You can put the disks into low power standby, or suspend. I am not sure 
whether hibernating or suspend to ram is possible in APM.

 

  4. Does anybody out there have an Acer Aspire 1350 with a working
 Gentoo that would share her experinces with me, please?
   By the way, I'm using kernel-2.4.22-gentoo-r5, there seems to be 
some part of ACPI working, as I'm able to see some messages in 
/var/log/messages when I plug/unplug my AC cord, but I don't have any 
/proc/acpi/battery directory. I can post more information if needed.
   



When the kernel boots up do you get a boot up message like ACPI 
initialise etc...

Grendel

 

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Grendel
On Wed, 11 Feb 2004, The awesome and feared Jose González Gómez commented...

 
 Grendel,
 
 I have posted a message to the Gentoo forums with this issue, 
 including all the information I have been able to collect. You can 
 access it at:
 
http://forums.gentoo.org/viewtopic.php?t=134849

First things first, linux 2.6 has much better ACPI support so it is worth 
it if you can try to use one of the 2.6 kernels and see if it recognises 
your machine. 

Bye,
grendel


-- 
Hi, I'm a signature virus. plz set me as your signature and help me spread
:)

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Jose Gonzlez Gmez
   Ok, let's try a 2.6 kernel... should I take away APM from the kernel 
options? I have checked it and it's there currently as a module.

Grendel escribi:

On Wed, 11 Feb 2004, The awesome and feared Jose Gonzlez Gmez commented...

 

   Grendel,

   I have posted a message to the Gentoo forums with this issue, 
including all the information I have been able to collect. You can 
access it at:

  http://forums.gentoo.org/viewtopic.php?t=134849
   

First things first, linux 2.6 has much better ACPI support so it is worth 
it if you can try to use one of the 2.6 kernels and see if it recognises 
your machine. 

Bye,
grendel
 

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Grendel
On Wed, 11 Feb 2004, The awesome and feared Jose Gonzlez Gmez commented...

 
 Ok, let's try a 2.6 kernel... should I take away APM from the kernel 
 options? I have checked it and it's there currently as a module.

No need, linux by default prefers ACPI over APM, so you need not worry
about this if you enable acpi as well. Of course if you really want to  
you can remove the apm support but it wont matter.

Grendel

-- 
Hi, I'm a signature virus. plz set me as your signature and help me spread
:)

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Jose Gonzlez Gmez
   I have just upgraded to 2.6 and now the battery applet seems to be 
working properly. I'll take a look at the rest of the functionalities 
tomorrow.

   Thanks for your help, regards
   Jose
Grendel escribi:

On Wed, 11 Feb 2004, The awesome and feared Jose Gonzlez Gmez commented...

 

   Ok, let's try a 2.6 kernel... should I take away APM from the kernel 
options? I have checked it and it's there currently as a module.
   

No need, linux by default prefers ACPI over APM, so you need not worry
about this if you enable acpi as well. Of course if you really want to  
you can remove the apm support but it wont matter.

Grendel

 

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] APM vs ACPI on Acer Aspire 1350

2004-02-10 Thread Grendel
On Wed, 11 Feb 2004, The awesome and feared Jose Gonzlez Gmez commented...

 
 I have just upgraded to 2.6 and now the battery applet seems to be 
 working properly. I'll take a look at the rest of the functionalities 
 tomorrow.

You might also consider running the acpid daemon
http://acpid.sourceforge.net/, its a daemon which runs and monitors
various ACPI related events. For example now when you press the power off
button, the kernel generates a ACPI event and acpid can be configured to
execute /sbin/shutdown -h now when it (acpid) detects the event.

You might want to check acpid out, there is also a script which many
notebook users use whereby the script detects when the battery level is
low and at a predetermined level (shall we say 5% of power leff) it
automatically shutsdown the computer, otherwise you will have to fsck your 
computer when it boots up.

Grendel.

-- 
Hi, I'm a signature virus. plz set me as your signature and help me spread
:)

--
[EMAIL PROTECTED] mailing list



[gentoo-user] APM frontend

2004-02-07 Thread Anthony Hoppe




Is there a good APM frontend for setting things like HDD powerdown time and display powerdown time? If not, is there a way I can set these?




signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] APM howto

2004-01-01 Thread SN
Unresolved symbol usually means, that the module you are trying to load was
not compiled on the currently started kernel.

Reboot your machine and check dmesg output, to see if your kernel tries to
load acpi or apm.




- Original Message - 
From: Fabian Braennstroem [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 31, 2003 9:47 AM
Subject: [gentoo-user] APM howto


 Hello,

 I am trying that gentoo shut my computer off, when I switch to 'init 0'.
 Under Debian I just loaded the module 'apm' (which doesn't work under my
 gentoo:
 /lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o: unresolved symbol
 default_idle
 /lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o: unresolved symbol
 machine_real_restart
 /lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o: insmod
 /lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o failed
 /lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o: insmod apm failed
 )

 I use the linux.2.4.22 standard-kernel with these configs:


 CONFIG_PM=y
 CONFIG_APM=m
 # CONFIG_APM_IGNORE_USER_SUSPEND is not set
 CONFIG_APM_DO_ENABLE=y
 # CONFIG_APM_CPU_IDLE is not set
 # CONFIG_APM_DISPLAY_BLANK is not set
 # CONFIG_APM_RTC_IS_GMT is not set
 # CONFIG_APM_ALLOW_INTS is not set
 CONFIG_APM_REAL_MODE_POWER_OFF=y

 #
 # ACPI Support
 #
 CONFIG_ACPI=y
 # CONFIG_ACPI_HT_ONLY is not set
 CONFIG_ACPI_BOOT=y
 CONFIG_ACPI_BUS=y
 CONFIG_ACPI_INTERPRETER=y
 CONFIG_ACPI_EC=y
 CONFIG_ACPI_POWER=y
 CONFIG_ACPI_PCI=y
 CONFIG_ACPI_SLEEP=y
 CONFIG_ACPI_SYSTEM=y
 # CONFIG_ACPI_AC is not set
 # CONFIG_ACPI_BATTERY is not set
 # CONFIG_ACPI_BUTTON is not set
 # CONFIG_ACPI_FAN is not set
 # CONFIG_ACPI_PROCESSOR is not set
 # CONFIG_ACPI_THERMAL is not set
 # CONFIG_ACPI_ASUS is not set
 # CONFIG_ACPI_TOSHIBA is not set
 # CONFIG_ACPI_DEBUG is not set
 # CONFIG_ACPI_RELAXED_AML is not set

 Is that correct? I installed the 'acpi'-ebuild too, but I think I don't
 need that!?
 Could anybody give me an advice?

 Greetings!
 Fabian


 --
 [EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [normal] [gentoo-user] APM howto

2004-01-01 Thread Fabian Braennstroem
Hello,

On Wed, 2003-12-31 at 17:03, Marc Redmann wrote:
 Hi Peter,
 
  I always use CONFIG_APM_REAL_MODE_POWER_OFF=y as well as ACPI, otherwise 
  my PCs will not power off.
 
 Seems to me that it depends on the hardware you use, cause i am running
 2.6.0 kernel with acpi enabled and no apm and my pc is properly powering
 down on shutdown.

Now, it works :-)
I removed all the acpi-stuff und put apm into the kernel.

CONFIG_PM=y
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
CONFIG_APM_ALLOW_INTS=y
CONFIG_APM_REAL_MODE_POWER_OFF=y

Thanks and a happy new year!
Fabian


--
[EMAIL PROTECTED] mailing list



[gentoo-user] APM howto

2003-12-31 Thread Fabian Braennstroem
Hello,

I am trying that gentoo shut my computer off, when I switch to 'init 0'.
Under Debian I just loaded the module 'apm' (which doesn't work under my
gentoo:
/lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o: unresolved symbol 
default_idle
/lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o: unresolved symbol
machine_real_restart
/lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o: insmod
/lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o failed
/lib/modules/2.4.22/kernel/arch/i386/kernel/apm.o: insmod apm failed
)

I use the linux.2.4.22 standard-kernel with these configs:


CONFIG_PM=y
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
CONFIG_APM_REAL_MODE_POWER_OFF=y

#
# ACPI Support
#
CONFIG_ACPI=y
# CONFIG_ACPI_HT_ONLY is not set
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
# CONFIG_ACPI_BUTTON is not set
# CONFIG_ACPI_FAN is not set
# CONFIG_ACPI_PROCESSOR is not set
# CONFIG_ACPI_THERMAL is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_RELAXED_AML is not set

Is that correct? I installed the 'acpi'-ebuild too, but I think I don't
need that!?
Could anybody give me an advice?

Greetings!
Fabian


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: [normal] [gentoo-user] APM howto

2003-12-31 Thread Marc Redmann
Hi Fabian,

 CONFIG_PM=y
 CONFIG_APM=m
 # CONFIG_APM_IGNORE_USER_SUSPEND is not set
 CONFIG_APM_DO_ENABLE=y
 # CONFIG_APM_CPU_IDLE is not set
 # CONFIG_APM_DISPLAY_BLANK is not set
 # CONFIG_APM_RTC_IS_GMT is not set
 # CONFIG_APM_ALLOW_INTS is not set
 CONFIG_APM_REAL_MODE_POWER_OFF=y
 
 #
 # ACPI Support
 #
 CONFIG_ACPI=y
 # CONFIG_ACPI_HT_ONLY is not set
 CONFIG_ACPI_BOOT=y
 CONFIG_ACPI_BUS=y
 CONFIG_ACPI_INTERPRETER=y
 CONFIG_ACPI_EC=y
 CONFIG_ACPI_POWER=y
 CONFIG_ACPI_PCI=y
 CONFIG_ACPI_SLEEP=y
 CONFIG_ACPI_SYSTEM=y

it makes no sense, to have acpi and apm enabled at the same time,
because as far as i know you will not be able to load the apm module
when acpi is in the kernel, apm gets overridden by acpi. hope that
helps.

brgds, Marc


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [normal] [gentoo-user] APM howto

2003-12-31 Thread Peter Ruskin
On Wednesday 31 Dec 2003 12:57, Marc Redmann wrote:
 Hi Fabian,

  CONFIG_PM=y
  CONFIG_APM=m
  # CONFIG_APM_IGNORE_USER_SUSPEND is not set
  CONFIG_APM_DO_ENABLE=y
  # CONFIG_APM_CPU_IDLE is not set
  # CONFIG_APM_DISPLAY_BLANK is not set
  # CONFIG_APM_RTC_IS_GMT is not set
  # CONFIG_APM_ALLOW_INTS is not set
  CONFIG_APM_REAL_MODE_POWER_OFF=y
 
  #
  # ACPI Support
  #
  CONFIG_ACPI=y
  # CONFIG_ACPI_HT_ONLY is not set
  CONFIG_ACPI_BOOT=y
  CONFIG_ACPI_BUS=y
  CONFIG_ACPI_INTERPRETER=y
  CONFIG_ACPI_EC=y
  CONFIG_ACPI_POWER=y
  CONFIG_ACPI_PCI=y
  CONFIG_ACPI_SLEEP=y
  CONFIG_ACPI_SYSTEM=y

 it makes no sense, to have acpi and apm enabled at the same time,
 because as far as i know you will not be able to load the apm module
 when acpi is in the kernel, apm gets overridden by acpi. hope that
 helps.

Wrong.

I always use CONFIG_APM_REAL_MODE_POWER_OFF=y as well as ACPI, otherwise 
my PCs will not power off.

Peter
-- 
==
Gentoo Linux:   Portage 2.0.49-r18 (default-x86-1.4, gcc-3.2.3, 
glibc-2.3.2-r3, 2.6.0-gentoo-w4l)   i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [normal] [gentoo-user] APM howto

2003-12-31 Thread Marc Redmann
Hi Peter,

 I always use CONFIG_APM_REAL_MODE_POWER_OFF=y as well as ACPI, otherwise 
 my PCs will not power off.

Seems to me that it depends on the hardware you use, cause i am running
2.6.0 kernel with acpi enabled and no apm and my pc is properly powering
down on shutdown.

brgds, Marc



--
[EMAIL PROTECTED] mailing list



[gentoo-user] APM

2003-11-06 Thread Molnar Peter
Hi,

I have just switched to gentoo from another distro (finally).
My problem is that I can't get APM working, and it would solve some
annoying issues.

I have complied APM into the kernel (gentoo-sources 2.4.20-r8), but
during startup there is only a small sign:
apm: BIOS not found.

Anybody solved this?
-- 
Molnar Peter [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] APM

2003-11-06 Thread Kevin Miller, Jr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I was never successful in getting APM or APCI to work on my Dell Notebook with 
the 2.4.20 kernel.  It does work with the 2.4.22 and 2.6 kernels.

On Thursday 06 November 2003 4:42 pm, Molnar Peter wrote:
 Hi,

 I have just switched to gentoo from another distro (finally).
 My problem is that I can't get APM working, and it would solve some
 annoying issues.

 I have complied APM into the kernel (gentoo-sources 2.4.20-r8), but
 during startup there is only a small sign:
 apm: BIOS not found.

 Anybody solved this?

- -- 
Kevin Miller, Jr.
Masters of Public Affairs,
Comparative and International Affairs, Information Systems, and Nonprofit 
Management,
School of Public and Environmental Affairs
Indiana University - Bloomington
http://www.amerasianworld.com
[EMAIL PROTECTED]
mobile: 812-219-5047

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/quv/P2TQUAjSykARAiwqAJ40aFVqDovvIRzfKc5oX81yWuhn0wCfVGID
aH4chuez1h57HKOoc/tPgF8=
=+KcK
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] apm with vanilla-sources 2.4.22

2003-10-12 Thread felix zaslavskiy
Hello

I have a dell inspiron 8000. As far as i understand the laptop supports speedstep for 
cpu in acpi and the power mangment in apm.
I compiled the vanilla-sources for 2.4.22 which i got with emerge. 

It seems that driver/char/apm_bios.o module is needed for apm to work and its not 
present in the source I have on the system.
Whats the deal hear ? Do i need to download the sources elsewere ?

felix

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] apm with vanilla-sources 2.4.22

2003-10-12 Thread Kevin Miller, Jr.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Felix:

I have a Dell Inspiron 8100.  I could not get APM or ACPI to work with the 
vanilla-sources.  They both work in the ck-sources and ac-sources though.  I 
would give them a shot. 

On Monday 13 October 2003 12:06 am, felix zaslavskiy wrote:
 Hello

 I have a dell inspiron 8000. As far as i understand the laptop supports
 speedstep for cpu in acpi and the power mangment in apm. I compiled the
 vanilla-sources for 2.4.22 which i got with emerge.

 It seems that driver/char/apm_bios.o module is needed for apm to work and
 its not present in the source I have on the system. Whats the deal hear ?
 Do i need to download the sources elsewere ?

 felix

 --
 [EMAIL PROTECTED] mailing list

- -- 
Kevin Miller, Jr.
Masters of Public Affairs,
Comparative and International Affairs, Information Systems, and Nonprofit 
Management,
School of Public and Environmental Affairs
Indiana University - Bloomington
http://e-civilsociety.org
[EMAIL PROTECTED]
mobile: 812-219-5047

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/iYzDP2TQUAjSykARArhkAJ9xzu5t9/3/yd6rq3mkPr0jGhKArwCgmvKV
L6ff8FyOuJETaeJaeLzyRAI=
=sC7L
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Apm problems

2003-05-28 Thread Meka[ni]
First, when I boot LiveCD, apm works ok, but when I enable it in kernel and 
boot from
HDD, halt -p doesn't power off. The last message is Power off but nothing happens. 
I've
tried to include the Real BIOS apm call (or something like that) in kernel, but it
doesn't work.
Another problem is console blanking. When it's enabled, my system freezes when 
it spends
some time with blanked conole. Same thing happens if I try to go to console from X. 
Now,
I've rebuilded it as a module, and it still doesn;t work. When apm is off none of this
happens. My box is Celeron (Mendocino) 300A, S3 Savage3D AGP, 224MB SDRAM. What to do?


Meka[ni]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apm problems

2003-05-28 Thread Jesse Jacobs
Hello Meka,

I had a similar problem, no lockup though.
I tried ACPI instead which powers off the boxen.
Yes, It's marked as experimental and will replace APM But my experiences
have been great.

HTH,
j


Meka[ni] said:
   First, when I boot LiveCD, apm works ok, but when I enable it in
 kernel
 and boot from
 HDD, halt -p doesn't power off. The last message is Power off but
 nothing happens. I've tried to include the Real BIOS apm call (or
 something like that) in kernel, but it doesn't work.
   Another problem is console blanking. When it's enabled, my system
 freezes when it spends
 some time with blanked conole. Same thing happens if I try to go to
 console from X. Now, I've rebuilded it as a module, and it still
 doesn;t work. When apm is off none of this happens. My box is Celeron
 (Mendocino) 300A, S3 Savage3D AGP, 224MB SDRAM. What to do?

 
 Meka[ni]

 --
 [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list