public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [BUG 2.6.5-rc2-bk5 and 2.6.5-rc2-mm3] ACPI seems to be broken
       [not found] ` <A6974D8E5F98D511BB910002A50A6647615F6523-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
@ 2004-03-26  5:26   ` Len Brown
       [not found]     ` <1080278805.755.157.camel-D2Zvc0uNKG8@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Len Brown @ 2004-03-26  5:26 UTC (permalink / raw)
  To: Marc-Christian Petersen, Marcel Holtmann
  Cc: lkml, Andrew Morton, Linus Torvalds, Rik van Ballegooijen,
	ACPI Developers

[-- Attachment #1: Type: text/plain, Size: 1677 bytes --]

> > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 22 low level)
> 
> > ACPI: SCI (IRQ22) allocation failed
> >  ACPI-0133: *** Error: Unable to install System Control Interrupt
> Handler, AE_NOT_ACQUIRED
> > ACPI: Unable to start the ACPI Interpreter

> working this issue here:
> http://bugzilla.kernel.org/show_bug.cgi?id=2366

Can somebody with hardware that exhibits this problem
apply the following 1-liner patch to the latest tree
and send me your dmesg and /proc/interrupts,
or attach it to the bug report?
(sorry for the wrap, attachment is non-wrapped).

===== drivers/acpi/bus.c 1.40 vs edited =====
--- 1.40/drivers/acpi/bus.c	Tue Mar 23 01:32:11 2004
+++ edited/drivers/acpi/bus.c	Thu Mar 25 23:50:41 2004
@@ -623,7 +623,8 @@
 		 * now that acpi_fadt is initialized,
 		 * update it with result from INT_SRC_OVR parsing
 		 */
-		acpi_fadt.sci_int = acpi_sci_override_gsi;
+		printk("acpi_fadt.sci_int %d acpi_sci_override_gsi %d\n",
+			acpi_fadt.sci_int, acpi_sci_override_gsi);
 	}
 #endif
 

In this example, this will claim IRQ9 for APIC INITIN 0-22
while traditionally we've called this IRQ22.

This brings up the bigger question of what an IRQ or GSI is...
in PIC mode they are wires on the PIC.
In APIC mode you sort of aggregate all the IOAPICS into
one linear list and call the GSI the logical INITIN number.
So why do we call the timer interrupt IRQ0 in this mode
when it is really connected to INTIN 2?  If we're consistent
with that then we should call the SCI IRQ9 instead of IRQ22...

In MSI mode, the GSI is the vector number on the CPU,
unless it is for one of the legacy IRQs, in which case
/proc/interrupts shows the PIC IRQ#.

confusing.

-Len


[-- Attachment #2: bus.patch --]
[-- Type: text/plain, Size: 443 bytes --]

===== drivers/acpi/bus.c 1.40 vs edited =====
--- 1.40/drivers/acpi/bus.c	Tue Mar 23 01:32:11 2004
+++ edited/drivers/acpi/bus.c	Thu Mar 25 23:50:41 2004
@@ -623,7 +623,8 @@
 		 * now that acpi_fadt is initialized,
 		 * update it with result from INT_SRC_OVR parsing
 		 */
-		acpi_fadt.sci_int = acpi_sci_override_gsi;
+		printk("acpi_fadt.sci_int %d acpi_sci_override_gsi %d\n",
+			acpi_fadt.sci_int, acpi_sci_override_gsi);
 	}
 #endif
 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [BUG 2.6.5-rc2-bk5 and 2.6.5-rc2-mm3] ACPI seems to be broken
       [not found]     ` <1080278805.755.157.camel-D2Zvc0uNKG8@public.gmane.org>
