PDA

View Full Version : [ubuntu] "file not found" message during boot from hard drive



_michel_
March 7th, 2011, 12:33 PM
hello,
I am seeing a "file not found" message during a few seconds at the start of the boot. Then the boot continues normally and all seems fine. I am wondering if someone has some idea on how I could diagnose where the message comes from. Something like which logs files might contain information would be good

So far I have verified that the /boot/vml* and /boot/init* files mentioned in /boot/grub/grub.cfg are indeed present on my machine. Here is some information I collected (version; grub file and contents of /var/dmesg)

uname -a
Linux ubuntu 2.6.38-5-generic #32-Ubuntu SMP Tue Feb 22 16:10:15 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

grub.cfg:
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi

function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}

function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
true
}

insmod ext2
set root='(/dev/loop0)'
search --no-floppy --fs-uuid --set=root c6549035-d54d-4fbb-a7bc-f37e6159d07e
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=auto
load_video
insmod gfxterm
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/10_lupin ###
menuentry "Ubuntu, Linux 2.6.38-5-generic" {
insmod ext2
set root='(/dev/loop0)'
search --no-floppy --fs-uuid --set=root c6549035-d54d-4fbb-a7bc-f37e6159d07e
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.38-5-generic root=UUID=C23C9D663C9D55EF loop=/ubuntu/disks/root.disk ro quiet splash
initrd /boot/initrd.img-2.6.38-5-generic
}
menuentry "Ubuntu, Linux 2.6.38-5-generic (recovery mode)" {
insmod ext2
set root='(/dev/loop0)'
search --no-floppy --fs-uuid --set=root c6549035-d54d-4fbb-a7bc-f37e6159d07e
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.38-5-generic root=UUID=C23C9D663C9D55EF loop=/ubuntu/disks/root.disk ro single
initrd /boot/initrd.img-2.6.38-5-generic
}
menuentry "Ubuntu, Linux 2.6.38-4-generic" {
insmod ext2
set root='(/dev/loop0)'
search --no-floppy --fs-uuid --set=root c6549035-d54d-4fbb-a7bc-f37e6159d07e
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.38-4-generic root=UUID=C23C9D663C9D55EF loop=/ubuntu/disks/root.disk ro quiet splash
initrd /boot/initrd.img-2.6.38-4-generic
}
menuentry "Ubuntu, Linux 2.6.38-4-generic (recovery mode)" {
insmod ext2
set root='(/dev/loop0)'
search --no-floppy --fs-uuid --set=root c6549035-d54d-4fbb-a7bc-f37e6159d07e
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.38-4-generic root=UUID=C23C9D663C9D55EF loop=/ubuntu/disks/root.disk ro single
initrd /boot/initrd.img-2.6.38-4-generic
search --no-floppy --fs-uuid --set=root c6549035-d54d-4fbb-a7bc-f37e6159d07e
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.38-4-generic root=UUID=C23C9D663C9D55EF loop=/ubuntu/disks/root.disk ro single
initrd /boot/initrd.img-2.6.38-4-generic
}
### END /etc/grub.d/10_lupin ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Recovery Environment (loader) (on /dev/sda1)" --class windows --class os {
insmod part_msdos
insmod fat
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root eaee-eb49
drivemap -s (hd0) ${root}
chainloader +1
}
menuentry "Windows Vista (loader) (on /dev/sda2)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos2)'
search --no-floppy --fs-uuid --set=root D8E226D9E226BB9E
chainloader +1
}
menuentry "Microsoft Windows XP Embedded (on /dev/sda4)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(/dev/sda,msdos4)'
search --no-floppy --fs-uuid --set=root 386E855D6E8514B2
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###


/var/dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.38-5-generic (buildd@allspice) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-3ubuntu3) ) #32-Ubuntu SMP Tue Feb 22 16:10:15 UTC 2011 (Ubuntu 2.6.38-5.32-generic 2.6.38-rc6)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-5-generic root=UUID=C23C9D663C9D55EF loop=/ubuntu/disks/root.disk ro quiet splash
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
[ 0.000000] BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bb6a1000 (usable)
[ 0.000000] BIOS-e820: 00000000bb6a1000 - 00000000bb6a7000 (reserved)
[ 0.000000] BIOS-e820: 00000000bb6a7000 - 00000000bb7bc000 (usable)
[ 0.000000] BIOS-e820: 00000000bb7bc000 - 00000000bb80f000 (reserved)
[ 0.000000] BIOS-e820: 00000000bb80f000 - 00000000bb908000 (usable)
[ 0.000000] BIOS-e820: 00000000bb908000 - 00000000bbb0f000 (reserved)
[ 0.000000] BIOS-e820: 00000000bbb0f000 - 00000000bbb19000 (usable)
[ 0.000000] BIOS-e820: 00000000bbb19000 - 00000000bbb1f000 (reserved)
[ 0.000000] BIOS-e820: 00000000bbb1f000 - 00000000bbb64000 (usable)
[ 0.000000] BIOS-e820: 00000000bbb64000 - 00000000bbb9f000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bbb9f000 - 00000000bbbe2000 (usable)
[ 0.000000] BIOS-e820: 00000000bbbe2000 - 00000000bbbff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bbbff000 - 00000000bbc00000 (usable)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI present.
[ 0.000000] DMI: Acer Aspire 8730 /BigBear2 , BIOS V1.09 12/29/2008
[ 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 = 0x140000 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-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 100000000 mask FC0000000 write-back
[ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0BBE00000 mask FFFE00000 uncachable
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 00000000bbe00000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xbbc00 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [ffff8800000f6e00] f6e00
[ 0.000000] Scanning 0 areas for low memory corruption
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bbc00000
[ 0.000000] 0000000000 - 00bbc00000 page 2M
[ 0.000000] kernel direct mapping tables up to bbc00000 @ 1fffc000-20000000
[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000
[ 0.000000] 0100000000 - 0140000000 page 2M
[ 0.000000] kernel direct mapping tables up to 140000000 @ bbbdc000-bbbe2000
[ 0.000000] RAMDISK: 3736a000 - 37ff0000
[ 0.000000] ACPI: RSDP 00000000000f6c60 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 00000000bbbf441f 00064 (v01 ACRSYS ACRPRDCT 06040000 INNA 00000000)
[ 0.000000] ACPI: FACP 00000000bbbe4000 000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001)
[ 0.000000] ACPI: DSDT 00000000bbbe5000 0A5A7 (v02 Intel CANTIGA 06040000 MSFT 03000000)
[ 0.000000] ACPI: FACS 00000000bbb9efc0 00040
[ 0.000000] ACPI: HPET 00000000bbbfed86 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: MCFG 00000000bbbfedbe 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: SLIC 00000000bbbfedfa 00176 (v01 ACRSYS ACRPRDCT 06040000 ANNI 00000001)
[ 0.000000] ACPI: APIC 00000000bbbfef70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 00000000bbbfefd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SSDT 00000000bbbf44bb 001BC (v01 BrtRef DD01BRT 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT 00000000bbbe3000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-0000000140000000
[ 0.000000] Initmem setup node 0 0000000000000000-0000000140000000
[ 0.000000] NODE_DATA [000000013fffb000 - 000000013fffffff]
[ 0.000000] [ffffea0000000000-ffffea00045fffff] PMD -> [ffff88013be00000-ffff88013f5fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00140000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[9] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bb6a1
[ 0.000000] 0: 0x000bb6a7 -> 0x000bb7bc
[ 0.000000] 0: 0x000bb80f -> 0x000bb908
[ 0.000000] 0: 0x000bbb0f -> 0x000bbb19
[ 0.000000] 0: 0x000bbb1f -> 0x000bbb64
[ 0.000000] 0: 0x000bbb9f -> 0x000bbbe2
[ 0.000000] 0: 0x000bbbff -> 0x000bbc00
[ 0.000000] 0: 0x00100000 -> 0x00140000
[ 0.000000] On node 0 totalpages: 1030353
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3921 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 749946 pages, LIFO batch:31
[ 0.000000] Normal zone: 3584 pages used for memmap
[ 0.000000] Normal zone: 258560 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 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 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
[ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
[ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000bb6a1000 - 00000000bb6a7000
[ 0.000000] PM: Registered nosave memory: 00000000bb7bc000 - 00000000bb80f000
[ 0.000000] PM: Registered nosave memory: 00000000bb908000 - 00000000bbb0f000
[ 0.000000] PM: Registered nosave memory: 00000000bbb19000 - 00000000bbb1f000
[ 0.000000] PM: Registered nosave memory: 00000000bbb64000 - 00000000bbb9f000
[ 0.000000] PM: Registered nosave memory: 00000000bbbe2000 - 00000000bbbff000
[ 0.000000] PM: Registered nosave memory: 00000000bbc00000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at bbc00000 (gap: bbc00000:44400000)
[ 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 @ffff8800bb400000 s83840 r8192 d22656 u1048576
[ 0.000000] pcpu-alloc: s83840 r8192 d22656 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1012427
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-5-generic root=UUID=C23C9D663C9D55EF loop=/ubuntu/disks/root.disk ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3971540k/5242880k available (5932k kernel code, 1121468k absent, 149872k reserved, 5018k data, 960k 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] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 41943040 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1995.310 MHz processor.
[ 0.010004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.62 BogoMIPS (lpj=19953100)
[ 0.010009] pid_max: default: 32768 minimum: 301
[ 0.010039] Security Framework initialized
[ 0.010059] AppArmor: AppArmor initialized
[ 0.010061] Yama: becoming mindful.
[ 0.010527] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.012830] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.013883] Mount-cache hash table entries: 256
[ 0.014053] Initializing cgroup subsys ns
[ 0.014060] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.014063] Initializing cgroup subsys cpuacct
[ 0.014067] Initializing cgroup subsys memory
[ 0.014077] Initializing cgroup subsys devices
[ 0.014079] Initializing cgroup subsys freezer
[ 0.014081] Initializing cgroup subsys net_cls
[ 0.014084] Initializing cgroup subsys blkio
[ 0.014125] CPU: Physical Processor ID: 0
[ 0.014126] CPU: Processor Core ID: 0
[ 0.014129] mce: CPU supports 6 MCE banks
[ 0.014138] CPU0: Thermal monitoring enabled (TM1)
[ 0.014143] using mwait in idle threads.
[ 0.017118] ACPI: Core revision 20110112
[ 0.030023] ftrace: allocating 24315 entries in 96 pages
[ 0.040064] Setting APIC routing to flat
[ 0.040378] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.148134] CPU0: Intel(R) Core(TM)2 Duo CPU T6400 @ 2.00GHz stepping 0a
[ 0.150000] APIC calibration not consistent with PM-Timer: 309ms instead of 100ms
[ 0.150000] APIC delta adjusted to PM-Timer: 1247013 (3865725)
[ 0.150000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.150000] ... version: 2
[ 0.150000] ... bit width: 40
[ 0.150000] ... generic registers: 2
[ 0.150000] ... value mask: 000000ffffffffff
[ 0.150000] ... max period: 000000007fffffff
[ 0.150000] ... fixed-purpose events: 3
[ 0.150000] ... event mask: 0000000700000003
[ 0.150000] Booting Node 0, Processors #1 Ok.
[ 0.310022] Brought up 2 CPUs
[ 0.310025] Total of 2 processors activated (7981.08 BogoMIPS).
[ 0.310588] devtmpfs: initialized
[ 0.310978] print_constraints: dummy:
[ 0.311005] Time: 6:01:46 Date: 03/07/11
[ 0.311039] NET: Registered protocol family 16
[ 0.311068] Trying to unpack rootfs image as initramfs...
[ 0.311169] ACPI: bus type pci registered
[ 0.311251] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.311254] PCI: not using MMCONFIG
[ 0.311256] PCI: Using configuration type 1 for base access
[ 0.320149] bio: create slab <bio-0> at 0
[ 0.321870] ACPI: EC: Look up EC in DSDT
[ 0.325537] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.330429] ACPI: SSDT 00000000bbb1aca0 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.330824] ACPI: Dynamic OEM Table Load:
[ 0.330828] ACPI: SSDT (null) 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.330965] ACPI: SSDT 00000000bbb19620 00549 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.331341] ACPI: Dynamic OEM Table Load:
[ 0.331344] ACPI: SSDT (null) 00549 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.430338] ACPI: SSDT 00000000bbb1aa20 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
[ 0.430755] ACPI: Dynamic OEM Table Load:
[ 0.430758] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
[ 0.510169] ACPI: SSDT 00000000bbb1af20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
[ 0.510571] ACPI: Dynamic OEM Table Load:
[ 0.510574] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
[ 0.540103] ACPI: Interpreter enabled
[ 0.540110] ACPI: (supports S0 S3 S4 S5)
[ 0.540140] ACPI: Using IOAPIC for interrupt routing
[ 0.540175] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.541032] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.593752] Freeing initrd memory: 12824k freed
[ 1.420951] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 1.480143] ACPI: No dock devices found.
[ 1.480146] HEST: Table not found.
[ 1.480150] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.480492] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 1.481157] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 1.481160] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 1.481163] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 1.481166] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 1.481169] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 1.481172] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[ 1.481175] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[ 1.481178] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff]
[ 1.481195] pci 0000:00:00.0: [8086:2a40] type 0 class 0x000600
[ 1.481221] DMAR: Forcing write-buffer flush capability
[ 1.481223] DMAR: Disabling IOMMU for graphics on this chipset
[ 1.481249] pci 0000:00:01.0: [8086:2a41] type 1 class 0x000604
[ 1.481286] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 1.481290] pci 0000:00:01.0: PME# disabled
[ 1.481307] pci 0000:00:02.0: [8086:2a42] type 0 class 0x000300
[ 1.481322] pci 0000:00:02.0: reg 10: [mem 0xf4000000-0xf43fffff 64bit]
[ 1.481331] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 1.481338] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
[ 1.481375] pci 0000:00:02.1: [8086:2a43] type 0 class 0x000380
[ 1.481388] pci 0000:00:02.1: reg 10: [mem 0xf4400000-0xf44fffff 64bit]
[ 1.481466] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[ 1.481515] pci 0000:00:1a.0: reg 20: [io 0x1820-0x183f]
[ 1.481566] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[ 1.481614] pci 0000:00:1a.1: reg 20: [io 0x1840-0x185f]
[ 1.481669] pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
[ 1.481718] pci 0000:00:1a.2: reg 20: [io 0x1860-0x187f]
[ 1.481779] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[ 1.481802] pci 0000:00:1a.7: reg 10: [mem 0xf4904800-0xf4904bff]
[ 1.481884] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 1.481889] pci 0000:00:1a.7: PME# disabled
[ 1.481916] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
[ 1.481933] pci 0000:00:1b.0: reg 10: [mem 0xf4700000-0xf4703fff 64bit]
[ 1.481994] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 1.481999] pci 0000:00:1b.0: PME# disabled
[ 1.482021] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[ 1.482084] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 1.482088] pci 0000:00:1c.0: PME# disabled
[ 1.482112] pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
[ 1.482175] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 1.482179] pci 0000:00:1c.1: PME# disabled
[ 1.482208] pci 0000:00:1c.4: [8086:2948] type 1 class 0x000604
[ 1.482270] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 1.482275] pci 0000:00:1c.4: PME# disabled
[ 1.482303] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[ 1.482352] pci 0000:00:1d.0: reg 20: [io 0x1880-0x189f]
[ 1.482404] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[ 1.482459] pci 0000:00:1d.1: reg 20: [io 0x18a0-0x18bf]
[ 1.482514] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
[ 1.482563] pci 0000:00:1d.2: reg 20: [io 0x18c0-0x18df]
[ 1.482623] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[ 1.482647] pci 0000:00:1d.7: reg 10: [mem 0xf4904c00-0xf4904fff]
[ 1.482729] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 1.482733] pci 0000:00:1d.7: PME# disabled
[ 1.482756] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 1.482821] pci 0000:00:1f.0: [8086:2919] type 0 class 0x000601
[ 1.482943] pci 0000:00:1f.2: [8086:2929] type 0 class 0x000106
[ 1.482964] pci 0000:00:1f.2: reg 10: [io 0x1818-0x181f]
[ 1.482973] pci 0000:00:1f.2: reg 14: [io 0x180c-0x180f]
[ 1.482982] pci 0000:00:1f.2: reg 18: [io 0x1810-0x1817]
[ 1.482991] pci 0000:00:1f.2: reg 1c: [io 0x1808-0x180b]
[ 1.483001] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
[ 1.483010] pci 0000:00:1f.2: reg 24: [mem 0xf4904000-0xf49047ff]
[ 1.483048] pci 0000:00:1f.2: PME# supported from D3hot
[ 1.483052] pci 0000:00:1f.2: PME# disabled
[ 1.483074] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
[ 1.483091] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff 64bit]
[ 1.483116] pci 0000:00:1f.3: reg 20: [io 0x1c00-0x1c1f]
[ 1.483176] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 1.483180] pci 0000:00:01.0: bridge window [io 0xf000-0x0000] (disabled)
[ 1.483184] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 1.483189] pci 0000:00:01.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 1.483414] pci 0000:02:00.0: [14e4:1684] type 0 class 0x000200
[ 1.483443] pci 0000:02:00.0: reg 10: [mem 0xf4500000-0xf450ffff 64bit]
[ 1.483563] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 1.483569] pci 0000:02:00.0: PME# disabled
[ 1.483626] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 1.483630] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
[ 1.483635] pci 0000:00:1c.0: bridge window [mem 0xf4500000-0xf45fffff]
[ 1.483641] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 1.483714] pci 0000:03:00.0: [8086:4232] type 0 class 0x000280
[ 1.483749] pci 0000:03:00.0: reg 10: [mem 0xf4600000-0xf4601fff 64bit]
[ 1.483883] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 1.483890] pci 0000:03:00.0: PME# disabled
[ 1.500020] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 1.500025] pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
[ 1.500030] pci 0000:00:1c.1: bridge window [mem 0xf4600000-0xf46fffff]
[ 1.500036] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 1.500082] pci 0000:00:1c.4: PCI bridge to [bus 04-06]
[ 1.500087] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]
[ 1.500091] pci 0000:00:1c.4: bridge window [mem 0xf2000000-0xf3ffffff]
[ 1.500098] pci 0000:00:1c.4: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 1.500167] pci 0000:00:1e.0: PCI bridge to [bus 0d-0d] (subtractive decode)
[ 1.500172] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 1.500176] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 1.500183] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 1.500186] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 1.500189] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 1.500191] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 1.500194] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 1.500197] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 1.500200] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 1.500203] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[ 1.500206] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[ 1.500230] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 1.500346] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 1.500419] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 1.500458] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 1.500501] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[ 1.500552] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 9.500293] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
[ 9.500342] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 *11)
[ 9.500389] ACPI: PCI Interrupt Link [LNKC] (IRQs *10 11)
[ 9.500435] ACPI: PCI Interrupt Link [LNKD] (IRQs *10 11)
[ 9.500486] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 *11)
[ 9.500533] ACPI: PCI Interrupt Link [LNKF] (IRQs *10 11)
[ 9.500580] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled.
[ 9.500628] ACPI: PCI Interrupt Link [LNKH] (IRQs *10 11)
[ 9.500753] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks= none
[ 9.500767] vgaarb: loaded
[ 9.500973] SCSI subsystem initialized
[ 9.500987] libata version 3.00 loaded.
[ 9.500987] usbcore: registered new interface driver usbfs
[ 9.500987] usbcore: registered new interface driver hub
[ 9.500987] usbcore: registered new device driver usb
[ 9.500987] wmi: Mapper loaded
[ 9.500987] PCI: Using ACPI for IRQ routing
[ 9.500987] PCI: pci_cache_line_size set to 64 bytes
[ 9.500987] reserve RAM buffer: 000000000009f400 - 000000000009ffff
[ 9.500987] reserve RAM buffer: 00000000bb6a1000 - 00000000bbffffff
[ 9.500987] reserve RAM buffer: 00000000bb7bc000 - 00000000bbffffff
[ 9.500987] reserve RAM buffer: 00000000bb908000 - 00000000bbffffff
[ 9.500987] reserve RAM buffer: 00000000bbb19000 - 00000000bbffffff
[ 9.500987] reserve RAM buffer: 00000000bbb64000 - 00000000bbffffff
[ 9.500987] reserve RAM buffer: 00000000bbbe2000 - 00000000bbffffff
[ 9.500987] reserve RAM buffer: 00000000bbc00000 - 00000000bbffffff
[ 9.500987] NetLabel: Initializing
[ 9.500987] NetLabel: domain hash size = 128
[ 9.500987] NetLabel: protocols = UNLABELED CIPSOv4
[ 9.500990] NetLabel: unlabeled traffic allowed by default
[ 9.501030] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 9.501035] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 9.501041] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 9.510017] Switching to clocksource hpet
[ 9.518350] AppArmor: AppArmor Filesystem Enabled
[ 9.518390] pnp: PnP ACPI init
[ 9.518414] ACPI: bus type pnp registered
[ 9.518803] pnp 00:00: [bus 00-ff]
[ 9.518807] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 9.518809] pnp 00:00: [io 0x0cf8-0x0cff]
[ 9.518812] pnp 00:00: [io 0x0d00-0xffff window]
[ 9.518814] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 9.518817] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 9.518819] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 9.518822] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 9.518825] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 9.518827] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 9.518830] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 9.518832] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 9.518838] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 9.518841] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[ 9.518843] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[ 9.518846] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[ 9.518849] pnp 00:00: [mem 0x000ec000-0x000effff window]
[ 9.518851] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[ 9.518854] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
[ 9.518856] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
[ 9.518932] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 9.519019] pnp 00:01: [io 0x0060]
[ 9.519022] pnp 00:01: [io 0x0064]
[ 9.519036] pnp 00:01: [irq 1]
[ 9.519072] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 9.519086] pnp 00:02: [irq 12]
[ 9.519120] pnp 00:02: Plug and Play ACPI device, IDs SYN0302 SYN0300 SYN0002 PNP0f13 (active)
[ 9.519131] pnp 00:03: [io 0x0000-0x001f]
[ 9.519134] pnp 00:03: [io 0x0081-0x0091]
[ 9.519136] pnp 00:03: [io 0x0093-0x009f]
[ 9.519138] pnp 00:03: [io 0x00c0-0x00df]
[ 9.519140] pnp 00:03: [dma 4]
[ 9.519173] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 9.519183] pnp 00:04: [mem 0xffc00000-0xffffffff]
[ 9.519212] pnp 00:04: Plug and Play ACPI device, IDs INT0800 (active)
[ 9.519292] pnp 00:05: [mem 0xfed00000-0xfed003ff]
[ 9.519370] system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
[ 9.519374] system 00:05: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 9.519386] pnp 00:06: [io 0x00f0]
[ 9.519391] pnp 00:06: [irq 13]
[ 9.519422] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 9.519435] pnp 00:07: [io 0x002e-0x002f]
[ 9.519438] pnp 00:07: [io 0x004e-0x004f]
[ 9.519440] pnp 00:07: [io 0x0061]
[ 9.519442] pnp 00:07: [io 0x0063]
[ 9.519444] pnp 00:07: [io 0x0065]
[ 9.519446] pnp 00:07: [io 0x0067]
[ 9.519448] pnp 00:07: [io 0x0070]
[ 9.519450] pnp 00:07: [io 0x0080]
[ 9.519452] pnp 00:07: [io 0x0092]
[ 9.519454] pnp 00:07: [io 0x00b2-0x00b3]
[ 9.519457] pnp 00:07: [io 0x0068-0x006f]
[ 9.519459] pnp 00:07: [io 0x0480-0x048f]
[ 9.519461] pnp 00:07: [io 0xffff]
[ 9.519463] pnp 00:07: [io 0xffff]
[ 9.519465] pnp 00:07: [io 0x0400-0x047f]
[ 9.519467] pnp 00:07: [io 0x1180-0x11ff]
[ 9.519469] pnp 00:07: [io 0xfe00]
[ 9.519472] pnp 00:07: [mem 0xff800000-0xff800fff]
[ 9.519538] system 00:07: [io 0x0480-0x048f] has been reserved
[ 9.519541] system 00:07: [io 0xffff] has been reserved
[ 9.519544] system 00:07: [io 0xffff] has been reserved
[ 9.519547] system 00:07: [io 0x0400-0x047f] has been reserved
[ 9.519550] system 00:07: [io 0x1180-0x11ff] has been reserved
[ 9.519553] system 00:07: [io 0xfe00] has been reserved
[ 9.519556] system 00:07: [mem 0xff800000-0xff800fff] has been reserved
[ 9.519560] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 9.519577] pnp 00:08: [mem 0xff810000-0xff81000f]
[ 9.519582] pnp 00:08: [irq 6]
[ 9.519614] pnp 00:08: Plug and Play ACPI device, IDs WEC1040 (active)
[ 9.519624] pnp 00:09: [io 0x0070-0x0077]
[ 9.519633] pnp 00:09: [irq 8]
[ 9.519668] pnp 00:09: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 9.519789] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[ 9.519791] pnp 00:0a: [mem 0xfed10000-0xfed13fff]
[ 9.519794] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
[ 9.519796] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
[ 9.519798] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[ 9.519801] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
[ 9.519833] Switched to NOHz mode on CPU #0
[ 9.519878] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 9.519882] system 00:0a: [mem 0xfed10000-0xfed13fff] has been reserved
[ 9.519885] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[ 9.519888] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[ 9.519890] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[ 9.519893] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 9.519897] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 9.519952] Switched to NOHz mode on CPU #1
[ 9.920153] pnp: PnP ACPI: found 11 devices
[ 9.920156] ACPI: ACPI bus type pnp unregistered
[ 9.926624] pci 0000:00:01.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
[ 9.926630] pci 0000:00:01.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
[ 9.926634] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[ 9.926639] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[ 9.926643] pci 0000:00:01.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 9.926647] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
[ 9.926650] pci 0000:00:1c.1: BAR 13: assigned [io 0x5000-0x5fff]
[ 9.926654] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0800000-0xc08000ff 64bit]
[ 9.926662] pci 0000:00:1f.3: BAR 0: set to [mem 0xc0800000-0xc08000ff 64bit] (PCI address [0xc0800000-0xc08000ff])
[ 9.926665] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 9.926668] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 9.926673] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xc01fffff]
[ 9.926677] pci 0000:00:01.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
[ 9.926682] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 9.926685] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 9.926691] pci 0000:00:1c.0: bridge window [mem 0xf4500000-0xf45fffff]
[ 9.926695] pci 0000:00:1c.0: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[ 9.926702] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 9.926705] pci 0000:00:1c.1: bridge window [io 0x5000-0x5fff]
[ 9.926711] pci 0000:00:1c.1: bridge window [mem 0xf4600000-0xf46fffff]
[ 9.926715] pci 0000:00:1c.1: bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[ 9.926722] pci 0000:00:1c.4: PCI bridge to [bus 04-06]
[ 9.926725] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]
[ 9.926731] pci 0000:00:1c.4: bridge window [mem 0xf2000000-0xf3ffffff]
[ 9.926736] pci 0000:00:1c.4: bridge window [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 9.926742] pci 0000:00:1e.0: PCI bridge to [bus 0d-0d]
[ 9.926744] pci 0000:00:1e.0: bridge window [io disabled]
[ 9.926750] pci 0000:00:1e.0: bridge window [mem disabled]
[ 9.926754] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 9.926772] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 9.926777] pci 0000:00:01.0: setting latency timer to 64
[ 9.926784] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 9.926789] pci 0000:00:1c.0: setting latency timer to 64
[ 9.926798] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 9.926803] pci 0000:00:1c.1: setting latency timer to 64
[ 9.926810] pci 0000:00:1c.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 9.926814] pci 0000:00:1c.4: setting latency timer to 64
[ 9.926822] pci 0000:00:1e.0: setting latency timer to 64
[ 9.926826] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 9.926829] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 9.926832] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 9.926834] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[ 9.926837] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[ 9.926840] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
[ 9.926842] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xdfffffff]
[ 9.926845] pci_bus 0000:00: resource 11 [mem 0xf0000000-0xfebfffff]
[ 9.926848] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 9.926850] pci_bus 0000:01: resource 1 [mem 0xc0000000-0xc01fffff]
[ 9.926853] pci_bus 0000:01: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
[ 9.926856] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 9.926859] pci_bus 0000:02: resource 1 [mem 0xf4500000-0xf45fffff]
[ 9.926861] pci_bus 0000:02: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[ 9.926864] pci_bus 0000:03: resource 0 [io 0x5000-0x5fff]
[ 9.926867] pci_bus 0000:03: resource 1 [mem 0xf4600000-0xf46fffff]
[ 9.926870] pci_bus 0000:03: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[ 9.926872] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 9.926875] pci_bus 0000:04: resource 1 [mem 0xf2000000-0xf3ffffff]
[ 9.926878] pci_bus 0000:04: resource 2 [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 9.926881] pci_bus 0000:0d: resource 4 [io 0x0000-0x0cf7]
[ 9.926883] pci_bus 0000:0d: resource 5 [io 0x0d00-0xffff]
[ 9.926886] pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
[ 9.926888] pci_bus 0000:0d: resource 7 [mem 0x000d4000-0x000d7fff]
[ 9.926891] pci_bus 0000:0d: resource 8 [mem 0x000d8000-0x000dbfff]
[ 9.926894] pci_bus 0000:0d: resource 9 [mem 0x000e0000-0x000e3fff]
[ 9.926896] pci_bus 0000:0d: resource 10 [mem 0xc0000000-0xdfffffff]
[ 9.926899] pci_bus 0000:0d: resource 11 [mem 0xf0000000-0xfebfffff]
[ 9.926936] NET: Registered protocol family 2
[ 9.927102] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 9.928404] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 9.932709] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 9.933248] TCP: Hash tables configured (established 524288 bind 65536)
[ 9.933251] TCP reno registered
[ 9.933265] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 9.933309] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 9.933463] NET: Registered protocol family 1
[ 9.933486] pci 0000:00:02.0: Boot video device
[ 9.933816] PCI: CLS 64 bytes, default 64
[ 9.933820] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 9.933823] Placing 64MB software IO TLB between ffff8800b729f000 - ffff8800bb29f000
[ 9.933825] software IO TLB at phys 0xb729f000 - 0xbb29f000
[ 9.933865] Simple Boot Flag at 0x57 set to 0x1
[ 9.934122] Scanning for low memory corruption every 60 seconds
[ 9.934246] audit: initializing netlink socket (disabled)
[ 9.934257] type=2000 audit(1299477714.930:1): initialized
[ 9.948646] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 9.950581] VFS: Disk quotas dquot_6.5.2
[ 9.950638] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 9.951292] fuse init (API version 7.16)
[ 9.951385] msgmni has been set to 7781
[ 9.951620] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 9.951624] io scheduler noop registered
[ 9.951626] io scheduler deadline registered
[ 9.951667] io scheduler cfq registered (default)
[ 9.951782] pcieport 0000:00:01.0: setting latency timer to 64
[ 9.951820] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 9.951872] pcieport 0000:00:1c.0: setting latency timer to 64
[ 9.951912] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 9.951976] pcieport 0000:00:1c.1: setting latency timer to 64
[ 9.952015] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[ 9.952076] pcieport 0000:00:1c.4: setting latency timer to 64
[ 9.952115] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
[ 9.952200] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 9.952224] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 9.952317] intel_idle: MWAIT substates: 0x22220
[ 9.952320] intel_idle: does not run on family 6 model 23
[ 9.953496] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 9.954748] ACPI: AC Adapter [ADP1] (on-line)
[ 9.954863] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 10.030011] ACPI: Lid Switch [LID0]
[ 10.030060] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[ 10.050032] ACPI: Sleep Button [SLPB]
[ 10.050081] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 10.050084] ACPI: Power Button [PWRF]
[ 10.050275] ACPI: acpi_idle registered with cpuidle
[ 10.054652] Monitor-Mwait will be used to enter C-1 state
[ 10.054678] Monitor-Mwait will be used to enter C-2 state
[ 10.054685] Marking TSC unstable due to TSC halts in idle
[ 10.473493] thermal LNXTHERM:00: registered as thermal_zone0
[ 10.473496] ACPI: Thermal Zone [TZS0] (48 C)
[ 10.479193] thermal LNXTHERM:01: registered as thermal_zone1
[ 10.479196] ACPI: Thermal Zone [TZS1] (48 C)
[ 10.479215] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 10.479268] ERST: Table is not found!
[ 10.479344] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 10.592396] ACPI: Battery Slot [BAT0] (battery present)
[ 10.601145] Linux agpgart interface v0.103
[ 10.601236] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[ 10.601455] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 10.602814] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[ 10.602944] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 10.604190] brd: module loaded
[ 10.604747] loop: module loaded
[ 10.604846] i2c-core: driver [adp5520] using legacy suspend method
[ 10.604848] i2c-core: driver [adp5520] using legacy resume method
[ 10.605281] Fixed MDIO Bus: probed
[ 10.605317] PPP generic driver version 2.4.2
[ 10.605358] tun: Universal TUN/TAP device driver, 1.6
[ 10.605360] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 10.605440] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 10.605476] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 20 (level, low) -> IRQ 20
[ 10.605496] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 10.605500] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 10.605535] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 10.605606] ehci_hcd 0000:00:1a.7: debug port 1
[ 10.609494] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[ 10.609512] ehci_hcd 0000:00:1a.7: irq 20, io mem 0xf4904800
[ 10.630013] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 10.630150] hub 1-0:1.0: USB hub found
[ 10.630155] hub 1-0:1.0: 6 ports detected
[ 10.630239] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 10.630252] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 10.630256] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 10.630296] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 10.630344] ehci_hcd 0000:00:1d.7: debug port 1
[ 10.634214] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 10.634227] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf4904c00
[ 10.650014] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 10.650130] hub 2-0:1.0: USB hub found
[ 10.650139] hub 2-0:1.0: 6 ports detected
[ 10.650216] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 10.650229] uhci_hcd: USB Universal Host Controller Interface driver
[ 10.650282] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 10.650288] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 10.650292] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 10.650331] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 10.650371] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001820
[ 10.650493] hub 3-0:1.0: USB hub found
[ 10.650498] hub 3-0:1.0: 2 ports detected
[ 10.650566] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 10.650572] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 10.650576] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 10.650612] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 10.650652] uhci_hcd 0000:00:1a.1: irq 20, io base 0x00001840
[ 10.650775] hub 4-0:1.0: USB hub found
[ 10.650779] hub 4-0:1.0: 2 ports detected
[ 10.650846] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 20 (level, low) -> IRQ 20
[ 10.650852] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 10.650856] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 10.650895] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 10.660041] uhci_hcd 0000:00:1a.2: irq 20, io base 0x00001860
[ 10.660161] hub 5-0:1.0: USB hub found
[ 10.660165] hub 5-0:1.0: 2 ports detected
[ 10.660233] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 10.660239] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 10.660242] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 10.660280] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 10.660319] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001880
[ 10.660453] hub 6-0:1.0: USB hub found
[ 10.660458] hub 6-0:1.0: 2 ports detected
[ 10.660524] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 10.660531] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 10.660534] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 10.660571] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 10.660619] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018a0
[ 10.660740] hub 7-0:1.0: USB hub found
[ 10.660744] hub 7-0:1.0: 2 ports detected
[ 10.660814] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 10.660820] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 10.660824] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 10.660863] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 10.660914] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018c0
[ 10.661032] hub 8-0:1.0: USB hub found
[ 10.661036] hub 8-0:1.0: 2 ports detected
[ 10.661159] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 10.669481] i8042: Detected active multiplexing controller, rev 1.1
[ 10.677081] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 10.677088] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 10.677121] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 10.677147] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 10.677174] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 10.677291] mousedev: PS/2 mouse device common for all mice
[ 10.677653] rtc_cmos 00:09: RTC can wake from S4
[ 10.677719] rtc_cmos 00:09: rtc core: registered rtc_cmos as rtc0
[ 10.677744] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 10.677848] device-mapper: uevent: version 1.0.3
[ 10.677925] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
[ 10.677998] device-mapper: multipath: version 1.2.0 loaded
[ 10.678001] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 10.678166] cpuidle: using governor ladder
[ 10.678239] cpuidle: using governor menu
[ 10.678491] TCP cubic registered
[ 10.678623] NET: Registered protocol family 10
[ 10.679126] NET: Registered protocol family 17
[ 10.679144] Registering the dns_resolver key type
[ 10.683911] PM: Hibernation image not present or could not be loaded.
[ 10.683924] registered taskstats version 1
[ 10.684355] Magic number: 3:102:13
[ 10.684472] rtc_cmos 00:09: setting system clock to 2011-03-07 06:01:56 UTC (1299477716)
[ 10.684476] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 10.684477] EDD information not available.
[ 10.686398] Freeing unused kernel memory: 960k freed
[ 10.686713] Write protecting the kernel read-only data: 10240k
[ 10.687615] Freeing unused kernel memory: 192k freed
[ 10.693242] Freeing unused kernel memory: 1444k freed
[ 10.699611] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 10.713322] udev[65]: starting version 167
[ 10.876037] tg3.c:v3.116 (December 3, 2010)
[ 10.876206] tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 10.876216] tg3 0000:02:00.0: setting latency timer to 64
[ 10.885156] ahci 0000:00:1f.2: version 3.0
[ 10.885192] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 10.885252] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[ 10.885344] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[ 10.885348] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pmp pio slum part ccc
[ 10.885353] ahci 0000:00:1f.2: setting latency timer to 64
[ 10.912598] scsi0 : ahci
[ 10.915716] scsi1 : ahci
[ 10.957411] usb 1-3: new high speed USB device using ehci_hcd and address 2
[ 10.957440] scsi2 : ahci
[ 10.957602] scsi3 : ahci
[ 10.957712] scsi4 : ahci
[ 10.957818] scsi5 : ahci
[ 10.957882] ata1: SATA max UDMA/133 abar m2048@0xf4904000 port 0xf4904100 irq 44
[ 10.957885] ata2: SATA max UDMA/133 abar m2048@0xf4904000 port 0xf4904180 irq 44
[ 10.957888] ata3: DUMMY
[ 10.957889] ata4: DUMMY
[ 10.957892] ata5: SATA max UDMA/133 abar m2048@0xf4904000 port 0xf4904300 irq 44
[ 10.957895] ata6: SATA max UDMA/133 abar m2048@0xf4904000 port 0xf4904380 irq 44
[ 11.074148] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95764M) rev 5784100] (PCI Express) MAC address 00:1d:72:f3:9a:da
[ 11.074153] tg3 0000:02:00.0: eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[ 11.074156] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 11.074159] tg3 0000:02:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 11.280039] usb 2-4: new high speed USB device using ehci_hcd and address 2
[ 11.290081] ata2: SATA link down (SStatus 0 SControl 300)
[ 11.290143] ata5: SATA link down (SStatus 0 SControl 300)
[ 11.448998] usbcore: registered new interface driver uas
[ 11.490045] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 11.490068] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 11.491686] ata6.00: ATAPI: PIONEER DVD-RW DVRTD08RS, 1.06, max UDMA/33
[ 11.493610] ata6.00: configured for UDMA/33
[ 11.830307] ata1.00: ATA-8: WDC WD3200BEVT-22ZCT0, 11.01A11, max UDMA/133
[ 11.830313] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 11.832875] ata1.00: configured for UDMA/133
[ 11.833073] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BEVT-2 11.0 PQ: 0 ANSI: 5
[ 11.833317] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 11.833329] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 11.833388] sd 0:0:0:0: [sda] Write Protect is off
[ 11.833391] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 11.833427] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 11.844125] sda: sda1 sda2 sda3 sda4
[ 11.844547] sd 0:0:0:0: [sda] Attached SCSI disk
[ 11.865436] scsi 5:0:0:0: CD-ROM PIONEER DVD-RW DVRTD08RS 1.06 PQ: 0 ANSI: 5
[ 11.913366] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 11.913371] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 11.913531] sr 5:0:0:0: Attached scsi CD-ROM sr0
[ 11.913621] sr 5:0:0:0: Attached scsi generic sg1 type 5
[ 11.922934] Initializing USB Mass Storage driver...
[ 11.923909] scsi6 : usb-storage 2-4:1.0
[ 11.924021] usbcore: registered new interface driver usb-storage
[ 11.924023] USB Mass Storage support registered.
[ 12.850638] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[ 12.922333] scsi 6:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
[ 12.923048] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 12.927111] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 34.272933] udev[328]: starting version 167
[ 34.305404] lp: driver loaded but no devices found
[ 34.606499] type=1400 audit(1299495740.410:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=504 comm="apparmor_parser"
[ 34.607225] type=1400 audit(1299495740.410:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=504 comm="apparmor_parser"
[ 34.607610] type=1400 audit(1299495740.410:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=504 comm="apparmor_parser"
[ 34.668850] Linux video capture interface: v2.00
[ 34.672448] cfg80211: Calling CRDA to update world regulatory domain
[ 34.683785] uvcvideo: Found UVC 1.00 device CNF7017 (04f2:b044)
[ 34.706887] input: CNF7017 as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3:1.0/input/input4
[ 34.707013] usbcore: registered new interface driver uvcvideo
[ 34.707016] USB Video Class driver (v1.0.0)
[ 34.713067] [drm] Initialized drm 1.1.0 20060810
[ 35.071132] acer-wmi: Acer Laptop ACPI-WMI Extras
[ 35.084176] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 35.084180] iwlagn: Copyright(c) 2003-2010 Intel Corporation
[ 35.084288] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 35.084297] iwlagn 0000:03:00.0: setting latency timer to 64
[ 35.084329] iwlagn 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[ 35.088703] acer-wmi: Brightness must be controlled by generic video driver
[ 35.107829] iwlagn 0000:03:00.0: device EEPROM VER=0x11f, CALIB=0x4
[ 35.107833] iwlagn 0000:03:00.0: Device SKU: 0Xb
[ 35.109517] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 35.109524] i915 0000:00:02.0: setting latency timer to 64
[ 35.221246] cfg80211: World regulatory domain updated:
[ 35.221250] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 35.221253] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 35.221256] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 35.221259] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 35.221262] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 35.221265] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 35.222566] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 35.222642] iwlagn 0000:03:00.0: irq 45 for MSI/MSI-X
[ 35.235341] i915 0000:00:02.0: irq 46 for MSI/MSI-X
[ 35.235348] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 35.235350] [drm] Driver supports precise vblank timestamp query.
[ 35.293055] Adding 261116k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:261116k
[ 35.324676] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem: owns=io+mem
[ 35.348531] EXT4-fs (loop0): re-mounted. Opts: errors=remount-ro
[ 35.357184] iwlagn 0000:03:00.0: loaded firmware version 8.24.2.12
[ 35.357545] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[ 35.364020] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 35.650061] fixme: max PWM is zero.
[ 35.656003] Console: switching to colour frame buffer device 240x67
[ 35.661757] fb0: inteldrmfb frame buffer device
[ 35.661759] drm: registered panic notifier
[ 35.693433] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa44000/0xa0000
[ 35.732119] acpi device:03: registered as cooling_device2
[ 35.732268] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5
[ 35.732339] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 35.732519] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 35.744602] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
[ 35.744612] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
[ 35.744631] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 35.744716] HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 35.744750] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 35.758485] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input6
[ 35.871791] hda_codec: ALC888: BIOS auto-probing.
[ 35.895993] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 36.369358] type=1400 audit(1299495742.170:5): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=819 comm="apparmor_parser"
[ 36.372615] type=1400 audit(1299495742.180:6): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=820 comm="apparmor_parser"
[ 36.373334] type=1400 audit(1299495742.180:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=820 comm="apparmor_parser"
[ 36.373723] type=1400 audit(1299495742.180:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=820 comm="apparmor_parser"
[ 36.376911] ppdev: user-space parallel port driver
[ 36.397481] type=1400 audit(1299495742.200:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=828 comm="apparmor_parser"
[ 36.398350] type=1400 audit(1299495742.200:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=828 comm="apparmor_parser"
[ 36.399372] type=1400 audit(1299495742.200:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=833 comm="apparmor_parser"
[ 36.618175] tg3 0000:02:00.0: irq 48 for MSI/MSI-X