You are not logged in.

#1 2012-05-11 15:31:59

shefla
Member
From: France
Registered: 2010-03-05
Posts: 19

[SOLVED] Nvidia GTX550TI + Nouveau = Freeze during boot

Solution Summary:
Bug due to kernel v3.2 and 3.3.
Upgrade to kernel v3.4 solved the issue.

Hello,

My graphic card is a Nvidia (Asus - GTX550 TI - ENGTX550 TI DC/DI/1GD5.).
Proprietary drivers work like a charm.

When I am trying to use the opensource Nouveau driver, I am not able to boot properly.
The screen display some boot information (maybe 50 lines) then it became black and is frozen (I don't know if the computer itself is frozen as I am not able to see what I am doing).

I have removed proprietary drivers properly -> not working
I have even try to do a fresh install -> not working

The solutions I have found to workaround the freeze is to add one of the below option to the grub line:
- nouveau.modeset=0
- rdblacklist=nouveau
- acpi=off
I am able to boot but without hardware acceleration.
I think it use VESA driver so very slow.

I don't know if the problem come from:
- the nouveau driver
- the kernel (KMS - Kernel Mode Settings)
- elsewhere

In the Nouveau  website, I get the following informations:
- my card is part of the NVC0 family
- support of KMS for NCV0 is not full

Does anybody succeeded in installing Nouveau driver with this card ?
Do you know how to make it work ?

Thanks and regards

Last edited by shefla (2012-05-30 10:33:06)

Offline

#2 2012-05-11 15:45:58

shefla
Member
From: France
Registered: 2010-03-05
Posts: 19

Re: [SOLVED] Nvidia GTX550TI + Nouveau = Freeze during boot

My problem seems to be similar to this post:
https://bbs.archlinux.org/viewtopic.php?id=140397

Offline

#3 2012-05-14 20:06:03

shefla
Member
From: France
Registered: 2010-03-05
Posts: 19

Re: [SOLVED] Nvidia GTX550TI + Nouveau = Freeze during boot

Few more details.

I explained the screen was frozen in my previous post. I made some additional tests.
The screen is frozen but not the computed.
When I hit CTRL+ALT+DEL the machine reboot.
When I blindly (the screen stay black) login as root and issue the reboot command the computer reboot.

Here is the content of the /var/log/everything.log file when I am trying to boot using nouveau (not working).

May 14 21:30:27 localhost kernel: [    0.000000] Initializing cgroup subsys cpuset
May 14 21:30:27 localhost kernel: [    0.000000] Initializing cgroup subsys cpu
May 14 21:30:27 localhost kernel: [    0.000000] Linux version 3.3.5-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120505 (prerelease) (GCC) ) #1 SMP PREEMPT Mon May 7 19:57:51 CEST 2012
May 14 21:30:27 localhost kernel: [    0.000000] Command line: root=/dev/sda3 ro
May 14 21:30:27 localhost kernel: [    0.000000] BIOS-provided physical RAM map:
May 14 21:30:27 localhost kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
May 14 21:30:27 localhost kernel: [    0.000000]  BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
May 14 21:30:27 localhost kernel: [    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
May 14 21:30:27 localhost kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 00000000bff90000 (usable)
May 14 21:30:27 localhost kernel: [    0.000000]  BIOS-e820: 00000000bff90000 - 00000000bff9e000 (ACPI data)
May 14 21:30:27 localhost syslog-ng[393]: syslog-ng starting up; version='3.3.5'
May 14 21:30:27 localhost kernel: [    0.000000]  BIOS-e820: 00000000bff9e000 - 00000000bffe0000 (ACPI NVS)
May 14 21:30:27 localhost kernel: [    0.000000]  BIOS-e820: 00000000bffe0000 - 00000000c0000000 (reserved)
May 14 21:30:27 localhost kernel: [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
May 14 21:30:27 localhost kernel: [    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
May 14 21:30:27 localhost kernel: [    0.000000]  BIOS-e820: 0000000100000000 - 0000000180000000 (usable)
May 14 21:30:27 localhost kernel: [    0.000000] NX (Execute Disable) protection: active
May 14 21:30:27 localhost kernel: [    0.000000] DMI 2.4 present.
May 14 21:30:27 localhost kernel: [    0.000000] DMI: System manufacturer System Product Name/P5B-Deluxe, BIOS 1238    09/30/2008
May 14 21:30:27 localhost kernel: [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
May 14 21:30:27 localhost kernel: [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
May 14 21:30:27 localhost kernel: [    0.000000] No AGP bridge found
May 14 21:30:27 localhost kernel: [    0.000000] last_pfn = 0x180000 max_arch_pfn = 0x400000000
May 14 21:30:27 localhost kernel: [    0.000000] MTRR default type: uncachable
May 14 21:30:27 localhost kernel: [    0.000000] MTRR fixed ranges enabled:
May 14 21:30:27 localhost kernel: [    0.000000]   00000-9FFFF write-back
May 14 21:30:27 localhost kernel: [    0.000000]   A0000-DFFFF uncachable
May 14 21:30:27 localhost kernel: [    0.000000]   E0000-EFFFF write-through
May 14 21:30:27 localhost kernel: [    0.000000]   F0000-FFFFF write-protect
May 14 21:30:27 localhost kernel: [    0.000000] MTRR variable ranges enabled:
May 14 21:30:27 localhost kernel: [    0.000000]   0 base 0D4000000 mask FFC000000 uncachable
May 14 21:30:27 localhost kernel: [    0.000000]   1 base 0D8000000 mask FF8000000 uncachable
May 14 21:30:27 localhost kernel: [    0.000000]   2 base 0E0000000 mask FE0000000 uncachable
May 14 21:30:27 localhost kernel: [    0.000000]   3 base 000000000 mask F00000000 write-back
May 14 21:30:27 localhost kernel: [    0.000000]   4 base 100000000 mask F80000000 write-back
May 14 21:30:27 localhost kernel: [    0.000000]   5 disabled
May 14 21:30:27 localhost kernel: [    0.000000]   6 disabled
May 14 21:30:27 localhost kernel: [    0.000000]   7 disabled
May 14 21:30:27 localhost kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
May 14 21:30:27 localhost kernel: [    0.000000] e820 update range: 00000000d4000000 - 0000000100000000 (usable) ==> (reserved)
May 14 21:30:27 localhost kernel: [    0.000000] last_pfn = 0xbff90 max_arch_pfn = 0x400000000
May 14 21:30:27 localhost kernel: [    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
May 14 21:30:27 localhost kernel: [    0.000000] initial memory mapped : 0 - 20000000
May 14 21:30:27 localhost kernel: [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
May 14 21:30:27 localhost kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000bff90000
May 14 21:30:27 localhost kernel: [    0.000000]  0000000000 - 00bfe00000 page 2M
May 14 21:30:27 localhost kernel: [    0.000000]  00bfe00000 - 00bff90000 page 4k
May 14 21:30:27 localhost kernel: [    0.000000] kernel direct mapping tables up to bff90000 @ 1fffb000-20000000
May 14 21:30:27 localhost kernel: [    0.000000] init_memory_mapping: 0000000100000000-0000000180000000
May 14 21:30:27 localhost kernel: [    0.000000]  0100000000 - 0180000000 page 2M
May 14 21:30:27 localhost kernel: [    0.000000] kernel direct mapping tables up to 180000000 @ bff89000-bff90000
May 14 21:30:27 localhost kernel: [    0.000000] RAMDISK: 37d1d000 - 37ff0000
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: RSDP 00000000000fae70 00024 (v02 ACPIAM)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: XSDT 00000000bff90100 0004C (v01 MSTEST OEMXSDT  09000830 MSFT 00000097)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: FACP 00000000bff90290 000F4 (v03 MSTEST OEMFACP  09000830 MSFT 00000097)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: DSDT 00000000bff905c0 0918E (v01  A0483 A0483035 00000035 INTL 20060113)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: FACS 00000000bff9e000 00040
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: APIC 00000000bff90390 0006C (v01 MSTEST OEMAPIC  09000830 MSFT 00000097)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: MCFG 00000000bff90400 0003C (v01 MSTEST OEMMCFG  09000830 MSFT 00000097)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: OEMB 00000000bff9e040 0007B (v01 MSTEST AMI_OEM  09000830 MSFT 00000097)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: HPET 00000000bff99750 00038 (v01 MSTEST OEMHPET  09000830 MSFT 00000097)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
May 14 21:30:27 localhost kernel: [    0.000000] No NUMA configuration found
May 14 21:30:27 localhost kernel: [    0.000000] Faking a node at 0000000000000000-0000000180000000
May 14 21:30:27 localhost kernel: [    0.000000] Initmem setup node 0 0000000000000000-0000000180000000
May 14 21:30:27 localhost kernel: [    0.000000]   NODE_DATA [000000017fffb000 - 000000017fffffff]
May 14 21:30:27 localhost kernel: [    0.000000]  [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017a600000-ffff88017f5fffff] on node 0
May 14 21:30:27 localhost kernel: [    0.000000] Zone PFN ranges:
May 14 21:30:27 localhost kernel: [    0.000000]   DMA      0x00000010 -> 0x00001000
May 14 21:30:27 localhost kernel: [    0.000000]   DMA32    0x00001000 -> 0x00100000
May 14 21:30:27 localhost kernel: [    0.000000]   Normal   0x00100000 -> 0x00180000
May 14 21:30:27 localhost kernel: [    0.000000] Movable zone start PFN for each node
May 14 21:30:27 localhost kernel: [    0.000000] Early memory PFN ranges
May 14 21:30:27 localhost kernel: [    0.000000]     0: 0x00000010 -> 0x0000009e
May 14 21:30:27 localhost kernel: [    0.000000]     0: 0x00000100 -> 0x000bff90
May 14 21:30:27 localhost kernel: [    0.000000]     0: 0x00100000 -> 0x00180000
May 14 21:30:27 localhost kernel: [    0.000000] On node 0 totalpages: 1310494
May 14 21:30:27 localhost kernel: [    0.000000]   DMA zone: 64 pages used for memmap
May 14 21:30:27 localhost kernel: [    0.000000]   DMA zone: 5 pages reserved
May 14 21:30:27 localhost kernel: [    0.000000]   DMA zone: 3913 pages, LIFO batch:0
May 14 21:30:27 localhost kernel: [    0.000000]   DMA32 zone: 16320 pages used for memmap
May 14 21:30:27 localhost kernel: [    0.000000]   DMA32 zone: 765904 pages, LIFO batch:31
May 14 21:30:27 localhost kernel: [    0.000000]   Normal zone: 8192 pages used for memmap
May 14 21:30:27 localhost kernel: [    0.000000]   Normal zone: 516096 pages, LIFO batch:31
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x808
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
May 14 21:30:27 localhost kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: IRQ0 used by override.
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: IRQ2 used by override.
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: IRQ9 used by override.
May 14 21:30:27 localhost kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
May 14 21:30:27 localhost kernel: [    0.000000] ACPI: HPET id: 0x8086a202 base: 0xfed00000
May 14 21:30:27 localhost kernel: [    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
May 14 21:30:27 localhost kernel: [    0.000000] nr_irqs_gsi: 40
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000bff90000 - 00000000bff9e000
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000bff9e000 - 00000000bffe0000
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000bffe0000 - 00000000c0000000
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000fee00000
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffb00000
May 14 21:30:27 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000ffb00000 - 0000000100000000
May 14 21:30:27 localhost kernel: [    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
May 14 21:30:27 localhost kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
May 14 21:30:27 localhost kernel: [    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
May 14 21:30:27 localhost kernel: [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88017fc00000 s82176 r8192 d24320 u524288
May 14 21:30:27 localhost kernel: [    0.000000] pcpu-alloc: s82176 r8192 d24320 u524288 alloc=1*2097152
May 14 21:30:27 localhost kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 
May 14 21:30:27 localhost kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1285913
May 14 21:30:27 localhost kernel: [    0.000000] Policy zone: Normal
May 14 21:30:27 localhost kernel: [    0.000000] Kernel command line: root=/dev/sda3 ro
May 14 21:30:27 localhost kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
May 14 21:30:27 localhost kernel: [    0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
May 14 21:30:27 localhost kernel: [    0.000000] Checking aperture...
May 14 21:30:27 localhost kernel: [    0.000000] No AGP bridge found
May 14 21:30:27 localhost kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
May 14 21:30:27 localhost kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 14 21:30:27 localhost kernel: [    0.000000] Memory: 5079496k/6291456k available (4495k kernel code, 1049480k absent, 162480k reserved, 4327k data, 732k init)
May 14 21:30:27 localhost kernel: [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
May 14 21:30:27 localhost kernel: [    0.000000] Preemptible hierarchical RCU implementation.
May 14 21:30:27 localhost kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
May 14 21:30:27 localhost kernel: [    0.000000] 	Verbose stalled-CPUs detection is disabled.
May 14 21:30:27 localhost kernel: [    0.000000] NR_IRQS:4352 nr_irqs:712 16
May 14 21:30:27 localhost kernel: [    0.000000] Extended CMOS year: 2000
May 14 21:30:27 localhost kernel: [    0.000000] Console: colour VGA+ 80x25
May 14 21:30:27 localhost kernel: [    0.000000] console [tty0] enabled
May 14 21:30:27 localhost kernel: [    0.000000] allocated 20971520 bytes of page_cgroup
May 14 21:30:27 localhost kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
May 14 21:30:27 localhost kernel: [    0.000000] hpet clockevent registered
May 14 21:30:27 localhost kernel: [    0.000000] Fast TSC calibration using PIT
May 14 21:30:27 localhost kernel: [    0.000000] Detected 3066.869 MHz processor.
May 14 21:30:27 localhost kernel: [    0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6136.31 BogoMIPS (lpj=10222896)
May 14 21:30:27 localhost kernel: [    0.003340] pid_max: default: 32768 minimum: 301
May 14 21:30:27 localhost kernel: [    0.003363] Security Framework initialized
May 14 21:30:27 localhost kernel: [    0.003368] AppArmor: AppArmor disabled by boot time parameter
May 14 21:30:27 localhost kernel: [    0.003909] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 14 21:30:27 localhost kernel: [    0.011163] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
May 14 21:30:27 localhost kernel: [    0.013564] Mount-cache hash table entries: 256
May 14 21:30:27 localhost kernel: [    0.013716] Initializing cgroup subsys cpuacct
May 14 21:30:27 localhost kernel: [    0.013719] Initializing cgroup subsys memory
May 14 21:30:27 localhost kernel: [    0.013729] Initializing cgroup subsys devices
May 14 21:30:27 localhost kernel: [    0.013730] Initializing cgroup subsys freezer
May 14 21:30:27 localhost kernel: [    0.013732] Initializing cgroup subsys net_cls
May 14 21:30:27 localhost kernel: [    0.013733] Initializing cgroup subsys blkio
May 14 21:30:27 localhost kernel: [    0.013764] CPU: Physical Processor ID: 0
May 14 21:30:27 localhost kernel: [    0.013765] CPU: Processor Core ID: 0
May 14 21:30:27 localhost kernel: [    0.013767] mce: CPU supports 6 MCE banks
May 14 21:30:27 localhost kernel: [    0.013773] CPU0: Thermal monitoring enabled (TM2)
May 14 21:30:27 localhost kernel: [    0.013776] using mwait in idle threads.
May 14 21:30:27 localhost kernel: [    0.014743] ACPI: Core revision 20120111
May 14 21:30:27 localhost kernel: [    0.020024] ftrace: allocating 17484 entries in 69 pages
May 14 21:30:27 localhost kernel: [    0.023724] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 14 21:30:27 localhost kernel: [    0.058234] CPU0: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz stepping 0a
May 14 21:30:27 localhost kernel: [    0.059996] APIC calibration not consistent with PM-Timer: 116ms instead of 100ms
May 14 21:30:27 localhost kernel: [    0.059996] APIC delta adjusted to PM-Timer: 1666663 (1944432)
May 14 21:30:27 localhost kernel: [    0.059996] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
May 14 21:30:27 localhost kernel: [    0.059996] ... version:                2
May 14 21:30:27 localhost kernel: [    0.059996] ... bit width:              40
May 14 21:30:27 localhost kernel: [    0.059996] ... generic registers:      2
May 14 21:30:27 localhost kernel: [    0.059996] ... value mask:             000000ffffffffff
May 14 21:30:27 localhost kernel: [    0.059996] ... max period:             000000007fffffff
May 14 21:30:27 localhost kernel: [    0.059996] ... fixed-purpose events:   3
May 14 21:30:27 localhost kernel: [    0.059996] ... event mask:             0000000700000003
May 14 21:30:27 localhost kernel: [    0.076779] NMI watchdog enabled, takes one hw-pmu counter.
May 14 21:30:27 localhost kernel: [    0.103344] Booting Node   0, Processors  #1
May 14 21:30:27 localhost kernel: [    0.103347] smpboot cpu 1: start_ip = 99000
May 14 21:30:27 localhost kernel: [    0.116688] NMI watchdog enabled, takes one hw-pmu counter.
May 14 21:30:27 localhost kernel: [    0.123331] Brought up 2 CPUs
May 14 21:30:27 localhost kernel: [    0.123334] Total of 2 processors activated (12272.62 BogoMIPS).
May 14 21:30:27 localhost kernel: [    0.124952] devtmpfs: initialized
May 14 21:30:27 localhost kernel: [    0.124952] PM: Registering ACPI NVS region at bff9e000 (270336 bytes)
May 14 21:30:27 localhost kernel: [    0.127208] NET: Registered protocol family 16
May 14 21:30:27 localhost kernel: [    0.127302] ACPI: bus type pci registered
May 14 21:30:27 localhost kernel: [    0.127357] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 14 21:30:27 localhost kernel: [    0.127358] PCI: not using MMCONFIG
May 14 21:30:27 localhost kernel: [    0.127359] PCI: Using configuration type 1 for base access
May 14 21:30:27 localhost kernel: [    0.127736] bio: create slab <bio-0> at 0
May 14 21:30:27 localhost kernel: [    0.127736] ACPI: Added _OSI(Module Device)
May 14 21:30:27 localhost kernel: [    0.127736] ACPI: Added _OSI(Processor Device)
May 14 21:30:27 localhost kernel: [    0.127736] ACPI: Added _OSI(3.0 _SCP Extensions)
May 14 21:30:27 localhost kernel: [    0.127736] ACPI: Added _OSI(Processor Aggregator Device)
May 14 21:30:27 localhost kernel: [    0.127736] ACPI: EC: Look up EC in DSDT
May 14 21:30:27 localhost kernel: [    0.128301] ACPI: Executed 1 blocks of module-level executable AML code
May 14 21:30:27 localhost kernel: [    0.132241] ACPI: SSDT 00000000bff9e0c0 00208 (v01    AMI   CPU1PM 00000001 INTL 20060113)
May 14 21:30:27 localhost kernel: [    0.132435] ACPI: Dynamic OEM Table Load:
May 14 21:30:27 localhost kernel: [    0.132438] ACPI: SSDT           (null) 00208 (v01    AMI   CPU1PM 00000001 INTL 20060113)
May 14 21:30:27 localhost kernel: [    0.132543] ACPI: SSDT 00000000bff9e2d0 0013A (v01    AMI   CPU2PM 00000001 INTL 20060113)
May 14 21:30:27 localhost kernel: [    0.132736] ACPI: Dynamic OEM Table Load:
May 14 21:30:27 localhost kernel: [    0.132738] ACPI: SSDT           (null) 0013A (v01    AMI   CPU2PM 00000001 INTL 20060113)
May 14 21:30:27 localhost kernel: [    0.132843] ACPI: Interpreter enabled
May 14 21:30:27 localhost kernel: [    0.132846] ACPI: (supports S0 S3 S4 S5)
May 14 21:30:27 localhost kernel: [    0.132858] ACPI: Using IOAPIC for interrupt routing
May 14 21:30:27 localhost kernel: [    0.132872] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 14 21:30:27 localhost kernel: [    0.133160] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
May 14 21:30:27 localhost kernel: [    0.166935] ACPI: No dock devices found.
May 14 21:30:27 localhost kernel: [    0.166938] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 14 21:30:27 localhost kernel: [    0.166982] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 14 21:30:27 localhost kernel: [    0.167047] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
May 14 21:30:27 localhost kernel: [    0.167049] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
May 14 21:30:27 localhost kernel: [    0.167051] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
May 14 21:30:27 localhost kernel: [    0.167052] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
May 14 21:30:27 localhost kernel: [    0.167054] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xffffffff]
May 14 21:30:27 localhost kernel: [    0.167081] PCI host bridge to bus 0000:00
May 14 21:30:27 localhost kernel: [    0.167083] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
May 14 21:30:27 localhost kernel: [    0.167084] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
May 14 21:30:27 localhost kernel: [    0.167086] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
May 14 21:30:27 localhost kernel: [    0.167087] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
May 14 21:30:27 localhost kernel: [    0.167089] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
May 14 21:30:27 localhost kernel: [    0.167096] pci 0000:00:00.0: [8086:29a0] type 0 class 0x000600
May 14 21:30:27 localhost kernel: [    0.167129] pci 0000:00:01.0: [8086:29a1] type 1 class 0x000604
May 14 21:30:27 localhost kernel: [    0.167158] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 14 21:30:27 localhost kernel: [    0.167187] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
May 14 21:30:27 localhost kernel: [    0.167219] pci 0000:00:1a.0: reg 20: [io  0xa880-0xa89f]
May 14 21:30:27 localhost kernel: [    0.167244] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
May 14 21:30:27 localhost kernel: [    0.167276] pci 0000:00:1a.1: reg 20: [io  0xac00-0xac1f]
May 14 21:30:27 localhost kernel: [    0.167309] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
May 14 21:30:27 localhost kernel: [    0.167324] pci 0000:00:1a.7: reg 10: [mem 0xf7fffc00-0xf7ffffff]
May 14 21:30:27 localhost kernel: [    0.167392] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
May 14 21:30:27 localhost kernel: [    0.167411] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
May 14 21:30:27 localhost kernel: [    0.167423] pci 0000:00:1b.0: reg 10: [mem 0xf7ff8000-0xf7ffbfff 64bit]
May 14 21:30:27 localhost kernel: [    0.167477] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
May 14 21:30:27 localhost kernel: [    0.167495] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
May 14 21:30:27 localhost kernel: [    0.167550] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 14 21:30:27 localhost kernel: [    0.167571] pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604
May 14 21:30:27 localhost kernel: [    0.167626] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
May 14 21:30:27 localhost kernel: [    0.167646] pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604
May 14 21:30:27 localhost kernel: [    0.167701] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
May 14 21:30:27 localhost kernel: [    0.167719] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
May 14 21:30:27 localhost kernel: [    0.167751] pci 0000:00:1d.0: reg 20: [io  0xa400-0xa41f]
May 14 21:30:27 localhost kernel: [    0.167776] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
May 14 21:30:27 localhost kernel: [    0.167808] pci 0000:00:1d.1: reg 20: [io  0xa480-0xa49f]
May 14 21:30:27 localhost kernel: [    0.167833] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
May 14 21:30:27 localhost kernel: [    0.167865] pci 0000:00:1d.2: reg 20: [io  0xa800-0xa81f]
May 14 21:30:27 localhost kernel: [    0.167898] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
May 14 21:30:27 localhost kernel: [    0.167913] pci 0000:00:1d.7: reg 10: [mem 0xf7fff800-0xf7fffbff]
May 14 21:30:27 localhost kernel: [    0.167980] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
May 14 21:30:27 localhost kernel: [    0.167996] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
May 14 21:30:27 localhost kernel: [    0.168047] pci 0000:00:1f.0: [8086:2810] type 0 class 0x000601
May 14 21:30:27 localhost kernel: [    0.168115] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
May 14 21:30:27 localhost kernel: [    0.168157] pci 0000:00:1f.2: [8086:2821] type 0 class 0x000106
May 14 21:30:27 localhost kernel: [    0.168170] pci 0000:00:1f.2: reg 10: [io  0xa080-0xa087]
May 14 21:30:27 localhost kernel: [    0.168176] pci 0000:00:1f.2: reg 14: [io  0xa000-0xa003]
May 14 21:30:27 localhost kernel: [    0.168182] pci 0000:00:1f.2: reg 18: [io  0x9c00-0x9c07]
May 14 21:30:27 localhost kernel: [    0.168189] pci 0000:00:1f.2: reg 1c: [io  0x9880-0x9883]
May 14 21:30:27 localhost kernel: [    0.168195] pci 0000:00:1f.2: reg 20: [io  0x9800-0x981f]
May 14 21:30:27 localhost kernel: [    0.168201] pci 0000:00:1f.2: reg 24: [mem 0xf7fff000-0xf7fff7ff]
May 14 21:30:27 localhost kernel: [    0.168233] pci 0000:00:1f.2: PME# supported from D3hot
May 14 21:30:27 localhost kernel: [    0.168247] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
May 14 21:30:27 localhost kernel: [    0.168257] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
May 14 21:30:27 localhost kernel: [    0.168278] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
May 14 21:30:27 localhost kernel: [    0.168326] pci 0000:01:00.0: [10de:1244] type 0 class 0x000300
May 14 21:30:27 localhost kernel: [    0.168334] pci 0000:01:00.0: reg 10: [mem 0xf8000000-0xf9ffffff]
May 14 21:30:27 localhost kernel: [    0.168342] pci 0000:01:00.0: reg 14: [mem 0xd8000000-0xdfffffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.168351] pci 0000:01:00.0: reg 1c: [mem 0xd4000000-0xd7ffffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.168357] pci 0000:01:00.0: reg 24: [io  0xbc00-0xbc7f]
May 14 21:30:27 localhost kernel: [    0.168363] pci 0000:01:00.0: reg 30: [mem 0xfbc00000-0xfbc7ffff pref]
May 14 21:30:27 localhost kernel: [    0.168407] pci 0000:01:00.1: [10de:0bee] type 0 class 0x000403
May 14 21:30:27 localhost kernel: [    0.168415] pci 0000:01:00.1: reg 10: [mem 0xfbcfc000-0xfbcfffff]
May 14 21:30:27 localhost kernel: [    0.168490] pci 0000:00:01.0: PCI bridge to [bus 01-01]
May 14 21:30:27 localhost kernel: [    0.168492] pci 0000:00:01.0:   bridge window [io  0xb000-0xbfff]
May 14 21:30:27 localhost kernel: [    0.168494] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xfbcfffff]
May 14 21:30:27 localhost kernel: [    0.168497] pci 0000:00:01.0:   bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.168530] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
May 14 21:30:27 localhost kernel: [    0.168537] pci 0000:00:1c.0:   bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.168583] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
May 14 21:30:27 localhost kernel: [    0.168662] pci 0000:03:00.0: reg 24: [mem 0xfbefe000-0xfbefffff]
May 14 21:30:27 localhost kernel: [    0.168674] pci 0000:03:00.0: reg 30: [mem 0xfbee0000-0xfbeeffff pref]
May 14 21:30:27 localhost kernel: [    0.168719] pci 0000:03:00.0: PME# supported from D3hot
May 14 21:30:27 localhost kernel: [    0.168748] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
May 14 21:30:27 localhost kernel: [    0.168769] pci 0000:03:00.1: reg 10: [io  0xdc00-0xdc07]
May 14 21:30:27 localhost kernel: [    0.168781] pci 0000:03:00.1: reg 14: [io  0xd880-0xd883]
May 14 21:30:27 localhost kernel: [    0.168793] pci 0000:03:00.1: reg 18: [io  0xd800-0xd807]
May 14 21:30:27 localhost kernel: [    0.168805] pci 0000:03:00.1: reg 1c: [io  0xd480-0xd483]
May 14 21:30:27 localhost kernel: [    0.168817] pci 0000:03:00.1: reg 20: [io  0xd400-0xd40f]
May 14 21:30:27 localhost kernel: [    0.168891] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
May 14 21:30:27 localhost kernel: [    0.168902] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
May 14 21:30:27 localhost kernel: [    0.168905] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
May 14 21:30:27 localhost kernel: [    0.168908] pci 0000:00:1c.4:   bridge window [mem 0xfbe00000-0xfbefffff]
May 14 21:30:27 localhost kernel: [    0.168961] pci 0000:02:00.0: [11ab:4364] type 0 class 0x000200
May 14 21:30:27 localhost kernel: [    0.168980] pci 0000:02:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
May 14 21:30:27 localhost kernel: [    0.168991] pci 0000:02:00.0: reg 18: [io  0xc800-0xc8ff]
May 14 21:30:27 localhost kernel: [    0.169029] pci 0000:02:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
May 14 21:30:27 localhost kernel: [    0.169087] pci 0000:02:00.0: supports D1 D2
May 14 21:30:27 localhost kernel: [    0.169089] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 14 21:30:27 localhost kernel: [    0.176673] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
May 14 21:30:27 localhost kernel: [    0.176678] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
May 14 21:30:27 localhost kernel: [    0.176682] pci 0000:00:1c.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
May 14 21:30:27 localhost kernel: [    0.176724] pci 0000:05:03.0: [104c:8023] type 0 class 0x000c00
May 14 21:30:27 localhost kernel: [    0.176743] pci 0000:05:03.0: reg 10: [mem 0xfbfff800-0xfbffffff]
May 14 21:30:27 localhost kernel: [    0.176754] pci 0000:05:03.0: reg 14: [mem 0xfbff8000-0xfbffbfff]
May 14 21:30:27 localhost kernel: [    0.176825] pci 0000:05:03.0: supports D1 D2
May 14 21:30:27 localhost kernel: [    0.176828] pci 0000:05:03.0: PME# supported from D0 D1 D2 D3hot
May 14 21:30:27 localhost kernel: [    0.176852] pci 0000:05:04.0: [11ab:4320] type 0 class 0x000200
May 14 21:30:27 localhost kernel: [    0.176874] pci 0000:05:04.0: reg 10: [mem 0xfbff4000-0xfbff7fff]
May 14 21:30:27 localhost kernel: [    0.176882] pci 0000:05:04.0: reg 14: [io  0xe800-0xe8ff]
May 14 21:30:27 localhost kernel: [    0.176918] pci 0000:05:04.0: reg 30: [mem 0xfbfc0000-0xfbfdffff pref]
May 14 21:30:27 localhost kernel: [    0.176949] pci 0000:05:04.0: supports D1 D2
May 14 21:30:27 localhost kernel: [    0.176950] pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
May 14 21:30:27 localhost kernel: [    0.176986] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
May 14 21:30:27 localhost kernel: [    0.176989] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
May 14 21:30:27 localhost kernel: [    0.176992] pci 0000:00:1e.0:   bridge window [mem 0xfbf00000-0xfbffffff]
May 14 21:30:27 localhost kernel: [    0.176997] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
May 14 21:30:27 localhost kernel: [    0.176998] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
May 14 21:30:27 localhost kernel: [    0.177000] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
May 14 21:30:27 localhost kernel: [    0.177002] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
May 14 21:30:27 localhost kernel: [    0.177004] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
May 14 21:30:27 localhost kernel: [    0.177021] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
May 14 21:30:27 localhost kernel: [    0.177078] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
May 14 21:30:27 localhost kernel: [    0.177096] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
May 14 21:30:27 localhost kernel: [    0.177144] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
May 14 21:30:27 localhost kernel: [    0.177166] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
May 14 21:30:27 localhost kernel: [    0.177190] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
May 14 21:30:27 localhost kernel: [    0.177217]  pci0000:00: Requesting ACPI _OSC control (0x1d)
May 14 21:30:27 localhost kernel: [    0.177219]  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
May 14 21:30:27 localhost kernel: [    0.177220] ACPI _OSC control for PCIe not granted, disabling ASPM
May 14 21:30:27 localhost kernel: [    0.181516] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
May 14 21:30:27 localhost kernel: [    0.181548] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
May 14 21:30:27 localhost kernel: [    0.181579] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
May 14 21:30:27 localhost kernel: [    0.181610] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
May 14 21:30:27 localhost kernel: [    0.181641] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
May 14 21:30:27 localhost kernel: [    0.181672] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
May 14 21:30:27 localhost kernel: [    0.181704] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
May 14 21:30:27 localhost kernel: [    0.181735] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
May 14 21:30:27 localhost kernel: [    0.181778] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
May 14 21:30:27 localhost kernel: [    0.181778] vgaarb: loaded
May 14 21:30:27 localhost kernel: [    0.181778] vgaarb: bridge control possible 0000:01:00.0
May 14 21:30:27 localhost kernel: [    0.181778] PCI: Using ACPI for IRQ routing
May 14 21:30:27 localhost kernel: [    0.186755] PCI: pci_cache_line_size set to 64 bytes
May 14 21:30:27 localhost kernel: [    0.186820] reserve RAM buffer: 000000000009ec00 - 000000000009ffff 
May 14 21:30:27 localhost kernel: [    0.186822] reserve RAM buffer: 00000000bff90000 - 00000000bfffffff 
May 14 21:30:27 localhost kernel: [    0.186903] NetLabel: Initializing
May 14 21:30:27 localhost kernel: [    0.186905] NetLabel:  domain hash size = 128
May 14 21:30:27 localhost kernel: [    0.186906] NetLabel:  protocols = UNLABELED CIPSOv4
May 14 21:30:27 localhost kernel: [    0.186915] NetLabel:  unlabeled traffic allowed by default
May 14 21:30:27 localhost kernel: [    0.186919] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
May 14 21:30:27 localhost kernel: [    0.186922] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
May 14 21:30:27 localhost kernel: [    0.186925] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
May 14 21:30:27 localhost kernel: [    0.200008] Switching to clocksource hpet
May 14 21:30:27 localhost kernel: [    0.205520] pnp: PnP ACPI init
May 14 21:30:27 localhost kernel: [    0.205536] ACPI: bus type pnp registered
May 14 21:30:27 localhost kernel: [    0.205622] pnp 00:00: [bus 00-ff]
May 14 21:30:27 localhost kernel: [    0.205624] pnp 00:00: [io  0x0cf8-0x0cff]
May 14 21:30:27 localhost kernel: [    0.205625] pnp 00:00: [io  0x0000-0x0cf7 window]
May 14 21:30:27 localhost kernel: [    0.205627] pnp 00:00: [io  0x0d00-0xffff window]
May 14 21:30:27 localhost kernel: [    0.205628] pnp 00:00: [mem 0x000a0000-0x000bffff window]
May 14 21:30:27 localhost kernel: [    0.205630] pnp 00:00: [mem 0x000d0000-0x000dffff window]
May 14 21:30:27 localhost kernel: [    0.205631] pnp 00:00: [mem 0xc0000000-0xffffffff window]
May 14 21:30:27 localhost kernel: [    0.205685] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
May 14 21:30:27 localhost kernel: [    0.205692] pnp 00:01: [mem 0xfed14000-0xfed19fff]
May 14 21:30:27 localhost kernel: [    0.205744] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
May 14 21:30:27 localhost kernel: [    0.205747] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
May 14 21:30:27 localhost kernel: [    0.205771] pnp 00:02: [dma 4]
May 14 21:30:27 localhost kernel: [    0.205772] pnp 00:02: [io  0x0000-0x000f]
May 14 21:30:27 localhost kernel: [    0.205774] pnp 00:02: [io  0x0081-0x0083]
May 14 21:30:27 localhost kernel: [    0.205775] pnp 00:02: [io  0x0087]
May 14 21:30:27 localhost kernel: [    0.205776] pnp 00:02: [io  0x0089-0x008b]
May 14 21:30:27 localhost kernel: [    0.205777] pnp 00:02: [io  0x008f]
May 14 21:30:27 localhost kernel: [    0.205779] pnp 00:02: [io  0x00c0-0x00df]
May 14 21:30:27 localhost kernel: [    0.205800] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
May 14 21:30:27 localhost kernel: [    0.205808] pnp 00:03: [io  0x0070-0x0071]
May 14 21:30:27 localhost kernel: [    0.205818] pnp 00:03: [irq 8]
May 14 21:30:27 localhost kernel: [    0.205838] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
May 14 21:30:27 localhost kernel: [    0.205844] pnp 00:04: [io  0x0061]
May 14 21:30:27 localhost kernel: [    0.205864] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
May 14 21:30:27 localhost kernel: [    0.205870] pnp 00:05: [io  0x00f0-0x00ff]
May 14 21:30:27 localhost kernel: [    0.205874] pnp 00:05: [irq 13]
May 14 21:30:27 localhost kernel: [    0.205892] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
May 14 21:30:27 localhost kernel: [    0.206054] pnp 00:06: [irq 4]
May 14 21:30:27 localhost kernel: [    0.206056] pnp 00:06: [dma 0 disabled]
May 14 21:30:27 localhost kernel: [    0.206058] pnp 00:06: [io  0x03f8-0x03ff]
May 14 21:30:27 localhost kernel: [    0.206113] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
May 14 21:30:27 localhost kernel: [    0.206200] pnp 00:07: [io  0x0000-0xffffffffffffffff disabled]
May 14 21:30:27 localhost kernel: [    0.206202] pnp 00:07: [io  0x0000-0xffffffffffffffff disabled]
May 14 21:30:27 localhost kernel: [    0.206204] pnp 00:07: [io  0x0290-0x0297]
May 14 21:30:27 localhost kernel: [    0.206239] system 00:07: [io  0x0290-0x0297] has been reserved
May 14 21:30:27 localhost kernel: [    0.206241] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
May 14 21:30:27 localhost kernel: [    0.206308] pnp 00:08: [io  0x0010-0x001f]
May 14 21:30:27 localhost kernel: [    0.206310] pnp 00:08: [io  0x0022-0x003f]
May 14 21:30:27 localhost kernel: [    0.206311] pnp 00:08: [io  0x0044-0x005f]
May 14 21:30:27 localhost kernel: [    0.206312] pnp 00:08: [io  0x0062-0x0063]
May 14 21:30:27 localhost kernel: [    0.206314] pnp 00:08: [io  0x0065-0x006f]
May 14 21:30:27 localhost kernel: [    0.206315] pnp 00:08: [io  0x0072-0x007f]
May 14 21:30:27 localhost kernel: [    0.206316] pnp 00:08: [io  0x0080]
May 14 21:30:27 localhost kernel: [    0.206317] pnp 00:08: [io  0x0084-0x0086]
May 14 21:30:27 localhost kernel: [    0.206319] pnp 00:08: [io  0x0088]
May 14 21:30:27 localhost kernel: [    0.206320] pnp 00:08: [io  0x008c-0x008e]
May 14 21:30:27 localhost kernel: [    0.206321] pnp 00:08: [io  0x0090-0x009f]
May 14 21:30:27 localhost kernel: [    0.206323] pnp 00:08: [io  0x00a2-0x00bf]
May 14 21:30:27 localhost kernel: [    0.206324] pnp 00:08: [io  0x00e0-0x00ef]
May 14 21:30:27 localhost kernel: [    0.206325] pnp 00:08: [io  0x04d0-0x04d1]
May 14 21:30:27 localhost kernel: [    0.206326] pnp 00:08: [io  0x0800-0x087f]
May 14 21:30:27 localhost kernel: [    0.206328] pnp 00:08: [io  0x0400-0x03ff disabled]
May 14 21:30:27 localhost kernel: [    0.206329] pnp 00:08: [io  0x0480-0x04bf]
May 14 21:30:27 localhost kernel: [    0.206331] pnp 00:08: [mem 0xffafe000-0xffb0cbff]
May 14 21:30:27 localhost kernel: [    0.206332] pnp 00:08: [mem 0xffb00000-0xffbfffff]
May 14 21:30:27 localhost kernel: [    0.206333] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
May 14 21:30:27 localhost kernel: [    0.206335] pnp 00:08: [mem 0xfed20000-0xfed8ffff]
May 14 21:30:27 localhost kernel: [    0.206336] pnp 00:08: [mem 0xfff00000-0xfffffffe]
May 14 21:30:27 localhost kernel: [    0.206337] pnp 00:08: [mem 0xfebfe000-0xfebfec00]
May 14 21:30:27 localhost kernel: [    0.206390] system 00:08: [io  0x04d0-0x04d1] has been reserved
May 14 21:30:27 localhost kernel: [    0.206392] system 00:08: [io  0x0800-0x087f] has been reserved
May 14 21:30:27 localhost kernel: [    0.206394] system 00:08: [io  0x0480-0x04bf] has been reserved
May 14 21:30:27 localhost kernel: [    0.206396] system 00:08: [mem 0xffafe000-0xffb0cbff] could not be reserved
May 14 21:30:27 localhost kernel: [    0.206398] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved
May 14 21:30:27 localhost kernel: [    0.206400] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
May 14 21:30:27 localhost kernel: [    0.206401] system 00:08: [mem 0xfed20000-0xfed8ffff] has been reserved
May 14 21:30:27 localhost kernel: [    0.206403] system 00:08: [mem 0xfff00000-0xfffffffe] has been reserved
May 14 21:30:27 localhost kernel: [    0.206405] system 00:08: [mem 0xfebfe000-0xfebfec00] has been reserved
May 14 21:30:27 localhost kernel: [    0.206408] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
May 14 21:30:27 localhost kernel: [    0.206450] pnp 00:09: [mem 0xfed00000-0xfed003ff]
May 14 21:30:27 localhost kernel: [    0.206473] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
May 14 21:30:27 localhost kernel: [    0.206501] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
May 14 21:30:27 localhost kernel: [    0.206502] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
May 14 21:30:27 localhost kernel: [    0.206536] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
May 14 21:30:27 localhost kernel: [    0.206538] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
May 14 21:30:27 localhost kernel: [    0.206541] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
May 14 21:30:27 localhost kernel: [    0.206582] pnp 00:0b: [mem 0xe0000000-0xefffffff]
May 14 21:30:27 localhost kernel: [    0.206616] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
May 14 21:30:27 localhost kernel: [    0.206619] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
May 14 21:30:27 localhost kernel: [    0.206741] pnp 00:0c: [mem 0x00000000-0x0009ffff]
May 14 21:30:27 localhost kernel: [    0.206743] pnp 00:0c: [mem 0x000c0000-0x000cffff]
May 14 21:30:27 localhost kernel: [    0.206744] pnp 00:0c: [mem 0x000e0000-0x000fffff]
May 14 21:30:27 localhost kernel: [    0.206748] pnp 00:0c: [mem 0x00100000-0xbfffffff]
May 14 21:30:27 localhost kernel: [    0.206750] pnp 00:0c: [mem 0x00000000-0xffffffffffffffff disabled]
May 14 21:30:27 localhost kernel: [    0.206793] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
May 14 21:30:27 localhost kernel: [    0.206796] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
May 14 21:30:27 localhost kernel: [    0.206797] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
May 14 21:30:27 localhost kernel: [    0.206799] system 00:0c: [mem 0x00100000-0xbfffffff] could not be reserved
May 14 21:30:27 localhost kernel: [    0.206802] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
May 14 21:30:27 localhost kernel: [    0.206884] pnp: PnP ACPI: found 13 devices
May 14 21:30:27 localhost kernel: [    0.206885] ACPI: ACPI bus type pnp unregistered
May 14 21:30:27 localhost kernel: [    0.213160] PCI: max bus depth: 1 pci_try_num: 2
May 14 21:30:27 localhost kernel: [    0.213192] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0000000-0xc00000ff]
May 14 21:30:27 localhost kernel: [    0.213196] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc0100000-0xc02fffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.213199] pci 0000:00:1c.4: BAR 15: assigned [mem 0xc0300000-0xc04fffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.213201] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0500000-0xc08fffff]
May 14 21:30:27 localhost kernel: [    0.213203] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
May 14 21:30:27 localhost kernel: [    0.213205] pci 0000:00:01.0: PCI bridge to [bus 01-01]
May 14 21:30:27 localhost kernel: [    0.213207] pci 0000:00:01.0:   bridge window [io  0xb000-0xbfff]
May 14 21:30:27 localhost kernel: [    0.213210] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xfbcfffff]
May 14 21:30:27 localhost kernel: [    0.213212] pci 0000:00:01.0:   bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.213215] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
May 14 21:30:27 localhost kernel: [    0.213217] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
May 14 21:30:27 localhost kernel: [    0.213221] pci 0000:00:1c.0:   bridge window [mem 0xc0500000-0xc08fffff]
May 14 21:30:27 localhost kernel: [    0.213224] pci 0000:00:1c.0:   bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.213229] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
May 14 21:30:27 localhost kernel: [    0.213231] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
May 14 21:30:27 localhost kernel: [    0.213234] pci 0000:00:1c.4:   bridge window [mem 0xfbe00000-0xfbefffff]
May 14 21:30:27 localhost kernel: [    0.213237] pci 0000:00:1c.4:   bridge window [mem 0xc0300000-0xc04fffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.213242] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
May 14 21:30:27 localhost kernel: [    0.213244] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
May 14 21:30:27 localhost kernel: [    0.213247] pci 0000:00:1c.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
May 14 21:30:27 localhost kernel: [    0.213250] pci 0000:00:1c.5:   bridge window [mem 0xc0100000-0xc02fffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.213255] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
May 14 21:30:27 localhost kernel: [    0.213257] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
May 14 21:30:27 localhost kernel: [    0.213261] pci 0000:00:1e.0:   bridge window [mem 0xfbf00000-0xfbffffff]
May 14 21:30:27 localhost kernel: [    0.213278] pci 0000:00:1c.0: enabling device (0106 -> 0107)
May 14 21:30:27 localhost kernel: [    0.213293] pci 0000:00:1e.0: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.213296] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
May 14 21:30:27 localhost kernel: [    0.213297] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
May 14 21:30:27 localhost kernel: [    0.213299] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
May 14 21:30:27 localhost kernel: [    0.213301] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
May 14 21:30:27 localhost kernel: [    0.213302] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xffffffff]
May 14 21:30:27 localhost kernel: [    0.213304] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
May 14 21:30:27 localhost kernel: [    0.213305] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbcfffff]
May 14 21:30:27 localhost kernel: [    0.213307] pci_bus 0000:01: resource 2 [mem 0xd4000000-0xdfffffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.213309] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
May 14 21:30:27 localhost kernel: [    0.213310] pci_bus 0000:04: resource 1 [mem 0xc0500000-0xc08fffff]
May 14 21:30:27 localhost kernel: [    0.213312] pci_bus 0000:04: resource 2 [mem 0xf6f00000-0xf6ffffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.213313] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
May 14 21:30:27 localhost kernel: [    0.213315] pci_bus 0000:03: resource 1 [mem 0xfbe00000-0xfbefffff]
May 14 21:30:27 localhost kernel: [    0.213317] pci_bus 0000:03: resource 2 [mem 0xc0300000-0xc04fffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.213318] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
May 14 21:30:27 localhost kernel: [    0.213320] pci_bus 0000:02: resource 1 [mem 0xfbd00000-0xfbdfffff]
May 14 21:30:27 localhost kernel: [    0.213321] pci_bus 0000:02: resource 2 [mem 0xc0100000-0xc02fffff 64bit pref]
May 14 21:30:27 localhost kernel: [    0.213323] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
May 14 21:30:27 localhost kernel: [    0.213325] pci_bus 0000:05: resource 1 [mem 0xfbf00000-0xfbffffff]
May 14 21:30:27 localhost kernel: [    0.213340] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
May 14 21:30:27 localhost kernel: [    0.213341] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
May 14 21:30:27 localhost kernel: [    0.213343] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
May 14 21:30:27 localhost kernel: [    0.213344] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
May 14 21:30:27 localhost kernel: [    0.213346] pci_bus 0000:05: resource 8 [mem 0xc0000000-0xffffffff]
May 14 21:30:27 localhost kernel: [    0.213377] NET: Registered protocol family 2
May 14 21:30:27 localhost kernel: [    0.213557] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
May 14 21:30:27 localhost kernel: [    0.214804] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
May 14 21:30:27 localhost kernel: [    0.219456] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 14 21:30:27 localhost kernel: [    0.220086] TCP: Hash tables configured (established 524288 bind 65536)
May 14 21:30:27 localhost kernel: [    0.220088] TCP reno registered
May 14 21:30:27 localhost kernel: [    0.220100] UDP hash table entries: 4096 (order: 5, 131072 bytes)
May 14 21:30:27 localhost kernel: [    0.220183] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
May 14 21:30:27 localhost kernel: [    0.220355] NET: Registered protocol family 1
May 14 21:30:27 localhost kernel: [    0.273996] pci 0000:01:00.0: Boot video device
May 14 21:30:27 localhost kernel: [    0.274015] PCI: CLS 32 bytes, default 64
May 14 21:30:27 localhost kernel: [    0.274057] Unpacking initramfs...
May 14 21:30:27 localhost kernel: [    0.320505] Freeing initrd memory: 2892k freed
May 14 21:30:27 localhost kernel: [    0.321387] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 14 21:30:27 localhost kernel: [    0.321390] Placing 64MB software IO TLB between ffff8800bbf89000 - ffff8800bff89000
May 14 21:30:27 localhost kernel: [    0.321391] software IO TLB at phys 0xbbf89000 - 0xbff89000
May 14 21:30:27 localhost kernel: [    0.321798] audit: initializing netlink socket (disabled)
May 14 21:30:27 localhost kernel: [    0.321811] type=2000 audit(1337031016.319:1): initialized
May 14 21:30:27 localhost kernel: [    0.322309] HugeTLB registered 2 MB page size, pre-allocated 0 pages
May 14 21:30:27 localhost kernel: [    0.324136] VFS: Disk quotas dquot_6.5.2
May 14 21:30:27 localhost kernel: [    0.324179] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 14 21:30:27 localhost kernel: [    0.324258] msgmni has been set to 9926
May 14 21:30:27 localhost kernel: [    0.324392] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
May 14 21:30:27 localhost kernel: [    0.324422] io scheduler noop registered
May 14 21:30:27 localhost kernel: [    0.324423] io scheduler deadline registered
May 14 21:30:27 localhost kernel: [    0.324467] io scheduler cfq registered (default)
May 14 21:30:27 localhost kernel: [    0.324569] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
May 14 21:30:27 localhost kernel: [    0.324634] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
May 14 21:30:27 localhost kernel: [    0.324707] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
May 14 21:30:27 localhost kernel: [    0.324781] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
May 14 21:30:27 localhost kernel: [    0.324903] intel_idle: MWAIT substates: 0x22220
May 14 21:30:27 localhost kernel: [    0.324905] intel_idle: does not run on family 6 model 23
May 14 21:30:27 localhost kernel: [    0.324932] GHES: HEST is not enabled!
May 14 21:30:27 localhost kernel: [    0.324976] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
May 14 21:30:27 localhost kernel: [    0.345454] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
May 14 21:30:27 localhost kernel: [    0.366108] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
May 14 21:30:27 localhost kernel: [    0.366290] Linux agpgart interface v0.103
May 14 21:30:27 localhost kernel: [    0.366345] i8042: PNP: No PS/2 controller found. Probing ports directly.
May 14 21:30:27 localhost kernel: [    0.368880] serio: i8042 KBD port at 0x60,0x64 irq 1
May 14 21:30:27 localhost kernel: [    0.368903] serio: i8042 AUX port at 0x60,0x64 irq 12
May 14 21:30:27 localhost kernel: [    0.368982] mousedev: PS/2 mouse device common for all mice
May 14 21:30:27 localhost kernel: [    0.369034] rtc_cmos 00:03: RTC can wake from S4
May 14 21:30:27 localhost kernel: [    0.369121] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
May 14 21:30:27 localhost kernel: [    0.369141] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
May 14 21:30:27 localhost kernel: [    0.369148] cpuidle: using governor ladder
May 14 21:30:27 localhost kernel: [    0.369149] cpuidle: using governor menu
May 14 21:30:27 localhost kernel: [    0.369294] TCP cubic registered
May 14 21:30:27 localhost kernel: [    0.369387] NET: Registered protocol family 10
May 14 21:30:27 localhost kernel: [    0.369720] NET: Registered protocol family 17
May 14 21:30:27 localhost kernel: [    0.369723] Registering the dns_resolver key type
May 14 21:30:27 localhost kernel: [    0.369816] PM: Hibernation image not present or could not be loaded.
May 14 21:30:27 localhost kernel: [    0.369822] registered taskstats version 1
May 14 21:30:27 localhost kernel: [    0.370361] rtc_cmos 00:03: setting system clock to 2012-05-14 21:30:17 UTC (1337031017)
May 14 21:30:27 localhost kernel: [    0.370393] Initializing network drop monitor service
May 14 21:30:27 localhost kernel: [    0.371180] Freeing unused kernel memory: 732k freed
May 14 21:30:27 localhost kernel: [    0.371393] Write protecting the kernel read-only data: 8192k
May 14 21:30:27 localhost kernel: [    0.375023] Freeing unused kernel memory: 1632k freed
May 14 21:30:27 localhost kernel: [    0.376920] Freeing unused kernel memory: 656k freed
May 14 21:30:27 localhost [    0.382575] udevd[37]: starting version 182
May 14 21:30:27 localhost kernel: [    0.406599] usbcore: registered new interface driver usbfs
May 14 21:30:27 localhost kernel: [    0.406618] usbcore: registered new interface driver hub
May 14 21:30:27 localhost kernel: [    0.406783] usbcore: registered new device driver usb
May 14 21:30:27 localhost kernel: [    0.407391] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 14 21:30:27 localhost kernel: [    0.407445] ehci_hcd 0000:00:1a.7: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.407448] ehci_hcd 0000:00:1a.7: EHCI Host Controller
May 14 21:30:27 localhost kernel: [    0.407469] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
May 14 21:30:27 localhost kernel: [    0.407499] ehci_hcd 0000:00:1a.7: debug port 1
May 14 21:30:27 localhost kernel: [    0.409323] SCSI subsystem initialized
May 14 21:30:27 localhost kernel: [    0.411380] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
May 14 21:30:27 localhost kernel: [    0.411398] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf7fffc00
May 14 21:30:27 localhost kernel: [    0.411441] libata version 3.00 loaded.
May 14 21:30:27 localhost kernel: [    0.414888] uhci_hcd: USB Universal Host Controller Interface driver
May 14 21:30:27 localhost kernel: [    0.415565] pata_acpi 0000:03:00.1: enabling device (0000 -> 0001)
May 14 21:30:27 localhost kernel: [    0.415597] pata_acpi 0000:03:00.1: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.415755] pata_jmicron 0000:03:00.1: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.416152] scsi0 : pata_jmicron
May 14 21:30:27 localhost kernel: [    0.416226] scsi1 : pata_jmicron
May 14 21:30:27 localhost kernel: [    0.416566] ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
May 14 21:30:27 localhost kernel: [    0.416568] ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
May 14 21:30:27 localhost kernel: [    0.420024] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
May 14 21:30:27 localhost kernel: [    0.420208] hub 1-0:1.0: USB hub found
May 14 21:30:27 localhost kernel: [    0.420212] hub 1-0:1.0: 4 ports detected
May 14 21:30:27 localhost kernel: [    0.420456] ehci_hcd 0000:00:1d.7: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.420459] ehci_hcd 0000:00:1d.7: EHCI Host Controller
May 14 21:30:27 localhost kernel: [    0.420467] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
May 14 21:30:27 localhost kernel: [    0.420492] ehci_hcd 0000:00:1d.7: debug port 1
May 14 21:30:27 localhost kernel: [    0.424377] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
May 14 21:30:27 localhost kernel: [    0.424391] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf7fff800
May 14 21:30:27 localhost kernel: [    0.433357] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
May 14 21:30:27 localhost kernel: [    0.433548] hub 2-0:1.0: USB hub found
May 14 21:30:27 localhost kernel: [    0.433552] hub 2-0:1.0: 6 ports detected
May 14 21:30:27 localhost kernel: [    0.433639] ahci 0000:00:1f.2: version 3.0
May 14 21:30:27 localhost kernel: [    0.433683] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
May 14 21:30:27 localhost kernel: [    0.433725] ahci: SSS flag set, parallel bus scan disabled
May 14 21:30:27 localhost kernel: [    0.433755] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
May 14 21:30:27 localhost kernel: [    0.433757] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
May 14 21:30:27 localhost kernel: [    0.433761] ahci 0000:00:1f.2: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.467372] scsi2 : ahci
May 14 21:30:27 localhost kernel: [    0.467433] scsi3 : ahci
May 14 21:30:27 localhost kernel: [    0.467488] scsi4 : ahci
May 14 21:30:27 localhost kernel: [    0.467745] scsi5 : ahci
May 14 21:30:27 localhost kernel: [    0.467862] scsi6 : ahci
May 14 21:30:27 localhost kernel: [    0.468164] scsi7 : ahci
May 14 21:30:27 localhost kernel: [    0.468274] ata3: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff100 irq 44
May 14 21:30:27 localhost kernel: [    0.468276] ata4: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff180 irq 44
May 14 21:30:27 localhost kernel: [    0.468278] ata5: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff200 irq 44
May 14 21:30:27 localhost kernel: [    0.468280] ata6: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff280 irq 44
May 14 21:30:27 localhost kernel: [    0.468282] ata7: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff300 irq 44
May 14 21:30:27 localhost kernel: [    0.468284] ata8: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff380 irq 44
May 14 21:30:27 localhost kernel: [    0.468380] uhci_hcd 0000:00:1a.0: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.468383] uhci_hcd 0000:00:1a.0: UHCI Host Controller
May 14 21:30:27 localhost kernel: [    0.468392] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
May 14 21:30:27 localhost kernel: [    0.468421] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000a880
May 14 21:30:27 localhost kernel: [    0.468540] hub 3-0:1.0: USB hub found
May 14 21:30:27 localhost kernel: [    0.468543] hub 3-0:1.0: 2 ports detected
May 14 21:30:27 localhost kernel: [    0.468606] uhci_hcd 0000:00:1a.1: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.468609] uhci_hcd 0000:00:1a.1: UHCI Host Controller
May 14 21:30:27 localhost kernel: [    0.468614] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
May 14 21:30:27 localhost kernel: [    0.468634] uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ac00
May 14 21:30:27 localhost kernel: [    0.468730] hub 4-0:1.0: USB hub found
May 14 21:30:27 localhost kernel: [    0.468732] hub 4-0:1.0: 2 ports detected
May 14 21:30:27 localhost kernel: [    0.468788] uhci_hcd 0000:00:1d.0: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.468791] uhci_hcd 0000:00:1d.0: UHCI Host Controller
May 14 21:30:27 localhost kernel: [    0.468798] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
May 14 21:30:27 localhost kernel: [    0.468817] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000a400
May 14 21:30:27 localhost kernel: [    0.468914] hub 5-0:1.0: USB hub found
May 14 21:30:27 localhost kernel: [    0.468917] hub 5-0:1.0: 2 ports detected
May 14 21:30:27 localhost kernel: [    0.468970] uhci_hcd 0000:00:1d.1: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.468973] uhci_hcd 0000:00:1d.1: UHCI Host Controller
May 14 21:30:27 localhost kernel: [    0.468978] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
May 14 21:30:27 localhost kernel: [    0.469003] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000a480
May 14 21:30:27 localhost kernel: [    0.469108] hub 6-0:1.0: USB hub found
May 14 21:30:27 localhost kernel: [    0.469111] hub 6-0:1.0: 2 ports detected
May 14 21:30:27 localhost kernel: [    0.469170] uhci_hcd 0000:00:1d.2: setting latency timer to 64
May 14 21:30:27 localhost kernel: [    0.469173] uhci_hcd 0000:00:1d.2: UHCI Host Controller
May 14 21:30:27 localhost kernel: [    0.469178] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
May 14 21:30:27 localhost kernel: [    0.469197] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a800
May 14 21:30:27 localhost kernel: [    0.469293] hub 7-0:1.0: USB hub found
May 14 21:30:27 localhost kernel: [    0.469297] hub 7-0:1.0: 2 ports detected
May 14 21:30:27 localhost kernel: [    0.480044] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
May 14 21:30:27 localhost kernel: [    0.480049] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
May 14 21:30:27 localhost kernel: [    0.480387] scsi8 : ahci
May 14 21:30:27 localhost kernel: [    0.480450] scsi9 : ahci
May 14 21:30:27 localhost kernel: [    0.480522] ata9: SATA max UDMA/133 abar m8192@0xfbefe000 port 0xfbefe100 irq 16
May 14 21:30:27 localhost kernel: [    0.480525] ata10: SATA max UDMA/133 abar m8192@0xfbefe000 port 0xfbefe180 irq 16
May 14 21:30:27 localhost kernel: [    0.740021] usb 2-3: new high-speed USB device number 2 using ehci_hcd
May 14 21:30:27 localhost kernel: [    0.783357] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 14 21:30:27 localhost kernel: [    0.793372] ata9: SATA link down (SStatus 0 SControl 300)
May 14 21:30:27 localhost kernel: [    0.800031] ata10: SATA link down (SStatus 0 SControl 300)
May 14 21:30:27 localhost kernel: [    0.835363] ata3.00: ATA-8: OCZ-VERTEX2, 1.11, max UDMA/133
May 14 21:30:27 localhost kernel: [    0.835367] ata3.00: 78161328 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
May 14 21:30:27 localhost kernel: [    0.864962] hub 2-3:1.0: USB hub found
May 14 21:30:27 localhost kernel: [    0.865314] hub 2-3:1.0: 4 ports detected
May 14 21:30:27 localhost kernel: [    0.885455] ata3.00: configured for UDMA/133
May 14 21:30:27 localhost kernel: [    0.885592] scsi 2:0:0:0: Direct-Access     ATA      OCZ-VERTEX2      1.11 PQ: 0 ANSI: 5
May 14 21:30:27 localhost kernel: [    0.886408] sd 2:0:0:0: [sda] 78161328 512-byte logical blocks: (40.0 GB/37.2 GiB)
May 14 21:30:27 localhost kernel: [    0.886461] sd 2:0:0:0: [sda] Write Protect is off
May 14 21:30:27 localhost kernel: [    0.886464] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 14 21:30:27 localhost kernel: [    0.886478] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 14 21:30:27 localhost kernel: [    0.887195]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
May 14 21:30:27 localhost kernel: [    0.887542] sd 2:0:0:0: [sda] Attached SCSI disk
May 14 21:30:27 localhost kernel: [    1.146943] usb 2-3.2: new low-speed USB device number 5 using ehci_hcd
May 14 21:30:27 localhost kernel: [    1.203354] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 14 21:30:27 localhost kernel: [    1.204395] ata4.00: ATA-8: WDC WD10EADS-00M2B0, 01.00A01, max UDMA/133
May 14 21:30:27 localhost kernel: [    1.204399] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
May 14 21:30:27 localhost kernel: [    1.205481] ata4.00: configured for UDMA/133
May 14 21:30:27 localhost kernel: [    1.205573] scsi 3:0:0:0: Direct-Access     ATA      WDC WD10EADS-00M 01.0 PQ: 0 ANSI: 5
May 14 21:30:27 localhost kernel: [    1.205725] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
May 14 21:30:27 localhost kernel: [    1.205759] sd 3:0:0:0: [sdb] Write Protect is off
May 14 21:30:27 localhost kernel: [    1.205761] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
May 14 21:30:27 localhost kernel: [    1.205775] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 14 21:30:27 localhost kernel: [    1.303694] usb 2-3.3: new low-speed USB device number 6 using ehci_hcd
May 14 21:30:27 localhost kernel: [    1.323349] Refined TSC clocksource calibration: 3066.666 MHz.
May 14 21:30:27 localhost kernel: [    1.323354] Switching to clocksource tsc
May 14 21:30:27 localhost kernel: [    1.398824] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3.2/2-3.2:1.0/input/input0
May 14 21:30:27 localhost kernel: [    1.398887] generic-usb 0003:046D:C046.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.7-3.2/input0
May 14 21:30:27 localhost kernel: [    1.402210] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3.3/2-3.3:1.0/input/input1
May 14 21:30:27 localhost kernel: [    1.402256] generic-usb 0003:045E:0750.0002: input,hidraw1: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 600] on usb-0000:00:1d.7-3.3/input0
May 14 21:30:27 localhost kernel: [    1.407993] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3.3/2-3.3:1.1/input/input2
May 14 21:30:27 localhost kernel: [    1.408063] generic-usb 0003:045E:0750.0003: input,hidraw2: USB HID v1.11 Device [Microsoft Wired Keyboard 600] on usb-0000:00:1d.7-3.3/input1
May 14 21:30:27 localhost kernel: [    1.408078] usbcore: registered new interface driver usbhid
May 14 21:30:27 localhost kernel: [    1.408080] usbhid: USB HID core driver
May 14 21:30:27 localhost kernel: [    1.523351] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 14 21:30:27 localhost kernel: [    1.524418] ata5.00: ATAPI: PLEXTOR DVDR   PX-820SA, 1.00, max UDMA/100
May 14 21:30:27 localhost kernel: [    1.525745] ata5.00: configured for UDMA/100
May 14 21:30:27 localhost kernel: [    1.527592] scsi 4:0:0:0: CD-ROM            PLEXTOR  DVDR   PX-820SA  1.00 PQ: 0 ANSI: 5
May 14 21:30:27 localhost kernel: [    1.620013] usb 6-2: new full-speed USB device number 2 using uhci_hcd
May 14 21:30:27 localhost kernel: [    1.680333]  sdb: sdb1 sdb2
May 14 21:30:27 localhost kernel: [    1.680595] sd 3:0:0:0: [sdb] Attached SCSI disk
May 14 21:30:27 localhost kernel: [    1.846709] ata6: SATA link down (SStatus 0 SControl 300)
May 14 21:30:27 localhost kernel: [    2.016679] usb 7-1: new full-speed USB device number 2 using uhci_hcd
May 14 21:30:27 localhost kernel: [    2.166682] ata7: SATA link down (SStatus 0 SControl 300)
May 14 21:30:27 localhost kernel: [    2.186505] input:         USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input3
May 14 21:30:27 localhost kernel: [    2.186545] generic-usb 0003:21CE:251A.0004: input,hidraw3: USB HID v1.10 Keyboard [        USB Receiver] on usb-0000:00:1d.2-1/input0
May 14 21:30:27 localhost kernel: [    2.190710] input:         USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.1/input/input4
May 14 21:30:27 localhost kernel: [    2.190814] generic-usb 0003:21CE:251A.0005: input,hiddev0,hidraw4: USB HID v1.10 Mouse [        USB Receiver] on usb-0000:00:1d.2-1/input1
May 14 21:30:27 localhost kernel: [    2.486682] ata8: SATA link down (SStatus 0 SControl 300)
May 14 21:30:27 localhost kernel: [    2.488994] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
May 14 21:30:27 localhost kernel: [    2.488997] cdrom: Uniform CD-ROM driver Revision: 3.20
May 14 21:30:27 localhost kernel: [    2.489451] sr 4:0:0:0: Attached scsi CD-ROM sr0
May 14 21:30:27 localhost kernel: [    2.858995] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
May 14 21:30:27 localhost [    3.020486] udevd[218]: starting version 182
May 14 21:30:27 localhost kernel: [    3.065554] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
May 14 21:30:27 localhost kernel: [    3.065564] ACPI: Power Button [PWRB]
May 14 21:30:27 localhost kernel: [    3.065614] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
May 14 21:30:27 localhost kernel: [    3.065616] ACPI: Power Button [PWRF]
May 14 21:30:27 localhost kernel: [    3.092170] sky2: driver version 1.30
May 14 21:30:27 localhost kernel: [    3.092246] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 2
May 14 21:30:27 localhost kernel: [    3.094993] WARNING! power/level is deprecated; use power/control instead
May 14 21:30:27 localhost kernel: [    3.094996] sky2 0000:02:00.0: irq 45 for MSI/MSI-X
May 14 21:30:27 localhost kernel: [    3.095383] iTCO_vendor_support: vendor-support=0
May 14 21:30:27 localhost kernel: [    3.098196] sky2 0000:02:00.0: eth0: addr 00:18:f3:5e:92:f9
May 14 21:30:27 localhost kernel: [    3.099517] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
May 14 21:30:27 localhost kernel: [    3.099595] iTCO_wdt: Found a ICH8 or ICH8R TCO device (Version=2, TCOBASE=0x0860)
May 14 21:30:27 localhost kernel: [    3.099798] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
May 14 21:30:27 localhost kernel: [    3.103063] skge: 1.14 addr 0xfbff4000 irq 19 chip Yukon-Lite rev 9
May 14 21:30:27 localhost kernel: [    3.103548] skge 0000:05:04.0: eth1: addr 00:18:f3:5e:66:50
May 14 21:30:27 localhost kernel: [    3.110030] [drm] Initialized drm 1.1.0 20060810
May 14 21:30:27 localhost kernel: [    3.112258] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
May 14 21:30:27 localhost kernel: [    3.150401] input: PC Speaker as /devices/platform/pcspkr/input/input7
May 14 21:30:27 localhost kernel: [    3.152583] wmi: Mapper loaded
May 14 21:30:27 localhost kernel: [    3.160075] firewire_ohci: Added fw-ohci device 0000:05:03.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
May 14 21:30:27 localhost kernel: [    3.170344] [drm] nouveau 0000:01:00.0: Detected an NVc0 generation card (0x0cf200a1)
May 14 21:30:27 localhost kernel: [    3.179980] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
May 14 21:30:27 localhost kernel: [    3.242821] [drm] nouveau 0000:01:00.0: ... appears to be valid
May 14 21:30:27 localhost kernel: [    3.242824] [drm] nouveau 0000:01:00.0: BIT BIOS found
May 14 21:30:27 localhost kernel: [    3.242827] [drm] nouveau 0000:01:00.0: Bios version 70.26.20.00
May 14 21:30:27 localhost kernel: [    3.242830] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
May 14 21:30:27 localhost kernel: [    3.243072] [drm] nouveau 0000:01:00.0: MXM: no VBIOS data, nothing to do
May 14 21:30:27 localhost kernel: [    3.243074] [drm] nouveau 0000:01:00.0: DCB version 4.0
May 14 21:30:27 localhost kernel: [    3.243076] [drm] nouveau 0000:01:00.0: DCB outp 00: 02000300 00000000
May 14 21:30:27 localhost kernel: [    3.243078] [drm] nouveau 0000:01:00.0: DCB outp 01: 01000302 00020030
May 14 21:30:27 localhost kernel: [    3.243080] [drm] nouveau 0000:01:00.0: DCB outp 02: 04011310 00000000
May 14 21:30:27 localhost kernel: [    3.243081] [drm] nouveau 0000:01:00.0: DCB outp 03: 02022362 00020010
May 14 21:30:27 localhost kernel: [    3.243083] [drm] nouveau 0000:01:00.0: DCB conn 00: 00001030
May 14 21:30:27 localhost kernel: [    3.243085] [drm] nouveau 0000:01:00.0: DCB conn 01: 00000100
May 14 21:30:27 localhost kernel: [    3.243086] [drm] nouveau 0000:01:00.0: DCB conn 02: 00002261
May 14 21:30:27 localhost kernel: [    3.243090] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x69A3
May 14 21:30:27 localhost kernel: [    3.273217] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x70C6
May 14 21:30:27 localhost kernel: [    3.287383] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x85CD
May 14 21:30:27 localhost kernel: [    3.287385] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x85D7
May 14 21:30:27 localhost kernel: [    3.287435] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x87AC
May 14 21:30:27 localhost kernel: [    3.287437] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0x8811
May 14 21:30:27 localhost kernel: [    3.307442] [drm] nouveau 0000:01:00.0: 0x8811: Condition still not met after 20ms, skipping following opcodes
May 14 21:30:27 localhost kernel: [    3.328647] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
May 14 21:30:27 localhost kernel: [    3.328650] [drm] nouveau 0000:01:00.0: 0: core 50MHz shader 101MHz memory 135MHz timing 2 voltage 950mV
May 14 21:30:27 localhost kernel: [    3.328652] [drm] nouveau 0000:01:00.0: 1: core 405MHz shader 810MHz memory 324MHz timing 1 voltage 950mV
May 14 21:30:27 localhost kernel: [    3.328655] [drm] nouveau 0000:01:00.0: 3: core 910MHz shader 1820MHz memory 2052MHz timing 0 voltage 1037mV-1162mV
May 14 21:30:27 localhost kernel: [    3.328723] [drm] nouveau 0000:01:00.0: c: core 405MHz shader 810MHz memory 324MHz voltage 950mV fanspeed 19%
May 14 21:30:27 localhost kernel: [    3.331511] [TTM] Zone  kernel: Available graphics memory: 2542704 kiB.
May 14 21:30:27 localhost kernel: [    3.331513] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
May 14 21:30:27 localhost kernel: [    3.331514] [TTM] Initializing pool allocator.
May 14 21:30:27 localhost kernel: [    3.331518] [TTM] Initializing DMA pool allocator.
May 14 21:30:27 localhost kernel: [    3.331526] [drm] nouveau 0000:01:00.0: Detected 1024MiB VRAM
May 14 21:30:27 localhost kernel: [    3.331532] mtrr: type mismatch for d8000000,8000000 old: write-back new: write-combining
May 14 21:30:27 localhost kernel: [    3.331543] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
May 14 21:30:27 localhost kernel: [    3.334905] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
May 14 21:30:27 localhost kernel: [    3.334906] [drm] No driver support for vblank timestamp query.
May 14 21:30:27 localhost kernel: [    3.486005] [drm] nouveau 0000:01:00.0: allocated 1680x1050 fb: 0x210180000, bo ffff880176548c00
May 14 21:30:27 localhost kernel: [    3.486062] fbcon: nouveaufb (fb0) is primary device
May 14 21:30:27 localhost kernel: [    3.487150] [drm] nouveau 0000:01:00.0: EvoCh 0 Mthd 0x0080 Data 0x00000000 (0x000b 0x05)
May 14 21:30:27 localhost kernel: [    3.503933] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
May 14 21:30:27 localhost kernel: [    3.517170] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
May 14 21:30:27 localhost kernel: [    3.517181] ACPI Warning: 0x0000000000000400-0x000000000000041f SystemIO conflicts with Region \SMRG 1 (20120111/utaddress-251)
May 14 21:30:27 localhost kernel: [    3.517186] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 14 21:30:27 localhost kernel: [    3.660064] firewire_core: created device fw0: GUID 0011d80000de2fb8, S400
May 14 21:30:27 localhost kernel: [    5.487493] [drm] nouveau 0000:01:00.0: EvoCh 0 Mthd 0x0080 Data 0x00000000 (0x100b 0x05)
May 14 21:30:27 localhost kernel: [    5.487499] [drm] nouveau 0000:01:00.0: EvoCh 1 Mthd 0x0080 Data 0x00000000 (0x000b 0x05)
May 14 21:30:27 localhost kernel: [    7.487785] [drm] nouveau 0000:01:00.0: EvoCh 2 Mthd 0x0080 Data 0x00000000 (0x000b 0x05)
May 14 21:30:27 localhost kernel: [    7.488797] Console: switching to colour frame buffer device 160x45
May 14 21:30:27 localhost kernel: [    7.489729] fb0: nouveaufb frame buffer device
May 14 21:30:27 localhost kernel: [    7.489730] drm: registered panic notifier
May 14 21:30:27 localhost kernel: [    7.489734] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
May 14 21:30:27 localhost kernel: [    7.489782] hda_intel: Disabling MSI
May 14 21:30:27 localhost kernel: [    8.173344] HDMI status: Codec=0 Pin=5 Presence_Detect=0 ELD_Valid=0
May 14 21:30:27 localhost kernel: [    8.193342] HDMI status: Codec=1 Pin=5 Presence_Detect=1 ELD_Valid=1
May 14 21:30:27 localhost kernel: [    8.833341] HDMI: detected monitor PANASONIC-TV at connection type HDMI
May 14 21:30:27 localhost kernel: [    8.833346] HDMI: available speakers: FL/FR LFE FC RL/RR RC FLC/FRC RLC/RRC FLW/FRW FLH/FRH TC FCH
May 14 21:30:27 localhost kernel: [    8.833351] HDMI: supports coding type LPCM: channels = 2, rates = 32000 44100 48000, bits = 16
May 14 21:30:27 localhost kernel: [    8.853343] HDMI status: Codec=2 Pin=5 Presence_Detect=0 ELD_Valid=0
May 14 21:30:27 localhost kernel: [    8.873343] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
May 14 21:30:27 localhost kernel: [    8.873475] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
May 14 21:30:27 localhost kernel: [    8.873787] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
May 14 21:30:27 localhost kernel: [    8.874085] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
May 14 21:30:27 localhost kernel: [    8.875965] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
May 14 21:30:27 localhost kernel: [    8.930392] EXT4-fs (sda3): re-mounted. Opts: (null)
May 14 21:30:27 localhost kernel: [    8.933477] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
May 14 21:30:27 localhost kernel: [    8.936289] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
May 14 21:30:27 localhost kernel: [    8.940720] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
May 14 21:30:27 localhost kernel: [    8.974284] EXT4-fs (sdb2): warning: maximal mount count reached, running e2fsck is recommended
May 14 21:30:27 localhost kernel: [    8.991770] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
May 14 21:30:27 localhost kernel: [    9.001908] fuse init (API version 7.18)
May 14 21:30:27 localhost kernel: [   10.109691] Adding 998544k swap on /dev/sda6.  Priority:-1 extents:1 across:998544k SS
May 14 21:30:27 localhost kernel: [   10.253943] sky2 0000:02:00.0: eth0: enabling interface
May 14 21:30:27 localhost kernel: [   10.254728] ADDRCONF(NETDEV_UP): eth0: link is not ready
May 14 21:30:27 localhost /usr/sbin/crond[443]: (CRON) STARTUP (1.4.8)
May 14 21:30:27 localhost /usr/sbin/crond[443]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
May 14 21:30:27 localhost /usr/sbin/crond[443]: (CRON) INFO (running with inotify support)
May 14 21:30:29 localhost kernel: [   11.955826] sky2 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
May 14 21:30:29 localhost kernel: [   11.956622] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
May 14 21:30:39 localhost kernel: [   22.443335] eth0: no IPv6 routers present
May 14 21:30:58 localhost shutdown[458]: shutting down for system reboot
May 14 21:30:58 localhost init: Switching to runlevel: 6
May 14 21:30:59 localhost kernel: [   42.258353] sky2 0000:02:00.0: eth0: disabling interface
May 14 21:30:59 localhost syslog-ng[393]: syslog-ng shutting down; version='3.3.5'
May 14 21:30:59 localhost ntfs-3g[303]: Unmounting /dev/sdb1 (Data (Windows))
May 14 21:30:59 localhost ntfs-3g[301]: Unmounting /dev/sda1 (WinXP)