@ 2004-03-26  7:03       ` Trond Myklebust
       [not found]         ` <1080284583.2439.8.camel-SyLVLa/KEI9HwK5hSS5vWB2eb7JE58TQ@public.gmane.org>
  2004-03-27  0:20       ` AE_NOT_ACQUIRED, ACPI: Unable to start the ACPI Interpreter Len Brown
  1 sibling, 1 reply; 9+ messages in thread
From: Trond Myklebust @ 2004-03-26  7:03 UTC (permalink / raw)
  To: Len Brown; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]

På fr , 26/03/2004 klokka 00:26, skreiv Len Brown:
> > > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 22 low level)
> > 
> > > ACPI: SCI (IRQ22) allocation failed
> > >  ACPI-0133: *** Error: Unable to install System Control Interrupt
> > Handler, AE_NOT_ACQUIRED
> > > ACPI: Unable to start the ACPI Interpreter
> 
> > working this issue here:
> > http://bugzilla.kernel.org/show_bug.cgi?id=2366
> 
> Can somebody with hardware that exhibits this problem
> apply the following 1-liner patch to the latest tree
> and send me your dmesg and /proc/interrupts,
> or attach it to the bug report?
> (sorry for the wrap, attachment is non-wrapped).

Not sure if this is the exact same problem, but it appears to be
uniprocessor IOAPIC related, I am running with MSI (although disabling
MSI does not suffice to fix problem), and all was working well with a
bitkeeper release from Monday night...

Note these things in particular:

        - The worst case shows a bunch of never-seen-before
        "PCI BIOS passed nonexistent PCI bus X" crap.
        - Worst case also screws up network card interrupt
        
        - "Better" case (i.e. "noapic" boot) although networking card
        works, still shows broken ATIIXP sound card interrupt +
        previously unseen "__report_bad_irq" case.
        
Cheers,
  Trond


[-- Attachment #2: bad_gnurr.txt --]
[-- Type: text/plain, Size: 20861 bytes --]

Mar 26 01:28:29 lade kernel: Linux version 2.6.5-rc2 (trondmy@lade.trondhjem.org) (gcc version 3.3.3 (Debian 20040321)) #3 Fri Mar 26 00:58:56 EST 2004
Mar 26 01:28:29 lade kernel: BIOS-provided physical RAM map:
Mar 26 01:28:29 lade kernel:  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 00000000000d0000 - 00000000000d8000 (reserved)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 0000000000100000 - 000000004ff70000 (usable)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 000000004ff70000 - 000000004ff7d000 (ACPI data)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 000000004ff7d000 - 000000004ff80000 (ACPI NVS)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 000000004ff80000 - 0000000050000000 (reserved)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 000000005ff80000 - 0000000060000000 (reserved)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Mar 26 01:28:29 lade kernel:  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
Mar 26 01:28:29 lade kernel: 383MB HIGHMEM available.
Mar 26 01:28:29 lade kernel: 896MB LOWMEM available.
Mar 26 01:28:29 lade kernel: found SMP MP-table at 000f6620
Mar 26 01:28:29 lade kernel: On node 0 totalpages: 327536
Mar 26 01:28:29 lade kernel:   DMA zone: 4096 pages, LIFO batch:1
Mar 26 01:28:29 lade kernel:   Normal zone: 225280 pages, LIFO batch:16
Mar 26 01:28:29 lade kernel:   HighMem zone: 98160 pages, LIFO batch:16
Mar 26 01:28:29 lade kernel: DMI present.
Mar 26 01:28:29 lade kernel: ACPI: RSDP (v000 PTLTD) @ 0x000f66b0
Mar 26 01:28:29 lade kernel: ACPI: RSDT (v001 PTLTD    RSDT   0x06040000  LTP 0x00000000) @ 0x4ff79195
Mar 26 01:28:29 lade kernel: ACPI: FADT (v001 HP     Chinook  0x06040000 ATI  0x000f4240) @ 0x4ff7ce7d
Mar 26 01:28:29 lade kernel: ACPI: SSDT (v001 PTLTD  ACPIPST1 0x06040000  LTP 0x00000001) @ 0x4ff7cef1
Mar 26 01:28:29 lade kernel: ACPI: MADT (v001 PTLTD  ^I APIC   0x06040000  LTP 0x00000000) @ 0x4ff7cfa6
Mar 26 01:28:29 lade kernel: ACPI: DSDT (v001     HP    SB200 0x06040000 INTL 0x20030509) @ 0x00000000
Mar 26 01:28:29 lade kernel: ACPI: PM-Timer IO Port: 0x8008
Mar 26 01:28:29 lade kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Mar 26 01:28:29 lade kernel: Processor #0 15:2 APIC version 20
Mar 26 01:28:29 lade kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])Mar 26 01:28:29 lade kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] global_irq_base[0x0])
Mar 26 01:28:29 lade kernel: IOAPIC[0]: Assigned apic_id 1
Mar 26 01:28:29 lade kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
Mar 26 01:28:29 lade kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
Mar 26 01:28:29 lade kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level)
Mar 26 01:28:29 lade kernel: Enabling APIC mode:  Flat.  Using 1 I/O APICs
Mar 26 01:28:29 lade kernel: Using ACPI (MADT) for SMP configuration informationMar 26 01:28:29 lade kernel: Built 1 zonelists
Mar 26 01:28:29 lade kernel: Kernel command line: auto BOOT_IMAGE=Linux-2.6 ro root=305
Mar 26 01:28:29 lade kernel: Initializing CPU#0
Mar 26 01:28:29 lade kernel: PID hash table entries: 4096 (order 12: 32768 bytes)
Mar 26 01:28:29 lade kernel: Detected 3067.743 MHz processor.
Mar 26 01:28:29 lade kernel: Using pmtmr for high-res timesource
Mar 26 01:28:29 lade kernel: Console: colour VGA+ 80x25
Mar 26 01:28:29 lade kernel: Memory: 1292888k/1310144k available (1870k kernel code, 16136k reserved, 866k data, 160k init, 392640k highmem)
Mar 26 01:28:29 lade kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Mar 26 01:28:29 lade kernel: Calibrating delay loop... 6094.84 BogoMIPS
Mar 26 01:28:29 lade kernel: Security Scaffold v1.0.0 initialized
Mar 26 01:28:29 lade kernel: Capability LSM initialized
Mar 26 01:28:29 lade kernel: Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes)
Mar 26 01:28:29 lade kernel: Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
Mar 26 01:28:29 lade kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Mar 26 01:28:29 lade kernel: CPU: Trace cache: 12K uops, L1 D cache: 8K
Mar 26 01:28:29 lade kernel: CPU: L2 cache: 512K
Mar 26 01:28:29 lade kernel: Intel machine check architecture supported.
Mar 26 01:28:29 lade kernel: Intel machine check reporting enabled on CPU#0.
Mar 26 01:28:29 lade kernel: CPU#0: Intel P4/Xeon Extended MCE MSRs (12) available
Mar 26 01:28:29 lade kernel: CPU: Intel Mobile Intel(R) Pentium(R) 4     CPU 3.06GHz stepping 09
Mar 26 01:28:29 lade kernel: Enabling fast FPU save and restore... done.
Mar 26 01:28:29 lade kernel: Enabling unmasked SIMD FPU exception support... done.
Mar 26 01:28:29 lade kernel: Checking 'hlt' instruction... OK.
Mar 26 01:28:29 lade kernel: POSIX conformance testing by UNIFIX
Mar 26 01:28:29 lade kernel: enabled ExtINT on CPU#0
Mar 26 01:28:29 lade kernel: ESR value before enabling vector: 00000000
Mar 26 01:28:29 lade kernel: ESR value after enabling vector: 00000000
Mar 26 01:28:29 lade kernel: ENABLING IO-APIC IRQs
Mar 26 01:28:29 lade kernel: ..TIMER: vector=0x31 pin1=2 pin2=-1
Mar 26 01:28:29 lade kernel: Using local APIC timer interrupts.
Mar 26 01:28:29 lade kernel: calibrating APIC timer ...
Mar 26 01:28:29 lade kernel: ..... CPU clock speed is 3066.0287 MHz.
Mar 26 01:28:29 lade kernel: ..... host bus clock speed is 133.0316 MHz.
Mar 26 01:28:29 lade kernel: NET: Registered protocol family 16
Mar 26 01:28:29 lade kernel: PCI: PCI BIOS revision 2.10 entry at 0xfd968, last bus=2
Mar 26 01:28:29 lade kernel: PCI: Using configuration type 1
Mar 26 01:28:29 lade kernel: mtrr: v2.0 (20020519)
Mar 26 01:28:29 lade kernel: ACPI: Subsystem revision 20040311
Mar 26 01:28:29 lade kernel:  tbxface-0117 [03] acpi_load_tables      : ACPI Tables successfully acquired
Mar 26 01:28:29 lade kernel: Parsing all Control Methods:......................................................................................................................
Mar 26 01:28:29 lade kernel: Table [DSDT](id F005) - 499 Objects with 47 Devices 118 Methods 22 Regions
Mar 26 01:28:29 lade kernel: Parsing all Control Methods:
Mar 26 01:28:29 lade kernel: Table [SSDT](id F003) - 3 Objects with 0 Devices 0 Methods 0 Regions
Mar 26 01:28:29 lade kernel: ACPI Namespace successfully loaded at root c03fbc3cMar 26 01:28:29 lade kernel: acpi_fadt.sci_int 21 acpi_sci_override_gsi 21
Mar 26 01:28:29 lade kernel: evxfevnt-0093 [04] acpi_enable           : Transition to ACPI mode successful
Mar 26 01:28:29 lade kernel: evgpeblk-0747 [06] ev_create_gpe_block   : GPE 00 to 31 [_GPE] 4 regs at 0000000000008020 on int 9
Mar 26 01:28:29 lade kernel:  evevent-0133: *** Error: Unable to install System Control Interrupt Handler, AE_NOT_ACQUIRED
Mar 26 01:28:29 lade kernel: evxfevnt-0139 [06] acpi_disable          : ACPI mode disabled
Mar 26 01:28:29 lade kernel:  utalloc-0945 [05] ut_dump_allocations   : No outstanding allocations.
Mar 26 01:28:29 lade kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Mar 26 01:28:29 lade kernel: ACPI: ACPI tables contain no PCI IRQ routing entries
Mar 26 01:28:29 lade kernel: PCI: Invalid ACPI-PCI IRQ routing table
Mar 26 01:28:29 lade kernel: PCI: Probing PCI hardware
Mar 26 01:28:29 lade kernel: PCI: Probing PCI hardware (bus 00)
Mar 26 01:28:29 lade kernel: PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1Mar 26 01:28:29 lade kernel: Transparent bridge - 0000:00:14.4
Mar 26 01:28:29 lade kernel: PCI: Using IRQ router default [1002/434c] at 0000:00:14.3
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade last message repeated 4 times
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 1!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 2!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 2!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 2!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 2!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 2!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 2!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 2!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 2!
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade kernel: Machine check exception polling timer started.
Mar 26 01:28:29 lade kernel: Total HugeTLB memory allocated, 0
Mar 26 01:28:29 lade kernel: ikconfig 0.7 with /proc/config*
Mar 26 01:28:29 lade kernel: highmem bounce pool size: 64 pages
Mar 26 01:28:29 lade kernel: Initializing Cryptographic API
Mar 26 01:28:29 lade kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Mar 26 01:28:29 lade kernel: isapnp: Scanning for PnP cards...
Mar 26 01:28:29 lade kernel: isapnp: No Plug & Play device found
Mar 26 01:28:29 lade kernel: Real Time Clock Driver v1.12
Mar 26 01:28:29 lade kernel: Using anticipatory io scheduler
Mar 26 01:28:29 lade kernel: floppy0: no floppy controllers found
Mar 26 01:28:29 lade kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Mar 26 01:28:29 lade kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Mar 26 01:28:29 lade kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Mar 26 01:28:29 lade kernel: ATIIXP: IDE controller at PCI slot 0000:00:14.1
Mar 26 01:28:29 lade kernel: PCI BIOS passed nonexistent PCI bus 0!
Mar 26 01:28:29 lade kernel: ATIIXP: chipset revision 0
Mar 26 01:28:29 lade kernel: ATIIXP: not 100%% native mode: will probe irqs later
Mar 26 01:28:29 lade kernel:     ide0: BM-DMA at 0x8060-0x8067, BIOS settings: hda:DMA, hdb:pio
Mar 26 01:28:29 lade kernel:     ide1: BM-DMA at 0x8068-0x806f, BIOS settings: hdc:DMA, hdd:pio
Mar 26 01:28:29 lade kernel: hda: TOSHIBA MK8025GAS, ATA DISK drive
Mar 26 01:28:29 lade kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Mar 26 01:28:29 lade kernel: hdc: SD-R6252, ATAPI CD/DVD-ROM drive
Mar 26 01:28:29 lade kernel: ide1 at 0x170-0x177,0x376 on irq 15
Mar 26 01:28:29 lade kernel: hda: max request size: 128KiB
Mar 26 01:28:29 lade kernel: hda: 156301488 sectors (80026 MB), CHS=65535/16/63, UDMA(100)
Mar 26 01:28:29 lade kernel:  hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 >
Mar 26 01:28:29 lade kernel: hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, DMA
Mar 26 01:28:29 lade kernel: Uniform CD-ROM driver Revision: 3.20
Mar 26 01:28:29 lade kernel: mice: PS/2 mouse device common for all mice
Mar 26 01:28:29 lade kernel: i8042.c: Detected active multiplexing controller, rev 1.1.
Mar 26 01:28:29 lade kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
Mar 26 01:28:29 lade kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
Mar 26 01:28:29 lade kernel: atkbd.c: Unknown key pressed (raw set 0, code 0x17e on isa0060/serio2).
Mar 26 01:28:29 lade kernel: atkbd.c: Use 'setkeycodes 7e <keycode>' to make it
known.
Mar 26 01:28:29 lade kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
Mar 26 01:28:29 lade kernel: atkbd.c: Unknown key pressed (raw set 0, code 0x17e on isa0060/serio3).
Mar 26 01:28:29 lade kernel: atkbd.c: Use 'setkeycodes 7e <keycode>' to make it known.
Mar 26 01:28:29 lade kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
Mar 26 01:28:29 lade kernel: input: PS/2 Generic Mouse on isa0060/serio4
Mar 26 01:28:29 lade kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar 26 01:28:29 lade kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Mar 26 01:28:29 lade kernel: NET: Registered protocol family 2
Mar 26 01:28:29 lade kernel: IP: routing cache hash table of 16384 buckets, 128Kbytes
Mar 26 01:28:29 lade kernel: TCP: Hash tables configured (established 524288 bind 65536)
Mar 26 01:28:29 lade kernel: Initializing IPsec netlink socket
Mar 26 01:28:29 lade kernel: NET: Registered protocol family 1
Mar 26 01:28:29 lade kernel: NET: Registered protocol family 17
Mar 26 01:28:29 lade kernel: NET: Registered protocol family 15
Mar 26 01:28:29 lade kernel: BIOS EDD facility v0.13 2004-Mar-09, 1 devices found
Mar 26 01:28:29 lade kernel: Please report your BIOS at http://linux.dell.com/edd/results.html
Mar 26 01:28:29 lade kernel: kjournald starting.  Commit interval 5 seconds
Mar 26 01:28:29 lade kernel: EXT3-fs: mounted filesystem with ordered data mode.Mar 26 01:28:29 lade kernel: VFS: Mounted root (ext3 filesystem) readonly.
Mar 26 01:28:29 lade kernel: Freeing unused kernel memory: 160k freed
Mar 26 01:28:29 lade kernel: blk: queue f7d16290, I/O limit 4095Mb (mask 0xffffffff)
Mar 26 01:28:29 lade kernel: Adding 2008084k swap on /dev/hda6.  Priority:-1 extents:1
Mar 26 01:28:29 lade kernel: EXT3 FS on hda5, internal journal
Mar 26 01:28:29 lade kernel: drivers/usb/core/usb.c: registered new driver usbfsMar 26 01:28:29 lade kernel: drivers/usb/core/usb.c: registered new driver hub
Mar 26 01:28:29 lade kernel: ehci_hcd 0000:02:07.2: NEC Corporation USB 2.0
Mar 26 01:28:29 lade kernel: ehci_hcd 0000:02:07.2: irq 11, pci mem f8929c00
Mar 26 01:28:29 lade kernel: ehci_hcd 0000:02:07.2: new USB bus registered, assigned bus number 1
Mar 26 01:28:29 lade kernel: ehci_hcd 0000:02:07.2: USB 2.0 enabled, EHCI 1.00,
driver 2003-Dec-29
Mar 26 01:28:29 lade kernel: hub 1-0:1.0: USB hub found
Mar 26 01:28:29 lade kernel: hub 1-0:1.0: 5 ports detected
Mar 26 01:28:29 lade kernel: Linux agpgart interface v0.100 (c) Dave Jones
Mar 26 01:28:29 lade kernel: agpgart: Detected Ati IGP9100/M chipset
Mar 26 01:28:29 lade kernel: agpgart: Maximum main memory to use for agp memory: 1185M
Mar 26 01:28:29 lade kernel: agpgart: AGP aperture is 32M @ 0xea000000
Mar 26 01:28:29 lade kernel: radeonfb: Retreived PLL infos from BIOS
Mar 26 01:28:29 lade kernel: radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=215.00 Mhz, System=220.00 MHz
Mar 26 01:28:29 lade kernel: Non-DDC laptop panel detected
Mar 26 01:28:29 lade kernel: radeonfb: Monitor 1 type LCD found
Mar 26 01:28:29 lade kernel: radeonfb: Monitor 2 type no found
Mar 26 01:28:29 lade kernel: radeonfb: panel ID string: SEC
Mar 26 01:28:29 lade kernel: radeonfb: detected LVDS panel size from BIOS: 1680x1050
Mar 26 01:28:29 lade kernel: radeondb: BIOS provided dividers will be used
Mar 26 01:28:29 lade kernel: radeonfb: Power Management enabled for Mobility chipsets
Mar 26 01:28:29 lade kernel: radeonfb: ATI Radeon \a  DDR SGRAM 64 MB
Mar 26 01:28:29 lade kernel: Console: switching to colour frame buffer device 210x65
Mar 26 01:28:29 lade kernel: Non-volatile memory driver v1.2
Mar 26 01:28:29 lade kernel: kjournald starting.  Commit interval 5 seconds
Mar 26 01:28:29 lade kernel: EXT3 FS on hda1, internal journal
Mar 26 01:28:29 lade kernel: EXT3-fs: mounted filesystem with ordered data mode.Mar 26 01:28:29 lade kernel: kjournald starting.  Commit interval 5 seconds
Mar 26 01:28:29 lade kernel: EXT3 FS on hda10, internal journal
Mar 26 01:28:29 lade kernel: EXT3-fs: mounted filesystem with ordered data mode.Mar 26 01:28:29 lade kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Mar 26 01:28:29 lade kernel: ts: Compaq touchscreen protocol output
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:00:13.0: PCI device 1002:4347 (ATI Technologies Inc)
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:00:13.0: irq 11, pci mem f8960000
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
Mar 26 01:28:29 lade kernel: hub 2-0:1.0: USB hub found
Mar 26 01:28:29 lade kernel: hub 2-0:1.0: 3 ports detected
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:00:13.1: PCI device 1002:4348 (ATI Technologies Inc)
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:00:13.1: irq 11, pci mem f89a2000
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
Mar 26 01:28:29 lade kernel: hub 3-0:1.0: USB hub found
Mar 26 01:28:29 lade kernel: hub 3-0:1.0: 3 ports detected
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:02:07.0: NEC Corporation USB
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:02:07.0: irq 10, pci mem f89ee000
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:02:07.0: new USB bus registered, assigned bus number 4
Mar 26 01:28:29 lade kernel: hub 4-0:1.0: USB hub found
Mar 26 01:28:29 lade kernel: hub 4-0:1.0: 3 ports detected
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:02:07.1: NEC Corporation USB (#2)
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:02:07.1: irq 5, pci mem f89f0000
Mar 26 01:28:29 lade kernel: ohci_hcd 0000:02:07.1: new USB bus registered, assigned bus number 5
Mar 26 01:28:29 lade kernel: hub 5-0:1.0: USB hub found
Mar 26 01:28:29 lade kernel: hub 5-0:1.0: 2 ports detected
Mar 26 01:28:29 lade kernel: atiixp: codec read timeout
Mar 26 01:28:30 lade last message repeated 239 times
Mar 26 01:28:30 lade kernel: AC'97 2 does not respond - RESET
Mar 26 01:28:30 lade kernel: atiixp: codec read timeout
Mar 26 01:28:30 lade kernel: atiixp: codec read timeout
Mar 26 01:28:30 lade kernel: ATI IXP AC97 controller: probe of 0000:00:14.5 failed with error -5
Mar 26 01:28:30 lade kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
Mar 26 01:28:30 lade kernel: ohci1394: $Rev: 1172 $ Ben Collins <bcollins@debian.org>
Mar 26 01:28:30 lade kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[10]
MMIO=[e8208000-e82087ff]  Max Packet=[2048]
Mar 26 01:28:30 lade kernel: 8139too Fast Ethernet driver 0.9.27
Mar 26 01:28:30 lade kernel: eth0: RealTek RTL8139 at 0xf9a52800, 00:02:3f:69:be:4f, IRQ 11
Mar 26 01:28:30 lade kernel: Linux Kernel Card Services
Mar 26 01:28:30 lade kernel:   options:  [pci] [cardbus] [pm]
Mar 26 01:28:30 lade kernel: Yenta: CardBus bridge found at 0000:02:04.0 [103c:006b]
Mar 26 01:28:30 lade kernel: Yenta: ISA IRQ mask 0x00d8, PCI irq 10
Mar 26 01:28:30 lade kernel: Socket status: 30000006
Mar 26 01:28:30 lade kernel: Yenta: CardBus bridge found at 0000:02:04.1 [103c:006b]
Mar 26 01:28:30 lade kernel: Yenta: ISA IRQ mask 0x00d8, PCI irq 10
Mar 26 01:28:30 lade kernel: Socket status: 30000006
Mar 26 01:28:34 lade kernel: NET: Registered protocol family 10
Mar 26 01:28:34 lade kernel: Disabled Privacy Extensions on device c0374de0(lo)
Mar 26 01:28:34 lade kernel: IPv6 over IPv4 tunneling driver
Mar 26 01:28:35 lade kernel: lp: driver loaded but no devices found
Mar 26 01:28:37 lade kernel: cs: IO port probe 0x0c00-0x0cff: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcd7
Mar 26 01:28:37 lade kernel: cs: IO port probe 0x0800-0x08ff: clean.
Mar 26 01:28:37 lade kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x20f 0x3c0-0x3df 0x408-0x40f 0x4d0-0x4d7
Mar 26 01:28:38 lade kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Mar 26 01:30:30 lade kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Mar 26 01:30:42 lade kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 26 01:30:42 lade kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Mar 26 01:30:54 lade kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 26 01:30:54 lade kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Mar 26 01:31:48 lade kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 26 01:31:48 lade kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1

           CPU0       
  0:      79282    IO-APIC-edge  timer
  1:        274    IO-APIC-edge  i8042
  2:          0          XT-PIC  cascade
  5:          1    IO-APIC-edge  ohci_hcd
  8:          4    IO-APIC-edge  rtc
 10:          0    IO-APIC-edge  ohci_hcd, ohci1394, yenta, yenta, radeon@PCI:1:5:0
 11:          2    IO-APIC-edge  ehci_hcd, ohci_hcd, ohci_hcd, eth0
 12:         65    IO-APIC-edge  i8042
 14:       4098    IO-APIC-edge  ide0
 15:         48    IO-APIC-edge  ide1
NMI:          0 
LOC:      79175 
ERR:          0
MIS:          0
BOOT_IMAGE=Linux-2.6 ro root=305

[-- Attachment #3: better_gnurr.txt --]
[-- Type: text/plain, Size: 22077 bytes --]

Mar 26 01:36:40 lade syslogd 1.4.1#13: restart.
Mar 26 01:36:40 lade kernel: klogd 1.4.1#13, log source = /proc/kmsg started.
Mar 26 01:36:40 lade kernel: Inspecting /boot/System.map-2.6.5-rc2
Mar 26 01:36:40 lade kernel: Loaded 28506 symbols from /boot/System.map-2.6.5-rc2.
Mar 26 01:36:40 lade kernel: Symbols match kernel version 2.6.5.
Mar 26 01:36:40 lade kernel: No module symbols loaded - kernel modules not enabled.
Mar 26 01:36:40 lade kernel: Linux version 2.6.5-rc2 (trondmy@lade.trondhjem.org) (gcc version 3.3.3 (Debian 20040321)) #3 Fri Mar 26 00:58:56 EST 2004
Mar 26 01:36:40 lade kernel: BIOS-provided physical RAM map:
Mar 26 01:36:40 lade kernel:  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 00000000000d0000 - 00000000000d8000 (reserved)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 0000000000100000 - 000000004ff70000 (usable)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 000000004ff70000 - 000000004ff7d000 (ACPI data)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 000000004ff7d000 - 000000004ff80000 (ACPI NVS)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 000000004ff80000 - 0000000050000000 (reserved)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 000000005ff80000 - 0000000060000000 (reserved)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Mar 26 01:36:40 lade kernel:  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
Mar 26 01:36:40 lade kernel: 383MB HIGHMEM available.
Mar 26 01:36:40 lade kernel: 896MB LOWMEM available.
Mar 26 01:36:40 lade kernel: found SMP MP-table at 000f6620
Mar 26 01:36:40 lade kernel: On node 0 totalpages: 327536
Mar 26 01:36:40 lade kernel:   DMA zone: 4096 pages, LIFO batch:1
Mar 26 01:36:40 lade kernel:   Normal zone: 225280 pages, LIFO batch:16
Mar 26 01:36:40 lade kernel:   HighMem zone: 98160 pages, LIFO batch:16
Mar 26 01:36:40 lade kernel: DMI present.
Mar 26 01:36:40 lade kernel: ACPI: RSDP (v000 PTLTD) @ 0x000f66b0
Mar 26 01:36:40 lade kernel: ACPI: RSDT (v001 PTLTD    RSDT   0x06040000  LTP 0x00000000) @ 0x4ff79195
Mar 26 01:36:40 lade kernel: ACPI: FADT (v001 HP     Chinook  0x06040000 ATI  0x000f4240) @ 0x4ff7ce7d
Mar 26 01:36:40 lade kernel: ACPI: SSDT (v001 PTLTD  ACPIPST1 0x06040000  LTP 0x00000001) @ 0x4ff7cef1
Mar 26 01:36:40 lade kernel: ACPI: MADT (v001 PTLTD  ^I APIC   0x06040000  LTP 0x00000000) @ 0x4ff7cfa6
Mar 26 01:36:40 lade kernel: ACPI: DSDT (v001     HP    SB200 0x06040000 INTL 0x20030509) @ 0x00000000
Mar 26 01:36:40 lade kernel: ACPI: PM-Timer IO Port: 0x8008
Mar 26 01:36:40 lade kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Mar 26 01:36:40 lade kernel: Processor #0 15:2 APIC version 20
Mar 26 01:36:40 lade kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])Mar 26 01:36:40 lade kernel: ACPI: Skipping IOAPIC probe due to 'noapic' option.Mar 26 01:36:40 lade kernel: Using ACPI for processor (LAPIC) configuration information
Mar 26 01:36:40 lade kernel: Intel MultiProcessor Specification v1.4
Mar 26 01:36:40 lade kernel:     Virtual Wire compatibility mode.
Mar 26 01:36:40 lade kernel: OEM ID:   Product ID: RS300 Board APIC at: 0xFEE00000
Mar 26 01:36:40 lade kernel: I/O APIC #1 Version 17 at 0xFEC00000.
Mar 26 01:36:40 lade kernel: Enabling APIC mode:  Flat.  Using 1 I/O APICs
Mar 26 01:36:40 lade kernel: Processors: 1
Mar 26 01:36:40 lade kernel: Built 1 zonelists
Mar 26 01:36:41 lade kernel: Kernel command line: BOOT_IMAGE=Linux-2.6 ro root=305 noapic
Mar 26 01:36:41 lade kernel: Initializing CPU#0
Mar 26 01:36:41 lade kernel: PID hash table entries: 4096 (order 12: 32768 bytes)
Mar 26 01:36:41 lade kernel: Detected 3067.018 MHz processor.
Mar 26 01:36:41 lade kernel: Using pmtmr for high-res timesource
Mar 26 01:36:41 lade kernel: Console: colour VGA+ 80x25
Mar 26 01:36:41 lade kernel: Memory: 1292888k/1310144k available (1870k kernel code, 16136k reserved, 866k data, 160k init, 392640k highmem)
Mar 26 01:36:41 lade kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Mar 26 01:36:41 lade kernel: Calibrating delay loop... 6094.84 BogoMIPS
Mar 26 01:36:41 lade kernel: Security Scaffold v1.0.0 initialized
Mar 26 01:36:41 lade kernel: Capability LSM initialized
Mar 26 01:36:41 lade kernel: Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes)
Mar 26 01:36:41 lade kernel: Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
Mar 26 01:36:41 lade kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Mar 26 01:36:41 lade kernel: CPU: Trace cache: 12K uops, L1 D cache: 8K
Mar 26 01:36:41 lade kernel: CPU: L2 cache: 512K
Mar 26 01:36:41 lade kernel: Intel machine check architecture supported.
Mar 26 01:36:41 lade kernel: Intel machine check reporting enabled on CPU#0.
Mar 26 01:36:41 lade kernel: CPU#0: Intel P4/Xeon Extended MCE MSRs (12) available
Mar 26 01:36:41 lade kernel: CPU: Intel Mobile Intel(R) Pentium(R) 4     CPU 3.06GHz stepping 09
Mar 26 01:36:41 lade kernel: Enabling fast FPU save and restore... done.
Mar 26 01:36:41 lade kernel: Enabling unmasked SIMD FPU exception support... done.
Mar 26 01:36:41 lade kernel: Checking 'hlt' instruction... OK.
Mar 26 01:36:41 lade kernel: POSIX conformance testing by UNIFIX
Mar 26 01:36:41 lade kernel: enabled ExtINT on CPU#0
Mar 26 01:36:41 lade kernel: ESR value before enabling vector: 00000000
Mar 26 01:36:41 lade kernel: ESR value after enabling vector: 00000000
Mar 26 01:36:41 lade kernel: Using local APIC timer interrupts.
Mar 26 01:36:41 lade kernel: calibrating APIC timer ...
Mar 26 01:36:41 lade kernel: ..... CPU clock speed is 3066.0434 MHz.
Mar 26 01:36:41 lade kernel: ..... host bus clock speed is 133.0323 MHz.
Mar 26 01:36:41 lade kernel: NET: Registered protocol family 16
Mar 26 01:36:41 lade kernel: PCI: PCI BIOS revision 2.10 entry at 0xfd968, last bus=2
Mar 26 01:36:41 lade kernel: PCI: Using configuration type 1
Mar 26 01:36:41 lade kernel: mtrr: v2.0 (20020519)
Mar 26 01:36:41 lade kernel: ACPI: Subsystem revision 20040311
Mar 26 01:36:41 lade kernel:  tbxface-0117 [03] acpi_load_tables      : ACPI Tables successfully acquired
Mar 26 01:36:41 lade kernel: Parsing all Control Methods:......................................................................................................................
Mar 26 01:36:41 lade kernel: Table [DSDT](id F005) - 499 Objects with 47 Devices 118 Methods 22 Regions
Mar 26 01:36:41 lade kernel: Parsing all Control Methods:
Mar 26 01:36:41 lade kernel: Table [SSDT](id F003) - 3 Objects with 0 Devices 0 Methods 0 Regions
Mar 26 01:36:41 lade kernel: ACPI Namespace successfully loaded at root c03fbc3cMar 26 01:36:41 lade kernel: ACPI: IRQ9 SCI: Edge Trigger.
Mar 26 01:36:41 lade kernel: evxfevnt-0093 [04] acpi_enable           : Transition to ACPI mode successful
Mar 26 01:36:41 lade kernel: evgpeblk-0747 [06] ev_create_gpe_block   : GPE 00 to 31 [_GPE] 4 regs at 0000000000008020 on int 9
Mar 26 01:36:41 lade kernel: Completing Region/Field/Buffer/Package initialization:.................................................................
Mar 26 01:36:41 lade kernel: Initialized 22/22 Regions 1/1 Fields 22/22 Buffers 20/20 Packages (511 nodes)
Mar 26 01:36:41 lade kernel: Executing all Device _STA and_INI methods:.................................................
Mar 26 01:36:41 lade kernel: 49 Devices found containing: 49 _STA, 1 _INI methods
Mar 26 01:36:41 lade kernel: ACPI: Interpreter enabled
Mar 26 01:36:41 lade kernel: ACPI: Using PIC for interrupt routing
Mar 26 01:36:41 lade kernel: nsxfeval-0241 [07] acpi_evaluate_object  : Handle is NULL and Pathname is relative
Mar 26 01:36:41 lade last message repeated 3 times
Mar 26 01:36:41 lade kernel: ACPI: PCI Root Bridge [PCI0] (00:00)
Mar 26 01:36:41 lade kernel: PCI: Probing PCI hardware (bus 00)
Mar 26 01:36:41 lade kernel: PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1Mar 26 01:36:41 lade kernel: Transparent bridge - 0000:00:14.4
Mar 26 01:36:41 lade kernel: ACPI: PCI Interrupt Link [LNK0] (IRQs 5 *10 11)
Mar 26 01:36:41 lade kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 5 *10 11)
Mar 26 01:36:41 lade kernel: ACPI: PCI Interrupt Link [LNK2] (IRQs *5 10 11)
Mar 26 01:36:41 lade kernel: ACPI: PCI Interrupt Link [LNK3] (IRQs 5 10 *11)
Mar 26 01:36:41 lade kernel: ACPI: Embedded Controller [EC0] (gpe 6)
Mar 26 01:36:41 lade kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Mar 26 01:36:41 lade kernel: ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 11
Mar 26 01:36:41 lade kernel: ACPI: PCI Interrupt Link [LNK0] enabled at IRQ 10
Mar 26 01:36:41 lade kernel: ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 10
Mar 26 01:36:41 lade kernel: ACPI: PCI Interrupt Link [LNK2] enabled at IRQ 5
Mar 26 01:36:41 lade kernel: PCI: Using ACPI for IRQ routing
Mar 26 01:36:41 lade kernel: PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
Mar 26 01:36:41 lade kernel: Machine check exception polling timer started.
Mar 26 01:36:41 lade kernel: Total HugeTLB memory allocated, 0
Mar 26 01:36:41 lade kernel: ikconfig 0.7 with /proc/config*
Mar 26 01:36:41 lade kernel: highmem bounce pool size: 64 pages
Mar 26 01:36:41 lade kernel: Initializing Cryptographic API
Mar 26 01:36:41 lade kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Mar 26 01:36:41 lade kernel: ACPI: AC Adapter [ACAD] (on-line)
Mar 26 01:36:41 lade kernel: ACPI: Battery Slot [BAT1] (battery present)
Mar 26 01:36:41 lade kernel: ACPI: Power Button (FF) [PWRF]
Mar 26 01:36:41 lade kernel: ACPI: Lid Switch [LID]
Mar 26 01:36:41 lade kernel: ACPI: Processor [CPU0] (supports C1 C2)
Mar 26 01:36:41 lade kernel: ACPI: Thermal Zone [THRM] (58 C)
Mar 26 01:36:41 lade kernel: isapnp: Scanning for PnP cards...
Mar 26 01:36:41 lade kernel: isapnp: No Plug & Play device found
Mar 26 01:36:41 lade kernel: Real Time Clock Driver v1.12
Mar 26 01:36:41 lade kernel: Using anticipatory io scheduler
Mar 26 01:36:41 lade kernel: floppy0: no floppy controllers found
Mar 26 01:36:41 lade kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Mar 26 01:36:41 lade kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Mar 26 01:36:41 lade kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Mar 26 01:36:41 lade kernel: ATIIXP: IDE controller at PCI slot 0000:00:14.1
Mar 26 01:36:41 lade kernel: ATIIXP: chipset revision 0
Mar 26 01:36:41 lade kernel: ATIIXP: not 100%% native mode: will probe irqs later
Mar 26 01:36:41 lade kernel:     ide0: BM-DMA at 0x8060-0x8067, BIOS settings: hda:DMA, hdb:pio
Mar 26 01:36:41 lade kernel:     ide1: BM-DMA at 0x8068-0x806f, BIOS settings: hdc:DMA, hdd:pio
Mar 26 01:36:41 lade kernel: hda: TOSHIBA MK8025GAS, ATA DISK drive
Mar 26 01:36:41 lade kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Mar 26 01:36:41 lade kernel: hdc: SD-R6252, ATAPI CD/DVD-ROM drive
Mar 26 01:36:41 lade kernel: ide1 at 0x170-0x177,0x376 on irq 15
Mar 26 01:36:41 lade kernel: hda: max request size: 128KiB
Mar 26 01:36:41 lade kernel: hda: 156301488 sectors (80026 MB), CHS=65535/16/63, UDMA(100)
Mar 26 01:36:41 lade kernel:  hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 >
Mar 26 01:36:41 lade kernel: hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, DMA
Mar 26 01:36:41 lade kernel: Uniform CD-ROM driver Revision: 3.20
Mar 26 01:36:41 lade kernel: mice: PS/2 mouse device common for all mice
Mar 26 01:36:41 lade kernel: i8042.c: Detected active multiplexing controller, rev 1.1.
Mar 26 01:36:41 lade kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
Mar 26 01:36:41 lade kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
Mar 26 01:36:41 lade kernel: atkbd.c: Unknown key pressed (raw set 0, code 0x17e on isa0060/serio2).
Mar 26 01:36:41 lade kernel: atkbd.c: Use 'setkeycodes 7e <keycode>' to make it known.
Mar 26 01:36:41 lade kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
Mar 26 01:36:41 lade kernel: atkbd.c: Unknown key pressed (raw set 0, code 0x17e on isa0060/serio3).
Mar 26 01:36:41 lade kernel: atkbd.c: Use 'setkeycodes 7e <keycode>' to make it known.
Mar 26 01:36:41 lade kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
Mar 26 01:36:41 lade kernel: input: PS/2 Generic Mouse on isa0060/serio4
Mar 26 01:36:41 lade kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mar 26 01:36:41 lade kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Mar 26 01:36:41 lade kernel: NET: Registered protocol family 2
Mar 26 01:36:41 lade kernel: IP: routing cache hash table of 16384 buckets, 128Kbytes
Mar 26 01:36:41 lade kernel: TCP: Hash tables configured (established 524288 bind 65536)
Mar 26 01:36:41 lade kernel: Initializing IPsec netlink socket
Mar 26 01:36:41 lade kernel: NET: Registered protocol family 1
Mar 26 01:36:41 lade kernel: NET: Registered protocol family 17
Mar 26 01:36:41 lade kernel: NET: Registered protocol family 15
Mar 26 01:36:41 lade kernel: BIOS EDD facility v0.13 2004-Mar-09, 1 devices found
Mar 26 01:36:41 lade kernel: Please report your BIOS at http://linux.dell.com/edd/results.html
Mar 26 01:36:41 lade kernel: kjournald starting.  Commit interval 5 seconds
Mar 26 01:36:41 lade kernel: EXT3-fs: mounted filesystem with ordered data mode.Mar 26 01:36:41 lade kernel: VFS: Mounted root (ext3 filesystem) readonly.
Mar 26 01:36:41 lade kernel: Freeing unused kernel memory: 160k freed
Mar 26 01:36:41 lade kernel: blk: queue f7cc7ccc, I/O limit 4095Mb (mask 0xffffffff)
Mar 26 01:36:41 lade kernel: Adding 2008084k swap on /dev/hda6.  Priority:-1 extents:1
Mar 26 01:36:41 lade kernel: EXT3 FS on hda5, internal journal
Mar 26 01:36:41 lade kernel: cpufreq: CPU0 - ACPI performance management activated.
Mar 26 01:36:41 lade kernel: cpufreq: *P0: 3059 MHz, 0 mW, 250 uS
Mar 26 01:36:41 lade kernel: cpufreq:  P1: 1596 MHz, 0 mW, 250 uS
Mar 26 01:36:41 lade kernel: drivers/usb/core/usb.c: registered new driver usbfsMar 26 01:36:41 lade kernel: drivers/usb/core/usb.c: registered new driver hub
Mar 26 01:36:41 lade kernel: ehci_hcd 0000:02:07.2: NEC Corporation USB 2.0
Mar 26 01:36:41 lade kernel: ehci_hcd 0000:02:07.2: irq 11, pci mem f8938c00
Mar 26 01:36:41 lade kernel: ehci_hcd 0000:02:07.2: new USB bus registered, assigned bus number 1
Mar 26 01:36:41 lade kernel: ehci_hcd 0000:02:07.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
Mar 26 01:36:41 lade kernel: hub 1-0:1.0: USB hub found
Mar 26 01:36:41 lade kernel: hub 1-0:1.0: 5 ports detected
Mar 26 01:36:41 lade kernel: Linux agpgart interface v0.100 (c) Dave Jones
Mar 26 01:36:41 lade kernel: agpgart: Detected Ati IGP9100/M chipset
Mar 26 01:36:41 lade kernel: agpgart: Maximum main memory to use for agp memory: 1185M
Mar 26 01:36:41 lade kernel: agpgart: AGP aperture is 32M @ 0xea000000
Mar 26 01:36:41 lade kernel: radeonfb: Retreived PLL infos from BIOS
Mar 26 01:36:41 lade kernel: radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=215.00 Mhz, System=220.00 MHz
Mar 26 01:36:41 lade kernel: Non-DDC laptop panel detected
Mar 26 01:36:41 lade kernel: radeonfb: Monitor 1 type LCD found
Mar 26 01:36:41 lade kernel: radeonfb: Monitor 2 type no found
Mar 26 01:36:41 lade kernel: radeonfb: panel ID string: SEC
Mar 26 01:36:41 lade kernel: radeonfb: detected LVDS panel size from BIOS: 1680x1050
Mar 26 01:36:41 lade kernel: radeondb: BIOS provided dividers will be used
Mar 26 01:36:41 lade kernel: radeonfb: Power Management enabled for Mobility chipsets
Mar 26 01:36:41 lade kernel: radeonfb: ATI Radeon \a  DDR SGRAM 64 MB
Mar 26 01:36:41 lade kernel: Console: switching to colour frame buffer device 210x65
Mar 26 01:36:41 lade kernel: Non-volatile memory driver v1.2
Mar 26 01:36:41 lade kernel: kjournald starting.  Commit interval 5 seconds
Mar 26 01:36:41 lade kernel: EXT3 FS on hda1, internal journal
Mar 26 01:36:41 lade kernel: EXT3-fs: mounted filesystem with ordered data mode.Mar 26 01:36:41 lade kernel: kjournald starting.  Commit interval 5 seconds
Mar 26 01:36:41 lade kernel: EXT3 FS on hda10, internal journal
Mar 26 01:36:41 lade kernel: EXT3-fs: mounted filesystem with ordered data mode.Mar 26 01:36:41 lade kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Mar 26 01:36:41 lade kernel: ts: Compaq touchscreen protocol output
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:00:13.0: PCI device 1002:4347 (ATI Technologies Inc)
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:00:13.0: irq 11, pci mem f896f000
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
Mar 26 01:36:41 lade kernel: hub 2-0:1.0: USB hub found
Mar 26 01:36:41 lade kernel: hub 2-0:1.0: 3 ports detected
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:00:13.1: PCI device 1002:4348 (ATI Technologies Inc)
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:00:13.1: irq 11, pci mem f89b1000
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
Mar 26 01:36:41 lade kernel: hub 3-0:1.0: USB hub found
Mar 26 01:36:41 lade kernel: hub 3-0:1.0: 3 ports detected
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:02:07.0: NEC Corporation USB
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:02:07.0: irq 10, pci mem f89fd000
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:02:07.0: new USB bus registered, assigned bus number 4
Mar 26 01:36:41 lade kernel: hub 4-0:1.0: USB hub found
Mar 26 01:36:41 lade kernel: hub 4-0:1.0: 3 ports detected
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:02:07.1: NEC Corporation USB (#2)
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:02:07.1: irq 5, pci mem f89ff000
Mar 26 01:36:41 lade kernel: ohci_hcd 0000:02:07.1: new USB bus registered, assigned bus number 5
Mar 26 01:36:41 lade kernel: hub 5-0:1.0: USB hub found
Mar 26 01:36:41 lade kernel: hub 5-0:1.0: 2 ports detected
Mar 26 01:36:41 lade kernel: Call Trace:
Mar 26 01:36:41 lade kernel:  [__report_bad_irq+43/140] __report_bad_irq+0x2b/0x8c
Mar 26 01:36:41 lade kernel:  [note_interrupt+105/153] note_interrupt+0x69/0x99
Mar 26 01:36:41 lade kernel:  [do_IRQ+317/361] do_IRQ+0x13d/0x169
Mar 26 01:36:41 lade kernel:  [common_interrupt+24/32] common_interrupt+0x18/0x20
Mar 26 01:36:41 lade kernel:  [do_softirq+68/154] do_softirq+0x44/0x9a
Mar 26 01:36:41 lade kernel:  [do_IRQ+282/361] do_IRQ+0x11a/0x169
Mar 26 01:36:41 lade kernel:  [common_interrupt+24/32] common_interrupt+0x18/0x20
Mar 26 01:36:41 lade kernel:  [acpi_processor_idle+194/482] acpi_processor_idle+0xc2/0x1e2
Mar 26 01:36:41 lade kernel:  [cpu_idle+47/56] cpu_idle+0x2f/0x38
Mar 26 01:36:41 lade kernel:  [start_kernel+411/472] start_kernel+0x19b/0x1d8
Mar 26 01:36:41 lade kernel:  [unknown_bootoption+0/264] unknown_bootoption+0x0/0x108
Mar 26 01:36:41 lade kernel:
Mar 26 01:36:41 lade kernel: atiixp: codec read timeout
Mar 26 01:36:41 lade last message repeated 243 times
Mar 26 01:36:41 lade kernel: AC'97 2 does not respond - RESET
Mar 26 01:36:41 lade kernel: atiixp: codec read timeout
Mar 26 01:36:41 lade kernel: atiixp: codec read timeout
Mar 26 01:36:41 lade kernel: ATI IXP AC97 controller: probe of 0000:00:14.5 failed with error -5
Mar 26 01:36:41 lade kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
Mar 26 01:36:41 lade kernel: ohci1394: $Rev: 1172 $ Ben Collins <bcollins@debian.org>
Mar 26 01:36:41 lade kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[10] MMIO=[e8208000-e82087ff]  Max Packet=[2048]
Mar 26 01:36:41 lade kernel: 8139too Fast Ethernet driver 0.9.27
Mar 26 01:36:41 lade kernel: eth0: RealTek RTL8139 at 0xf9a61800, 00:02:3f:69:be:4f, IRQ 11
Mar 26 01:36:41 lade kernel: Linux Kernel Card Services
Mar 26 01:36:41 lade kernel:   options:  [pci] [cardbus] [pm]
Mar 26 01:36:41 lade kernel: Yenta: CardBus bridge found at 0000:02:04.0 [103c:006b]
Mar 26 01:36:41 lade kernel: Yenta: ISA IRQ mask 0x00d8, PCI irq 10
Mar 26 01:36:41 lade kernel: Socket status: 30000006
Mar 26 01:36:41 lade kernel: Yenta: CardBus bridge found at 0000:02:04.1 [103c:006b]
Mar 26 01:36:41 lade kernel: Yenta: ISA IRQ mask 0x00d8, PCI irq 10
Mar 26 01:36:41 lade kernel: Socket status: 30000006
Mar 26 01:36:41 lade kernel: ip1394: $Rev: 1175 $ Ben Collins <bcollins@debian.org>
Mar 26 01:36:45 lade kernel: NET: Registered protocol family 10
Mar 26 01:36:45 lade kernel: Disabled Privacy Extensions on device c0374de0(lo)
Mar 26 01:36:45 lade kernel: IPv6 over IPv4 tunneling driver
Mar 26 01:36:46 lade kernel: lp: driver loaded but no devices found
Mar 26 01:36:49 lade kernel: cs: IO port probe 0x0c00-0x0cff: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcd7
Mar 26 01:36:49 lade kernel: cs: IO port probe 0x0800-0x08ff: clean.
Mar 26 01:36:49 lade kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x20f 0x3c0-0x3df 0x408-0x40f 0x4d0-0x4d7
Mar 26 01:36:49 lade kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Mar 26 01:37:46 lade kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1

lade:root# cat /proc/interrupts
           CPU0
  0:     657230          XT-PIC  timer
  1:       1628          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  5:     100000          XT-PIC  ohci_hcd
  8:          4          XT-PIC  rtc
  9:          0          XT-PIC  acpi
 10:      37093          XT-PIC  ohci_hcd, ohci1394, yenta, yenta, radeon@PCI:1:5:0
 11:       1301          XT-PIC  ehci_hcd, ohci_hcd, ohci_hcd, eth0
 12:      23954          XT-PIC  i8042
 14:      11580          XT-PIC  ide0
 15:         48          XT-PIC  ide1
NMI:          0
LOC:     657157
ERR:      35490
MIS:          0

lade:root# cat /proc/cmdline
BOOT_IMAGE=Linux-2.6 ro root=305 noapic


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [BUG 2.6.5-rc2-bk5 and 2.6.5-rc2-mm3] ACPI seems to be broken
       [not found]         ` <1080284583.2439.8.camel-SyLVLa/KEI9HwK5hSS5vWB2eb7JE58TQ@public.gmane.org>
