You are not logged in.

#1 2005-09-19 18:08:32

phoinix
Member
From: Greece, Crete
Registered: 2005-08-27
Posts: 20

Acpi Problem, Arch won't Shutdown SOLVED

Hello Archers!

Having a litle problem with trying to shutdown my arch installation.
I am convinced that the problem is acpi.

dmesg |grep ACPI gives me:

BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
ACPI: RSDP (v000 VIA694                                ) @ 0x000f80c0
ACPI: RSDT (v001 VIA694 MSI ACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3000
ACPI: FADT (v001 VIA694 MSI ACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3040
ACPI: DSDT (v001 VIA694 AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000
    ACPI-0284: *** Error: Region SystemIO(1) has no handler
    ACPI-0115: *** Error: acpi_load_tables: Could not load namespace: AE_NOT_EXIST
    ACPI-0123: *** Error: acpi_load_tables: Could not load tables: AE_NOT_EXIST
ACPI: Unable to load the System Description Tables
ACPI: Subsystem revision 20050729
ACPI: Interpreter disabled.
pnp: PnP ACPI: disabled


My hardware and the bios settings seems to be ok,because an  ubuntu installation that i have, is shuting down ok the system.

This is the output of: dmesg |grep ACPI in my ubuntu installation.
(if it helps... )

BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
ACPI: RSDP (v000 VIA695                                ) @ 0x000f80c0
ACPI: RSDT (v001 VIA694 MSI ACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3000
ACPI: FADT (v001 VIA694 MSI ACPI 0x42302e
31 AWRD 0x00000000) @ 0x1fff3040
ACPI: DSDT (v001 VIA694 AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000
ACPI: setting ELCR to 0200 (from 0ea0)
ACPI: Subsystem revision 20050309
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *7 10 11 12 14 15)
pnp: PnP ACPI init
pnp: PnP ACPI: found 10 devices
PCI: Using ACPI for IRQ routing
ACPI wakeup devices:
ACPI: (supports S0 S1 S4 S5)
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt 0000:00:07.3[D] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 7
ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKD] -> GSI 7 (level, low) -> IRQ 7
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
ACPI: Power Button (FF) [PWRF]
ACPI: Sleep Button (CM) [SLPB]
apm: overridden by ACPI.


I've searched in the forum and i've put the kernel option acpi=force.

This is my kernel line in menu.lst - grub :
kernel         /boot/vmlinuz root=/dev/hda2 ro devfs=nomount acpi=force vga=0x318 splash=verbose,theme:darch console=tty1


With no ressault... I have installed also acpid, and the system is loading as a deamon in the start.. with a failure... 

sudo /etc/rc.d/acpid restart
:: Stopping acpid                                                                                               [FAIL]
:: Starting acpid                                                                                               [BUSY] acpid: can't open /proc/acpi/event: No such file or directory
                                                                                                                [FAIL]

sad  sad

Ps. Sorry For my bad English

Offline

#2 2005-09-19 18:32:23

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Acpi Problem, Arch won't Shutdown SOLVED

do you have any NTFS partitions? if so, try not mounting them and see if shutdown succeeds then

Offline

#3 2005-09-19 18:36:40

phoinix
Member
From: Greece, Crete
Registered: 2005-08-27
Posts: 20

Re: Acpi Problem, Arch won't Shutdown SOLVED

Thanks for the reply phrakture smile


But, no ntfs partitions  :cry:

Offline

#4 2005-09-19 18:47:04

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Acpi Problem, Arch won't Shutdown SOLVED

Hrrmmm...

OK try adding "apm=off" to your kernel boot params

Offline

#5 2005-09-19 18:59:53

phoinix
Member
From: Greece, Crete
Registered: 2005-08-27
Posts: 20

Re: Acpi Problem, Arch won't Shutdown SOLVED

I've tryied with
kernel /boot/vmlinuz root=/dev/hda2 ro devfs=nomount apm=off acpi=force vga=0x318 splash=verbose,theme:darch console=tty1


and with

kernel /boot/vmlinuz root=/dev/hda2 ro devfs=nomount apm=off vga=0x318 splash=verbose,theme:darch console=tty1

Nothing  :cry:  :cry:  :cry:  :cry:

Offline

#6 2005-09-19 22:10:28

phoinix
Member
From: Greece, Crete
Registered: 2005-08-27
Posts: 20

Re: Acpi Problem, Arch won't Shutdown SOLVED

Well Problem SOLVED!!!  8)  8)  8)  8)