Here is the content of the /var/log/everything.log file when I am using the proprietary nvidia driver (working).

May 14 21:31:53 localhost kernel: [    0.000000] Initializing cgroup subsys cpuset
May 14 21:31:53 localhost kernel: [    0.000000] Initializing cgroup subsys cpu
May 14 21:31:53 localhost kernel: [    0.000000] Linux version 3.3.5-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.0 20120505 (prerelease) (GCC) ) #1 SMP PREEMPT Mon May 7 19:57:51 CEST 2012
May 14 21:31:53 localhost kernel: [    0.000000] Command line: root=/dev/sda3 ro nouveau.modeset=0
May 14 21:31:53 localhost kernel: [    0.000000] BIOS-provided physical RAM map:
May 14 21:31:53 localhost kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
May 14 21:31:53 localhost kernel: [    0.000000]  BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
May 14 21:31:53 localhost kernel: [    0.000000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
May 14 21:31:53 localhost kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 00000000bff90000 (usable)
May 14 21:31:53 localhost kernel: [    0.000000]  BIOS-e820: 00000000bff90000 - 00000000bff9e000 (ACPI data)
May 14 21:31:53 localhost syslog-ng[387]: syslog-ng starting up; version='3.3.5'
May 14 21:31:53 localhost kernel: [    0.000000]  BIOS-e820: 00000000bff9e000 - 00000000bffe0000 (ACPI NVS)
May 14 21:31:53 localhost kernel: [    0.000000]  BIOS-e820: 00000000bffe0000 - 00000000c0000000 (reserved)
May 14 21:31:53 localhost kernel: [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
May 14 21:31:53 localhost kernel: [    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
May 14 21:31:53 localhost kernel: [    0.000000]  BIOS-e820: 0000000100000000 - 0000000180000000 (usable)
May 14 21:31:53 localhost kernel: [    0.000000] NX (Execute Disable) protection: active
May 14 21:31:53 localhost kernel: [    0.000000] DMI 2.4 present.
May 14 21:31:53 localhost kernel: [    0.000000] DMI: System manufacturer System Product Name/P5B-Deluxe, BIOS 1238    09/30/2008
May 14 21:31:53 localhost kernel: [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
May 14 21:31:53 localhost kernel: [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
May 14 21:31:53 localhost kernel: [    0.000000] No AGP bridge found
May 14 21:31:53 localhost kernel: [    0.000000] last_pfn = 0x180000 max_arch_pfn = 0x400000000
May 14 21:31:53 localhost kernel: [    0.000000] MTRR default type: uncachable
May 14 21:31:53 localhost kernel: [    0.000000] MTRR fixed ranges enabled:
May 14 21:31:53 localhost kernel: [    0.000000]   00000-9FFFF write-back
May 14 21:31:53 localhost kernel: [    0.000000]   A0000-DFFFF uncachable
May 14 21:31:53 localhost kernel: [    0.000000]   E0000-EFFFF write-through
May 14 21:31:53 localhost kernel: [    0.000000]   F0000-FFFFF write-protect
May 14 21:31:53 localhost kernel: [    0.000000] MTRR variable ranges enabled:
May 14 21:31:53 localhost kernel: [    0.000000]   0 base 0D4000000 mask FFC000000 uncachable
May 14 21:31:53 localhost kernel: [    0.000000]   1 base 0D8000000 mask FF8000000 uncachable
May 14 21:31:53 localhost kernel: [    0.000000]   2 base 0E0000000 mask FE0000000 uncachable
May 14 21:31:53 localhost kernel: [    0.000000]   3 base 000000000 mask F00000000 write-back
May 14 21:31:53 localhost kernel: [    0.000000]   4 base 100000000 mask F80000000 write-back
May 14 21:31:53 localhost kernel: [    0.000000]   5 disabled
May 14 21:31:53 localhost kernel: [    0.000000]   6 disabled
May 14 21:31:53 localhost kernel: [    0.000000]   7 disabled
May 14 21:31:53 localhost kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
May 14 21:31:53 localhost kernel: [    0.000000] e820 update range: 00000000d4000000 - 0000000100000000 (usable) ==> (reserved)
May 14 21:31:53 localhost kernel: [    0.000000] last_pfn = 0xbff90 max_arch_pfn = 0x400000000
May 14 21:31:53 localhost kernel: [    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
May 14 21:31:53 localhost kernel: [    0.000000] initial memory mapped : 0 - 20000000
May 14 21:31:53 localhost kernel: [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
May 14 21:31:53 localhost kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000bff90000
May 14 21:31:53 localhost kernel: [    0.000000]  0000000000 - 00bfe00000 page 2M
May 14 21:31:53 localhost kernel: [    0.000000]  00bfe00000 - 00bff90000 page 4k
May 14 21:31:53 localhost kernel: [    0.000000] kernel direct mapping tables up to bff90000 @ 1fffb000-20000000
May 14 21:31:53 localhost kernel: [    0.000000] init_memory_mapping: 0000000100000000-0000000180000000
May 14 21:31:53 localhost kernel: [    0.000000]  0100000000 - 0180000000 page 2M
May 14 21:31:53 localhost kernel: [    0.000000] kernel direct mapping tables up to 180000000 @ bff89000-bff90000
May 14 21:31:53 localhost kernel: [    0.000000] RAMDISK: 37d1d000 - 37ff0000
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: RSDP 00000000000fae70 00024 (v02 ACPIAM)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: XSDT 00000000bff90100 0004C (v01 MSTEST OEMXSDT  09000830 MSFT 00000097)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: FACP 00000000bff90290 000F4 (v03 MSTEST OEMFACP  09000830 MSFT 00000097)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: DSDT 00000000bff905c0 0918E (v01  A0483 A0483035 00000035 INTL 20060113)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: FACS 00000000bff9e000 00040
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: APIC 00000000bff90390 0006C (v01 MSTEST OEMAPIC  09000830 MSFT 00000097)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: MCFG 00000000bff90400 0003C (v01 MSTEST OEMMCFG  09000830 MSFT 00000097)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: OEMB 00000000bff9e040 0007B (v01 MSTEST AMI_OEM  09000830 MSFT 00000097)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: HPET 00000000bff99750 00038 (v01 MSTEST OEMHPET  09000830 MSFT 00000097)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
May 14 21:31:53 localhost kernel: [    0.000000] No NUMA configuration found
May 14 21:31:53 localhost kernel: [    0.000000] Faking a node at 0000000000000000-0000000180000000
May 14 21:31:53 localhost kernel: [    0.000000] Initmem setup node 0 0000000000000000-0000000180000000
May 14 21:31:53 localhost kernel: [    0.000000]   NODE_DATA [000000017fffb000 - 000000017fffffff]
May 14 21:31:53 localhost kernel: [    0.000000]  [ffffea0000000000-ffffea0005ffffff] PMD -> [ffff88017a600000-ffff88017f5fffff] on node 0
May 14 21:31:53 localhost kernel: [    0.000000] Zone PFN ranges:
May 14 21:31:53 localhost kernel: [    0.000000]   DMA      0x00000010 -> 0x00001000
May 14 21:31:53 localhost kernel: [    0.000000]   DMA32    0x00001000 -> 0x00100000
May 14 21:31:53 localhost kernel: [    0.000000]   Normal   0x00100000 -> 0x00180000
May 14 21:31:53 localhost kernel: [    0.000000] Movable zone start PFN for each node
May 14 21:31:53 localhost kernel: [    0.000000] Early memory PFN ranges
May 14 21:31:53 localhost kernel: [    0.000000]     0: 0x00000010 -> 0x0000009e
May 14 21:31:53 localhost kernel: [    0.000000]     0: 0x00000100 -> 0x000bff90
May 14 21:31:53 localhost kernel: [    0.000000]     0: 0x00100000 -> 0x00180000
May 14 21:31:53 localhost kernel: [    0.000000] On node 0 totalpages: 1310494
May 14 21:31:53 localhost kernel: [    0.000000]   DMA zone: 64 pages used for memmap
May 14 21:31:53 localhost kernel: [    0.000000]   DMA zone: 5 pages reserved
May 14 21:31:53 localhost kernel: [    0.000000]   DMA zone: 3913 pages, LIFO batch:0
May 14 21:31:53 localhost kernel: [    0.000000]   DMA32 zone: 16320 pages used for memmap
May 14 21:31:53 localhost kernel: [    0.000000]   DMA32 zone: 765904 pages, LIFO batch:31
May 14 21:31:53 localhost kernel: [    0.000000]   Normal zone: 8192 pages used for memmap
May 14 21:31:53 localhost kernel: [    0.000000]   Normal zone: 516096 pages, LIFO batch:31
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x808
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
May 14 21:31:53 localhost kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: IRQ0 used by override.
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: IRQ2 used by override.
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: IRQ9 used by override.
May 14 21:31:53 localhost kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
May 14 21:31:53 localhost kernel: [    0.000000] ACPI: HPET id: 0x8086a202 base: 0xfed00000
May 14 21:31:53 localhost kernel: [    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
May 14 21:31:53 localhost kernel: [    0.000000] nr_irqs_gsi: 40
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000bff90000 - 00000000bff9e000
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000bff9e000 - 00000000bffe0000
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000bffe0000 - 00000000c0000000
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000fee00000
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffb00000
May 14 21:31:53 localhost kernel: [    0.000000] PM: Registered nosave memory: 00000000ffb00000 - 0000000100000000
May 14 21:31:53 localhost kernel: [    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
May 14 21:31:53 localhost kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
May 14 21:31:53 localhost kernel: [    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
May 14 21:31:53 localhost kernel: [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88017fc00000 s82176 r8192 d24320 u524288
May 14 21:31:53 localhost kernel: [    0.000000] pcpu-alloc: s82176 r8192 d24320 u524288 alloc=1*2097152
May 14 21:31:53 localhost kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 
May 14 21:31:53 localhost kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1285913
May 14 21:31:53 localhost kernel: [    0.000000] Policy zone: Normal
May 14 21:31:53 localhost kernel: [    0.000000] Kernel command line: root=/dev/sda3 ro nouveau.modeset=0
May 14 21:31:53 localhost kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
May 14 21:31:53 localhost kernel: [    0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
May 14 21:31:53 localhost kernel: [    0.000000] Checking aperture...
May 14 21:31:53 localhost kernel: [    0.000000] No AGP bridge found
May 14 21:31:53 localhost kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
May 14 21:31:53 localhost kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
May 14 21:31:53 localhost kernel: [    0.000000] Memory: 5079496k/6291456k available (4495k kernel code, 1049480k absent, 162480k reserved, 4327k data, 732k init)
May 14 21:31:53 localhost kernel: [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
May 14 21:31:53 localhost kernel: [    0.000000] Preemptible hierarchical RCU implementation.
May 14 21:31:53 localhost kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
May 14 21:31:53 localhost kernel: [    0.000000] 	Verbose stalled-CPUs detection is disabled.
May 14 21:31:53 localhost kernel: [    0.000000] NR_IRQS:4352 nr_irqs:712 16
May 14 21:31:53 localhost kernel: [    0.000000] Extended CMOS year: 2000
May 14 21:31:53 localhost kernel: [    0.000000] Console: colour VGA+ 80x25
May 14 21:31:53 localhost kernel: [    0.000000] console [tty0] enabled
May 14 21:31:53 localhost kernel: [    0.000000] allocated 20971520 bytes of page_cgroup
May 14 21:31:53 localhost kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
May 14 21:31:53 localhost kernel: [    0.000000] hpet clockevent registered
May 14 21:31:53 localhost kernel: [    0.000000] Fast TSC calibration using PIT
May 14 21:31:53 localhost kernel: [    0.000000] Detected 3066.689 MHz processor.
May 14 21:31:53 localhost kernel: [    0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6135.93 BogoMIPS (lpj=10222296)
May 14 21:31:53 localhost kernel: [    0.003339] pid_max: default: 32768 minimum: 301
May 14 21:31:53 localhost kernel: [    0.003363] Security Framework initialized
May 14 21:31:53 localhost kernel: [    0.003367] AppArmor: AppArmor disabled by boot time parameter
May 14 21:31:53 localhost kernel: [    0.003908] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
May 14 21:31:53 localhost kernel: [    0.011165] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
May 14 21:31:53 localhost kernel: [    0.013568] Mount-cache hash table entries: 256
May 14 21:31:53 localhost kernel: [    0.013720] Initializing cgroup subsys cpuacct
May 14 21:31:53 localhost kernel: [    0.013722] Initializing cgroup subsys memory
May 14 21:31:53 localhost kernel: [    0.013732] Initializing cgroup subsys devices
May 14 21:31:53 localhost kernel: [    0.013734] Initializing cgroup subsys freezer
May 14 21:31:53 localhost kernel: [    0.013735] Initializing cgroup subsys net_cls
May 14 21:31:53 localhost kernel: [    0.013737] Initializing cgroup subsys blkio
May 14 21:31:53 localhost kernel: [    0.013768] CPU: Physical Processor ID: 0
May 14 21:31:53 localhost kernel: [    0.013769] CPU: Processor Core ID: 0
May 14 21:31:53 localhost kernel: [    0.013771] mce: CPU supports 6 MCE banks
May 14 21:31:53 localhost kernel: [    0.013777] CPU0: Thermal monitoring enabled (TM2)
May 14 21:31:53 localhost kernel: [    0.013781] using mwait in idle threads.
May 14 21:31:53 localhost kernel: [    0.014747] ACPI: Core revision 20120111
May 14 21:31:53 localhost kernel: [    0.023348] ftrace: allocating 17484 entries in 69 pages
May 14 21:31:53 localhost kernel: [    0.027058] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May 14 21:31:53 localhost kernel: [    0.061298] CPU0: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz stepping 0a
May 14 21:31:53 localhost kernel: [    0.063329] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
May 14 21:31:53 localhost kernel: [    0.063329] ... version:                2
May 14 21:31:53 localhost kernel: [    0.063329] ... bit width:              40
May 14 21:31:53 localhost kernel: [    0.063329] ... generic registers:      2
May 14 21:31:53 localhost kernel: [    0.063329] ... value mask:             000000ffffffffff
May 14 21:31:53 localhost kernel: [    0.063329] ... max period:             000000007fffffff
May 14 21:31:53 localhost kernel: [    0.063329] ... fixed-purpose events:   3
May 14 21:31:53 localhost kernel: [    0.063329] ... event mask:             0000000700000003
May 14 21:31:53 localhost kernel: [    0.080110] NMI watchdog enabled, takes one hw-pmu counter.
May 14 21:31:53 localhost kernel: [    0.106677] Booting Node   0, Processors  #1
May 14 21:31:53 localhost kernel: [    0.106681] smpboot cpu 1: start_ip = 99000
May 14 21:31:53 localhost kernel: [    0.120022] NMI watchdog enabled, takes one hw-pmu counter.
May 14 21:31:53 localhost kernel: [    0.126665] Brought up 2 CPUs
May 14 21:31:53 localhost kernel: [    0.126668] Total of 2 processors activated (12271.87 BogoMIPS).
May 14 21:31:53 localhost kernel: [    0.128290] devtmpfs: initialized
May 14 21:31:53 localhost kernel: [    0.128290] PM: Registering ACPI NVS region at bff9e000 (270336 bytes)
May 14 21:31:53 localhost kernel: [    0.128290] NET: Registered protocol family 16
May 14 21:31:53 localhost kernel: [    0.128290] ACPI: bus type pci registered
May 14 21:31:53 localhost kernel: [    0.128290] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 14 21:31:53 localhost kernel: [    0.128290] PCI: not using MMCONFIG
May 14 21:31:53 localhost kernel: [    0.128290] PCI: Using configuration type 1 for base access
May 14 21:31:53 localhost kernel: [    0.130017] bio: create slab <bio-0> at 0
May 14 21:31:53 localhost kernel: [    0.130020] ACPI: Added _OSI(Module Device)
May 14 21:31:53 localhost kernel: [    0.130022] ACPI: Added _OSI(Processor Device)
May 14 21:31:53 localhost kernel: [    0.130023] ACPI: Added _OSI(3.0 _SCP Extensions)
May 14 21:31:53 localhost kernel: [    0.130024] ACPI: Added _OSI(Processor Aggregator Device)
May 14 21:31:53 localhost kernel: [    0.130810] ACPI: EC: Look up EC in DSDT
May 14 21:31:53 localhost kernel: [    0.131623] ACPI: Executed 1 blocks of module-level executable AML code
May 14 21:31:53 localhost kernel: [    0.136706] ACPI: SSDT 00000000bff9e0c0 00208 (v01    AMI   CPU1PM 00000001 INTL 20060113)
May 14 21:31:53 localhost kernel: [    0.136900] ACPI: Dynamic OEM Table Load:
May 14 21:31:53 localhost kernel: [    0.136902] ACPI: SSDT           (null) 00208 (v01    AMI   CPU1PM 00000001 INTL 20060113)
May 14 21:31:53 localhost kernel: [    0.137005] ACPI: SSDT 00000000bff9e2d0 0013A (v01    AMI   CPU2PM 00000001 INTL 20060113)
May 14 21:31:53 localhost kernel: [    0.137196] ACPI: Dynamic OEM Table Load:
May 14 21:31:53 localhost kernel: [    0.137198] ACPI: SSDT           (null) 0013A (v01    AMI   CPU2PM 00000001 INTL 20060113)
May 14 21:31:53 localhost kernel: [    0.137304] ACPI: Interpreter enabled
May 14 21:31:53 localhost kernel: [    0.137307] ACPI: (supports S0 S3 S4 S5)
May 14 21:31:53 localhost kernel: [    0.137319] ACPI: Using IOAPIC for interrupt routing
May 14 21:31:53 localhost kernel: [    0.137333] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 14 21:31:53 localhost kernel: [    0.137624] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
May 14 21:31:53 localhost kernel: [    0.171396] ACPI: No dock devices found.
May 14 21:31:53 localhost kernel: [    0.171399] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 14 21:31:53 localhost kernel: [    0.171442] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
May 14 21:31:53 localhost kernel: [    0.171507] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
May 14 21:31:53 localhost kernel: [    0.171509] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
May 14 21:31:53 localhost kernel: [    0.171511] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
May 14 21:31:53 localhost kernel: [    0.171512] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
May 14 21:31:53 localhost kernel: [    0.171514] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xffffffff]
May 14 21:31:53 localhost kernel: [    0.171541] PCI host bridge to bus 0000:00
May 14 21:31:53 localhost kernel: [    0.171543] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
May 14 21:31:53 localhost kernel: [    0.171544] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
May 14 21:31:53 localhost kernel: [    0.171546] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
May 14 21:31:53 localhost kernel: [    0.171547] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
May 14 21:31:53 localhost kernel: [    0.171549] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
May 14 21:31:53 localhost kernel: [    0.171556] pci 0000:00:00.0: [8086:29a0] type 0 class 0x000600
May 14 21:31:53 localhost kernel: [    0.171589] pci 0000:00:01.0: [8086:29a1] type 1 class 0x000604
May 14 21:31:53 localhost kernel: [    0.171618] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
May 14 21:31:53 localhost kernel: [    0.171648] pci 0000:00:1a.0: [8086:2834] type 0 class 0x000c03
May 14 21:31:53 localhost kernel: [    0.171680] pci 0000:00:1a.0: reg 20: [io  0xa880-0xa89f]
May 14 21:31:53 localhost kernel: [    0.171705] pci 0000:00:1a.1: [8086:2835] type 0 class 0x000c03
May 14 21:31:53 localhost kernel: [    0.171738] pci 0000:00:1a.1: reg 20: [io  0xac00-0xac1f]
May 14 21:31:53 localhost kernel: [    0.171771] pci 0000:00:1a.7: [8086:283a] type 0 class 0x000c03
May 14 21:31:53 localhost kernel: [    0.171786] pci 0000:00:1a.7: reg 10: [mem 0xf7fffc00-0xf7ffffff]
May 14 21:31:53 localhost kernel: [    0.171854] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
May 14 21:31:53 localhost kernel: [    0.171873] pci 0000:00:1b.0: [8086:284b] type 0 class 0x000403
May 14 21:31:53 localhost kernel: [    0.171885] pci 0000:00:1b.0: reg 10: [mem 0xf7ff8000-0xf7ffbfff 64bit]
May 14 21:31:53 localhost kernel: [    0.171939] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
May 14 21:31:53 localhost kernel: [    0.171957] pci 0000:00:1c.0: [8086:283f] type 1 class 0x000604
May 14 21:31:53 localhost kernel: [    0.172012] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 14 21:31:53 localhost kernel: [    0.172033] pci 0000:00:1c.4: [8086:2847] type 1 class 0x000604
May 14 21:31:53 localhost kernel: [    0.172088] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
May 14 21:31:53 localhost kernel: [    0.172107] pci 0000:00:1c.5: [8086:2849] type 1 class 0x000604
May 14 21:31:53 localhost kernel: [    0.172162] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
May 14 21:31:53 localhost kernel: [    0.172180] pci 0000:00:1d.0: [8086:2830] type 0 class 0x000c03
May 14 21:31:53 localhost kernel: [    0.172212] pci 0000:00:1d.0: reg 20: [io  0xa400-0xa41f]
May 14 21:31:53 localhost kernel: [    0.172238] pci 0000:00:1d.1: [8086:2831] type 0 class 0x000c03
May 14 21:31:53 localhost kernel: [    0.172270] pci 0000:00:1d.1: reg 20: [io  0xa480-0xa49f]
May 14 21:31:53 localhost kernel: [    0.172295] pci 0000:00:1d.2: [8086:2832] type 0 class 0x000c03
May 14 21:31:53 localhost kernel: [    0.172327] pci 0000:00:1d.2: reg 20: [io  0xa800-0xa81f]
May 14 21:31:53 localhost kernel: [    0.172360] pci 0000:00:1d.7: [8086:2836] type 0 class 0x000c03
May 14 21:31:53 localhost kernel: [    0.172375] pci 0000:00:1d.7: reg 10: [mem 0xf7fff800-0xf7fffbff]
May 14 21:31:53 localhost kernel: [    0.172443] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
May 14 21:31:53 localhost kernel: [    0.172459] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
May 14 21:31:53 localhost kernel: [    0.172509] pci 0000:00:1f.0: [8086:2810] type 0 class 0x000601
May 14 21:31:53 localhost kernel: [    0.172578] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
May 14 21:31:53 localhost kernel: [    0.172619] pci 0000:00:1f.2: [8086:2821] type 0 class 0x000106
May 14 21:31:53 localhost kernel: [    0.172632] pci 0000:00:1f.2: reg 10: [io  0xa080-0xa087]
May 14 21:31:53 localhost kernel: [    0.172639] pci 0000:00:1f.2: reg 14: [io  0xa000-0xa003]
May 14 21:31:53 localhost kernel: [    0.172645] pci 0000:00:1f.2: reg 18: [io  0x9c00-0x9c07]
May 14 21:31:53 localhost kernel: [    0.172651] pci 0000:00:1f.2: reg 1c: [io  0x9880-0x9883]
May 14 21:31:53 localhost kernel: [    0.172657] pci 0000:00:1f.2: reg 20: [io  0x9800-0x981f]
May 14 21:31:53 localhost kernel: [    0.172664] pci 0000:00:1f.2: reg 24: [mem 0xf7fff000-0xf7fff7ff]
May 14 21:31:53 localhost kernel: [    0.172696] pci 0000:00:1f.2: PME# supported from D3hot
May 14 21:31:53 localhost kernel: [    0.172709] pci 0000:00:1f.3: [8086:283e] type 0 class 0x000c05
May 14 21:31:53 localhost kernel: [    0.172718] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
May 14 21:31:53 localhost kernel: [    0.172740] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
May 14 21:31:53 localhost kernel: [    0.172787] pci 0000:01:00.0: [10de:1244] type 0 class 0x000300
May 14 21:31:53 localhost kernel: [    0.172795] pci 0000:01:00.0: reg 10: [mem 0xf8000000-0xf9ffffff]
May 14 21:31:53 localhost kernel: [    0.172803] pci 0000:01:00.0: reg 14: [mem 0xd8000000-0xdfffffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.172812] pci 0000:01:00.0: reg 1c: [mem 0xd4000000-0xd7ffffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.172818] pci 0000:01:00.0: reg 24: [io  0xbc00-0xbc7f]
May 14 21:31:53 localhost kernel: [    0.172824] pci 0000:01:00.0: reg 30: [mem 0xfbc00000-0xfbc7ffff pref]
May 14 21:31:53 localhost kernel: [    0.172870] pci 0000:01:00.1: [10de:0bee] type 0 class 0x000403
May 14 21:31:53 localhost kernel: [    0.172877] pci 0000:01:00.1: reg 10: [mem 0xfbcfc000-0xfbcfffff]
May 14 21:31:53 localhost kernel: [    0.172953] pci 0000:00:01.0: PCI bridge to [bus 01-01]
May 14 21:31:53 localhost kernel: [    0.172955] pci 0000:00:01.0:   bridge window [io  0xb000-0xbfff]
May 14 21:31:53 localhost kernel: [    0.172957] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xfbcfffff]
May 14 21:31:53 localhost kernel: [    0.172960] pci 0000:00:01.0:   bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.172991] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
May 14 21:31:53 localhost kernel: [    0.172998] pci 0000:00:1c.0:   bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.173045] pci 0000:03:00.0: [197b:2363] type 0 class 0x000101
May 14 21:31:53 localhost kernel: [    0.173124] pci 0000:03:00.0: reg 24: [mem 0xfbefe000-0xfbefffff]
May 14 21:31:53 localhost kernel: [    0.173136] pci 0000:03:00.0: reg 30: [mem 0xfbee0000-0xfbeeffff pref]
May 14 21:31:53 localhost kernel: [    0.173182] pci 0000:03:00.0: PME# supported from D3hot
May 14 21:31:53 localhost kernel: [    0.173210] pci 0000:03:00.1: [197b:2363] type 0 class 0x000101
May 14 21:31:53 localhost kernel: [    0.173231] pci 0000:03:00.1: reg 10: [io  0xdc00-0xdc07]
May 14 21:31:53 localhost kernel: [    0.173244] pci 0000:03:00.1: reg 14: [io  0xd880-0xd883]
May 14 21:31:53 localhost kernel: [    0.173255] pci 0000:03:00.1: reg 18: [io  0xd800-0xd807]
May 14 21:31:53 localhost kernel: [    0.173267] pci 0000:03:00.1: reg 1c: [io  0xd480-0xd483]
May 14 21:31:53 localhost kernel: [    0.173279] pci 0000:03:00.1: reg 20: [io  0xd400-0xd40f]
May 14 21:31:53 localhost kernel: [    0.173365] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
May 14 21:31:53 localhost kernel: [    0.173377] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
May 14 21:31:53 localhost kernel: [    0.173379] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
May 14 21:31:53 localhost kernel: [    0.173382] pci 0000:00:1c.4:   bridge window [mem 0xfbe00000-0xfbefffff]
May 14 21:31:53 localhost kernel: [    0.173435] pci 0000:02:00.0: [11ab:4364] type 0 class 0x000200
May 14 21:31:53 localhost kernel: [    0.173455] pci 0000:02:00.0: reg 10: [mem 0xfbdfc000-0xfbdfffff 64bit]
May 14 21:31:53 localhost kernel: [    0.173465] pci 0000:02:00.0: reg 18: [io  0xc800-0xc8ff]
May 14 21:31:53 localhost kernel: [    0.173503] pci 0000:02:00.0: reg 30: [mem 0xfbdc0000-0xfbddffff pref]
May 14 21:31:53 localhost kernel: [    0.173562] pci 0000:02:00.0: supports D1 D2
May 14 21:31:53 localhost kernel: [    0.173563] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 14 21:31:53 localhost kernel: [    0.180006] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
May 14 21:31:53 localhost kernel: [    0.180011] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
May 14 21:31:53 localhost kernel: [    0.180016] pci 0000:00:1c.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
May 14 21:31:53 localhost kernel: [    0.180057] pci 0000:05:03.0: [104c:8023] type 0 class 0x000c00
May 14 21:31:53 localhost kernel: [    0.180076] pci 0000:05:03.0: reg 10: [mem 0xfbfff800-0xfbffffff]
May 14 21:31:53 localhost kernel: [    0.180087] pci 0000:05:03.0: reg 14: [mem 0xfbff8000-0xfbffbfff]
May 14 21:31:53 localhost kernel: [    0.180159] pci 0000:05:03.0: supports D1 D2
May 14 21:31:53 localhost kernel: [    0.180161] pci 0000:05:03.0: PME# supported from D0 D1 D2 D3hot
May 14 21:31:53 localhost kernel: [    0.180185] pci 0000:05:04.0: [11ab:4320] type 0 class 0x000200
May 14 21:31:53 localhost kernel: [    0.180207] pci 0000:05:04.0: reg 10: [mem 0xfbff4000-0xfbff7fff]
May 14 21:31:53 localhost kernel: [    0.180215] pci 0000:05:04.0: reg 14: [io  0xe800-0xe8ff]
May 14 21:31:53 localhost kernel: [    0.180251] pci 0000:05:04.0: reg 30: [mem 0xfbfc0000-0xfbfdffff pref]
May 14 21:31:53 localhost kernel: [    0.180282] pci 0000:05:04.0: supports D1 D2
May 14 21:31:53 localhost kernel: [    0.180283] pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
May 14 21:31:53 localhost kernel: [    0.180320] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
May 14 21:31:53 localhost kernel: [    0.180323] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
May 14 21:31:53 localhost kernel: [    0.180325] pci 0000:00:1e.0:   bridge window [mem 0xfbf00000-0xfbffffff]
May 14 21:31:53 localhost kernel: [    0.180330] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
May 14 21:31:53 localhost kernel: [    0.180332] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
May 14 21:31:53 localhost kernel: [    0.180334] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
May 14 21:31:53 localhost kernel: [    0.180335] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
May 14 21:31:53 localhost kernel: [    0.180337] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
May 14 21:31:53 localhost kernel: [    0.180354] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
May 14 21:31:53 localhost kernel: [    0.180411] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
May 14 21:31:53 localhost kernel: [    0.180429] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
May 14 21:31:53 localhost kernel: [    0.180474] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
May 14 21:31:53 localhost kernel: [    0.180495] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
May 14 21:31:53 localhost kernel: [    0.180521] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
May 14 21:31:53 localhost kernel: [    0.180549]  pci0000:00: Requesting ACPI _OSC control (0x1d)
May 14 21:31:53 localhost kernel: [    0.180551]  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
May 14 21:31:53 localhost kernel: [    0.180552] ACPI _OSC control for PCIe not granted, disabling ASPM
May 14 21:31:53 localhost kernel: [    0.184873] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
May 14 21:31:53 localhost kernel: [    0.184905] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
May 14 21:31:53 localhost kernel: [    0.184936] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
May 14 21:31:53 localhost kernel: [    0.184967] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
May 14 21:31:53 localhost kernel: [    0.184998] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
May 14 21:31:53 localhost kernel: [    0.185031] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
May 14 21:31:53 localhost kernel: [    0.185062] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
May 14 21:31:53 localhost kernel: [    0.185093] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
May 14 21:31:53 localhost kernel: [    0.185134] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
May 14 21:31:53 localhost kernel: [    0.185134] vgaarb: loaded
May 14 21:31:53 localhost kernel: [    0.185134] vgaarb: bridge control possible 0000:01:00.0
May 14 21:31:53 localhost kernel: [    0.185134] PCI: Using ACPI for IRQ routing
May 14 21:31:53 localhost kernel: [    0.190111] PCI: pci_cache_line_size set to 64 bytes
May 14 21:31:53 localhost kernel: [    0.190177] reserve RAM buffer: 000000000009ec00 - 000000000009ffff 
May 14 21:31:53 localhost kernel: [    0.190179] reserve RAM buffer: 00000000bff90000 - 00000000bfffffff 
May 14 21:31:53 localhost kernel: [    0.190262] NetLabel: Initializing
May 14 21:31:53 localhost kernel: [    0.190264] NetLabel:  domain hash size = 128
May 14 21:31:53 localhost kernel: [    0.190265] NetLabel:  protocols = UNLABELED CIPSOv4
May 14 21:31:53 localhost kernel: [    0.190274] NetLabel:  unlabeled traffic allowed by default
May 14 21:31:53 localhost kernel: [    0.190278] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
May 14 21:31:53 localhost kernel: [    0.190281] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
May 14 21:31:53 localhost kernel: [    0.190284] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
May 14 21:31:53 localhost kernel: [    0.200008] Switching to clocksource hpet
May 14 21:31:53 localhost kernel: [    0.205505] pnp: PnP ACPI init
May 14 21:31:53 localhost kernel: [    0.205523] ACPI: bus type pnp registered
May 14 21:31:53 localhost kernel: [    0.205601] pnp 00:00: [bus 00-ff]
May 14 21:31:53 localhost kernel: [    0.205603] pnp 00:00: [io  0x0cf8-0x0cff]
May 14 21:31:53 localhost kernel: [    0.205605] pnp 00:00: [io  0x0000-0x0cf7 window]
May 14 21:31:53 localhost kernel: [    0.205606] pnp 00:00: [io  0x0d00-0xffff window]
May 14 21:31:53 localhost kernel: [    0.205608] pnp 00:00: [mem 0x000a0000-0x000bffff window]
May 14 21:31:53 localhost kernel: [    0.205610] pnp 00:00: [mem 0x000d0000-0x000dffff window]
May 14 21:31:53 localhost kernel: [    0.205611] pnp 00:00: [mem 0xc0000000-0xffffffff window]
May 14 21:31:53 localhost kernel: [    0.205664] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
May 14 21:31:53 localhost kernel: [    0.205670] pnp 00:01: [mem 0xfed14000-0xfed19fff]
May 14 21:31:53 localhost kernel: [    0.205721] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
May 14 21:31:53 localhost kernel: [    0.205724] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
May 14 21:31:53 localhost kernel: [    0.205747] pnp 00:02: [dma 4]
May 14 21:31:53 localhost kernel: [    0.205751] pnp 00:02: [io  0x0000-0x000f]
May 14 21:31:53 localhost kernel: [    0.205753] pnp 00:02: [io  0x0081-0x0083]
May 14 21:31:53 localhost kernel: [    0.205754] pnp 00:02: [io  0x0087]
May 14 21:31:53 localhost kernel: [    0.205755] pnp 00:02: [io  0x0089-0x008b]
May 14 21:31:53 localhost kernel: [    0.205757] pnp 00:02: [io  0x008f]
May 14 21:31:53 localhost kernel: [    0.205758] pnp 00:02: [io  0x00c0-0x00df]
May 14 21:31:53 localhost kernel: [    0.205785] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
May 14 21:31:53 localhost kernel: [    0.205793] pnp 00:03: [io  0x0070-0x0071]
May 14 21:31:53 localhost kernel: [    0.205803] pnp 00:03: [irq 8]
May 14 21:31:53 localhost kernel: [    0.205821] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
May 14 21:31:53 localhost kernel: [    0.205827] pnp 00:04: [io  0x0061]
May 14 21:31:53 localhost kernel: [    0.205847] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
May 14 21:31:53 localhost kernel: [    0.205853] pnp 00:05: [io  0x00f0-0x00ff]
May 14 21:31:53 localhost kernel: [    0.205857] pnp 00:05: [irq 13]
May 14 21:31:53 localhost kernel: [    0.205876] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
May 14 21:31:53 localhost kernel: [    0.206036] pnp 00:06: [irq 4]
May 14 21:31:53 localhost kernel: [    0.206038] pnp 00:06: [dma 0 disabled]
May 14 21:31:53 localhost kernel: [    0.206039] pnp 00:06: [io  0x03f8-0x03ff]
May 14 21:31:53 localhost kernel: [    0.206093] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
May 14 21:31:53 localhost kernel: [    0.206180] pnp 00:07: [io  0x0000-0xffffffffffffffff disabled]
May 14 21:31:53 localhost kernel: [    0.206182] pnp 00:07: [io  0x0000-0xffffffffffffffff disabled]
May 14 21:31:53 localhost kernel: [    0.206183] pnp 00:07: [io  0x0290-0x0297]
May 14 21:31:53 localhost kernel: [    0.206216] system 00:07: [io  0x0290-0x0297] has been reserved
May 14 21:31:53 localhost kernel: [    0.206219] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
May 14 21:31:53 localhost kernel: [    0.206282] pnp 00:08: [io  0x0010-0x001f]
May 14 21:31:53 localhost kernel: [    0.206283] pnp 00:08: [io  0x0022-0x003f]
May 14 21:31:53 localhost kernel: [    0.206285] pnp 00:08: [io  0x0044-0x005f]
May 14 21:31:53 localhost kernel: [    0.206286] pnp 00:08: [io  0x0062-0x0063]
May 14 21:31:53 localhost kernel: [    0.206287] pnp 00:08: [io  0x0065-0x006f]
May 14 21:31:53 localhost kernel: [    0.206289] pnp 00:08: [io  0x0072-0x007f]
May 14 21:31:53 localhost kernel: [    0.206290] pnp 00:08: [io  0x0080]
May 14 21:31:53 localhost kernel: [    0.206291] pnp 00:08: [io  0x0084-0x0086]
May 14 21:31:53 localhost kernel: [    0.206292] pnp 00:08: [io  0x0088]
May 14 21:31:53 localhost kernel: [    0.206293] pnp 00:08: [io  0x008c-0x008e]
May 14 21:31:53 localhost kernel: [    0.206297] pnp 00:08: [io  0x0090-0x009f]
May 14 21:31:53 localhost kernel: [    0.206299] pnp 00:08: [io  0x00a2-0x00bf]
May 14 21:31:53 localhost kernel: [    0.206300] pnp 00:08: [io  0x00e0-0x00ef]
May 14 21:31:53 localhost kernel: [    0.206301] pnp 00:08: [io  0x04d0-0x04d1]
May 14 21:31:53 localhost kernel: [    0.206302] pnp 00:08: [io  0x0800-0x087f]
May 14 21:31:53 localhost kernel: [    0.206304] pnp 00:08: [io  0x0400-0x03ff disabled]
May 14 21:31:53 localhost kernel: [    0.206305] pnp 00:08: [io  0x0480-0x04bf]
May 14 21:31:53 localhost kernel: [    0.206306] pnp 00:08: [mem 0xffafe000-0xffb0cbff]
May 14 21:31:53 localhost kernel: [    0.206308] pnp 00:08: [mem 0xffb00000-0xffbfffff]
May 14 21:31:53 localhost kernel: [    0.206309] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
May 14 21:31:53 localhost kernel: [    0.206310] pnp 00:08: [mem 0xfed20000-0xfed8ffff]
May 14 21:31:53 localhost kernel: [    0.206312] pnp 00:08: [mem 0xfff00000-0xfffffffe]
May 14 21:31:53 localhost kernel: [    0.206313] pnp 00:08: [mem 0xfebfe000-0xfebfec00]
May 14 21:31:53 localhost kernel: [    0.206365] system 00:08: [io  0x04d0-0x04d1] has been reserved
May 14 21:31:53 localhost kernel: [    0.206367] system 00:08: [io  0x0800-0x087f] has been reserved
May 14 21:31:53 localhost kernel: [    0.206369] system 00:08: [io  0x0480-0x04bf] has been reserved
May 14 21:31:53 localhost kernel: [    0.206371] system 00:08: [mem 0xffafe000-0xffb0cbff] could not be reserved
May 14 21:31:53 localhost kernel: [    0.206373] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved
May 14 21:31:53 localhost kernel: [    0.206375] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
May 14 21:31:53 localhost kernel: [    0.206377] system 00:08: [mem 0xfed20000-0xfed8ffff] has been reserved
May 14 21:31:53 localhost kernel: [    0.206379] system 00:08: [mem 0xfff00000-0xfffffffe] has been reserved
May 14 21:31:53 localhost kernel: [    0.206381] system 00:08: [mem 0xfebfe000-0xfebfec00] has been reserved
May 14 21:31:53 localhost kernel: [    0.206383] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
May 14 21:31:53 localhost kernel: [    0.206426] pnp 00:09: [mem 0xfed00000-0xfed003ff]
May 14 21:31:53 localhost kernel: [    0.206448] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
May 14 21:31:53 localhost kernel: [    0.206476] pnp 00:0a: [mem 0xfec00000-0xfec00fff]
May 14 21:31:53 localhost kernel: [    0.206477] pnp 00:0a: [mem 0xfee00000-0xfee00fff]
May 14 21:31:53 localhost kernel: [    0.206509] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
May 14 21:31:53 localhost kernel: [    0.206511] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
May 14 21:31:53 localhost kernel: [    0.206514] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
May 14 21:31:53 localhost kernel: [    0.206557] pnp 00:0b: [mem 0xe0000000-0xefffffff]
May 14 21:31:53 localhost kernel: [    0.206591] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
May 14 21:31:53 localhost kernel: [    0.206593] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
May 14 21:31:53 localhost kernel: [    0.206715] pnp 00:0c: [mem 0x00000000-0x0009ffff]
May 14 21:31:53 localhost kernel: [    0.206717] pnp 00:0c: [mem 0x000c0000-0x000cffff]
May 14 21:31:53 localhost kernel: [    0.206718] pnp 00:0c: [mem 0x000e0000-0x000fffff]
May 14 21:31:53 localhost kernel: [    0.206719] pnp 00:0c: [mem 0x00100000-0xbfffffff]
May 14 21:31:53 localhost kernel: [    0.206721] pnp 00:0c: [mem 0x00000000-0xffffffffffffffff disabled]
May 14 21:31:53 localhost kernel: [    0.206765] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
May 14 21:31:53 localhost kernel: [    0.206767] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
May 14 21:31:53 localhost kernel: [    0.206769] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
May 14 21:31:53 localhost kernel: [    0.206771] system 00:0c: [mem 0x00100000-0xbfffffff] could not be reserved
May 14 21:31:53 localhost kernel: [    0.206773] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
May 14 21:31:53 localhost kernel: [    0.206855] pnp: PnP ACPI: found 13 devices
May 14 21:31:53 localhost kernel: [    0.206857] ACPI: ACPI bus type pnp unregistered
May 14 21:31:53 localhost kernel: [    0.213127] PCI: max bus depth: 1 pci_try_num: 2
May 14 21:31:53 localhost kernel: [    0.213159] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0000000-0xc00000ff]
May 14 21:31:53 localhost kernel: [    0.213163] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc0100000-0xc02fffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.213166] pci 0000:00:1c.4: BAR 15: assigned [mem 0xc0300000-0xc04fffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.213168] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0500000-0xc08fffff]
May 14 21:31:53 localhost kernel: [    0.213170] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
May 14 21:31:53 localhost kernel: [    0.213173] pci 0000:00:01.0: PCI bridge to [bus 01-01]
May 14 21:31:53 localhost kernel: [    0.213174] pci 0000:00:01.0:   bridge window [io  0xb000-0xbfff]
May 14 21:31:53 localhost kernel: [    0.213177] pci 0000:00:01.0:   bridge window [mem 0xf8000000-0xfbcfffff]
May 14 21:31:53 localhost kernel: [    0.213179] pci 0000:00:01.0:   bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.213182] pci 0000:00:1c.0: PCI bridge to [bus 04-04]
May 14 21:31:53 localhost kernel: [    0.213184] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
May 14 21:31:53 localhost kernel: [    0.213188] pci 0000:00:1c.0:   bridge window [mem 0xc0500000-0xc08fffff]
May 14 21:31:53 localhost kernel: [    0.213191] pci 0000:00:1c.0:   bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.213196] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
May 14 21:31:53 localhost kernel: [    0.213198] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
May 14 21:31:53 localhost kernel: [    0.213201] pci 0000:00:1c.4:   bridge window [mem 0xfbe00000-0xfbefffff]
May 14 21:31:53 localhost kernel: [    0.213204] pci 0000:00:1c.4:   bridge window [mem 0xc0300000-0xc04fffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.213209] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
May 14 21:31:53 localhost kernel: [    0.213211] pci 0000:00:1c.5:   bridge window [io  0xc000-0xcfff]
May 14 21:31:53 localhost kernel: [    0.213215] pci 0000:00:1c.5:   bridge window [mem 0xfbd00000-0xfbdfffff]
May 14 21:31:53 localhost kernel: [    0.213218] pci 0000:00:1c.5:   bridge window [mem 0xc0100000-0xc02fffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.213222] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
May 14 21:31:53 localhost kernel: [    0.213224] pci 0000:00:1e.0:   bridge window [io  0xe000-0xefff]
May 14 21:31:53 localhost kernel: [    0.213228] pci 0000:00:1e.0:   bridge window [mem 0xfbf00000-0xfbffffff]
May 14 21:31:53 localhost kernel: [    0.213245] pci 0000:00:1c.0: enabling device (0106 -> 0107)
May 14 21:31:53 localhost kernel: [    0.213261] pci 0000:00:1e.0: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.213264] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
May 14 21:31:53 localhost kernel: [    0.213265] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
May 14 21:31:53 localhost kernel: [    0.213267] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
May 14 21:31:53 localhost kernel: [    0.213268] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
May 14 21:31:53 localhost kernel: [    0.213270] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xffffffff]
May 14 21:31:53 localhost kernel: [    0.213272] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
May 14 21:31:53 localhost kernel: [    0.213273] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbcfffff]
May 14 21:31:53 localhost kernel: [    0.213275] pci_bus 0000:01: resource 2 [mem 0xd4000000-0xdfffffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.213277] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
May 14 21:31:53 localhost kernel: [    0.213278] pci_bus 0000:04: resource 1 [mem 0xc0500000-0xc08fffff]
May 14 21:31:53 localhost kernel: [    0.213280] pci_bus 0000:04: resource 2 [mem 0xf6f00000-0xf6ffffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.213281] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
May 14 21:31:53 localhost kernel: [    0.213283] pci_bus 0000:03: resource 1 [mem 0xfbe00000-0xfbefffff]
May 14 21:31:53 localhost kernel: [    0.213284] pci_bus 0000:03: resource 2 [mem 0xc0300000-0xc04fffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.213286] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
May 14 21:31:53 localhost kernel: [    0.213288] pci_bus 0000:02: resource 1 [mem 0xfbd00000-0xfbdfffff]
May 14 21:31:53 localhost kernel: [    0.213289] pci_bus 0000:02: resource 2 [mem 0xc0100000-0xc02fffff 64bit pref]
May 14 21:31:53 localhost kernel: [    0.213291] pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
May 14 21:31:53 localhost kernel: [    0.213292] pci_bus 0000:05: resource 1 [mem 0xfbf00000-0xfbffffff]
May 14 21:31:53 localhost kernel: [    0.213294] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
May 14 21:31:53 localhost kernel: [    0.213295] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
May 14 21:31:53 localhost kernel: [    0.213297] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
May 14 21:31:53 localhost kernel: [    0.213299] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
May 14 21:31:53 localhost kernel: [    0.213300] pci_bus 0000:05: resource 8 [mem 0xc0000000-0xffffffff]
May 14 21:31:53 localhost kernel: [    0.213348] NET: Registered protocol family 2
May 14 21:31:53 localhost kernel: [    0.213527] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
May 14 21:31:53 localhost kernel: [    0.214744] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
May 14 21:31:53 localhost kernel: [    0.219404] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
May 14 21:31:53 localhost kernel: [    0.220033] TCP: Hash tables configured (established 524288 bind 65536)
May 14 21:31:53 localhost kernel: [    0.220035] TCP reno registered
May 14 21:31:53 localhost kernel: [    0.220047] UDP hash table entries: 4096 (order: 5, 131072 bytes)
May 14 21:31:53 localhost kernel: [    0.220131] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
May 14 21:31:53 localhost kernel: [    0.220298] NET: Registered protocol family 1
May 14 21:31:53 localhost kernel: [    0.295304] pci 0000:01:00.0: Boot video device
May 14 21:31:53 localhost kernel: [    0.295323] PCI: CLS 32 bytes, default 64
May 14 21:31:53 localhost kernel: [    0.295375] Unpacking initramfs...
May 14 21:31:53 localhost kernel: [    0.341802] Freeing initrd memory: 2892k freed
May 14 21:31:53 localhost kernel: [    0.342681] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 14 21:31:53 localhost kernel: [    0.342684] Placing 64MB software IO TLB between ffff8800bbf89000 - ffff8800bff89000
May 14 21:31:53 localhost kernel: [    0.342686] software IO TLB at phys 0xbbf89000 - 0xbff89000
May 14 21:31:53 localhost kernel: [    0.343096] audit: initializing netlink socket (disabled)
May 14 21:31:53 localhost kernel: [    0.343110] type=2000 audit(1337031107.339:1): initialized
May 14 21:31:53 localhost kernel: [    0.343617] HugeTLB registered 2 MB page size, pre-allocated 0 pages
May 14 21:31:53 localhost kernel: [    0.345433] VFS: Disk quotas dquot_6.5.2
May 14 21:31:53 localhost kernel: [    0.345478] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 14 21:31:53 localhost kernel: [    0.345562] msgmni has been set to 9926
May 14 21:31:53 localhost kernel: [    0.345694] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
May 14 21:31:53 localhost kernel: [    0.345723] io scheduler noop registered
May 14 21:31:53 localhost kernel: [    0.345725] io scheduler deadline registered
May 14 21:31:53 localhost kernel: [    0.345769] io scheduler cfq registered (default)
May 14 21:31:53 localhost kernel: [    0.345873] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
May 14 21:31:53 localhost kernel: [    0.345938] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
May 14 21:31:53 localhost kernel: [    0.346012] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
May 14 21:31:53 localhost kernel: [    0.346083] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
May 14 21:31:53 localhost kernel: [    0.346203] intel_idle: MWAIT substates: 0x22220
May 14 21:31:53 localhost kernel: [    0.346205] intel_idle: does not run on family 6 model 23
May 14 21:31:53 localhost kernel: [    0.346232] GHES: HEST is not enabled!
May 14 21:31:53 localhost kernel: [    0.346280] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
May 14 21:31:53 localhost kernel: [    0.366762] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
May 14 21:31:53 localhost kernel: [    0.387416] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
May 14 21:31:53 localhost kernel: [    0.387595] Linux agpgart interface v0.103
May 14 21:31:53 localhost kernel: [    0.387649] i8042: PNP: No PS/2 controller found. Probing ports directly.
May 14 21:31:53 localhost kernel: [    0.390324] serio: i8042 KBD port at 0x60,0x64 irq 1
May 14 21:31:53 localhost kernel: [    0.390349] serio: i8042 AUX port at 0x60,0x64 irq 12
May 14 21:31:53 localhost kernel: [    0.390426] mousedev: PS/2 mouse device common for all mice
May 14 21:31:53 localhost kernel: [    0.390480] rtc_cmos 00:03: RTC can wake from S4
May 14 21:31:53 localhost kernel: [    0.390563] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
May 14 21:31:53 localhost kernel: [    0.390585] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
May 14 21:31:53 localhost kernel: [    0.390593] cpuidle: using governor ladder
May 14 21:31:53 localhost kernel: [    0.390594] cpuidle: using governor menu
May 14 21:31:53 localhost kernel: [    0.390739] TCP cubic registered
May 14 21:31:53 localhost kernel: [    0.390833] NET: Registered protocol family 10
May 14 21:31:53 localhost kernel: [    0.391169] NET: Registered protocol family 17
May 14 21:31:53 localhost kernel: [    0.391172] Registering the dns_resolver key type
May 14 21:31:53 localhost kernel: [    0.391266] PM: Hibernation image not present or could not be loaded.
May 14 21:31:53 localhost kernel: [    0.391272] registered taskstats version 1
May 14 21:31:53 localhost kernel: [    0.391809] rtc_cmos 00:03: setting system clock to 2012-05-14 21:31:47 UTC (1337031107)
May 14 21:31:53 localhost kernel: [    0.391837] Initializing network drop monitor service
May 14 21:31:53 localhost kernel: [    0.392625] Freeing unused kernel memory: 732k freed
May 14 21:31:53 localhost kernel: [    0.392843] Write protecting the kernel read-only data: 8192k
May 14 21:31:53 localhost kernel: [    0.396470] Freeing unused kernel memory: 1632k freed
May 14 21:31:53 localhost kernel: [    0.398368] Freeing unused kernel memory: 656k freed
May 14 21:31:53 localhost [    0.404062] udevd[37]: starting version 182
May 14 21:31:53 localhost kernel: [    0.426685] usbcore: registered new interface driver usbfs
May 14 21:31:53 localhost kernel: [    0.426706] usbcore: registered new interface driver hub
May 14 21:31:53 localhost kernel: [    0.427555] usbcore: registered new device driver usb
May 14 21:31:53 localhost kernel: [    0.427853] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 14 21:31:53 localhost kernel: [    0.427905] ehci_hcd 0000:00:1a.7: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.427908] ehci_hcd 0000:00:1a.7: EHCI Host Controller
May 14 21:31:53 localhost kernel: [    0.427926] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
May 14 21:31:53 localhost kernel: [    0.427952] ehci_hcd 0000:00:1a.7: debug port 1
May 14 21:31:53 localhost kernel: [    0.431717] SCSI subsystem initialized
May 14 21:31:53 localhost kernel: [    0.432704] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
May 14 21:31:53 localhost kernel: [    0.432722] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf7fffc00
May 14 21:31:53 localhost kernel: [    0.432797] libata version 3.00 loaded.
May 14 21:31:53 localhost kernel: [    0.434043] pata_acpi 0000:03:00.1: enabling device (0000 -> 0001)
May 14 21:31:53 localhost kernel: [    0.434068] pata_acpi 0000:03:00.1: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.434222] pata_jmicron 0000:03:00.1: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.434525] scsi0 : pata_jmicron
May 14 21:31:53 localhost kernel: [    0.435001] uhci_hcd: USB Universal Host Controller Interface driver
May 14 21:31:53 localhost kernel: [    0.435119] scsi1 : pata_jmicron
May 14 21:31:53 localhost kernel: [    0.436507] ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
May 14 21:31:53 localhost kernel: [    0.436510] ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
May 14 21:31:53 localhost kernel: [    0.440023] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
May 14 21:31:53 localhost kernel: [    0.440188] hub 1-0:1.0: USB hub found
May 14 21:31:53 localhost kernel: [    0.440192] hub 1-0:1.0: 4 ports detected
May 14 21:31:53 localhost kernel: [    0.440373] ehci_hcd 0000:00:1d.7: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.440376] ehci_hcd 0000:00:1d.7: EHCI Host Controller
May 14 21:31:53 localhost kernel: [    0.440383] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
May 14 21:31:53 localhost kernel: [    0.440407] ehci_hcd 0000:00:1d.7: debug port 1
May 14 21:31:53 localhost kernel: [    0.444281] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
May 14 21:31:53 localhost kernel: [    0.444296] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf7fff800
May 14 21:31:53 localhost kernel: [    0.453349] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
May 14 21:31:53 localhost kernel: [    0.453604] hub 2-0:1.0: USB hub found
May 14 21:31:53 localhost kernel: [    0.453608] hub 2-0:1.0: 6 ports detected
May 14 21:31:53 localhost kernel: [    0.453682] ahci 0000:00:1f.2: version 3.0
May 14 21:31:53 localhost kernel: [    0.453732] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
May 14 21:31:53 localhost kernel: [    0.453775] ahci: SSS flag set, parallel bus scan disabled
May 14 21:31:53 localhost kernel: [    0.453805] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
May 14 21:31:53 localhost kernel: [    0.453808] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
May 14 21:31:53 localhost kernel: [    0.453811] ahci 0000:00:1f.2: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.487897] scsi2 : ahci
May 14 21:31:53 localhost kernel: [    0.488063] scsi3 : ahci
May 14 21:31:53 localhost kernel: [    0.488184] scsi4 : ahci
May 14 21:31:53 localhost kernel: [    0.488241] scsi5 : ahci
May 14 21:31:53 localhost kernel: [    0.488295] scsi6 : ahci
May 14 21:31:53 localhost kernel: [    0.488349] scsi7 : ahci
May 14 21:31:53 localhost kernel: [    0.488539] ata3: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff100 irq 44
May 14 21:31:53 localhost kernel: [    0.488541] ata4: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff180 irq 44
May 14 21:31:53 localhost kernel: [    0.488544] ata5: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff200 irq 44
May 14 21:31:53 localhost kernel: [    0.488546] ata6: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff280 irq 44
May 14 21:31:53 localhost kernel: [    0.488548] ata7: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff300 irq 44
May 14 21:31:53 localhost kernel: [    0.488549] ata8: SATA max UDMA/133 abar m2048@0xf7fff000 port 0xf7fff380 irq 44
May 14 21:31:53 localhost kernel: [    0.488667] uhci_hcd 0000:00:1a.0: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.488670] uhci_hcd 0000:00:1a.0: UHCI Host Controller
May 14 21:31:53 localhost kernel: [    0.488680] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
May 14 21:31:53 localhost kernel: [    0.488709] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000a880
May 14 21:31:53 localhost kernel: [    0.488825] hub 3-0:1.0: USB hub found
May 14 21:31:53 localhost kernel: [    0.488828] hub 3-0:1.0: 2 ports detected
May 14 21:31:53 localhost kernel: [    0.488889] uhci_hcd 0000:00:1a.1: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.488892] uhci_hcd 0000:00:1a.1: UHCI Host Controller
May 14 21:31:53 localhost kernel: [    0.488897] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
May 14 21:31:53 localhost kernel: [    0.488918] uhci_hcd 0000:00:1a.1: irq 17, io base 0x0000ac00
May 14 21:31:53 localhost kernel: [    0.489030] hub 4-0:1.0: USB hub found
May 14 21:31:53 localhost kernel: [    0.489033] hub 4-0:1.0: 2 ports detected
May 14 21:31:53 localhost kernel: [    0.489092] uhci_hcd 0000:00:1d.0: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.489094] uhci_hcd 0000:00:1d.0: UHCI Host Controller
May 14 21:31:53 localhost kernel: [    0.489100] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
May 14 21:31:53 localhost kernel: [    0.489120] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000a400
May 14 21:31:53 localhost kernel: [    0.489231] hub 5-0:1.0: USB hub found
May 14 21:31:53 localhost kernel: [    0.489234] hub 5-0:1.0: 2 ports detected
May 14 21:31:53 localhost kernel: [    0.489291] uhci_hcd 0000:00:1d.1: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.489294] uhci_hcd 0000:00:1d.1: UHCI Host Controller
May 14 21:31:53 localhost kernel: [    0.489300] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
May 14 21:31:53 localhost kernel: [    0.489325] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000a480
May 14 21:31:53 localhost kernel: [    0.489438] hub 6-0:1.0: USB hub found
May 14 21:31:53 localhost kernel: [    0.489441] hub 6-0:1.0: 2 ports detected
May 14 21:31:53 localhost kernel: [    0.489496] uhci_hcd 0000:00:1d.2: setting latency timer to 64
May 14 21:31:53 localhost kernel: [    0.489498] uhci_hcd 0000:00:1d.2: UHCI Host Controller
May 14 21:31:53 localhost kernel: [    0.489504] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
May 14 21:31:53 localhost kernel: [    0.489524] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a800
May 14 21:31:53 localhost kernel: [    0.489634] hub 7-0:1.0: USB hub found
May 14 21:31:53 localhost kernel: [    0.489637] hub 7-0:1.0: 2 ports detected
May 14 21:31:53 localhost kernel: [    0.500042] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
May 14 21:31:53 localhost kernel: [    0.500047] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
May 14 21:31:53 localhost kernel: [    0.500382] scsi8 : ahci
May 14 21:31:53 localhost kernel: [    0.500442] scsi9 : ahci
May 14 21:31:53 localhost kernel: [    0.500513] ata9: SATA max UDMA/133 abar m8192@0xfbefe000 port 0xfbefe100 irq 16
May 14 21:31:53 localhost kernel: [    0.500516] ata10: SATA max UDMA/133 abar m8192@0xfbefe000 port 0xfbefe180 irq 16
May 14 21:31:53 localhost kernel: [    0.760021] usb 2-3: new high-speed USB device number 2 using ehci_hcd
May 14 21:31:53 localhost kernel: [    0.803358] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 14 21:31:53 localhost kernel: [    0.813371] ata9: SATA link down (SStatus 0 SControl 300)
May 14 21:31:53 localhost kernel: [    0.820030] ata10: SATA link down (SStatus 0 SControl 300)
May 14 21:31:53 localhost kernel: [    0.859955] ata3.00: ATA-8: OCZ-VERTEX2, 1.11, max UDMA/133
May 14 21:31:53 localhost kernel: [    0.859958] ata3.00: 78161328 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
May 14 21:31:53 localhost kernel: [    0.885005] hub 2-3:1.0: USB hub found
May 14 21:31:53 localhost kernel: [    0.885343] hub 2-3:1.0: 4 ports detected
May 14 21:31:53 localhost kernel: [    0.909959] ata3.00: configured for UDMA/133
May 14 21:31:53 localhost kernel: [    0.910109] scsi 2:0:0:0: Direct-Access     ATA      OCZ-VERTEX2      1.11 PQ: 0 ANSI: 5
May 14 21:31:53 localhost kernel: [    0.910880] sd 2:0:0:0: [sda] 78161328 512-byte logical blocks: (40.0 GB/37.2 GiB)
May 14 21:31:53 localhost kernel: [    0.910930] sd 2:0:0:0: [sda] Write Protect is off
May 14 21:31:53 localhost kernel: [    0.910932] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 14 21:31:53 localhost kernel: [    0.910948] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 14 21:31:53 localhost kernel: [    0.911668]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
May 14 21:31:53 localhost kernel: [    0.912018] sd 2:0:0:0: [sda] Attached SCSI disk
May 14 21:31:53 localhost kernel: [    1.230021] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
May 14 21:31:53 localhost kernel: [    1.231061] ata4.00: ATA-8: WDC WD10EADS-00M2B0, 01.00A01, max UDMA/133
May 14 21:31:53 localhost kernel: [    1.231065] ata4.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
May 14 21:31:53 localhost kernel: [    1.232146] ata4.00: configured for UDMA/133
May 14 21:31:53 localhost kernel: [    1.232240] scsi 3:0:0:0: Direct-Access     ATA      WDC WD10EADS-00M 01.0 PQ: 0 ANSI: 5
May 14 21:31:53 localhost kernel: [    1.232411] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
May 14 21:31:53 localhost kernel: [    1.232446] sd 3:0:0:0: [sdb] Write Protect is off
May 14 21:31:53 localhost kernel: [    1.232448] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
May 14 21:31:53 localhost kernel: [    1.232463] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 14 21:31:53 localhost kernel: [    1.326682] usb 6-2: new full-speed USB device number 2 using uhci_hcd
May 14 21:31:53 localhost kernel: [    1.343348] Refined TSC clocksource calibration: 3066.666 MHz.
May 14 21:31:53 localhost kernel: [    1.343353] Switching to clocksource tsc
May 14 21:31:53 localhost kernel: [    1.550016] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
May 14 21:31:53 localhost kernel: [    1.551076] ata5.00: ATAPI: PLEXTOR DVDR   PX-820SA, 1.00, max UDMA/100
May 14 21:31:53 localhost kernel: [    1.552620] ata5.00: configured for UDMA/100
May 14 21:31:53 localhost kernel: [    1.554964] scsi 4:0:0:0: CD-ROM            PLEXTOR  DVDR   PX-820SA  1.00 PQ: 0 ANSI: 5
May 14 21:31:53 localhost kernel: [    1.713831]  sdb: sdb1 sdb2
May 14 21:31:53 localhost kernel: [    1.714090] sd 3:0:0:0: [sdb] Attached SCSI disk
May 14 21:31:53 localhost kernel: [    1.723356] usb 7-1: new full-speed USB device number 2 using uhci_hcd
May 14 21:31:53 localhost kernel: [    1.873351] ata6: SATA link down (SStatus 0 SControl 300)
May 14 21:31:53 localhost kernel: [    1.890845] input:         USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input0
May 14 21:31:53 localhost kernel: [    1.890888] generic-usb 0003:21CE:251A.0001: input,hidraw0: USB HID v1.10 Keyboard [        USB Receiver] on usb-0000:00:1d.2-1/input0
May 14 21:31:53 localhost kernel: [    1.895035] input:         USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.1/input/input1
May 14 21:31:53 localhost kernel: [    1.895136] generic-usb 0003:21CE:251A.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [        USB Receiver] on usb-0000:00:1d.2-1/input1
May 14 21:31:53 localhost kernel: [    1.895146] usbcore: registered new interface driver usbhid
May 14 21:31:53 localhost kernel: [    1.895148] usbhid: USB HID core driver
May 14 21:31:53 localhost kernel: [    1.953598] usb 2-3.2: new low-speed USB device number 5 using ehci_hcd
May 14 21:31:53 localhost kernel: [    2.045853] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3.2/2-3.2:1.0/input/input2
May 14 21:31:53 localhost kernel: [    2.045914] generic-usb 0003:046D:C046.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.7-3.2/input0
May 14 21:31:53 localhost kernel: [    2.113596] usb 2-3.3: new low-speed USB device number 6 using ehci_hcd
May 14 21:31:53 localhost kernel: [    2.193350] ata7: SATA link down (SStatus 0 SControl 300)
May 14 21:31:53 localhost kernel: [    2.207864] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3.3/2-3.3:1.0/input/input3
May 14 21:31:53 localhost kernel: [    2.207910] generic-usb 0003:045E:0750.0004: input,hidraw3: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 600] on usb-0000:00:1d.7-3.3/input0
May 14 21:31:53 localhost kernel: [    2.213769] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3.3/2-3.3:1.1/input/input4
May 14 21:31:53 localhost kernel: [    2.213818] generic-usb 0003:045E:0750.0005: input,hidraw4: USB HID v1.11 Device [Microsoft Wired Keyboard 600] on usb-0000:00:1d.7-3.3/input1
May 14 21:31:53 localhost kernel: [    2.513349] ata8: SATA link down (SStatus 0 SControl 300)
May 14 21:31:53 localhost kernel: [    2.516025] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
May 14 21:31:53 localhost kernel: [    2.516028] cdrom: Uniform CD-ROM driver Revision: 3.20
May 14 21:31:53 localhost kernel: [    2.516221] sr 4:0:0:0: Attached scsi CD-ROM sr0
May 14 21:31:53 localhost kernel: [    2.629315] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
May 14 21:31:53 localhost [    2.794177] udevd[212]: starting version 182
May 14 21:31:53 localhost kernel: [    2.839167] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
May 14 21:31:53 localhost kernel: [    2.839175] ACPI: Power Button [PWRB]
May 14 21:31:53 localhost kernel: [    2.839213] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
May 14 21:31:53 localhost kernel: [    2.839216] ACPI: Power Button [PWRF]
May 14 21:31:53 localhost kernel: [    2.863344] [drm] Initialized drm 1.1.0 20060810
May 14 21:31:53 localhost kernel: [    2.868043] sky2: driver version 1.30
May 14 21:31:53 localhost kernel: [    2.868113] sky2 0000:02:00.0: Yukon-2 EC Ultra chip revision 2
May 14 21:31:53 localhost kernel: [    2.868206] sky2 0000:02:00.0: irq 45 for MSI/MSI-X
May 14 21:31:53 localhost kernel: [    2.868577] sky2 0000:02:00.0: eth0: addr 00:18:f3:5e:92:f9
May 14 21:31:53 localhost kernel: [    2.871106] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
May 14 21:31:53 localhost kernel: [    2.871454] wmi: Mapper loaded
May 14 21:31:53 localhost kernel: [    2.878198] WARNING! power/level is deprecated; use power/control instead
May 14 21:31:53 localhost kernel: [    2.890249] skge: 1.14 addr 0xfbff4000 irq 19 chip Yukon-Lite rev 9
May 14 21:31:53 localhost kernel: [    2.890637] skge 0000:05:04.0: eth1: addr 00:18:f3:5e:66:50
May 14 21:31:53 localhost kernel: [    2.890767] iTCO_vendor_support: vendor-support=0
May 14 21:31:53 localhost kernel: [    2.892232] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
May 14 21:31:53 localhost kernel: [    2.892301] iTCO_wdt: Found a ICH8 or ICH8R TCO device (Version=2, TCOBASE=0x0860)
May 14 21:31:53 localhost kernel: [    2.893199] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
May 14 21:31:53 localhost kernel: [    2.897793] input: PC Speaker as /devices/platform/pcspkr/input/input7
May 14 21:31:53 localhost kernel: [    2.943402] firewire_ohci: Added fw-ohci device 0000:05:03.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
May 14 21:31:53 localhost kernel: [    3.263331] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
May 14 21:31:53 localhost kernel: [    3.276192] hda_intel: Disabling MSI
May 14 21:31:53 localhost kernel: [    3.276348] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
May 14 21:31:53 localhost kernel: [    3.276355] ACPI Warning: 0x0000000000000400-0x000000000000041f SystemIO conflicts with Region \SMRG 1 (20120111/utaddress-251)
May 14 21:31:53 localhost kernel: [    3.276360] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
May 14 21:31:53 localhost kernel: [    3.443451] firewire_core: created device fw0: GUID 0011d80000de2fb8, S400
May 14 21:31:53 localhost kernel: [    3.960011] HDMI status: Codec=0 Pin=5 Presence_Detect=0 ELD_Valid=0
May 14 21:31:53 localhost kernel: [    3.980009] HDMI status: Codec=1 Pin=5 Presence_Detect=0 ELD_Valid=0
May 14 21:31:53 localhost kernel: [    4.000009] HDMI status: Codec=2 Pin=5 Presence_Detect=0 ELD_Valid=0
May 14 21:31:53 localhost kernel: [    4.020009] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
May 14 21:31:53 localhost kernel: [    4.020144] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
May 14 21:31:53 localhost kernel: [    4.020272] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
May 14 21:31:53 localhost kernel: [    4.020334] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
May 14 21:31:53 localhost kernel: [    4.020394] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
May 14 21:31:53 localhost kernel: [    5.121506] EXT4-fs (sda3): re-mounted. Opts: (null)
May 14 21:31:53 localhost kernel: [    5.123983] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
May 14 21:31:53 localhost kernel: [    5.125120] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
May 14 21:31:53 localhost kernel: [    5.127637] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
May 14 21:31:53 localhost kernel: [    5.163264] EXT4-fs (sdb2): warning: maximal mount count reached, running e2fsck is recommended
May 14 21:31:53 localhost kernel: [    5.180728] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
May 14 21:31:53 localhost kernel: [    5.190852] fuse init (API version 7.18)
May 14 21:31:53 localhost kernel: [    6.287506] Adding 998544k swap on /dev/sda6.  Priority:-1 extents:1 across:998544k SS
May 14 21:31:53 localhost kernel: [    6.430817] sky2 0000:02:00.0: eth0: enabling interface
May 14 21:31:53 localhost kernel: [    6.431603] ADDRCONF(NETDEV_UP): eth0: link is not ready
May 14 21:31:53 localhost /usr/sbin/crond[437]: (CRON) STARTUP (1.4.8)
May 14 21:31:53 localhost /usr/sbin/crond[437]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
May 14 21:31:53 localhost /usr/sbin/crond[437]: (CRON) INFO (running with inotify support)
May 14 21:31:55 localhost kernel: [    8.260833] sky2 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
May 14 21:31:55 localhost kernel: [    8.261621] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
May 14 21:32:05 localhost kernel: [   18.496669] eth0: no IPv6 routers present