@ 2004-03-26  7:33           ` Len Brown
  2004-03-26  7:43           ` Len Brown
  2004-03-26  7:55           ` Len Brown
  2 siblings, 0 replies; 9+ messages in thread
From: Len Brown @ 2004-03-26  7:33 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: ACPI Developers

> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level)

yes, you're blessed with a system with non-identity SCI over-ride;-)

> evgpeblk-0747 [06] ev_create_gpe_block   : GPE 00 to 31 [_GPE] 4 regs
at 0000000000008020 on int 9
> evevent-0133: *** Error: Unable to install System Control Interrupt
Handler, AE_NOT_ACQUIRED
> evxfevnt-0139 [06] acpi_disable          : ACPI mode disabled

and it gets AE_NOT_ACQUIRED as expected and goes downhill from there...

if you can apply the patch and try IOAPIC mode again, that would be
great.

thanks,
-Len

ps

--------
not sure what is the matter with "noapic" mode.  This might be a
different problem.  may need to back out the latest ACPICA to see if the
"Handle is NULL" thingie is new.

ACPI: Using PIC for interrupt routing
Mar 26 01:36:41 lade kernel: nsxfeval-0241 [07] acpi_evaluate_object  :
Handle is NULL and Pathname is relative
...
Call Trace:
[__report_bad_irq+43/140] __report_bad_irq+0x2b/0x8c
[note_interrupt+105/153] note_interrupt+0x69/0x99
[do_IRQ+317/361] do_IRQ+0x13d/0x169
[common_interrupt+24/32] common_interrupt+0x18/0x20
[do_softirq+68/154] do_softirq+0x44/0x9a
[do_IRQ+282/361] do_IRQ+0x11a/0x169
[common_interrupt+24/32] common_interrupt+0x18/0x20
[acpi_processor_idle+194/482] acpi_processor_idle+0xc2/0x1e2
[cpu_idle+47/56] cpu_idle+0x2f/0x38
[start_kernel+411/472] start_kernel+0x19b/0x1d8
[unknown_bootoption+0/264] unknown_bootoption+0x0/0x108




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [BUG 2.6.5-rc2-bk5 and 2.6.5-rc2-mm3] ACPI seems to be broken
       [not found]         ` <1080284583.2439.8.camel-SyLVLa/KEI9HwK5hSS5vWB2eb7JE58TQ@public.gmane.org>
  2004-03-26  7:33           ` Len Brown
@ 2004-03-26  7:43           ` Len Brown
       [not found]             ` <1080287004.748.187.camel-D2Zvc0uNKG8@public.gmane.org>
  2004-03-26  7:55           ` Len Brown
  2 siblings, 1 reply; 9+ messages in thread
