Re: Shutdown Problem

2004-02-18 Thread Matthew Seaman
On Tue, Feb 17, 2004 at 05:29:20PM -0500, [EMAIL PROTECTED] wrote:

 ACPI-0159: *** Error: AcpiLoadTables: Could not get RSDP, AE_NO_ACPI_TABLES
 ACPI-0213: *** Error: AcpiLoadTables: Could not load tables:
 AE_NO_ACPI_TABLES
 ACPI: table load failed: AE_NO_ACPI_TABLES
 
 I have no idea what that means, but I assume that it has something to do
 with the problem I am experiencing. Perhaps someone might have some idea
 what is happening and how to correct it.

Unfortunately it seems that ACPI on your system is not supported under
FreeBSD at the moment.  ACPI should be pretty standard, but like
everything in the PC world, there are any number of implementations
all slightly different from each other.  And mostly done as cheaply as
possible, and with the only requirement being that it works with
Windows...

In order to fix this, you'ld have to get a motherboard using the same
chipset into the claws of one of the FreeBSD developers interested in
the ACPI stuff.  It may have happened already -- but any fix would
only be in 5-CURRENT so far and upgrading to that is not recommended
except for experts -- so your only other option to get ACPI support is
to wait until a new FreeBSD release: 5.2.1 is due out RSN, or 5.3 will
be out in a few months.

In the mean time, if you're using a desktop system then doing without
ACPI isn't too much hardship.  You won't be able to power off from the
keyboard but application of a forefinger to the power button usually
suffices.  OTOH, if you're using a mobile then the ACPI power control
features are much more important. Ho hum.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Shutdown problem

2004-02-11 Thread Lowell Gilbert
Vladimir Yourtaev [EMAIL PROTECTED] writes:

 Help me resolve problem.
 My computer has ATX power unit.
 In BIOS ACPI i turned on. In the rc.conf
 apm_enable=YES
 apmd_enable=YES
 When i invoke comand shutdown -p now or halt -p, 
 my computer doesn't switch off and says: press any
 button to reboot.
 How i can switch off it.

Assuming you're running FreeBSD 4.9 (you didn't specify):
you need to enable the apm device in your kernel.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password public
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shutdown problem

2004-02-11 Thread Lowell Gilbert
Vladimir Yourtaev [EMAIL PROTECTED] writes:

 On Wednesday 11 February 2004 15:55, you wrote:
  Vladimir Yourtaev [EMAIL PROTECTED] writes:
   Help me resolve problem.
   My computer has ATX power unit.
   In BIOS ACPI i turned on. In the rc.conf
   apm_enable=YES
   apmd_enable=YES
   When i invoke comand shutdown -p now or halt -p,
   my computer doesn't switch off and says: press any
   button to reboot.
   How i can switch off it.
 
  Assuming you're running FreeBSD 4.9 (you didn't specify):
  you need to enable the apm device in your kernel.
 
 -- 
 Hello Gilbert.
 in my kernel configuration included device apm0
 but it's solving nothing. Have you guess?
 
 device apm0  at nexus? disable flags 0x20 # Advanced Power Management

Note the word disable in there.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shutdown problem

2004-02-11 Thread Lowell Gilbert
Robert Golovniov [EMAIL PROTECTED] writes:

 On Wednesday, February 11, 2004, 3:55:21 PM, Lowell Gilbert wrote:
 
 LG Assuming you're running FreeBSD 4.9 (you didn't specify):
 LG you need to enable the apm device in your kernel.
 
 What about 5.2?

ACPI.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-overview.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]