View previous topic :: View next topic |
Author |
Message |
zovex n00b


Joined: 18 Jul 2003 Posts: 13
|
Posted: Mon Jul 21, 2003 1:21 am Post subject: acpi not in /proc |
|
|
I have compiled my kernel with apm as a module which is not loaded, so it shouldnt interfere with acpi. I have acpi and powermanagement enabled and all of acpi features as modules. This is what i see in all the howto's, yet I do not have a /proc/acpi/ directory.
Any ideas?
Thanks |
|
Back to top |
|
 |
jlg Guru


Joined: 31 May 2002 Posts: 360 Location: Montreal, CANADA
|
Posted: Mon Jul 21, 2003 2:51 am Post subject: |
|
|
are you 100% sure that your hardware is acpi compatible? |
|
Back to top |
|
 |
bfg n00b


Joined: 07 Jul 2003 Posts: 58 Location: Amparo, SP
|
Posted: Mon Jul 21, 2003 2:55 am Post subject: |
|
|
I think you should check your syslogd boot mesages with dmesg.
this should show that your BIOS support ACPI, mine shows:
Code: | BIOS-e820: 000000001fffc000 - 000000001ffff000 (ACPI data)
BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS)
ACPI: have wakeup address 0xc0001000
ACPI: RSDP (v000 ASUS ) @ 0x000f5a60
ACPI: RSDT (v001 ASUS P3V_4X 12336.12337) @ 0x1fffc000
ACPI: FADT (v001 ASUS P3V_4X 12336.12337) @ 0x1fffc080
ACPI: BOOT (v001 ASUS P3V_4X 12336.12337) @ 0x1fffc040
ACPI: DSDT (v001 ASUS P3V_4X 00000.04096) @ 0x00000000
ACPI: BIOS passes blacklist
ACPI: MADT not present
ACPI: Subsystem revision 20021122
tbxface-0099 [03] Acpi_load_tables : ACPI Tables successfully acquired
ACPI Namespace successfully loaded at root c03e7dbc
evxfevnt-0074 [04] Acpi_enable : Transition to ACPI mode successful
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: System [ACPI] (supports S0 S1 S4 S5)
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15, disabled)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Root Bridge [PCI0] (00:00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
PCI: Using ACPI for IRQ routing
ACPI: Power Button (FF) [PWRF]
ACPI: Processor [CPU0] (supports C1 C2, 16 throttling states)
|
I had a problem with ACPI the first time i compiled it too, but i shutdown the machine and when i turned it on again the ACPI was working... maybe the issue is with conf in your BIOS stuff.
 |
|
Back to top |
|
 |
zovex n00b


Joined: 18 Jul 2003 Posts: 13
|
Posted: Mon Jul 21, 2003 3:11 am Post subject: |
|
|
it says it could not get RSDP, I assume this means its not supported. |
|
Back to top |
|
 |
|