From: Len Brown @ 2004-03-26  7:43 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: ACPI Developers

Trond,
Can you also try this simple patch all by itself
to see if when acpi_disable() does get invoked, if
we can possibly cause less damage to the system?

thanks,
-Len

===== drivers/acpi/events/evxfevnt.c 1.19 vs edited =====
--- 1.19/drivers/acpi/events/evxfevnt.c	Sat Jan 17 18:12:31 2004
+++ edited/drivers/acpi/events/evxfevnt.c	Fri Mar 26 02:38:17 2004
@@ -139,6 +139,8 @@
 		ACPI_DEBUG_PRINT ((ACPI_DB_INIT, "ACPI mode disabled\n"));
 	}
 
+	disable_acpi();
+
 	return_ACPI_STATUS (status);
 }
 






-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [BUG 2.6.5-rc2-bk5 and 2.6.5-rc2-mm3] ACPI seems to be broken
       [not found]         ` <1080284583.2439.8.camel-SyLVLa/KEI9HwK5hSS5vWB2eb7JE58TQ@public.gmane.org>
  2004-03-26  7:33           ` Len Brown
  2004-03-26  7:43           ` Len Brown
@ 2004-03-26  7:55           ` Len Brown
       [not found]             ` <1080287755.757.194.camel-D2Zvc0uNKG8@public.gmane.org>
  2 siblings, 1 reply; 9+ messages in thread
From: Len Brown @ 2004-03-26  7:55 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: ACPI Developers


> acpi_fadt.sci_int 21 acpi_sci_override_gsi 21

oh, i see you tried out the patch.
weird, this should say 
acpi_fadt.sci_int 9 acpi_sci_override_gsi 21

the fact that they're the same means the patch had no effect.
did it apply cleanly?  If you applied it by hand, please
note that the assignement was _replaced_ by the printk,
so acpi_fadt.sci_int should still be 9.

thanks,
-len





-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [BUG 2.6.5-rc2-bk5 and 2.6.5-rc2-mm3] ACPI seems to be broken
       [not found]             ` <1080287755.757.194.camel-D2Zvc0uNKG8@public.gmane.org>