Last edited by shefla (2012-05-14 20:06:44)

Offline

#4 2012-05-16 17:08:59

Sotanaht
Member
Registered: 2012-01-14
Posts: 29

Re: [SOLVED] Nvidia GTX550TI + Nouveau = Freeze during boot

I'm having a similar issue, using the same exact card and drivers.
https://bbs.archlinux.org/viewtopic.php?id=141636

The only difference with me is that it freezes on the boot information and does not go black.  I can still Ctrl-Alt-Del to reboot, though I havent' tried blindly logging in and issuing the reboot command.  I'll have to try that and your GRUB settings.

Offline

#5 2012-05-23 16:59:28

shefla
Member
From: France
Registered: 2010-03-05
Posts: 19

Re: [SOLVED] Nvidia GTX550TI + Nouveau = Freeze during boot

Hi Sotanaht,

Anything new ?

Thanks

Offline

#6 2012-05-25 15:19:02

zenlord
Member
From: Belgium
Registered: 2006-05-24
Posts: 1,221
Website

Re: [SOLVED] Nvidia GTX550TI + Nouveau = Freeze during boot

If it boots, but the screen isn't responding, you should look inside the /var/log/xorg.log. Grep for 'EE' and 'WW' and you'll get relevant information.

With recent cards like that one, it might be useful to try the new kernel (3.4) as soon as it hits [testing].

Zl.

Offline

#7 2012-05-25 16:21:19

Patrick12
Member
Registered: 2012-05-25
Posts: 1

Re: [SOLVED] Nvidia GTX550TI + Nouveau = Freeze during boot

Hi Shefla,
I am also using a GTX550 TI and nouveau and I found the same bahaviour as described by you when I installed arch some months ago. I looked in every relevant logfile and it seemed to me, that the driver works properly.
So I installed the LTS kernel and with this kernel the system booted correct with KMS. My KDE was running perfectly with this workaround.
But about two weeks ago, there was an update of either the nouveau driver or the LTS kernel (I am not sure at the moment). Since then, my ethernet-connection ist very unstable. I tried yesterday to boot the standard kernel with kerneloption "nomodeset" and found the ethernet-connection worked stable.
I suppose, there ist some bug in the current kernel and I hope it will be fixed soon. Until then I will use the LTS Kernel.
I hope, that description helped a little bit.
Patrick

Offline

#8 2012-05-26 00:20:31

joncr
Member
Registered: 2012-05-25
Posts: 13

Re: [SOLVED] Nvidia GTX550TI + Nouveau = Freeze during boot

I have a 550ti, too, and must use "nouveau.noccel=1 nomodeset" to boot install media and my system, until I install Nvidia's driver.

This has been discussed on the Fedora boards, where it has been described as a kernel bug in the 3.2 and 3.3 series. I.e., the problem is not nouveau.  Some 550ti users there report not getting into the boot far enough for grub to run.

Offline

#9 2012-05-26 17:57:01

thoughtcrimes
Member
Registered: 2011-06-16
Posts: 6

Re: [SOLVED] Nvidia GTX550TI + Nouveau = Freeze during boot

I was also having this problem with linux 3.3 and can confirm that it is no longer present in 3.4

Offline

#10 2012-05-30 10:31:58

shefla
Member
From: France
Registered: 2010-03-05
Posts: 19

Re: [SOLVED] Nvidia GTX550TI + Nouveau = Freeze during boot

I confirm the solution of the new kernel is working for me.

Offline

Board footer

Powered by FluxBB