wizardofos Apprentice
Joined: 20 Jul 2004 Posts: 201
|
Posted: Sat Mar 26, 2005 2:07 pm Post subject: lapic and mptable errors |
|
|
Hello
I've an Acer Travelmate Laptop with Celeron2.5.Ghz and Kernel 2.6.11 running. I examined the output of dmesg and today and noticed some strange lines at the beginning:
Code: |
Linux version 2.6.11-gentoo-r4 (root@fermat) (gcc-Version 3.4.3-20050110 (Gentoo Linux 3.4.3.20050110-r1, ssp-3.4.3.2
0050110-0, pie-8.7.7)) #1 Tue Mar 22 08:17:27 CET 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000ce000 - 00000000000d0000 (reserved)
BIOS-e820: 00000000000d8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000000eee0000 (usable)
BIOS-e820: 000000000eee0000 - 000000000eeeb000 (ACPI data)
BIOS-e820: 000000000eeeb000 - 000000000ef00000 (ACPI NVS)
BIOS-e820: 000000000ef00000 - 0000000010000000 (reserved)
BIOS-e820: 00000000fec10000 - 00000000fec20000 (reserved)
BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
BIOS-e820: 00000000fffffc00 - 0000000100000000 (reserved)
238MB LOWMEM available.
found SMP MP-table at 000f63f0
On node 0 totalpages: 61152
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 57056 pages, LIFO batch:13
HighMem zone: 0 pages, LIFO batch:1
DMI present.
ACPI: RSDP (v000 PTLTD ) @ 0x000f6420
ACPI: RSDT (v001 PTLTD Montara 0x06040000 LTP 0x00000000) @ 0x0eee5e05
ACPI: FADT (v001 Acer Yuhina 0x06040000 PTL 0x00000001) @ 0x0eeeaed2
ACPI: BOOT (v001 PTLTD $SBFTBL$ 0x06040000 LTP 0x00000001) @ 0x0eeeafd8
ACPI: DSDT (v001 ANNI Yuhina 0x06040000 MSFT 0x0100000e) @ 0x00000000
Intel MultiProcessor Specification v1.4
Virtual Wire compatibility mode.
SMP mptable: bad signature [0x0]!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Allocating PCI resources starting at 10000000 (gap: 10000000:eec10000)
Built 1 zonelists
Kernel command line: root=/dev/hda3 vga=1024x768-16@60
Local APIC disabled by BIOS -- you can enable it with "lapic"
mapped APIC to ffffd000 (011df000)
|
The lines that confuse me are:
Code: | SMP mptable: bad signature [0x0]! |
and
Code: | Local APIC disabled by BIOS -- you can enable it with "lapic" |
What does that mean? How can I enabled that?
lg
fabian |
|