@ 2004-03-26 18:38               ` Trond Myklebust
       [not found]                 ` <1080326310.2448.2.camel-SyLVLa/KEI9HwK5hSS5vWB2eb7JE58TQ@public.gmane.org>
  0 siblings, 1 reply; 9+ messages in thread
From: Trond Myklebust @ 2004-03-26 18:38 UTC (permalink / raw)
  To: Len Brown; +Cc: ACPI Developers

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

På fr , 26/03/2004 klokka 02:55, skreiv Len Brown:
> > acpi_fadt.sci_int 21 acpi_sci_override_gsi 21
> 
> oh, i see you tried out the patch.
> weird, this should say 
> acpi_fadt.sci_int 9 acpi_sci_override_gsi 21

Duh... Sorry about that. As you guessed, I applied by hand, and screwed
up the removal of the assignment.

Here's the revised output. Note that all devices now appear to be
working (including that sound driver that was failing to work when only
doing "noapic")...

Cheers,
  Trond

[-- Attachment #2: working.txt --]
[-- Type: text/plain, Size: 18080 bytes --]

Linux version 2.6.5-rc2 (trondmy@lade.trondhjem.org) (gcc version 3.3.3 (Debian 20040321)) #4 Fri Mar 26 13:25:14 EST 2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000d0000 - 00000000000d8000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000004ff70000 (usable)
 BIOS-e820: 000000004ff70000 - 000000004ff7d000 (ACPI data)
 BIOS-e820: 000000004ff7d000 - 000000004ff80000 (ACPI NVS)
 BIOS-e820: 000000004ff80000 - 0000000050000000 (reserved)
 BIOS-e820: 000000005ff80000 - 0000000060000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
383MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f6620
On node 0 totalpages: 327536
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 225280 pages, LIFO batch:16
  HighMem zone: 98160 pages, LIFO batch:16
DMI present.
ACPI: RSDP (v000 PTLTD                                     ) @ 0x000f66b0
ACPI: RSDT (v001 PTLTD    RSDT   0x06040000  LTP 0x00000000) @ 0x4ff79195
ACPI: FADT (v001 HP     Chinook  0x06040000 ATI  0x000f4240) @ 0x4ff7ce7d
ACPI: SSDT (v001 PTLTD  ACPIPST1 0x06040000  LTP 0x00000001) @ 0x4ff7cef1
ACPI: MADT (v001 PTLTD  	 APIC   0x06040000  LTP 0x00000000) @ 0x4ff7cfa6
ACPI: DSDT (v001     HP    SB200 0x06040000 INTL 0x20030509) @ 0x00000000
ACPI: PM-Timer IO Port: 0x8008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] global_irq_base[0x0])
IOAPIC[0]: Assigned apic_id 1
IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level)
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Built 1 zonelists
Kernel command line: BOOT_IMAGE=Linux-2.6 ro root=305
Initializing CPU#0
PID hash table entries: 4096 (order 12: 32768 bytes)
Detected 3066.907 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Memory: 1292888k/1310144k available (1870k kernel code, 16136k reserved, 866k data, 160k init, 392640k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 6094.84 BogoMIPS
Security Scaffold v1.0.0 initialized
Capability LSM initialized
Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes)
Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU:     After generic identify, caps: bfebfbff 00000000 00000000 00000000
CPU:     After vendor identify, caps: bfebfbff 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU:     After all inits, caps: bfebfbff 00000000 00000000 00000080
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU#0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU: Intel Mobile Intel(R) Pentium(R) 4     CPU 3.06GHz stepping 09
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
ENABLING IO-APIC IRQs
init IO_APIC IRQs
 IO-APIC (apicid-pin) 1-0, 1-9, 1-16, 1-17, 1-18, 1-19, 1-20, 1-22, 1-23 not connected.
