Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Acpid not starting, lapic disabled? [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
happen
n00b
n00b


Joined: 16 Aug 2004
Posts: 14
Location: Germany

PostPosted: Thu Dec 16, 2004 11:24 am    Post subject: Acpid not starting, lapic disabled? [SOLVED] Reply with quote

I got a problem with acpi, could i have your opinion on this dmesg here pls:

Code:

Linux version 2.6.9-gentoo-r9 (root@commander) (gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)) #2 SMP Tue Dec 14 10:41:25 CET 2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001ff77000 (usable)
 BIOS-e820: 000000001ff77000 - 000000001ff79000 (ACPI NVS)
 BIOS-e820: 000000001ff79000 - 0000000020000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
 BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
511MB LOWMEM available.
found SMP MP-table at 000fe710
On node 0 totalpages: 130935
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 126839 pages, LIFO batch:16
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
DELL GX240 detected: force use of acpi=ht
ACPI: RSDP (v000 DELL                                  ) @ 0x000fd560
ACPI: RSDT (v001 DELL    GX240   0x00000008 ASL  0x00000061) @ 0x000fd574
ACPI: FADT (v001 DELL    GX240   0x00000008 ASL  0x00000061) @ 0x000fd5a8
ACPI: SSDT (v001   DELL    st_ex 0x00001000 MSFT 0x0100000d) @ 0xfffe60f2
ACPI: MADT (v001 DELL    GX240   0x00000008 ASL  0x00000061) @ 0x000fd61c
ACPI: BOOT (v001 DELL    GX240   0x00000008 ASL  0x00000061) @ 0x000fd678
ACPI: DSDT (v001   DELL    dt_ex 0x00001000 MSFT 0x0100000d) @ 0x00000000
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:1 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled)
Using ACPI for processor (LAPIC) configuration information
Intel MultiProcessor Specification v1.4
    Virtual Wire compatibility mode.
OEM ID: DELL     Product ID: Opti GX240   APIC at: 0xFEE00000
I/O APIC #1 Version 32 at 0xFEC00000.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Processors: 1
Built 1 zonelists
Kernel command line: root=/dev/hda3
Initializing CPU#0


Does that mean acpi is running correcly?

If i want to start acpid, it tells me acpi is not compiled into the kernel.
But i enabled:
Power managment options (acpi, APM) --> Acpi support --> [*]Acpi support, [*] AC Adapter+Battery+button+fan+processor+thermal zone...
My real problem is, that i want to use the powerbutton to shut gentoo down. This should be integrated in acpid, so i need t get that working.
Any ideas?
Thanks,
Happen


Last edited by happen on Mon Dec 20, 2004 9:59 am; edited 1 time in total
Back to top
View user's profile Send private message
robet
l33t
l33t


Joined: 06 Sep 2004
Posts: 807
Location: Earth/NorthAmerica/USA/NY

PostPosted: Thu Dec 16, 2004 5:53 pm    Post subject: Reply with quote

As far as I can tell from what you posted, it appears ACPI is working. So your problem is that the shutdown button isn't working like you'd like it to?
_________________
no software patents in europe! | adopt an unanswered post.
Back to top
View user's profile Send private message
robet
l33t
l33t


Joined: 06 Sep 2004
Posts: 807
Location: Earth/NorthAmerica/USA/NY

PostPosted: Thu Dec 16, 2004 5:55 pm    Post subject: Reply with quote

1) Are you sure you copied your kernel to boot when you made it?
2) Did you select all the necessary options, such as the power governors?
3) Build it modularly?
_________________
no software patents in europe! | adopt an unanswered post.
Back to top
View user's profile Send private message
happen
n00b
n00b


Joined: 16 Aug 2004
Posts: 14
Location: Germany

PostPosted: Fri Dec 17, 2004 8:25 am    Post subject: Reply with quote

Quote:
1) Are you sure you copied your kernel to boot when you made it?


Yep I am

Quote:
2) Did you select all the necessary options, such as the power governors?


Power governors? i will have a look at that now, but i haven´t really heard of that. Are there options in the kernel for that?

Quote:
3) Build it modularly?


I did not built acpi modulary, would you suggest that?

For me it also looks like acpi is working, but acpid tells me it wasnt compiled into the kernel...
As you see in my first post i enables it under Power managment options (acpi, APM) --> Acpi support --> [*]Acpi support, [*] AC Adapter+Battery+button+fan+processor+thermal zone...

Is this enough or do i have to activate more?
Anyway thank you for the support!
Back to top
View user's profile Send private message
happen
n00b
n00b


Joined: 16 Aug 2004
Posts: 14
Location: Germany

PostPosted: Fri Dec 17, 2004 11:08 am    Post subject: Reply with quote

Ok so now i enabled all the power governors, but still acpid fails to start.
How can i make sure my kernel supports acpi? Or could it be that my Dell does not support acpi under linux? Under windows it was no problem and i could swear it worked with gentoo-dev-sources 2.6.8... because when i did a shutdown -h now it powerd off the pc, now i get only the message "power off"...
Back to top
View user's profile Send private message
happen
n00b
n00b


Joined: 16 Aug 2004
Posts: 14
Location: Germany

PostPosted: Mon Dec 20, 2004 9:59 am    Post subject: Reply with quote

Ok i fixed the problem now.

I took an Dell GX 260 and with this pc the acpi is working. Maybe its a flaw in the Bios of the GX 240, but i updated it to A05 wich is the newest one.

Thanks for the support!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum