lkml.org 
[lkml]   [2011]   [Jan]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
Subjectdmesg warning/errors on v2.6.37-rc7 (ubuntu 2.6.37-11.25)
From
I've accumulated several boot warnings and/or errors during boot. I'm
not sure which ones are innocuous, and which ones are a problem:

These, especially the bug one seem concerning from the associated
comment in the kernel source:
[Firmware Warn]: MTRR: CPU 0: SYSCFG[MtrrFixDramModEn] not cleared by
BIOS, clearing this bit
[Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored

I don't see any specific problems from this one, at least I don't
think I do. The only PCI related issue I'm currently aware of is my
docking station not working properly if I unplug it or plug it in
while the laptop is suspended. (eg, resume state is different than
suspend state)
PCI: Ignoring host bridge windows from ACPI; if necessary, use
"pci=use_crs" and report a bug

Odd...maybe just a chipset quirk?
HPET not enabled in BIOS. You might try hpet=force boot option

I'm not sure if these are enough to warn the user about. I imagine
some discussion went into the notice though.
pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can
enable it with 'pcie_aspm=force'

A quick search of these messages makes them seem pretty common. I'm
not sure what an HEST or ERST table is, but is the warning useful in
some way?
HEST: Table is not found!
ERST: Table is not found!

My understanding is that memory region issues are common, but don't
usually cause a problem and when they do, its useful to have the
message in the logs, so eh.
pnp 00:09: disabling [mem 0x00000000-0x00000fff] because it overlaps
0000:00:12.0 BAR 6 [mem 0x00000000-0x0007ffff pref]
pnp 00:09: disabling [mem 0x00000000-0x00000fff disabled] because it
overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
system 00:09: [mem 0xfff00000-0xffffffff] could not be reserved

Seems to be related to video switching ACPI event related to radeons
(drivers/gpu/drm/radeon/radeon_acpi.c):
failed to evaluate ATIF got AE_BAD_PARAMETER

EDAC amd64 spits out a whole bunch of information ending with an
EINVAL. Seems a bit overkill when its just detecting that the hardware
isn't there. Perhaps this is just the fault of the distro kernel
configuration.
amd64_edac: probe of 0000:00:18.2 failed with error -22
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.37-11-generic (buildd@crested) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-1ubuntu2) ) #25-Ubuntu SMP Tue Dec 21 23:42:56 UTC 2010 (Ubuntu 2.6.37-11.25-generic 2.6.37-rc7)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-11-generic root=UUID=8eabd259-b36e-4c35-93b4-25809bf01d3a ro vt.handoff=7 crashkernel=384M-2G:64M,2G-:128M usbcore.autosuspend=1 quiet splash
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
[ 0.000000] BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007fe90000 (usable)
[ 0.000000] BIOS-e820: 000000007fe90000 - 000000007fe99000 (ACPI data)
[ 0.000000] BIOS-e820: 000000007fe99000 - 000000007ff00000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007ff00000 - 0000000080000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: Ferrari5 /Ferrari 5000 , BIOS v1.3225 01/11/07
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x7fe90 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-E3FFF uncachable
[ 0.000000] E4000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask FF80000000 write-back
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [ffff8800000f78b0] f78b0
[ 0.000000] Scanning 0 areas for low memory corruption
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-000000007fe90000
[ 0.000000] 0000000000 - 007fe00000 page 2M
[ 0.000000] 007fe00000 - 007fe90000 page 4k
[ 0.000000] kernel direct mapping tables up to 7fe90000 @ 1fffc000-20000000
[ 0.000000] RAMDISK: 359e4000 - 36cea000
[ 0.000000] Reserving 64MB of memory at 784MB for crashkernel (System RAM: 2046MB)
[ 0.000000] ACPI: RSDP 00000000000f7880 00014 (v00 PTLTD )
[ 0.000000] ACPI: RSDT 000000007fe90c69 0003C (v01 ACRSYS ACRPRDCT 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 000000007fe98b58 00074 (v01 ATI Bowfin 06040000 ATI 000F4240)
[ 0.000000] ACPI: DSDT 000000007fe90ca5 07EB3 (v01 ATI SB460 06040000 MSFT 02000002)
[ 0.000000] ACPI: FACS 000000007fe99fc0 00040
[ 0.000000] ACPI: SSDT 000000007fe98bcc 00206 (v01 PTLTD POWERNOW 06040000 LTP 00000001)
[ 0.000000] ACPI: APIC 000000007fe98dd2 00054 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: MCFG 000000007fe98e26 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 000000007fe98e62 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SLIC 000000007fe98e8a 00176 (v01 ACRSYS ACRPRDCT 06040000 acer 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] Scanning NUMA topology in Northbridge 24
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000007fe90000
[ 0.000000] Initmem setup node 0 0000000000000000-000000007fe90000
[ 0.000000] NODE_DATA [000000007fe8b000 - 000000007fe8ffff]
[ 0.000000] [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff88007d600000-ffff88007f1fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009d
[ 0.000000] 0: 0x00000100 -> 0x0007fe90
[ 0.000000] On node 0 totalpages: 523805
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3919 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7107 pages used for memmap
[ 0.000000] DMA32 zone: 512717 pages, LIFO batch:31
[ 0.000000] SB4X0 revision 0x83
[ 0.000000] Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] Detected use of extended apic ids on hypertransport bus
[ 0.000000] ACPI: PM-Timer IO Port: 0x8008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d0000
[ 0.000000] PM: Registered nosave memory: 00000000000d0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s83712 r8192 d22784 u1048576
[ 0.000000] pcpu-alloc: s83712 r8192 d22784 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 516636
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-11-generic root=UUID=8eabd259-b36e-4c35-93b4-25809bf01d3a ro vt.handoff=7 crashkernel=384M-2G:64M,2G-:128M usbcore.autosuspend=1 quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Node 0: aperture @ 9016000000 size 32 MB
[ 0.000000] Aperture beyond 4GB. Ignoring.
[ 0.000000] Memory: 1968076k/2095680k available (5907k kernel code, 460k absent, 127144k reserved, 5012k data, 924k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:512 16
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 20971520 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2000.403 MHz processor.
[ 0.010009] Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.80 BogoMIPS (lpj=20004030)
[ 0.010014] pid_max: default: 32768 minimum: 301
[ 0.010039] Security Framework initialized
[ 0.010055] AppArmor: AppArmor initialized
[ 0.010057] Yama: becoming mindful.
[ 0.010379] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.011452] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.011997] Mount-cache hash table entries: 256
[ 0.012147] Initializing cgroup subsys ns
[ 0.012150] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.012154] Initializing cgroup subsys cpuacct
[ 0.012159] Initializing cgroup subsys memory
[ 0.012170] Initializing cgroup subsys devices
[ 0.012172] Initializing cgroup subsys freezer
[ 0.012175] Initializing cgroup subsys net_cls
[ 0.012205] tseg: 007ff00000
[ 0.012208] CPU: Physical Processor ID: 0
[ 0.012209] CPU: Processor Core ID: 0
[ 0.012212] mce: CPU supports 5 MCE banks
[ 0.012224] using C1E aware idle routine
[ 0.012227] Performance Events: AMD PMU driver.
[ 0.012232] ... version: 0
[ 0.012234] ... bit width: 48
[ 0.012236] ... generic registers: 4
[ 0.012238] ... value mask: 0000ffffffffffff
[ 0.012240] ... max period: 00007fffffffffff
[ 0.012242] ... fixed-purpose events: 0
[ 0.012244] ... event mask: 000000000000000f
[ 0.013976] ACPI: Core revision 20101013
[ 0.030013] ftrace: allocating 23988 entries in 95 pages
[ 0.040100] Setting APIC routing to flat
[ 0.040449] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.146992] CPU0: AMD Turion(tm) 64 X2 Mobile Technology TL-60 stepping 02
[ 0.150000] [Firmware Warn]: MTRR: CPU 0: SYSCFG[MtrrFixDramModEn] not cleared by BIOS, clearing this bit
[ 0.150000] Booting Node 0, Processors #1 Ok.
[ 0.020000] System has AMD C1E enabled
[ 0.020000] Switch to broadcast mode on CPU1
[ 0.300129] Brought up 2 CPUs
[ 0.300132] Total of 2 processors activated (8001.05 BogoMIPS).
[ 0.300344] Switch to broadcast mode on CPU0
[ 0.300344] devtmpfs: initialized
[ 0.301023] regulator: core version 0.5
[ 0.301081] regulator: dummy:
[ 0.301111] Time: 5:58:51 Date: 01/04/11
[ 0.301162] NET: Registered protocol family 16
[ 0.301202] Trying to unpack rootfs image as initramfs...
[ 0.301317] node 0 link 0: io port [1000, fffff]
[ 0.301321] TOM: 0000000080000000 aka 2048M
[ 0.301324] node 0 link 0: mmio [a0000, bffff]
[ 0.301327] node 0 link 0: mmio [f0000000, ffffffff]
[ 0.301330] node 0 link 0: mmio [e0000000, efffffff]
[ 0.301333] node 0 link 0: mmio [80000000, dfffffff]
[ 0.301336] bus: [00, ff] on node 0 link 0
[ 0.301340] bus: 00 index 0 [io 0x0000-0xffff]
[ 0.301342] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
[ 0.301345] bus: 00 index 2 [mem 0x80000000-0xfcffffffff]
[ 0.301352] ACPI: bus type pci registered
[ 0.301444] PCI: MMCONFIG for domain 0000 [bus 00-08] at [mem 0xe0000000-0xe08fffff] (base 0xe0000000)
[ 0.301448] PCI: MMCONFIG at [mem 0xe0000000-0xe08fffff] reserved in E820
[ 0.302179] PCI: Using configuration type 1 for base access
[ 0.302991] bio: create slab <bio-0> at 0
[ 0.304131] ACPI: EC: Look up EC in DSDT
[ 0.307478] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.320232] ACPI: Interpreter enabled
[ 0.320232] ACPI: (supports S0 S3 S4 S5)
[ 0.320232] ACPI: Using IOAPIC for interrupt routing
[ 0.324070] ACPI: EC: GPE = 0x14, I/O: command/status = 0x66, data = 0x62
[ 0.324699] ACPI: ACPI Dock Station Driver: 2 docks/bays found
[ 0.324703] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.330812] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.332692] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.332696] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000d1fff] (ignored)
[ 0.332699] pci_root PNP0A03:00: host bridge window [mem 0x000d2000-0x000d3fff] (ignored)
[ 0.332702] pci_root PNP0A03:00: host bridge window [mem 0x000d4000-0x000d5fff] (ignored)
[ 0.332705] pci_root PNP0A03:00: host bridge window [mem 0x000d6000-0x000d7fff] (ignored)
[ 0.332708] pci_root PNP0A03:00: host bridge window [mem 0x000d8000-0x000d9fff] (ignored)
[ 0.332711] pci_root PNP0A03:00: host bridge window [mem 0x000da000-0x000dbfff] (ignored)
[ 0.332714] pci_root PNP0A03:00: host bridge window [mem 0x000dc000-0x000ddfff] (ignored)
[ 0.332717] pci_root PNP0A03:00: host bridge window [mem 0x000de000-0x000dffff] (ignored)
[ 0.332720] pci_root PNP0A03:00: host bridge window [mem 0x000e0000-0x000e1fff] (ignored)
[ 0.332723] pci_root PNP0A03:00: host bridge window [mem 0x000e2000-0x000e3fff] (ignored)
[ 0.332727] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xffffffff] (ignored)
[ 0.332730] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.332733] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.332744] pci 0000:00:00.0: [1002:5950] type 0 class 0x000600
[ 0.332780] pci 0000:00:02.0: [1002:5a34] type 1 class 0x000604
[ 0.332808] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 0.332811] pci 0000:00:02.0: PME# disabled
[ 0.332829] pci 0000:00:04.0: [1002:5a36] type 1 class 0x000604
[ 0.332856] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[ 0.332859] pci 0000:00:04.0: PME# disabled
[ 0.332874] pci 0000:00:05.0: [1002:5a37] type 1 class 0x000604
[ 0.332901] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[ 0.332904] pci 0000:00:05.0: PME# disabled
[ 0.332920] pci 0000:00:06.0: [1002:5a38] type 1 class 0x000604
[ 0.332946] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.332950] pci 0000:00:06.0: PME# disabled
[ 0.332965] pci 0000:00:07.0: [1002:5a39] type 1 class 0x000604
[ 0.332992] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.332995] pci 0000:00:07.0: PME# disabled
[ 0.333039] pci 0000:00:12.0: [1002:4379] type 0 class 0x000101
[ 0.333065] pci 0000:00:12.0: reg 10: [io 0x8440-0x8447]
[ 0.333078] pci 0000:00:12.0: reg 14: [io 0x8430-0x8433]
[ 0.333091] pci 0000:00:12.0: reg 18: [io 0x8420-0x8427]
[ 0.333104] pci 0000:00:12.0: reg 1c: [io 0x8410-0x8413]
[ 0.333118] pci 0000:00:12.0: reg 20: [io 0x8400-0x840f]
[ 0.333131] pci 0000:00:12.0: reg 24: [mem 0xb0004000-0xb00041ff]
[ 0.333144] pci 0000:00:12.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[ 0.333177] pci 0000:00:12.0: supports D1 D2
[ 0.333204] pci 0000:00:13.0: [1002:4374] type 0 class 0x000c03
[ 0.333223] pci 0000:00:13.0: reg 10: [mem 0xb0005000-0xb0005fff]
[ 0.333310] pci 0000:00:13.1: [1002:4375] type 0 class 0x000c03
[ 0.333328] pci 0000:00:13.1: reg 10: [mem 0xb0006000-0xb0006fff]
[ 0.333420] pci 0000:00:13.2: [1002:4373] type 0 class 0x000c03
[ 0.333443] pci 0000:00:13.2: reg 10: [mem 0xb0007000-0xb0007fff]
[ 0.333533] pci 0000:00:13.2: supports D1 D2
[ 0.333535] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.333541] pci 0000:00:13.2: PME# disabled
[ 0.333572] pci 0000:00:14.0: [1002:4372] type 0 class 0x000c05
[ 0.333593] pci 0000:00:14.0: reg 10: [io 0x8450-0x845f]
[ 0.333606] pci 0000:00:14.0: reg 14: [mem 0xfed00000-0xfed003ff]
[ 0.333664] HPET not enabled in BIOS. You might try hpet=force boot option
[ 0.333707] pci 0000:00:14.1: [1002:4376] type 0 class 0x000101
[ 0.333730] pci 0000:00:14.1: reg 10: [io 0x01f0-0x01f7]
[ 0.333743] pci 0000:00:14.1: reg 14: [io 0x03f4-0x03f7]
[ 0.333756] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
[ 0.333769] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
[ 0.333782] pci 0000:00:14.1: reg 20: [io 0x8460-0x846f]
[ 0.333855] pci 0000:00:14.2: [1002:437b] type 0 class 0x000403
[ 0.333888] pci 0000:00:14.2: reg 10: [mem 0xb0000000-0xb0003fff 64bit]
[ 0.333973] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.333979] pci 0000:00:14.2: PME# disabled
[ 0.334000] pci 0000:00:14.3: [1002:4377] type 0 class 0x000601
[ 0.334100] pci 0000:00:14.4: [1002:4371] type 1 class 0x000604
[ 0.334164] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600
[ 0.334185] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600
[ 0.334202] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600
[ 0.334219] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600
[ 0.334249] PCI: peer root bus 00 res updated from pci conf
[ 0.334290] pci 0000:01:00.0: [1002:71c5] type 0 class 0x000300
[ 0.334300] pci 0000:01:00.0: reg 10: [mem 0xc0000000-0xcfffffff pref]
[ 0.334308] pci 0000:01:00.0: reg 14: [io 0x9000-0x90ff]
[ 0.334316] pci 0000:01:00.0: reg 18: [mem 0xb0100000-0xb010ffff]
[ 0.334339] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.334357] pci 0000:01:00.0: supports D1 D2
[ 0.334368] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.334377] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 0.334381] pci 0000:00:02.0: bridge window [io 0x9000-0x9fff]
[ 0.334385] pci 0000:00:02.0: bridge window [mem 0xb0100000-0xb01fffff]
[ 0.334390] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.334415] pci 0000:00:04.0: PCI bridge to [bus 02-02]
[ 0.334420] pci 0000:00:04.0: bridge window [io 0x0000-0x0000] (disabled)
[ 0.334423] pci 0000:00:04.0: bridge window [mem 0x00000000-0x000fffff] (disabled)
[ 0.334428] pci 0000:00:04.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.334454] pci 0000:00:05.0: PCI bridge to [bus 03-05]
[ 0.334458] pci 0000:00:05.0: bridge window [io 0x0000-0x0000] (disabled)
[ 0.334462] pci 0000:00:05.0: bridge window [mem 0x00000000-0x000fffff] (disabled)
[ 0.334466] pci 0000:00:05.0: bridge window [mem 0x00000000-0x000fffff pref] (disabled)
[ 0.334491] pci 0000:00:06.0: PCI bridge to [bus 06-06]
[ 0.334496] pci 0000:00:06.0: bridge window [io 0x0000-0x0000] (disabled)
[ 0.334499] pci 0000:00:06.0: bridge window [mem 0x00000000-0x000fffff] (disabled)
[ 0.334504] pci 0000:00:06.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.334546] pci 0000:07:00.0: [168c:001c] type 0 class 0x000200
[ 0.334569] pci 0000:07:00.0: reg 10: [mem 0xb0200000-0xb020ffff 64bit]
[ 0.334670] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.334679] pci 0000:00:07.0: PCI bridge to [bus 07-07]
[ 0.334683] pci 0000:00:07.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.334687] pci 0000:00:07.0: bridge window [mem 0xb0200000-0xb02fffff]
[ 0.334691] pci 0000:00:07.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.334742] pci 0000:08:04.0: [14e4:169c] type 0 class 0x000200
[ 0.334780] pci 0000:08:04.0: reg 10: [mem 0xb0300000-0xb030ffff]
[ 0.334914] pci 0000:08:04.0: PME# supported from D3hot D3cold
[ 0.334921] pci 0000:08:04.0: PME# disabled
[ 0.334960] pci 0000:08:09.0: [104c:8039] type 2 class 0x000607
[ 0.334989] pci 0000:08:09.0: reg 10: [mem 0xb0314000-0xb0314fff]
[ 0.335021] pci 0000:08:09.0: supports D1 D2
[ 0.335023] pci 0000:08:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.335030] pci 0000:08:09.0: PME# disabled
[ 0.335061] pci 0000:08:09.1: [104c:803a] type 0 class 0x000c00
[ 0.335090] pci 0000:08:09.1: reg 10: [mem 0xb0315000-0xb03157ff]
[ 0.335107] pci 0000:08:09.1: reg 14: [mem 0xb0310000-0xb0313fff]
[ 0.335209] pci 0000:08:09.1: supports D1 D2
[ 0.335211] pci 0000:08:09.1: PME# supported from D0 D1 D2 D3hot
[ 0.335218] pci 0000:08:09.1: PME# disabled
[ 0.335246] pci 0000:08:09.2: [104c:803b] type 0 class 0x000180
[ 0.335275] pci 0000:08:09.2: reg 10: [mem 0xb0316000-0xb0316fff]
[ 0.335386] pci 0000:08:09.2: supports D1 D2
[ 0.335388] pci 0000:08:09.2: PME# supported from D0 D1 D2 D3hot
[ 0.335394] pci 0000:08:09.2: PME# disabled
[ 0.335422] pci 0000:08:09.3: [104c:803c] type 0 class 0x000805
[ 0.335451] pci 0000:08:09.3: reg 10: [mem 0xb0315800-0xb03158ff]
[ 0.335562] pci 0000:08:09.3: supports D1 D2
[ 0.335564] pci 0000:08:09.3: PME# supported from D0 D1 D2 D3hot
[ 0.335570] pci 0000:08:09.3: PME# disabled
[ 0.335633] pci 0000:00:14.4: PCI bridge to [bus 08-09] (subtractive decode)
[ 0.335642] pci 0000:00:14.4: bridge window [io 0xf000-0x0000] (disabled)
[ 0.335648] pci 0000:00:14.4: bridge window [mem 0xb0300000-0xb03fffff]
[ 0.335654] pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.335658] pci 0000:00:14.4: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.335661] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.335664] pci 0000:00:14.4: bridge window [mem 0x80000000-0xfcffffffff] (subtractive decode)
[ 0.335723] pci_bus 0000:09: [bus 09-0c] partially hidden behind transparent bridge 0000:08 [bus 08-09]
[ 0.335747] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.335832] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB2_._PRT]
[ 0.335887] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
[ 0.335946] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
[ 0.335997] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB7_._PRT]
[ 0.336079] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[ 0.340947] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled.
[ 0.341021] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
[ 0.341085] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled.
[ 0.341147] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled.
[ 0.341210] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled.
[ 0.341273] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled.
[ 0.341337] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled.
[ 0.341400] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled.
[ 0.341471] ACPI: PCI Interrupt Link [LNKU] (IRQs 3 4 5 7) *0, disabled.
[ 0.341491] HEST: Table is not found!
[ 0.341596] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.341603] vgaarb: loaded
[ 0.341818] SCSI subsystem initialized
[ 0.341914] libata version 3.00 loaded.
[ 0.341964] usbcore: registered new interface driver usbfs
[ 0.341977] usbcore: registered new interface driver hub
[ 0.342006] usbcore: registered new device driver usb
[ 0.342545] wmi: Mapper loaded
[ 0.342547] PCI: Using ACPI for IRQ routing
[ 0.342550] PCI: pci_cache_line_size set to 64 bytes
[ 0.342669] reserve RAM buffer: 000000000009dc00 - 000000000009ffff
[ 0.342672] reserve RAM buffer: 000000007fe90000 - 000000007fffffff
[ 0.342784] NetLabel: Initializing
[ 0.342786] NetLabel: domain hash size = 128
[ 0.342787] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.342802] NetLabel: unlabeled traffic allowed by default
[ 0.351176] AppArmor: AppArmor Filesystem Enabled
[ 0.351196] pnp: PnP ACPI init
[ 0.351224] ACPI: bus type pnp registered
[ 0.352255] pnp 00:00: [bus 00-ff]
[ 0.352258] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.352261] pnp 00:00: [mem 0x000c0000-0x000c1fff window]
[ 0.352263] pnp 00:00: [mem 0x000c2000-0x000c3fff window]
[ 0.352266] pnp 00:00: [mem 0x000c4000-0x000c5fff window]
[ 0.352269] pnp 00:00: [mem 0x000c6000-0x000c7fff window]
[ 0.352271] pnp 00:00: [mem 0x000c8000-0x000c9fff window]
[ 0.352274] pnp 00:00: [mem 0x000ca000-0x000cbfff window]
[ 0.352276] pnp 00:00: [mem 0x000cc000-0x000cdfff window]
[ 0.352279] pnp 00:00: [mem 0x000ce000-0x000cffff window]
[ 0.352282] pnp 00:00: [mem 0x000d0000-0x000d1fff window]
[ 0.352284] pnp 00:00: [mem 0x000d2000-0x000d3fff window]
[ 0.352287] pnp 00:00: [mem 0x000d4000-0x000d5fff window]
[ 0.352290] pnp 00:00: [mem 0x000d6000-0x000d7fff window]
[ 0.352292] pnp 00:00: [mem 0x000d8000-0x000d9fff window]
[ 0.352295] pnp 00:00: [mem 0x000da000-0x000dbfff window]
[ 0.352298] pnp 00:00: [mem 0x000dc000-0x000ddfff window]
[ 0.352300] pnp 00:00: [mem 0x000de000-0x000dffff window]
[ 0.352303] pnp 00:00: [mem 0x000e0000-0x000e1fff window]
[ 0.352306] pnp 00:00: [mem 0x000e2000-0x000e3fff window]
[ 0.352308] pnp 00:00: [mem 0x000e4000-0x000e5fff window]
[ 0.352311] pnp 00:00: [mem 0x000e6000-0x000e7fff window]
[ 0.352314] pnp 00:00: [mem 0x000e8000-0x000e9fff window]
[ 0.352316] pnp 00:00: [mem 0x000ea000-0x000ebfff window]
[ 0.352319] pnp 00:00: [mem 0x000ec000-0x000edfff window]
[ 0.352322] pnp 00:00: [mem 0x000ee000-0x000effff window]
[ 0.352324] pnp 00:00: [mem 0x80000000-0xffffffff window]
[ 0.352327] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.352330] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.352332] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.352409] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.352491] pnp 00:01: [mem 0xe0000000-0xefffffff]
[ 0.352494] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[ 0.352496] pnp 00:01: [mem 0xfee00000-0xfee00fff]
[ 0.352569] pnp 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.352904] pnp 00:02: [io 0x0000-0x001f]
[ 0.352906] pnp 00:02: [io 0x0080-0x008f]
[ 0.352909] pnp 00:02: [io 0x00c0-0x00df]
[ 0.352912] pnp 00:02: [dma 4]
[ 0.352950] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.352960] pnp 00:03: [io 0x00f0-0x00fe]
[ 0.352976] pnp 00:03: [irq 13]
[ 0.353018] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.353030] pnp 00:04: [io 0x0070-0x0071]
[ 0.353038] pnp 00:04: [irq 8]
[ 0.353078] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.353088] pnp 00:05: [io 0x0061]
[ 0.353129] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.353142] pnp 00:06: [io 0x0060]
[ 0.353144] pnp 00:06: [io 0x0064]
[ 0.353151] pnp 00:06: [irq 1]
[ 0.353189] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.353205] pnp 00:07: [irq 12]
[ 0.353252] pnp 00:07: Plug and Play ACPI device, IDs SYN1003 SYN1000 SYN0002 PNP0f13 (active)
[ 0.353270] pnp 00:08: [io 0x002e-0x002f]
[ 0.353272] pnp 00:08: [io 0x004e-0x004f]
[ 0.353274] pnp 00:08: [io 0x0068-0x006f]
[ 0.353277] pnp 00:08: [io 0x0072-0x0073]
[ 0.353279] pnp 00:08: [io 0x1080]
[ 0.353281] pnp 00:08: [io 0x00b0-0x00b1]
[ 0.353283] pnp 00:08: [io 0x0092]
[ 0.353285] pnp 00:08: [io 0x0220-0x022f]
[ 0.353287] pnp 00:08: [io 0x040b]
[ 0.353289] pnp 00:08: [io 0x04d0-0x04d1]
[ 0.353292] pnp 00:08: [io 0x04d6]
[ 0.353294] pnp 00:08: [io 0x0530-0x0537]
[ 0.353296] pnp 00:08: [io 0x0c00-0x0c01]
[ 0.353298] pnp 00:08: [io 0x0c14]
[ 0.353300] pnp 00:08: [io 0x0c50-0x0c52]
[ 0.353303] pnp 00:08: [io 0x0c6c]
[ 0.353305] pnp 00:08: [io 0x0c6f]
[ 0.353307] pnp 00:08: [io 0x0cd4-0x0cd5]
[ 0.353309] pnp 00:08: [io 0x0cd6-0x0cd7]
[ 0.353311] pnp 00:08: [io 0x0cd8-0x0cdf]
[ 0.353313] pnp 00:08: [io 0x8000-0x805f]
[ 0.353316] pnp 00:08: [io 0x8100-0x81ff window]
[ 0.353318] pnp 00:08: [io 0x8200-0x82ff window]
[ 0.353321] pnp 00:08: [io 0x0f40-0x0f47]
[ 0.353323] pnp 00:08: [io 0x087f]
[ 0.353403] pnp 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.353495] pnp 00:09: [mem 0x000e0000-0x000fffff]
[ 0.353497] pnp 00:09: [mem 0xfff00000-0xffffffff]
[ 0.353500] pnp 00:09: [mem 0x00000000-0x00000fff]
[ 0.353511] pnp 00:09: disabling [mem 0x00000000-0x00000fff] because it overlaps 0000:00:12.0 BAR 6 [mem 0x00000000-0x0007ffff pref]
[ 0.353527] pnp 00:09: disabling [mem 0x00000000-0x00000fff disabled] because it overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
[ 0.353578] pnp 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.353847] pnp 00:0a: [io 0x03f8-0x03ff]
[ 0.353855] pnp 00:0a: [irq 3]
[ 0.353857] pnp 00:0a: [dma 1]
[ 0.353969] pnp 00:0a: Plug and Play ACPI device, IDs NSC6001 (active)
[ 0.354428] pnp: PnP ACPI: found 11 devices
[ 0.354430] ACPI: ACPI bus type pnp unregistered
[ 0.354443] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.354447] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.354450] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.354459] system 00:08: [io 0x1080] has been reserved
[ 0.354462] system 00:08: [io 0x0220-0x022f] has been reserved
[ 0.354465] system 00:08: [io 0x040b] has been reserved
[ 0.354467] system 00:08: [io 0x04d0-0x04d1] has been reserved
[ 0.354470] system 00:08: [io 0x04d6] has been reserved
[ 0.354473] system 00:08: [io 0x0530-0x0537] has been reserved
[ 0.354476] system 00:08: [io 0x0c00-0x0c01] has been reserved
[ 0.354479] system 00:08: [io 0x0c14] has been reserved
[ 0.354482] system 00:08: [io 0x0c50-0x0c52] has been reserved
[ 0.354485] system 00:08: [io 0x0c6c] has been reserved
[ 0.354488] system 00:08: [io 0x0c6f] has been reserved
[ 0.354491] system 00:08: [io 0x0cd4-0x0cd5] has been reserved
[ 0.354494] system 00:08: [io 0x0cd6-0x0cd7] has been reserved
[ 0.354497] system 00:08: [io 0x0cd8-0x0cdf] has been reserved
[ 0.354500] system 00:08: [io 0x8000-0x805f] has been reserved
[ 0.354503] system 00:08: [io 0x8100-0x81ff window] has been reserved
[ 0.354506] system 00:08: [io 0x8200-0x82ff window] has been reserved
[ 0.354510] system 00:08: [io 0x0f40-0x0f47] has been reserved
[ 0.354513] system 00:08: [io 0x087f] has been reserved
[ 0.354519] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.354522] system 00:09: [mem 0xfff00000-0xffffffff] could not be reserved
[ 0.361015] Switching to clocksource acpi_pm
[ 0.361229] pci 0000:00:14.4: BAR 15: assigned [mem 0x80000000-0x83ffffff pref]
[ 0.361233] pci 0000:00:04.0: BAR 14: assigned [mem 0x84000000-0x841fffff]
[ 0.361238] pci 0000:00:04.0: BAR 15: assigned [mem 0x84200000-0x843fffff 64bit pref]
[ 0.361242] pci 0000:00:05.0: BAR 14: assigned [mem 0x84400000-0x845fffff]
[ 0.361246] pci 0000:00:05.0: BAR 15: assigned [mem 0x84600000-0x847fffff 64bit pref]
[ 0.361250] pci 0000:00:06.0: BAR 14: assigned [mem 0x84800000-0x849fffff]
[ 0.361254] pci 0000:00:06.0: BAR 15: assigned [mem 0x84a00000-0x84bfffff 64bit pref]
[ 0.361259] pci 0000:00:07.0: BAR 15: assigned [mem 0x84c00000-0x84dfffff 64bit pref]
[ 0.361263] pci 0000:00:12.0: BAR 6: assigned [mem 0x84e00000-0x84e7ffff pref]
[ 0.361269] pci 0000:00:04.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.361273] pci 0000:00:05.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.361277] pci 0000:00:06.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 0.361281] pci 0000:00:07.0: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.361287] pci 0000:00:14.4: BAR 13: assigned [io 0x6000-0x6fff]
[ 0.361292] pci 0000:01:00.0: BAR 6: assigned [mem 0xb0120000-0xb013ffff pref]
[ 0.361296] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 0.361299] pci 0000:00:02.0: bridge window [io 0x9000-0x9fff]
[ 0.361303] pci 0000:00:02.0: bridge window [mem 0xb0100000-0xb01fffff]
[ 0.361306] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.361311] pci 0000:00:04.0: PCI bridge to [bus 02-02]
[ 0.361313] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
[ 0.361317] pci 0000:00:04.0: bridge window [mem 0x84000000-0x841fffff]
[ 0.361321] pci 0000:00:04.0: bridge window [mem 0x84200000-0x843fffff 64bit pref]
[ 0.361325] pci 0000:00:05.0: PCI bridge to [bus 03-05]
[ 0.361328] pci 0000:00:05.0: bridge window [io 0x3000-0x3fff]
[ 0.361331] pci 0000:00:05.0: bridge window [mem 0x84400000-0x845fffff]
[ 0.361335] pci 0000:00:05.0: bridge window [mem 0x84600000-0x847fffff 64bit pref]
[ 0.361339] pci 0000:00:06.0: PCI bridge to [bus 06-06]
[ 0.361342] pci 0000:00:06.0: bridge window [io 0x4000-0x4fff]
[ 0.361345] pci 0000:00:06.0: bridge window [mem 0x84800000-0x849fffff]
[ 0.361349] pci 0000:00:06.0: bridge window [mem 0x84a00000-0x84bfffff 64bit pref]
[ 0.361353] pci 0000:00:07.0: PCI bridge to [bus 07-07]
[ 0.361356] pci 0000:00:07.0: bridge window [io 0x5000-0x5fff]
[ 0.361360] pci 0000:00:07.0: bridge window [mem 0xb0200000-0xb02fffff]
[ 0.361363] pci 0000:00:07.0: bridge window [mem 0x84c00000-0x84dfffff 64bit pref]
[ 0.361370] pci 0000:08:09.0: BAR 15: assigned [mem 0x80000000-0x83ffffff pref]
[ 0.361375] pci 0000:08:09.0: BAR 16: assigned [mem 0x88000000-0x8bffffff]
[ 0.361378] pci 0000:08:09.0: BAR 13: assigned [io 0x6000-0x60ff]
[ 0.361381] pci 0000:08:09.0: BAR 14: assigned [io 0x6400-0x64ff]
[ 0.361384] pci 0000:08:09.0: CardBus bridge to [bus 09-0c]
[ 0.361387] pci 0000:08:09.0: bridge window [io 0x6000-0x60ff]
[ 0.361396] pci 0000:08:09.0: bridge window [io 0x6400-0x64ff]
[ 0.361402] pci 0000:08:09.0: bridge window [mem 0x80000000-0x83ffffff pref]
[ 0.361409] pci 0000:08:09.0: bridge window [mem 0x88000000-0x8bffffff]
[ 0.361415] pci 0000:00:14.4: PCI bridge to [bus 08-09]
[ 0.361419] pci 0000:00:14.4: bridge window [io 0x6000-0x6fff]
[ 0.361426] pci 0000:00:14.4: bridge window [mem 0xb0300000-0xb03fffff]
[ 0.361432] pci 0000:00:14.4: bridge window [mem 0x80000000-0x83ffffff pref]
[ 0.361447] pci 0000:00:02.0: setting latency timer to 64
[ 0.361452] pci 0000:00:04.0: enabling device (0000 -> 0003)
[ 0.361456] pci 0000:00:04.0: setting latency timer to 64
[ 0.361460] pci 0000:00:05.0: enabling device (0000 -> 0003)
[ 0.361464] pci 0000:00:05.0: setting latency timer to 64
[ 0.361469] pci 0000:00:06.0: enabling device (0000 -> 0003)
[ 0.361472] pci 0000:00:06.0: setting latency timer to 64
[ 0.361478] pci 0000:00:07.0: setting latency timer to 64
[ 0.361494] pci 0000:08:09.0: enabling device (0000 -> 0003)
[ 0.361510] pci 0000:08:09.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.361520] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.361522] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.361525] pci_bus 0000:00: resource 6 [mem 0x80000000-0xfcffffffff]
[ 0.361528] pci_bus 0000:01: resource 0 [io 0x9000-0x9fff]
[ 0.361531] pci_bus 0000:01: resource 1 [mem 0xb0100000-0xb01fffff]
[ 0.361534] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.361537] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.361540] pci_bus 0000:02: resource 1 [mem 0x84000000-0x841fffff]
[ 0.361543] pci_bus 0000:02: resource 2 [mem 0x84200000-0x843fffff 64bit pref]
[ 0.361546] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
[ 0.361549] pci_bus 0000:03: resource 1 [mem 0x84400000-0x845fffff]
[ 0.361551] pci_bus 0000:03: resource 2 [mem 0x84600000-0x847fffff 64bit pref]
[ 0.361555] pci_bus 0000:06: resource 0 [io 0x4000-0x4fff]
[ 0.361557] pci_bus 0000:06: resource 1 [mem 0x84800000-0x849fffff]
[ 0.361560] pci_bus 0000:06: resource 2 [mem 0x84a00000-0x84bfffff 64bit pref]
[ 0.361563] pci_bus 0000:07: resource 0 [io 0x5000-0x5fff]
[ 0.361566] pci_bus 0000:07: resource 1 [mem 0xb0200000-0xb02fffff]
[ 0.361569] pci_bus 0000:07: resource 2 [mem 0x84c00000-0x84dfffff 64bit pref]
[ 0.361572] pci_bus 0000:08: resource 0 [io 0x6000-0x6fff]
[ 0.361574] pci_bus 0000:08: resource 1 [mem 0xb0300000-0xb03fffff]
[ 0.361577] pci_bus 0000:08: resource 2 [mem 0x80000000-0x83ffffff pref]
[ 0.361580] pci_bus 0000:08: resource 4 [io 0x0000-0xffff]
[ 0.361583] pci_bus 0000:08: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.361585] pci_bus 0000:08: resource 6 [mem 0x80000000-0xfcffffffff]
[ 0.361589] pci_bus 0000:09: resource 0 [io 0x6000-0x60ff]
[ 0.361591] pci_bus 0000:09: resource 1 [io 0x6400-0x64ff]
[ 0.361594] pci_bus 0000:09: resource 2 [mem 0x80000000-0x83ffffff pref]
[ 0.361597] pci_bus 0000:09: resource 3 [mem 0x88000000-0x8bffffff]
[ 0.361644] NET: Registered protocol family 2
[ 0.361793] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.362967] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.364974] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.365482] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.365486] TCP reno registered
[ 0.365500] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.365528] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.365644] NET: Registered protocol family 1
[ 0.365657] pci 0000:00:00.0: MSI quirk detected; MSI disabled
[ 0.365756] pci 0000:01:00.0: Boot video device
[ 0.365782] PCI: CLS 32 bytes, default 64
[ 0.366897] Simple Boot Flag at 0x36 set to 0x1
[ 0.367142] Scanning for low memory corruption every 60 seconds
[ 0.367277] audit: initializing netlink socket (disabled)
[ 0.367291] type=2000 audit(1294120730.360:1): initialized
[ 0.381721] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.383863] VFS: Disk quotas dquot_6.5.2
[ 0.383931] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.384694] fuse init (API version 7.15)
[ 0.384810] msgmni has been set to 3843
[ 0.385106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.385109] io scheduler noop registered
[ 0.385111] io scheduler deadline registered
[ 0.385155] io scheduler cfq registered (default)
[ 0.385507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.385533] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.388784] ACPI: AC Adapter [ACAD] (on-line)
[ 0.388855] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 0.388862] ACPI: Power Button [PWRB]
[ 0.388923] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[ 0.390486] ACPI: Lid Switch [LID]
[ 0.390543] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[ 0.390547] ACPI: Sleep Button [SLPB]
[ 0.390598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.390602] ACPI: Power Button [PWRF]
[ 0.390765] ACPI: acpi_idle registered with cpuidle
[ 0.390796] ACPI: processor limited to max C-state 1
[ 0.400308] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.400311] ACPI: Thermal Zone [THRM] (69 C)
[ 0.400408] ERST: Table is not found!
[ 0.400572] Linux agpgart interface v0.103
[ 0.400617] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.400755] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[ 0.400834] ACPI: Battery Slot [BAT1] (battery absent)
[ 0.769004] Freeing initrd memory: 19480k freed
[ 1.001748] brd: module loaded
[ 1.002486] loop: module loaded
[ 1.002895] pata_acpi 0000:00:12.0: enabling device (0005 -> 0007)
[ 1.002914] pata_acpi 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.003103] pata_acpi 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.003133] pata_acpi 0000:00:14.1: setting latency timer to 64
[ 1.003728] Fixed MDIO Bus: probed
[ 1.003769] PPP generic driver version 2.4.2
[ 1.003847] tun: Universal TUN/TAP device driver, 1.6
[ 1.003849] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.003961] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.004037] ehci_hcd 0000:00:13.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.004058] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 1.004127] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 1
[ 1.030122] ehci_hcd 0000:00:13.2: irq 19, io mem 0xb0007000
[ 1.050064] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 1.050227] hub 1-0:1.0: USB hub found
[ 1.050232] hub 1-0:1.0: 8 ports detected
[ 1.050383] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.050455] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.050469] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 1.050530] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
[ 1.050576] ohci_hcd 0000:00:13.0: irq 19, io mem 0xb0005000
[ 1.110208] hub 2-0:1.0: USB hub found
[ 1.110219] hub 2-0:1.0: 4 ports detected
[ 1.110389] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.110402] ohci_hcd 0000:00:13.1: OHCI Host Controller
[ 1.110455] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
[ 1.110498] ohci_hcd 0000:00:13.1: irq 19, io mem 0xb0006000
[ 1.170197] hub 3-0:1.0: USB hub found
[ 1.170209] hub 3-0:1.0: 4 ports detected
[ 1.170333] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.170474] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[ 1.173703] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 1.174716] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.174723] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 1.174726] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 1.174730] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 1.174733] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 1.174848] mice: PS/2 mouse device common for all mice
[ 1.175081] rtc_cmos 00:04: RTC can wake from S4
[ 1.200128] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.200160] rtc0: alarms up to one month, 114 bytes nvram
[ 1.200278] device-mapper: uevent: version 1.0.3
[ 1.200421] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29) initialised: dm-devel@redhat.com
[ 1.200544] device-mapper: multipath: version 1.1.1 loaded
[ 1.200547] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.200807] cpuidle: using governor ladder
[ 1.200810] cpuidle: using governor menu
[ 1.201110] TCP cubic registered
[ 1.201262] NET: Registered protocol family 10
[ 1.201597] lo: Disabled Privacy Extensions
[ 1.201814] NET: Registered protocol family 17
[ 1.201838] Registering the dns_resolver key type
[ 1.201869] powernow-k8: Found 1 AMD Turion(tm) 64 X2 Mobile Technology TL-60 (2 cpu cores) (version 2.20.00)
[ 1.201919] powernow-k8: 0 : fid 0xc (2000 MHz), vid 0x12
[ 1.201921] powernow-k8: 1 : fid 0xa (1800 MHz), vid 0x14
[ 1.201924] powernow-k8: 2 : fid 0x8 (1600 MHz), vid 0x16
[ 1.201927] powernow-k8: 3 : fid 0x0 (800 MHz), vid 0x1e
[ 1.202104] PM: Hibernation image not present or could not be loaded.
[ 1.202117] registered taskstats version 1
[ 1.202474] Magic number: 11:238:971
[ 1.202592] rtc_cmos 00:04: setting system clock to 2011-01-04 05:58:51 UTC (1294120731)
[ 1.202595] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.202597] EDD information not available.
[ 1.204916] Freeing unused kernel memory: 924k freed
[ 1.205329] Write protecting the kernel read-only data: 10240k
[ 1.206478] Freeing unused kernel memory: 216k freed
[ 1.206780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 1.213402] Freeing unused kernel memory: 1520k freed
[ 1.240289] udev[107]: starting version 165
[ 1.480053] sdhci: Secure Digital Host Controller Interface driver
[ 1.480056] sdhci: Copyright(c) Pierre Ossman
[ 1.497506] sata_sil 0000:00:12.0: version 2.4
[ 1.500052] usb 1-8: new high speed USB device using ehci_hcd and address 3
[ 1.503321] scsi0 : sata_sil
[ 1.506218] scsi1 : sata_sil
[ 1.506368] ata1: SATA max UDMA/100 mmio m512@0xb0004000 tf 0xb0004080 irq 22
[ 1.506373] ata2: SATA max UDMA/100 mmio m512@0xb0004000 tf 0xb00040c0 irq 22
[ 1.518190] scsi2 : pata_atiixp
[ 1.519932] scsi3 : pata_atiixp
[ 1.520259] ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8460 irq 14
[ 1.520262] ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8468 irq 15
[ 1.547281] tg3.c:v3.115 (October 14, 2010)
[ 1.547301] tg3 0000:08:04.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.568573] [drm] Initialized drm 1.1.0 20060810
[ 1.588235] md: linear personality registered for level -1
[ 1.702071] ata3.00: ATAPI: TOSHIBA DVDW/HD TS-L802A, AC05, max UDMA/33
[ 1.741828] ata3.00: configured for UDMA/33
[ 1.804311] tg3 0000:08:04.0: eth0: Tigon3 [partno(BCM95788) rev 3003] (PCI:33MHz:32-bit) MAC address 00:16:36:a6:54:f8
[ 1.804316] tg3 0000:08:04.0: eth0: attached PHY is 5705 (10/100/1000Base-T Ethernet) (WireSpeed[0])
[ 1.804320] tg3 0000:08:04.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 1.804323] tg3 0000:08:04.0: eth0: dma_rwctrl[763f0000] dma_mask[32-bit]
[ 1.850105] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.930146] ata1.00: ATA-8: WDC WD1600BEVS-00UST0, 01.01A01, max UDMA/133
[ 1.930149] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.970545] ata1.00: configured for UDMA/100
[ 1.970742] scsi 0:0:0:0: Direct-Access ATA WDC WD1600BEVS-0 01.0 PQ: 0 ANSI: 5
[ 1.970951] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.971044] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 1.971107] sd 0:0:0:0: [sda] Write Protect is off
[ 1.971110] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.971135] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.023699] sda: sda1 sda2 < sda5 sda6 sda7 >
[ 2.024148] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.060062] usb 2-4: new full speed USB device using ohci_hcd and address 2
[ 2.320111] ata2: SATA link down (SStatus 0 SControl 310)
[ 2.330601] scsi 2:0:0:0: CD-ROM TOSHIBA DVDW/HD TS-L802A AC05 PQ: 0 ANSI: 5
[ 2.372519] sr0: scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.372523] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.372681] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 2.372760] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 2.378504] sdhci-pci 0000:08:09.3: SDHCI controller found [104c:803c] (rev 0)
[ 2.378523] sdhci-pci 0000:08:09.3: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.378582] mmc0: no vmmc regulator found
[ 2.378626] Registered led device: mmc0::
[ 2.378681] mmc0: SDHCI controller on PCI [0000:08:09.3] using DMA
[ 2.379036] firewire_ohci 0000:08:09.1: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.382808] md: multipath personality registered for level -4
[ 2.393138] md: raid0 personality registered for level 0
[ 2.404714] md: raid1 personality registered for level 1
[ 2.408157] async_tx: api initialized (async)
[ 2.439263] [drm] radeon kernel modesetting enabled.
[ 2.570042] raid6: int64x1 1672 MB/s
[ 2.740029] raid6: int64x2 2296 MB/s
[ 2.910033] raid6: int64x4 1466 MB/s
[ 3.080057] raid6: int64x8 1450 MB/s
[ 3.250023] raid6: sse2x1 2791 MB/s
[ 3.420016] raid6: sse2x2 3711 MB/s
[ 3.590023] raid6: sse2x4 3871 MB/s
[ 3.590025] raid6: using algorithm sse2x4 (3871 MB/s)
[ 3.590108] firewire_ohci: Added fw-ohci device 0000:08:09.1, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
[ 3.590783] radeon 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 3.590790] radeon 0000:01:00.0: setting latency timer to 64
[ 3.592378] xor: automatically using best checksumming function: generic_sse
[ 3.593337] [drm] initializing kernel modesetting (RV530 0x1002:0x71C5).
[ 3.593440] [drm] register mmio base: 0xB0100000
[ 3.593442] [drm] register mmio size: 65536
[ 3.593580] ATOM BIOS: ACER
[ 3.593617] [drm] Generation 2 PCI interface, using max accessible memory
[ 3.593623] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
[ 3.593626] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
[ 3.593684] [drm] radeon: irq initialized.
[ 3.640022] generic_sse: 6248.400 MB/sec
[ 3.640025] xor: using function: generic_sse (6248.400 MB/sec)
[ 3.640210] [drm] Detected VRAM RAM=256M, BAR=256M
[ 3.640215] [drm] RAM width 128bits DDR
[ 3.640291] [TTM] Zone kernel: Available graphics memory: 995108 kiB.
[ 3.640294] [TTM] Initializing pool allocator.
[ 3.640317] [drm] radeon: 256M of VRAM memory ready
[ 3.640320] [drm] radeon: 512M of GTT memory ready.
[ 3.640344] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 3.642817] [drm] radeon: 1 quad pipes, 2 z pipes initialized.
[ 3.643880] [drm] PCIE GART of 512M enabled (table at 0x00040000).
[ 3.643903] radeon 0000:01:00.0: WB enabled
[ 3.643973] [drm] Loading R500 Microcode
[ 3.648438] [drm] radeon: ring at 0x0000000010001000
[ 3.648474] [drm] ring test succeeded in 8 usecs
[ 3.648604] [drm] radeon: ib pool ready.
[ 3.648664] md: raid6 personality registered for level 6
[ 3.648668] md: raid5 personality registered for level 5
[ 3.648670] md: raid4 personality registered for level 4
[ 3.649162] [drm] ib test succeeded in 0 usecs
[ 3.649172] failed to evaluate ATIF got AE_BAD_PARAMETER
[ 3.649504] [drm] Radeon Display Connectors
[ 3.649506] [drm] Connector 0:
[ 3.649508] [drm] VGA
[ 3.649511] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[ 3.649513] [drm] Encoders:
[ 3.649515] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 3.649516] [drm] Connector 1:
[ 3.649518] [drm] LVDS
[ 3.649520] [drm] DDC: 0x7e30 0x7e30 0x7e34 0x7e34 0x7e38 0x7e38 0x7e3c 0x7e3c
[ 3.649522] [drm] Encoders:
[ 3.649524] [drm] LCD1: INTERNAL_LVTM1
[ 3.649525] [drm] Connector 2:
[ 3.649527] [drm] S-video
[ 3.649528] [drm] Encoders:
[ 3.649530] [drm] TV1: INTERNAL_KLDSCP_DAC2
[ 3.649531] [drm] Connector 3:
[ 3.649533] [drm] HDMI-A
[ 3.649534] [drm] HPD1
[ 3.649537] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[ 3.649539] [drm] Encoders:
[ 3.649540] [drm] DFP1: INTERNAL_KLDSCP_TMDS1
[ 3.657873] md: raid10 personality registered for level 10
[ 3.709327] [drm] radeon: power management initialized
[ 3.808756] [drm] fb mappable at 0xC00C0000
[ 3.808759] [drm] vram apper at 0xC0000000
[ 3.808760] [drm] size 7258112
[ 3.808762] [drm] fb depth is 24
[ 3.808763] [drm] pitch is 6912
[ 3.837266] PM: Marking nosave pages: 000000000009d000 - 0000000000100000
[ 3.837272] PM: Basic memory bitmaps created
[ 4.090185] firewire_core: created device fw0: GUID 00c09f0000be463b, S400
[ 4.618935] Console: switching to colour frame buffer device 210x65
[ 4.627769] fb0: radeondrmfb frame buffer device
[ 4.627771] drm: registered panic notifier
[ 4.627785] [drm] Initialized radeon 2.7.0 20080528 for 0000:01:00.0 on minor 0
[ 4.638865] PM: Basic memory bitmaps freed
[ 4.646912] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
[ 4.646918] EXT4-fs (sda5): write access will be enabled during recovery
[ 4.922376] EXT4-fs (sda5): orphan cleanup on readonly fs
[ 4.922388] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 849010
[ 4.922528] EXT4-fs (sda5): 1 orphan inode deleted
[ 4.922531] EXT4-fs (sda5): recovery complete
[ 5.288548] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 27.639198] udev[446]: starting version 165
[ 27.673117] acer-wmi: Acer Laptop ACPI-WMI Extras
[ 27.711460] Adding 4096536k swap on /dev/sda7. Priority:-1 extents:1 across:4096536k
[ 27.748932] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 27.749075] acpiphp: Slot [1] registered
[ 27.749157] acpiphp: Slot [1-1] registered
[ 27.749225] acpiphp: Slot [1-2] registered
[ 27.982822] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x8450, revision 0
[ 27.990234] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[ 28.004563] irda_init()
[ 28.004584] NET: Registered protocol family 23
[ 28.051373] nsc_ircc_pnp_probe() : From PnP, found firbase 0x3F8 ; irq 3 ; dma 1.
[ 28.052441] nsc-ircc, chip->init
[ 28.052459] nsc-ircc, Found chip at base=0x02e
[ 28.052563] nsc-ircc, driver loaded (Dag Brattli)
[ 28.054223] MCE: In-kernel MCE decoding enabled.
[ 28.065584] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 28.070517] nsc_ircc_open(), can't get iobase of 0x3f8
[ 28.070569] nsc-ircc, Found chip at base=0x02e
[ 28.070612] nsc-ircc, driver loaded (Dag Brattli)
[ 28.071333] nsc_ircc_open(), can't get iobase of 0x3f8
[ 28.071358] nsc-ircc, chip->init
[ 28.071373] nsc-ircc, Found chip at base=0x02e
[ 28.071414] nsc-ircc, driver loaded (Dag Brattli)
[ 28.074050] nsc-ircc 00:0a: disabled
[ 28.146542] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[ 28.277563] EDAC MC: Ver: 2.1.0 Dec 22 2010
[ 28.279769] yenta_cardbus 0000:08:09.0: CardBus bridge found [1025:010a]
[ 28.279798] yenta_cardbus 0000:08:09.0: Using CSCINT to route CSC interrupts to PCI
[ 28.279801] yenta_cardbus 0000:08:09.0: Routing CardBus interrupts to PCI
[ 28.279808] yenta_cardbus 0000:08:09.0: TI: mfunc 0x01321b22, devctl 0x66
[ 28.335734] EDAC amd64_edac: Ver: 3.3.0 Dec 22 2010
[ 28.355209] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 28.380402] EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).
[ 28.380413] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[ 28.380415] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[ 28.380417] (Note that use of the override may cause unknown side effects.)
[ 28.386263] amd64_edac: probe of 0000:00:18.2 failed with error -22
[ 28.520885] yenta_cardbus 0000:08:09.0: ISA IRQ mask 0x0cf8, PCI irq 20
[ 28.520891] yenta_cardbus 0000:08:09.0: Socket status: 30000006
[ 28.520896] pci_bus 0000:08: Raising subordinate bus# of parent bus (#08) from #09 to #0c
[ 28.520906] yenta_cardbus 0000:08:09.0: pcmcia: parent PCI bridge window: [io 0x6000-0x6fff]
[ 28.520910] yenta_cardbus 0000:08:09.0: pcmcia: parent PCI bridge window: [mem 0xb0300000-0xb03fffff]
[ 28.520914] pcmcia_socket pcmcia_socket0: cs: memory probe 0xb0300000-0xb03fffff: excluding 0xb0300000-0xb031ffff
[ 28.520932] yenta_cardbus 0000:08:09.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x83ffffff pref]
[ 28.520936] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x83ffffff: excluding 0x80000000-0x83ffffff
[ 28.581595] Linux video capture interface: v2.00
[ 28.598324] cfg80211: Calling CRDA to update world regulatory domain
[ 28.598621] Bluetooth: Core ver 2.15
[ 28.598659] NET: Registered protocol family 31
[ 28.598661] Bluetooth: HCI device and connection manager initialized
[ 28.598665] Bluetooth: HCI socket layer initialized
[ 28.606143] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 28.625760] tifm_7xx1 0000:08:09.2: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 28.637114] usbcore: registered new interface driver btusb
[ 28.637203] type=1400 audit(1294120758.926:2): apparmor="STATUS" operation="profile_load" name="/usr/sbin/ntpd" pid=771 comm="apparmor_parser"
[ 28.655397] gspca: v2.10.0 registered
[ 28.660883] tifm_core: MMC/SD card detected in socket 0:1
[ 28.698502] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff
[ 28.698560] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: clean.
[ 28.698617] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
[ 28.708870] type=1400 audit(1294120758.996:3): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/ntpd" pid=784 comm="apparmor_parser"
[ 28.717351] gspca: probing 046d:0896
[ 28.717357] vc032x: Sensor POxxxx
[ 28.720815] gspca: video0 created
[ 28.720877] usbcore: registered new interface driver vc032x
[ 28.733628] cfg80211: World regulatory domain updated:
[ 28.733635] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 28.733639] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 28.733642] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 28.733645] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 28.733647] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 28.733650] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 28.742736] ath5k 0000:07:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 28.742748] ath5k 0000:07:00.0: setting latency timer to 64
[ 28.742808] ath5k 0000:07:00.0: registered as 'phy0'
[ 28.834726] Error: Driver 'pcspkr' is already registered, aborting...
[ 28.878777] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x12a0b1, caps: 0xa04713/0x204000/0x0
[ 28.932314] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input6
[ 29.219044] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 29.304136] ath: EEPROM regdomain: 0x62
[ 29.304138] ath: EEPROM indicates we should expect a direct regpair map
[ 29.304142] ath: Country alpha2 being used: 00
[ 29.304144] ath: Regpair used: 0x62
[ 29.311637] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 29.312306] Registered led device: ath5k-phy0::rx
[ 29.312333] Registered led device: ath5k-phy0::tx
[ 29.312342] ath5k phy0: Atheros AR5414 chip found (MAC: 0xa3, PHY: 0x61)
[ 29.360756] hda_codec: ALC883: SKU not ready 0x411111f0
[ 29.371852] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[ 44.678282] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[ 45.865382] sshd (1090): /proc/1090/oom_adj is deprecated, please use /proc/1090/oom_score_adj instead.
[ 45.908546] type=1400 audit(1294120776.196:4): apparmor="STATUS" operation="profile_load" name="/usr/sbin/avahi-daemon" pid=1124 comm="apparmor_parser"
[ 45.962429] lp: driver loaded but no devices found
[ 45.975607] ppdev: user-space parallel port driver
[ 45.994886] type=1400 audit(1294120776.286:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=1247 comm="apparmor_parser"
[ 45.995293] type=1400 audit(1294120776.286:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=1247 comm="apparmor_parser"
[ 46.027938] type=1400 audit(1294120776.316:7): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=1269 comm="apparmor_parser"
[ 46.030642] type=1400 audit(1294120776.326:8): apparmor="STATUS" operation="profile_load" name="/bin/ping" pid=1268 comm="apparmor_parser"
[ 46.033698] type=1400 audit(1294120776.326:9): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=1270 comm="apparmor_parser"
[ 46.034009] type=1400 audit(1294120776.326:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1270 comm="apparmor_parser"
[ 46.034183] type=1400 audit(1294120776.326:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=1270 comm="apparmor_parser"
[ 46.041316] type=1400 audit(1294120776.336:12): apparmor="STATUS" operation="profile_load" name="/sbin/klogd" pid=1271 comm="apparmor_parser"
[ 46.044202] type=1400 audit(1294120776.336:13): apparmor="STATUS" operation="profile_load" name="/sbin/syslog-ng" pid=1273 comm="apparmor_parser"
[ 46.137425] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 46.370916] ttyS0: LSR safety check engaged!
[ 46.370983] ttyS0: LSR safety check engaged!
[ 46.371788] ttyS0: LSR safety check engaged!
[ 46.454302] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 46.583947] kvm: Nested Virtualization enabled
[ 50.980475] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[ 50.983818] EXT4-fs (sda6): re-mounted. Opts: commit=0
[ 54.228213] Bluetooth: L2CAP ver 2.15
[ 54.228218] Bluetooth: L2CAP socket layer initialized
[ 54.234852] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 54.234857] Bluetooth: BNEP filters: protocol multicast
[ 54.241197] Bluetooth: SCO (Voice Link) ver 0.6
[ 54.241201] Bluetooth: SCO socket layer initialized
[ 54.451153] Bluetooth: RFCOMM TTY layer initialized
[ 54.451160] Bluetooth: RFCOMM socket layer initialized
[ 54.451163] Bluetooth: RFCOMM ver 1.11
[ 61.626513] Intel AES-NI instructions are not detected.
[ 61.651626] padlock: VIA PadLock not detected.
[ 75.380759] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 115.300074] Clocksource tsc unstable (delta = -216210310 ns)
[ 122.641005] wlan0: authenticate with 06:1c:f0:90:97:d0 (try 1)
[ 122.643674] wlan0: authenticated
[ 122.643771] wlan0: associate with 06:1c:f0:90:97:d0 (try 1)
[ 122.648318] wlan0: RX AssocResp from 06:1c:f0:90:97:d0 (capab=0x431 status=0 aid=3)
[ 122.648329] wlan0: associated
[ 122.650210] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 122.652130] cfg80211: Calling CRDA for country: NA
[ 132.990045] wlan0: no IPv6 routers present
\
 
 \ /
  Last update: 2011-01-04 08:47    [W:0.842 / U:0.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site