..TIMER: vector=0x31 pin1=2 pin2=-1
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3066.0265 MHz.
..... host bus clock speed is 133.0315 MHz.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfd968, last bus=2
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040311
 tbxface-0117 [03] acpi_load_tables      : ACPI Tables successfully acquired
Parsing all Control Methods:......................................................................................................................
Table [DSDT](id F005) - 499 Objects with 47 Devices 118 Methods 22 Regions
Parsing all Control Methods:
Table [SSDT](id F003) - 3 Objects with 0 Devices 0 Methods 0 Regions
ACPI Namespace successfully loaded at root c03fbc3c
acpi_fadt.sci_int 9 acpi_sci_override_gsi 21
evxfevnt-0093 [04] acpi_enable           : Transition to ACPI mode successful
evgpeblk-0747 [06] ev_create_gpe_block   : GPE 00 to 31 [_GPE] 4 regs at 0000000000008020 on int 9
Completing Region/Field/Buffer/Package initialization:.................................................................
Initialized 22/22 Regions 1/1 Fields 22/22 Buffers 20/20 Packages (511 nodes)
Executing all Device _STA and_INI methods:.................................................
49 Devices found containing: 49 _STA, 1 _INI methods
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
nsxfeval-0241 [07] acpi_evaluate_object  : Handle is NULL and Pathname is relative
nsxfeval-0241 [07] acpi_evaluate_object  : Handle is NULL and Pathname is relative
nsxfeval-0241 [07] acpi_evaluate_object  : Handle is NULL and Pathname is relative
nsxfeval-0241 [07] acpi_evaluate_object  : Handle is NULL and Pathname is relative
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1
Transparent bridge - 0000:00:14.4
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
ACPI: PCI Interrupt Link [LNK0] (IRQs 5 10 11)
ACPI: PCI Interrupt Link [LNK1] (IRQs 5 10 11)
ACPI: PCI Interrupt Link [LNK2] (IRQs 5 10 11)
ACPI: PCI Interrupt Link [LNK3] (IRQs 5 10 11)
ACPI: Embedded Controller [EC0] (gpe 6)
Linux Plug and Play Support v0.97 (c) Adam Belay
IOAPIC[0]: Set PCI routing entry (1-19 -> 0xa9 -> IRQ 19 Mode:1 Active:1)
00:00:13[A] -> 1-19 -> IRQ 169
IOAPIC[0]: Set PCI routing entry (1-16 -> 0xb1 -> IRQ 16 Mode:1 Active:1)
00:00:14[A] -> 1-16 -> IRQ 177
IOAPIC[0]: Set PCI routing entry (1-5 -> 0x51 -> IRQ 5 Mode:1 Active:1)
00:00:14[B] -> 1-5 -> IRQ 5
IOAPIC[0]: Set PCI routing entry (1-18 -> 0xb9 -> IRQ 18 Mode:1 Active:1)
00:02:02[A] -> 1-18 -> IRQ 185
IOAPIC[0]: Set PCI routing entry (1-17 -> 0xc1 -> IRQ 17 Mode:1 Active:1)
00:02:04[A] -> 1-17 -> IRQ 193
number of MP IRQ sources: 15.
number of IO-APIC #1 registers: 24.
testing the IO APIC.......................
IO APIC #1......
.... register #00: 01000000
.......    : physical APIC id: 01
.......    : Delivery Type: 0
.......    : LTS          : 0
.... register #01: 00170011
.......     : max redirection entries: 0017
.......     : PRQ implemented: 0
.......     : IO APIC version: 0011
.... register #02: 01000000
.......     : arbitration: 01
.... IRQ redirection table:
 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
 00 000 00  1    0    0   0   0    0    0    00
 01 001 01  1    0    0   0   0    1    1    39
 02 001 01  0    0    0   0   0    1    1    31
 03 001 01  0    0    0   0   0    1    1    41
 04 001 01  0    0    0   0   0    1    1    49
 05 001 01  1    1    0   1   0    1    1    51
 06 001 01  0    0    0   0   0    1    1    59
 07 001 01  0    0    0   0   0    1    1    61
 08 001 01  0    0    0   0   0    1    1    69
 09 000 00  1    0    0   0   0    0    0    00
 0a 001 01  0    0    0   0   0    1    1    71
 0b 001 01  0    0    0   0   0    1    1    79
 0c 001 01  0    0    0   0   0    1    1    81
 0d 001 01  0    0    0   0   0    1    1    89
 0e 001 01  0    0    0   0   0    1    1    91
 0f 001 01  0    0    0   0   0    1    1    99
 10 001 01  1    1    0   1   0    1    1    B1
 11 001 01  1    1    0   1   0    1    1    C1
 12 001 01  1    1    0   1   0    1    1    B9
 13 001 01  1    1    0   1   0    1    1    A9
 14 000 00  1    0    0   0   0    0    0    00
 15 001 01  0    1    0   1   0    1    1    A1
 16 000 00  1    0    0   0   0    0    0    00
 17 000 00  1    0    0   0   0    0    0    00