http://iphitus.loudas.com/archck.php

I applied the 2.6.13-archck5 patch and it worked!


Here is the output

dmesg |grep ACPI

BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
ACPI: RSDP (v000 VIA694                                ) @ 0x000f80c0
ACPI: RSDT (v001 VIA694 MSI ACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3000
ACPI: FADT (v001 VIA694 MSI ACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3040
ACPI: DSDT (v001 VIA694 AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000
ACPI: Looking for DSDT in initrd... not found.
ACPI: setting ELCR to 0200 (from 0ea0)
ACPI: bus type pci registered
ACPI: Subsystem revision 20050902
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
ACPI: Assume root bridge [_SB_.PCI0] bus is 0
ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *7 10 11 12 14 15)
pnp: PnP ACPI init
pnp: PnP ACPI: found 10 devices
PCI: Using ACPI for IRQ routing
ACPI wakeup devices:
ACPI: (supports S0 S1 S4 S5)
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
ACPI: PCI Interrupt 0000:00:07.2[D] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt 0000:00:07.3[D] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 7
ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKD] -> GSI 7 (level, low) -> IRQ 7
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI interrupt for device 0000:01:00.0 disabled
ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10


Thanks everybody smile

Offline

#7 2005-11-13 11:53:29

Mindaugas
Member
From: Ireland
Registered: 2004-03-25
Posts: 95

Re: Acpi Problem, Arch won't Shutdown SOLVED

I have similar problem

dmesg | grep ACPI
ACPI: Unable to locate RSDP
ACPI: Subsystem revision 20050902
ACPI: Interpreter disabled.
pnp: PnP ACPI: disabled

Windows is shuting down PC, but not arch sad

Offline

#8 2006-02-17 21:37:30

Xarturkhann
Member
From: Ankara
Registered: 2006-02-17
Posts: 55

Re: Acpi Problem, Arch won't Shutdown SOLVED

i have same problem with Kernel 2.6.15.4-2.Arch isn't shuting down.

dmesg |grep ACPI

BIOS-e820: 000000003bfc0000 - 000000003bfce000 (ACPI data)
 BIOS-e820: 000000003bfce000 - 000000003bff0000 (ACPI NVS)
ACPI: RSDP (v002 ACPIAM                                ) @ 0x000fb870
ACPI: XSDT (v001 A M I  OEMXSDT  0x01000617 MSFT 0x00000097) @ 0x3bfc0100
ACPI: FADT (v003 A M I  OEMFACP  0x01000617 MSFT 0x00000097) @ 0x3bfc0290
ACPI: MADT (v001 A M I  OEMAPIC  0x01000617 MSFT 0x00000097) @ 0x3bfc0390
ACPI: MCFG (v001 A M I  OEMMCFG  0x01000617 MSFT 0x00000097) @ 0x3bfc0400
ACPI: OEMB (v001 A M I  AMI_OEM  0x01000617 MSFT 0x00000097) @ 0x3bfce040
ACPI: DSDT (v001  A0368 A0368001 0x00000001 INTL 0x02002026) @ 0x00000000
ACPI: PM-Timer IO Port: 0x508
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: BIOS IRQ0 pin2 override ignored.
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
ACPI: IRQ9 used by override.
ACPI: IRQ14 used by override.
ACPI: IRQ15 used by override.
Using ACPI (MADT) for SMP configuration information
    ACPI-0311: *** Error: ns_search_and_enter: Bad character in ACPI Name: 43035350
    ACPI-0292: *** Error: Looking up [0x43035350] (NON-ASCII)
    ACPI-0115: *** Error: acpi_load_tables: Could not load namespace: AE_BAD_CHARACTER
    ACPI-0123: *** Error: acpi_load_tables: Could not load tables: AE_BAD_CHARACTER
ACPI: Unable to load the System Description Tables
ACPI: Subsystem revision 20050902
ACPI: Interpreter disabled.
pnp: PnP ACPI: disabled

My old MSİ RS482M2 all works fine..But my new one Asus A8N-VM CSM not wokring correctly..

Offline

#9 2006-02-18 02:39:34

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Acpi Problem, Arch won't Shutdown SOLVED

Good on your for searching! But post in a new thread, this one is marked solved, and such will probably not get much attention.

iphitus

Offline

Board footer

Powered by FluxBB