IRQ to pin mappings:
IRQ0 -> 0:2
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ5 -> 0:5-> 0:5
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ9 -> 0:21
IRQ10 -> 0:10
IRQ11 -> 0:11
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
IRQ16 -> 0:16
IRQ17 -> 0:17
IRQ18 -> 0:18
IRQ19 -> 0:19
.................................... done.
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
Machine check exception polling timer started.
Total HugeTLB memory allocated, 0
ikconfig 0.7 with /proc/config*
highmem bounce pool size: 64 pages
Initializing Cryptographic API
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: AC Adapter [ACAD] (on-line)
ACPI: Battery Slot [BAT1] (battery present)
ACPI: Power Button (FF) [PWRF]
ACPI: Lid Switch [LID]
ACPI: Processor [CPU0] (supports C1 C2)
ACPI: Thermal Zone [THRM] (55 C)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12
Using anticipatory io scheduler
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ATIIXP: IDE controller at PCI slot 0000:00:14.1
ATIIXP: chipset revision 0
ATIIXP: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x8060-0x8067, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x8068-0x806f, BIOS settings: hdc:DMA, hdd:pio
hda: TOSHIBA MK8025GAS, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: SD-R6252, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 156301488 sectors (80026 MB), CHS=65535/16/63, UDMA(100)
 hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 >
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, DMA
Uniform CD-ROM driver Revision: 3.20
mice: PS/2 mouse device common for all mice
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
atkbd.c: Unknown key pressed (raw set 0, code 0x17e on isa0060/serio2).
atkbd.c: Use 'setkeycodes 7e <keycode>' to make it known.
serio: i8042 AUX2 port at 0x60,0x64 irq 12
atkbd.c: Unknown key pressed (raw set 0, code 0x17e on isa0060/serio3).
atkbd.c: Use 'setkeycodes 7e <keycode>' to make it known.
serio: i8042 AUX3 port at 0x60,0x64 irq 12
input: PS/2 Generic Mouse on isa0060/serio4
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
NET: Registered protocol family 2
IP: routing cache hash table of 16384 buckets, 128Kbytes
TCP: Hash tables configured (established 524288 bind 65536)
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 15
BIOS EDD facility v0.13 2004-Mar-09, 1 devices found
Please report your BIOS at http://linux.dell.com/edd/results.html
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 160k freed
blk: queue f7cc7ccc, I/O limit 4095Mb (mask 0xffffffff)
Adding 2008084k swap on /dev/hda6.  Priority:-1 extents:1
EXT3 FS on hda5, internal journal
cpufreq: CPU0 - ACPI performance management activated.
cpufreq: *P0: 3059 MHz, 0 mW, 250 uS
cpufreq:  P1: 1596 MHz, 0 mW, 250 uS
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
ehci_hcd 0000:02:07.2: NEC Corporation USB 2.0
ehci_hcd 0000:02:07.2: irq 169, pci mem f8938c00
ehci_hcd 0000:02:07.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:02:07.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 5 ports detected
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected Ati IGP9100/M chipset
agpgart: Maximum main memory to use for agp memory: 1185M
agpgart: AGP aperture is 32M @ 0xea000000
radeonfb: Invalid ROM signature 0 should be 0xaa55
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=215.00 Mhz, System=220.00 MHz
Non-DDC laptop panel detected
radeonfb: Monitor 1 type LCD found
radeonfb: Monitor 2 type no found
radeonfb: panel ID string: SEC                     
radeonfb: detected LVDS panel size from BIOS: 1680x1050
radeondb: BIOS provided dividers will be used
radeonfb: Power Management enabled for Mobility chipsets
radeonfb: ATI Radeon \a  DDR SGRAM 64 MB
Console: switching to colour frame buffer device 210x65
Non-volatile memory driver v1.2
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda10, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
ts: Compaq touchscreen protocol output
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
ohci_hcd 0000:00:13.0: PCI device 1002:4347 (ATI Technologies Inc)
ohci_hcd 0000:00:13.0: irq 169, pci mem f896f000
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
ohci_hcd 0000:00:13.1: PCI device 1002:4348 (ATI Technologies Inc)
ohci_hcd 0000:00:13.1: irq 169, pci mem f89b1000
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 3 ports detected
ohci_hcd 0000:02:07.0: NEC Corporation USB
ohci_hcd 0000:02:07.0: irq 177, pci mem f89fd000
ohci_hcd 0000:02:07.0: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 3 ports detected
ohci_hcd 0000:02:07.1: NEC Corporation USB (#2)
ohci_hcd 0000:02:07.1: irq 185, pci mem f89ff000
ohci_hcd 0000:02:07.1: new USB bus registered, assigned bus number 5
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1172 $ Ben Collins <bcollins@debian.org>
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[177]  MMIO=[e8208000-e82087ff]  Max Packet=[2048]
8139too Fast Ethernet driver 0.9.27
eth0: RealTek RTL8139 at 0xf9a61800, 00:02:3f:69:be:4f, IRQ 169
eth0:  Identified 8139 chip type 'RTL-8101'
Linux Kernel Card Services
  options:  [pci] [cardbus] [pm]
Yenta: CardBus bridge found at 0000:02:04.0 [103c:006b]
Yenta: ISA IRQ mask 0x0cd8, PCI irq 193
Socket status: 30000006
Yenta: CardBus bridge found at 0000:02:04.1 [103c:006b]
Yenta: ISA IRQ mask 0x0cd8, PCI irq 177
Socket status: 30000006
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[3c3f0200fc3e003d]
ip1394: $Rev: 1175 $ Ben Collins <bcollins@debian.org>
ip1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
NET: Registered protocol family 10
Disabled Privacy Extensions on device c0374de0(lo)
IPv6 over IPv4 tunneling driver
lp: driver loaded but no devices found
cs: IO port probe 0x0c00-0x0cff: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcd7
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x20f 0x3c0-0x3df 0x408-0x40f 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
Bluetooth: Core ver 2.4
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.1
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM ver 1.2
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
apm: BIOS not found.
[drm] Initialized radeon 1.9.0 20020828 on minor 0
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V3 device at 0000:01:05.0 into 4x mode
[drm] Loading R200 Microcode
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
apm: BIOS not found.
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V3 device at 0000:01:05.0 into 4x mode
[drm] Loading R200 Microcode
SCSI subsystem initialized
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
           CPU0       
  0:     109234    IO-APIC-edge  timer
  1:        165    IO-APIC-edge  i8042
  2:          0          XT-PIC  cascade
  5:          1   IO-APIC-level  ATI IXP
  8:          4    IO-APIC-edge  rtc
  9:         17   IO-APIC-level  acpi
 12:        974    IO-APIC-edge  i8042
 14:       6710    IO-APIC-edge  ide0
 15:         48    IO-APIC-edge  ide1
169:         53   IO-APIC-level  ehci_hcd, ohci_hcd, ohci_hcd, eth0
177:       6797   IO-APIC-level  ohci_hcd, ohci1394, yenta, radeon@PCI:1:5:0
185:          0   IO-APIC-level  ohci_hcd
193:          0   IO-APIC-level  yenta
NMI:          0 
LOC:     109127 
ERR:          0
MIS:          0
BOOT_IMAGE=Linux-2.6 ro root=305

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [BUG 2.6.5-rc2-bk5 and 2.6.5-rc2-mm3] ACPI seems to be broken
       [not found]             ` <1080287004.748.187.camel-D2Zvc0uNKG8@public.gmane.org>
@ 2004-03-26 18:55               ` Trond Myklebust
  0 siblings, 0 replies; 9+ messages in thread
From: Trond Myklebust @ 2004-03-26 18:55 UTC (permalink / raw)
  To: Len Brown; +Cc: ACPI Developers

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

På fr , 26/03/2004 klokka 02:43, skreiv Len Brown:
> Trond,
> Can you also try this simple patch all by itself
> to see if when acpi_disable() does get invoked, if
> we can possibly cause less damage to the system?
> 
> thanks,
> -Len
> 
> ===== drivers/acpi/events/evxfevnt.c 1.19 vs edited =====
> --- 1.19/drivers/acpi/events/evxfevnt.c	Sat Jan 17 18:12:31 2004
> +++ edited/drivers/acpi/events/evxfevnt.c	Fri Mar 26 02:38:17 2004
> @@ -139,6 +139,8 @@
>  		ACPI_DEBUG_PRINT ((ACPI_DB_INIT, "ACPI mode disabled\n"));
>  	}
>  
> +	disable_acpi();
> +
>  	return_ACPI_STATUS (status);
>  }

So I backed out you previous patch and applied the above patch. The
resulting system is still unusable: networking, sound, etc. all down...

Cheers,
  Trond

[-- Attachment #2: bad_gnurr3.txt --]
[-- Type: text/plain, Size: 22760 bytes --]

Linux version 2.6.5-rc2 (trondmy@lade.trondhjem.org) (gcc version 3.3.3 (Debian 20040321)) #5 Fri Mar 26 13:42:04 EST 2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000d0000 - 00000000000d8000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000004ff70000 (usable)
 BIOS-e820: 000000004ff70000 - 000000004ff7d000 (ACPI data)
 BIOS-e820: 000000004ff7d000 - 000000004ff80000 (ACPI NVS)
 BIOS-e820: 000000004ff80000 - 0000000050000000 (reserved)
 BIOS-e820: 000000005ff80000 - 0000000060000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
383MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f6620
On node 0 totalpages: 327536
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 225280 pages, LIFO batch:16
  HighMem zone: 98160 pages, LIFO batch:16
DMI present.
ACPI: RSDP (v000 PTLTD                                     ) @ 0x000f66b0
ACPI: RSDT (v001 PTLTD    RSDT   0x06040000  LTP 0x00000000) @ 0x4ff79195
ACPI: FADT (v001 HP     Chinook  0x06040000 ATI  0x000f4240) @ 0x4ff7ce7d
ACPI: SSDT (v001 PTLTD  ACPIPST1 0x06040000  LTP 0x00000001) @ 0x4ff7cef1
ACPI: MADT (v001 PTLTD  	 APIC   0x06040000  LTP 0x00000000) @ 0x4ff7cfa6
ACPI: DSDT (v001     HP    SB200 0x06040000 INTL 0x20030509) @ 0x00000000
ACPI: PM-Timer IO Port: 0x8008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] global_irq_base[0x0])
IOAPIC[0]: Assigned apic_id 1
IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level)
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Built 1 zonelists
Kernel command line: auto BOOT_IMAGE=Linux-2.6 ro root=305
Initializing CPU#0
PID hash table entries: 4096 (order 12: 32768 bytes)
Detected 3066.751 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Memory: 1292888k/1310144k available (1870k kernel code, 16136k reserved, 866k data, 160k init, 392640k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 6094.84 BogoMIPS
Security Scaffold v1.0.0 initialized
Capability LSM initialized
Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes)
Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU:     After generic identify, caps: bfebfbff 00000000 00000000 00000000
CPU:     After vendor identify, caps: bfebfbff 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU:     After all inits, caps: bfebfbff 00000000 00000000 00000080
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU#0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU: Intel Mobile Intel(R) Pentium(R) 4     CPU 3.06GHz stepping 09
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
ENABLING IO-APIC IRQs
init IO_APIC IRQs
 IO-APIC (apicid-pin) 1-0, 1-9, 1-16, 1-17, 1-18, 1-19, 1-20, 1-22, 1-23 not connected.
..TIMER: vector=0x31 pin1=2 pin2=-1
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3066.0290 MHz.
..... host bus clock speed is 133.0316 MHz.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfd968, last bus=2
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040311
 tbxface-0117 [03] acpi_load_tables      : ACPI Tables successfully acquired
Parsing all Control Methods:......................................................................................................................
Table [DSDT](id F005) - 499 Objects with 47 Devices 118 Methods 22 Regions
Parsing all Control Methods:
Table [SSDT](id F003) - 3 Objects with 0 Devices 0 Methods 0 Regions
ACPI Namespace successfully loaded at root c03fbc3c
evxfevnt-0093 [04] acpi_enable           : Transition to ACPI mode successful
evgpeblk-0747 [06] ev_create_gpe_block   : GPE 00 to 31 [_GPE] 4 regs at 0000000000008020 on int 9
ACPI: SCI (IRQ0) allocation failed
 evevent-0133: *** Error: Unable to install System Control Interrupt Handler, AE_NOT_ACQUIRED
ACPI: Unable to start the ACPI Interpreter
evxfevnt-0139 [06] acpi_disable          : ACPI mode disabled
 utalloc-0945 [05] ut_dump_allocations   : No outstanding allocations.
Linux Plug and Play Support v0.97 (c) Adam Belay
ACPI: ACPI tables contain no PCI IRQ routing entries
PCI: Invalid ACPI-PCI IRQ routing table
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1
Transparent bridge - 0000:00:14.4
PCI: Using IRQ router default [1002/434c] at 0000:00:14.3
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 1!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 2!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 2!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 2!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 2!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 2!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 2!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 2!
PCI BIOS passed nonexistent PCI bus 0!
PCI BIOS passed nonexistent PCI bus 2!
PCI BIOS passed nonexistent PCI bus 0!
Machine check exception polling timer started.
Total HugeTLB memory allocated, 0
ikconfig 0.7 with /proc/config*
highmem bounce pool size: 64 pages
Initializing Cryptographic API
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12
Using anticipatory io scheduler
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ATIIXP: IDE controller at PCI slot 0000:00:14.1
PCI BIOS passed nonexistent PCI bus 0!
ATIIXP: chipset revision 0
ATIIXP: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x8060-0x8067, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x8068-0x806f, BIOS settings: hdc:DMA, hdd:pio
hda: TOSHIBA MK8025GAS, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: SD-R6252, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 156301488 sectors (80026 MB), CHS=65535/16/63, UDMA(100)
 hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 >
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, DMA
Uniform CD-ROM driver Revision: 3.20
mice: PS/2 mouse device common for all mice
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
atkbd.c: Unknown key pressed (raw set 0, code 0x17e on isa0060/serio2).
atkbd.c: Use 'setkeycodes 7e <keycode>' to make it known.
serio: i8042 AUX2 port at 0x60,0x64 irq 12
atkbd.c: Unknown key pressed (raw set 0, code 0x17e on isa0060/serio3).
atkbd.c: Use 'setkeycodes 7e <keycode>' to make it known.
serio: i8042 AUX3 port at 0x60,0x64 irq 12
input: PS/2 Generic Mouse on isa0060/serio4
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
NET: Registered protocol family 2
IP: routing cache hash table of 16384 buckets, 128Kbytes
TCP: Hash tables configured (established 524288 bind 65536)
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 15
BIOS EDD facility v0.13 2004-Mar-09, 1 devices found
Please report your BIOS at http://linux.dell.com/edd/results.html
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 160k freed
blk: queue f7d16290, I/O limit 4095Mb (mask 0xffffffff)
Adding 2008084k swap on /dev/hda6.  Priority:-1 extents:1
EXT3 FS on hda5, internal journal
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
ehci_hcd 0000:02:07.2: NEC Corporation USB 2.0
ehci_hcd 0000:02:07.2: irq 11, pci mem f8929c00
ehci_hcd 0000:02:07.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:02:07.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 5 ports detected
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected Ati IGP9100/M chipset
agpgart: Maximum main memory to use for agp memory: 1185M
agpgart: AGP aperture is 32M @ 0xea000000
radeonfb: Invalid ROM signature 0 should be 0xaa55
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=215.00 Mhz, System=220.00 MHz
Non-DDC laptop panel detected
radeonfb: Monitor 1 type LCD found
radeonfb: Monitor 2 type no found
radeonfb: panel ID string: SEC                     
radeonfb: detected LVDS panel size from BIOS: 1680x1050
radeondb: BIOS provided dividers will be used
radeonfb: Power Management enabled for Mobility chipsets
radeonfb: ATI Radeon \a  DDR SGRAM 64 MB
Console: switching to colour frame buffer device 210x65
Non-volatile memory driver v1.2
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda10, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
ts: Compaq touchscreen protocol output
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
ohci_hcd 0000:00:13.0: PCI device 1002:4347 (ATI Technologies Inc)
ohci_hcd 0000:00:13.0: irq 11, pci mem f8960000
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
ohci_hcd 0000:00:13.1: PCI device 1002:4348 (ATI Technologies Inc)
ohci_hcd 0000:00:13.1: irq 11, pci mem f89a2000
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 3 ports detected
ohci_hcd 0000:02:07.0: NEC Corporation USB
ohci_hcd 0000:02:07.0: irq 10, pci mem f89ee000
ohci_hcd 0000:02:07.0: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 3 ports detected
ohci_hcd 0000:02:07.1: NEC Corporation USB (#2)
ohci_hcd 0000:02:07.1: irq 5, pci mem f89f0000
ohci_hcd 0000:02:07.1: new USB bus registered, assigned bus number 5
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
atiixp: codec read timeout
AC'97 2 does not respond - RESET
atiixp: codec read timeout
atiixp: codec read timeout
AC'97 2 access is not valid [0xffffffff], removing mixer.
ATI IXP AC97 controller: probe of 0000:00:14.5 failed with error -5
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1172 $ Ben Collins <bcollins@debian.org>
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[10]  MMIO=[e8208000-e82087ff]  Max Packet=[2048]
8139too Fast Ethernet driver 0.9.27
eth0: RealTek RTL8139 at 0xf9a52800, 00:02:3f:69:be:4f, IRQ 11
eth0:  Identified 8139 chip type 'RTL-8101'
Linux Kernel Card Services
  options:  [pci] [cardbus] [pm]
Yenta: CardBus bridge found at 0000:02:04.0 [103c:006b]
Yenta: ISA IRQ mask 0x00d8, PCI irq 10
Socket status: 30000006
Yenta: CardBus bridge found at 0000:02:04.1 [103c:006b]
Yenta: ISA IRQ mask 0x00d8, PCI irq 10
Socket status: 30000006
NET: Registered protocol family 10
Disabled Privacy Extensions on device c0374de0(lo)
IPv6 over IPv4 tunneling driver
lp: driver loaded but no devices found
cs: IO port probe 0x0c00-0x0cff: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcd7
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x200-0x20f 0x3c0-0x3df 0x408-0x40f 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
Bluetooth: Core ver 2.4
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.1
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM ver 1.2
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
apm: BIOS not found.
apm: BIOS not found.
[drm] Initialized radeon 1.9.0 20020828 on minor 0
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V3 device at 0000:01:05.0 into 4x mode
[drm] Loading R200 Microcode
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0).
atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly.
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
eth0: no IPv6 routers present
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx queue start entry 4  dirty entry 0.
eth0:  Tx descriptor 0 is 00002000. (queue head)
eth0:  Tx descriptor 1 is 00002000.
eth0:  Tx descriptor 2 is 00002000.
eth0:  Tx descriptor 3 is 00002000.
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx queue start entry 4  dirty entry 0.
eth0:  Tx descriptor 0 is 00002000. (queue head)
eth0:  Tx descriptor 1 is 00002000.
eth0:  Tx descriptor 2 is 00002000.
eth0:  Tx descriptor 3 is 00002000.
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx queue start entry 4  dirty entry 0.
eth0:  Tx descriptor 0 is 00002000. (queue head)
eth0:  Tx descriptor 1 is 00002000.
eth0:  Tx descriptor 2 is 00002000.
eth0:  Tx descriptor 3 is 00002000.
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Tx queue start entry 4  dirty entry 0.
eth0:  Tx descriptor 0 is 00002000. (queue head)
eth0:  Tx descriptor 1 is 00002000.
eth0:  Tx descriptor 2 is 00002000.
eth0:  Tx descriptor 3 is 00002000.
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
           CPU0       
  0:     154849    IO-APIC-edge  timer
  1:        174    IO-APIC-edge  i8042
  2:          0          XT-PIC  cascade
  5:          1    IO-APIC-edge  ohci_hcd
  8:          4    IO-APIC-edge  rtc
 10:          0    IO-APIC-edge  ohci_hcd, ohci1394, yenta, yenta, radeon@PCI:1:5:0
 11:          5    IO-APIC-edge  ehci_hcd, ohci_hcd, ohci_hcd, eth0
 12:         65    IO-APIC-edge  i8042
 14:       4222    IO-APIC-edge  ide0
 15:         48    IO-APIC-edge  ide1
NMI:          0 
LOC:     154742 
ERR:          0
MIS:          0
auto BOOT_IMAGE=Linux-2.6 ro root=305

^ permalink raw reply	[flat|nested] 9+ messages in thread

* AE_NOT_ACQUIRED, ACPI: Unable to start the ACPI Interpreter
       [not found]     ` <1080278805.755.157.camel-D2Zvc0uNKG8@public.gmane.org>
  2004-03-26  7:03       ` Trond Myklebust
@ 2004-03-27  0:20       ` Len Brown
  1 sibling, 0 replies; 9+ messages in thread
From: Len Brown @ 2004-03-27  0:20 UTC (permalink / raw)
  To: Marc-Christian Petersen, 15444-hqaBeiJFMhqzQB+pC5nmwQ,
	gigerstyle-OI3hZJvNYWs, trond.myklebust-41N18TsMXrtuMpJDpNschA
  Cc: Marcel Holtmann, lkml, Andrew Morton, Linus Torvalds,
	Rik van Ballegooijen, ACPI Developers

On Fri, 2004-03-26 at 00:26, Len Brown wrote:
> > > ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 22 low level)
> > 
> > > ACPI: SCI (IRQ22) allocation failed
> > >  ACPI-0133: *** Error: Unable to install System Control Interrupt
> > Handler, AE_NOT_ACQUIRED
> > > ACPI: Unable to start the ACPI Interpreter

If you encounter this issue on your hardware, can you help me fix it by
testing the latest patch at the URL below?  Either attach your dmesg and
/proc/interrupts to the bug report or send it to me, and let me know if
your power button works?

thanks,
-Len

> > http://bugzilla.kernel.org/show_bug.cgi?id=2366




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [BUG 2.6.5-rc2-bk5 and 2.6.5-rc2-mm3] ACPI seems to be broken
       [not found]                 ` <1080326310.2448.2.camel-SyLVLa/KEI9HwK5hSS5vWB2eb7JE58TQ@public.gmane.org>
@ 2004-03-31 23:54                   ` Len Brown
  0 siblings, 0 replies; 9+ messages in thread
From: Len Brown @ 2004-03-31 23:54 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: ACPI Developers

On Fri, 2004-03-26 at 13:38, Trond Myklebust wrote:

> Here's the revised output. Note that all devices now appear to be
> working (including that sound driver that was failing to work when only
> doing "noapic")...

Trond,
Can you test the fix here:

http://bugzilla.kernel.org/show_bug.cgi?id=2408

It should make this bogus duplicate IRQ->pin mapping go away on IRQ5.

thanks,
-Len

---

IRQ to pin mappings:
IRQ0 -> 0:2
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ5 -> 0:5-> 0:5



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-03-31 23:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <A6974D8E5F98D511BB910002A50A6647615F6523@hdsmsx402.hd.intel.com>
     [not found] ` <A6974D8E5F98D511BB910002A50A6647615F6523-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
2004-03-26  5:26   ` [BUG 2.6.5-rc2-bk5 and 2.6.5-rc2-mm3] ACPI seems to be broken Len Brown
     [not found]     ` <1080278805.755.157.camel-D2Zvc0uNKG8@public.gmane.org>
2004-03-26  7:03       ` Trond Myklebust
     [not found]         ` <1080284583.2439.8.camel-SyLVLa/KEI9HwK5hSS5vWB2eb7JE58TQ@public.gmane.org>
2004-03-26  7:33           ` Len Brown
2004-03-26  7:43           ` Len Brown
     [not found]             ` <1080287004.748.187.camel-D2Zvc0uNKG8@public.gmane.org>
2004-03-26 18:55               ` Trond Myklebust
2004-03-26  7:55           ` Len Brown
     [not found]             ` <1080287755.757.194.camel-D2Zvc0uNKG8@public.gmane.org>
2004-03-26 18:38               ` Trond Myklebust
     [not found]                 ` <1080326310.2448.2.camel-SyLVLa/KEI9HwK5hSS5vWB2eb7JE58TQ@public.gmane.org>
2004-03-31 23:54                   ` Len Brown
2004-03-27  0:20       ` AE_NOT_ACQUIRED, ACPI: Unable to start the ACPI Interpreter Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox