[Çözüldü] Kworker Aşırı İşlemci Kullanıyor

Başlatan Cryptograph, 07 Haziran 2013 - 17:28:05

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

Cryptograph

Kworker isminde çalışan bir işlem var ve işlemciyi %100 kullanıyor, bu işlemin görevi nedir, ne işe yarar?
Bu sorunu nasıl çözebilirim.
top komutunun ekran çıktısı aşağıdaki gibi


Konuyu yazılım sorunları bölümüne açtığımı sanıyordum yeni farkettim kusura bakmayın, gerekli yere taşır mısınız konuyu?
Hayat 'for' döngüsü içinde kalmış 'if' sorgularından ibarettir...

if

@Cryptograph, çekirdek sürümü nedir? uname -r

Alıntı YapIf kworkers are going crazy (using too much cpu), there are two types
of possible problems:
1. Something beeing scheduled in rapid succession
2. A single work item that consumes lots of cpu cycles

The first one can be tracked using tracing:
   
   $ echo workqueue:workqueue_queue_work > /sys/kernel/debug/tracing/set_event
   $ cat /sys/kernel/debug/tracing/trace_pipe > out.txt
   (wait a few secs)
   ^C

If something is busy looping on work queueing, it would be dominating
the output and the offender can be determined with the work item
function.

For the second type of problems it should be possible to just check
the stack trace of the offending worker thread.

   $ cat /proc/THE_OFFENDING_KWORKER/stack

The work item's function should be trivially visible in the stack
trace.
http://www.mjmwired.net/kernel/Documentation/workqueue.txt

http://askubuntu.com/questions/33640/kworker-what-is-it-and-why-is-it-hogging-so-much-cpu

Cryptograph

#2
uname-r çıktısı
3.2.0-45-generic

Verdiğiniz linkteki içeriği pek anlayamadım.
Hayat 'for' döngüsü içinde kalmış 'if' sorgularından ibarettir...

if

Çekirdeği güncelleyin @Cryptograph.

"link" yerine bağlantı yazmanız daha güzel olur. Komut çıktılarını kod etiketi içine almayı unutmayın.

Cryptograph

Güncellemek için ne yapmalıyım.
apt-get update ve apt-get upgrade komutlarıyla yapılıyorsa eğer onları yaptım zaten.
Hayat 'for' döngüsü içinde kalmış 'if' sorgularından ibarettir...

if

O şekilde yapılır.

https://wiki.ubuntu.com/Kernel/LTSEnablementStack

sudo apt-get install linux-image-generic-lts-quantal komutu ile çekirdeği günccelleyebilmeniz gerek.

Cryptograph

Çekirdeği güncelledim, kworker işlemi hala çalışıyor, ve ayrıca güncellemeden sonra ekran görüntüm bozuldu, ekran kartını kuramıyorum şu anda.
Hayat 'for' döngüsü içinde kalmış 'if' sorgularından ibarettir...

if

kworker çalışır @Cryptograph. Çekirdeğin bir bileşeni o. Önemli olan yüksek işlemci kullanıp kullanmaması. Ekran kartınız için ek sürücüler felan mı kullanmıştınız? Öyleyse yeniden kurmanız gerek çünkü çekirdeği güncelledik bu çekirdeğin daha önce kurduğunuz sürücüden haberi yok. Tekrar tanıtılmalı.

Cryptograph

kworkerın işlemci kullanımı değişmedi hala aynı, ekran kartını ek sürücülerden kurmuştum, şimdi kuramıyorum.
NVidia nın kendi sitesinden indirdim kurdum görüntü yine aynı 600x800 çözünürlük
Hayat 'for' döngüsü içinde kalmış 'if' sorgularından ibarettir...

if

@Cryptograph, eski çekirdekle başlatabilirsiniz. En azından görüntü düzgün olmalı. Bilgisayarın marka ve modeli nedir? Uçbirimi açın, ayarlardan kaydırmayı sonsuz yapın. Sonra dmesg komutunu verin. Çıktısını buraya geçin.

Cryptograph

Alıntı yapılan: if - 07 Haziran 2013 - 22:03:00
@Cryptograph, eski çekirdekle başlatabilirsiniz. En azından görüntü düzgün olmalı. Bilgisayarın marka ve modeli nedir? Uçbirimi açın, ayarlardan kaydırmayı sonsuz yapın. Sonra dmesg komutunu verin. Çıktısını buraya geçin.
Ekran kartını hallettim şu anda fakat kworker hala %100 kullanıyor işlemciyi

dmesg çıktısı

Cum 07 Haz 2013 22:19:42 EEST
de betik başlatıldı]0;crypto@AlpayWeb: ~/Masaüstücrypto@AlpayWeb:~/Masaüstü$ dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.5.0-32-generic (buildd@komainu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #53~precise1-Ubuntu SMP Wed May 29 20:33:37 UTC 2013 (Ubuntu 3.5.0-32.53~precise1-generic 3.5.7.11)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-32-generic root=UUID=1dfd20d6-c869-4b12-b94f-78101e4b6aae ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000ef000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b8e28fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b8e29000-0x00000000b8e2afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b8e2b000-0x00000000b9d6ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9d70000-0x00000000b9d7ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b9d80000-0x00000000bc4a8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc4a9000-0x00000000bc6a8fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bc6a9000-0x00000000bde91fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bde92000-0x00000000bde99fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bde9a000-0x00000000bdebefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bdebf000-0x00000000bdecefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdecf000-0x00000000bdfcefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bdfcf000-0x00000000bdffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bdfff000-0x00000000bdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023bffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Hewlett-Packard HP EliteBook 8730w /30EC, BIOS 68PAD Ver. F.20 12/07/2011
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x23c000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFE00000 mask FFFE00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 100000000 mask F00000000 write-back
[    0.000000]   4 base 200000000 mask FC0000000 write-back
[    0.000000]   5 base 23C000000 mask FFC000000 uncachable
[    0.000000]   6 base 0B9D70000 mask FFFFF0000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0xbdffffff]
[    0.000000]  [mem 0x00000000-0xbdffffff] page 2M
[    0.000000] kernel direct mapping tables up to 0xbdffffff @ [mem 0x1fffc000-0x1fffffff]
[    0.000000] init_memory_mapping: [mem 0x100000000-0x23bffffff]
[    0.000000]  [mem 0x100000000-0x23bffffff] page 2M
[    0.000000] kernel direct mapping tables up to 0x23bffffff @ [mem 0xbdeb9000-0xbdebefff]
[    0.000000] RAMDISK: [mem 0x3557e000-0x36ab6fff]
[    0.000000] ACPI: RSDP 00000000000f68c0 00024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 00000000bdffe120 00084 (v01 HPQOEM SLIC-MPC 0000000F      01000013)
[    0.000000] ACPI: FACP 00000000bdffc000 000F4 (v03 HPQOEM 30EC     0000000F HP   00000001)
[    0.000000] ACPI: DSDT 00000000bdfde000 1868B (v01 HPQOEM 30EC     00000001 INTL 20060912)
[    0.000000] ACPI: FACS 00000000bdfad000 00040
[    0.000000] ACPI: HPET 00000000bdffb000 00038 (v01 HPQOEM 30EC     00000001 HP   00000001)
[    0.000000] ACPI: APIC 00000000bdffa000 00084 (v01 HPQOEM 30EC     00000001 HP   00000001)
[    0.000000] ACPI: MCFG 00000000bdff9000 0003C (v01 HPQOEM 30EC     00000001 HP   00000001)
[    0.000000] ACPI: SSDT 00000000bdfdb000 003B0 (v01 HPQOEM SataAhci 00001000 INTL 20060912)
[    0.000000] ACPI: SLIC 00000000bdfd9000 00176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.000000] ACPI: SSDT 00000000bdfd6000 01F08 (v01 HPQOEM NVIDIAGF 00000001 INTL 20060912)
[    0.000000] ACPI: DMAR 00000000bdfd5000 000D8 (v01               ? 00000001      00000000)
[    0.000000] ACPI: ASF! 00000000bdff8000 00095 (v32 HPQOEM 30EC     00000001 HP   00000001)
[    0.000000] ACPI: SSDT 00000000bdfd4000 0066C (v01  PmRef    CpuPm 00003000 INTL 20060912)
[    0.000000] ACPI: SSDT 00000000bdfd3000 00288 (v01  PmRef  Cpu0Tst 00003000 INTL 20060912)
[    0.000000] ACPI: SSDT 00000000bdfd2000 00225 (v01  PmRef    ApTst 00003000 INTL 20060912)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000023bffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x23bffffff]
[    0.000000]   NODE_DATA [mem 0x23bffc000-0x23bffffff]
[    0.000000]  [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880233600000-ffff88023b5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x23bffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xb8e28fff]
[    0.000000]   node   0: [mem 0xb8e2b000-0xb9d6ffff]
[    0.000000]   node   0: [mem 0xb9d80000-0xbc4a8fff]
[    0.000000]   node   0: [mem 0xbc6a9000-0xbde91fff]
[    0.000000]   node   0: [mem 0xbde9a000-0xbdebefff]
[    0.000000]   node   0: [mem 0xbdfff000-0xbdffffff]
[    0.000000]   node   0: [mem 0x100000000-0x23bffffff]
[    0.000000] On node 0 totalpages: 2071605
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3913 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 756966 pages, LIFO batch:31
[    0.000000]   Normal zone: 20224 pages used for memmap
[    0.000000]   Normal zone: 1274112 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ef000
[    0.000000] PM: Registered nosave memory: 00000000000ef000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000b8e29000 - 00000000b8e2b000
[    0.000000] PM: Registered nosave memory: 00000000b9d70000 - 00000000b9d80000
[    0.000000] PM: Registered nosave memory: 00000000bc4a9000 - 00000000bc6a9000
[    0.000000] PM: Registered nosave memory: 00000000bde92000 - 00000000bde9a000
[    0.000000] PM: Registered nosave memory: 00000000bdebf000 - 00000000bdecf000
[    0.000000] PM: Registered nosave memory: 00000000bdecf000 - 00000000bdfcf000
[    0.000000] PM: Registered nosave memory: 00000000bdfcf000 - 00000000bdfff000
[    0.000000] PM: Registered nosave memory: 00000000be000000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe80000
[    0.000000] PM: Registered nosave memory: 00000000ffe80000 - 0000000100000000
[    0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88023bc00000 s83584 r8192 d22912 u524288
[    0.000000] pcpu-alloc: s83584 r8192 d22912 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2034991
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-32-generic root=UUID=1dfd20d6-c869-4b12-b94f-78101e4b6aae ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8051232k/9371648k available (6819k kernel code, 1085228k absent, 235188k reserved, 6348k data, 948k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:16640 nr_irqs:712 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 33554432 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2527.013 MHz processor.
[    0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5054.02 BogoMIPS (lpj=10108052)
[    0.004008] pid_max: default: 32768 minimum: 301
[    0.004034] Security Framework initialized
[    0.004051] AppArmor: AppArmor initialized
[    0.004052] Yama: becoming mindful.
[    0.004684] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.009615] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.011570] Mount-cache hash table entries: 256
[    0.011797] Initializing cgroup subsys cpuacct
[    0.011801] Initializing cgroup subsys memory
[    0.011813] Initializing cgroup subsys devices
[    0.011814] Initializing cgroup subsys freezer
[    0.011816] Initializing cgroup subsys blkio
[    0.011817] Initializing cgroup subsys perf_event
[    0.011842] Disabled fast string operations
[    0.011848] CPU: Physical Processor ID: 0
[    0.011848] CPU: Processor Core ID: 0
[    0.011851] mce: CPU supports 6 MCE banks
[    0.011858] CPU0: Thermal monitoring handled by SMI
[    0.011862] using mwait in idle threads.
[    0.013572] ACPI: Core revision 20120320
[    0.020019] ftrace: allocating 27617 entries in 108 pages
[    0.028073] DMAR: Host address width 36
[    0.028076] DMAR: DRHD base: 0x000000feb03000 flags: 0x0
[    0.028082] IOMMU 0: reg_base_addr feb03000 ver 1:0 cap c9008020e30260 ecap 1000
[    0.028084] DMAR: DRHD base: 0x000000feb00000 flags: 0x0
[    0.028088] IOMMU 1: reg_base_addr feb00000 ver 1:0 cap c0000020630270 ecap 1000
[    0.028089] DMAR: DRHD base: 0x000000feb02000 flags: 0x1
[    0.028094] IOMMU 2: reg_base_addr feb02000 ver 1:0 cap c9008020630260 ecap 1000
[    0.028095] DMAR: RMRR base: 0x000000b9d70000 end: 0x000000b9d7ffff
[    0.028604] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.071663] CPU0: Intel(R) Core(TM)2 Extreme CPU Q9300  @ 2.53GHz stepping 0a
[    0.072003] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.072003] ... version:                2
[    0.072003] ... bit width:              40
[    0.072003] ... generic registers:      2
[    0.072003] ... value mask:             000000ffffffffff
[    0.072003] ... max period:             000000007fffffff
[    0.072003] ... fixed-purpose events:   3
[    0.072003] ... event mask:             0000000700000003
[    0.072003] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.008000] CPU1: Thermal monitoring handled by SMI
[    0.008000] CPU2: Thermal monitoring handled by SMI
[    0.072003] Booting Node   0, Processors  #1 #2 #3 Ok.
[    0.008000] CPU3: Thermal monitoring handled by SMI
[    0.107717] Brought up 4 CPUs
[    0.107721] Total of 4 processors activated (20216.10 BogoMIPS).
[    0.108128] devtmpfs: initialized
[    0.112895] EVM: security.selinux
[    0.112896] EVM: security.SMACK64
[    0.112897] EVM: security.capability
[    0.112911] PM: Registering ACPI NVS region [mem 0xb9d70000-0xb9d7ffff] (65536 bytes)
[    0.112911] PM: Registering ACPI NVS region [mem 0xbc4a9000-0xbc6a8fff] (2097152 bytes)
[    0.112911] PM: Registering ACPI NVS region [mem 0xbdecf000-0xbdfcefff] (1048576 bytes)
[    0.112911] dummy:
[    0.112911] RTC time: 19:14:16, date: 06/07/13
[    0.112911] NET: Registered protocol family 16
[    0.112911] Trying to unpack rootfs image as initramfs...
[    0.112980] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.112982] ACPI: bus type pci registered
[    0.113049] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.113052] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.146475] PCI: Using configuration type 1 for base access
[    0.147472] bio: create slab <bio-0> at 0
[    0.147472] ACPI: Added _OSI(Module Device)
[    0.147472] ACPI: Added _OSI(Processor Device)
[    0.147472] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.147472] ACPI: Added _OSI(Processor Aggregator Device)
[    0.149686] ACPI: EC: Look up EC in DSDT
[    0.156437] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.169578] ACPI: SSDT 00000000bdec7c98 00233 (v01  PmRef  Cpu0Ist 00003000 INTL 20060912)
[    0.169981] ACPI: Dynamic OEM Table Load:
[    0.169983] ACPI: SSDT           (null) 00233 (v01  PmRef  Cpu0Ist 00003000 INTL 20060912)
[    0.170090] ACPI: SSDT 00000000bdec5618 0059A (v01  PmRef  Cpu0Cst 00003001 INTL 20060912)
[    0.170478] ACPI: Dynamic OEM Table Load:
[    0.170480] ACPI: SSDT           (null) 0059A (v01  PmRef  Cpu0Cst 00003001 INTL 20060912)
[    0.240291] ACPI: SSDT 00000000bdec6e18 001D7 (v01  PmRef    ApIst 00003000 INTL 20060912)
[    0.240714] ACPI: Dynamic OEM Table Load:
[    0.240716] ACPI: SSDT           (null) 001D7 (v01  PmRef    ApIst 00003000 INTL 20060912)
[    0.276156] ACPI: SSDT 00000000bdec7f18 0008D (v01  PmRef    ApCst 00003000 INTL 20060912)
[    0.276563] ACPI: Dynamic OEM Table Load:
[    0.276565] ACPI: SSDT           (null) 0008D (v01  PmRef    ApCst 00003000 INTL 20060912)
[    0.470976] Freeing initrd memory: 21732k freed
[    0.548685] ACPI: Interpreter enabled
[    0.548694] ACPI: (supports S0 S3 S4 S5)
[    0.548724] ACPI: Using IOAPIC for interrupt routing
[    0.548724] ACPI: Power Resource [APPR] (off)
[    0.556810] ACPI: Power Resource [LPP] (on)
[    0.556810] ACPI: Power Resource [PGF0] (off)
[    0.556810] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
[    0.557082] ACPI: No dock devices found.
[    0.557087] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.558030] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.558764] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.558768] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.558772] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.558777] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
[    0.558780] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfedfffff]
[    0.558783] pci_root PNP0A08:00: host bridge window [mem 0xfee01000-0xffffffff]
[    0.558828] PCI host bridge to bus 0000:00
[    0.558832] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.558835] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.558837] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.558840] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
[    0.558843] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff]
[    0.558846] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff]
[    0.558858] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.558885] DMAR: Forcing write-buffer flush capability
[    0.558886] DMAR: Disabling IOMMU for graphics on this chipset
[    0.558919] pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
[    0.558972] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.558995] pci 0000:00:03.0: [8086:2a44] type 00 class 0x078000
[    0.559015] pci 0000:00:03.0: reg 10: [mem 0xdb327000-0xdb32700f 64bit]
[    0.559076] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.559099] pci 0000:00:03.2: [8086:2a46] type 00 class 0x010185
[    0.559115] pci 0000:00:03.2: reg 10: [io  0x8130-0x8137]
[    0.559124] pci 0000:00:03.2: reg 14: [io  0x8144-0x8147]
[    0.559133] pci 0000:00:03.2: reg 18: [io  0x8128-0x812f]
[    0.559142] pci 0000:00:03.2: reg 1c: [io  0x8140-0x8143]
[    0.559150] pci 0000:00:03.2: reg 20: [io  0x8100-0x810f]
[    0.559212] pci 0000:00:03.3: [8086:2a47] type 00 class 0x070002
[    0.559228] pci 0000:00:03.3: reg 10: [io  0x8120-0x8127]
[    0.559237] pci 0000:00:03.3: reg 14: [mem 0xdb325000-0xdb325fff]
[    0.559365] pci 0000:00:19.0: [8086:10f5] type 00 class 0x020000
[    0.559393] pci 0000:00:19.0: reg 10: [mem 0xdb300000-0xdb31ffff]
[    0.559406] pci 0000:00:19.0: reg 14: [mem 0xdb324000-0xdb324fff]
[    0.559419] pci 0000:00:19.0: reg 18: [io  0x80e0-0x80ff]
[    0.559520] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.559551] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.559615] pci 0000:00:1a.0: reg 20: [io  0x80c0-0x80df]
[    0.559692] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.559755] pci 0000:00:1a.1: reg 20: [io  0x80a0-0x80bf]
[    0.559835] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.559900] pci 0000:00:1a.2: reg 20: [io  0x8080-0x809f]
[    0.559990] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.560018] pci 0000:00:1a.7: reg 10: [mem 0xdb326c00-0xdb326fff]
[    0.560149] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.560189] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.560213] pci 0000:00:1b.0: reg 10: [mem 0xdb320000-0xdb323fff 64bit]
[    0.560323] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.560358] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.560474] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.560512] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
[    0.560628] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.560665] pci 0000:00:1c.2: [8086:2944] type 01 class 0x060400
[    0.560780] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.560819] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
[    0.560934] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.560976] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.561039] pci 0000:00:1d.0: reg 20: [io  0x8060-0x807f]
[    0.561119] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.561183] pci 0000:00:1d.1: reg 20: [io  0x8040-0x805f]
[    0.561260] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.561324] pci 0000:00:1d.2: reg 20: [io  0x8020-0x803f]
[    0.561414] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.561443] pci 0000:00:1d.7: reg 10: [mem 0xdb326800-0xdb326bff]
[    0.561568] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.561600] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.561704] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
[    0.561887] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.561918] pci 0000:00:1f.2: reg 10: [io  0x8118-0x811f]
[    0.561931] pci 0000:00:1f.2: reg 14: [io  0x813c-0x813f]
[    0.561944] pci 0000:00:1f.2: reg 18: [io  0x8110-0x8117]
[    0.561957] pci 0000:00:1f.2: reg 1c: [io  0x8138-0x813b]
[    0.561970] pci 0000:00:1f.2: reg 20: [io  0x8000-0x801f]
[    0.561983] pci 0000:00:1f.2: reg 24: [mem 0xdb326000-0xdb3267ff]
[    0.562062] pci 0000:00:1f.2: PME# supported from D3hot
[    0.562182] pci 0000:01:00.0: [10de:063a] type 00 class 0x030000
[    0.562227] pci 0000:01:00.0: reg 10: [mem 0xd2000000-0xd2ffffff]
[    0.562279] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.562331] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit]
[    0.562370] pci 0000:01:00.0: reg 24: [io  0x7000-0x707f]
[    0.562402] pci 0000:01:00.0: reg 30: [mem 0xfff80000-0xffffffff pref]
[    0.572075] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.572081] pci 0000:00:01.0:   bridge window [io  0x7000-0x7fff]
[    0.572085] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd2ffffff]
[    0.572090] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.572155] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.572164] pci 0000:00:1c.0:   bridge window [mem 0xdb200000-0xdb2fffff]
[    0.572300] pci 0000:03:00.0: [8086:4236] type 00 class 0x028000
[    0.572368] pci 0000:03:00.0: reg 10: [mem 0xdb100000-0xdb101fff 64bit]
[    0.572600] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.572724] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.572733] pci 0000:00:1c.1:   bridge window [mem 0xdb100000-0xdb1fffff]
[    0.572804] pci 0000:00:1c.2: PCI bridge to [bus 04-44]
[    0.572809] pci 0000:00:1c.2:   bridge window [io  0x5000-0x6fff]
[    0.572815] pci 0000:00:1c.2:   bridge window [mem 0xd7100000-0xdb0fffff]
[    0.572886] pci 0000:00:1c.4: PCI bridge to [bus 45-85]
[    0.572891] pci 0000:00:1c.4:   bridge window [io  0x3000-0x4fff]
[    0.572897] pci 0000:00:1c.4:   bridge window [mem 0xd3100000-0xd70fffff]
[    0.572969] pci 0000:86:06.0: [1180:0832] type 00 class 0x0c0010
[    0.572990] pci 0000:86:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
[    0.572992] pci 0000:86:06.0: MMC cards are now supported by standard SDHCI controller
[    0.573013] pci 0000:86:06.0: reg 10: [mem 0xd3001000-0xd30017ff]
[    0.573140] pci 0000:86:06.0: supports D1 D2
[    0.573143] pci 0000:86:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.573174] pci 0000:86:06.1: [1180:0822] type 00 class 0x080500
[    0.573203] pci 0000:86:06.1: reg 10: [mem 0xd3001b00-0xd3001bff]
[    0.573331] pci 0000:86:06.1: supports D1 D2
[    0.573333] pci 0000:86:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.573364] pci 0000:86:06.2: [1180:0592] type 00 class 0x088000
[    0.573393] pci 0000:86:06.2: reg 10: [mem 0xd3001900-0xd30019ff]
[    0.573521] pci 0000:86:06.2: supports D1 D2
[    0.573523] pci 0000:86:06.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.573555] pci 0000:86:06.3: [1180:0852] type 00 class 0x088000
[    0.573583] pci 0000:86:06.3: reg 10: [mem 0xd3001800-0xd30018ff]
[    0.573710] pci 0000:86:06.3: supports D1 D2
[    0.573712] pci 0000:86:06.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.573743] pci 0000:86:06.4: [1180:0476] type 02 class 0x060700
[    0.573772] pci 0000:86:06.4: reg 10: [mem 0xd3000000-0xd3000fff]
[    0.573819] pci 0000:86:06.4: supports D1 D2
[    0.573821] pci 0000:86:06.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.573895] pci 0000:00:1e.0: PCI bridge to [bus 86-87] (subtractive decode)
[    0.573901] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.573907] pci 0000:00:1e.0:   bridge window [mem 0xd3000000-0xd30fffff]
[    0.573916] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.573919] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.573922] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.573925] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[    0.573928] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfedfffff] (subtractive decode)
[    0.573931] pci 0000:00:1e.0:   bridge window [mem 0xfee01000-0xffffffff] (subtractive decode)
[    0.573988] pci_bus 0000:87: [bus 87-8a] partially hidden behind transparent bridge 0000:86 [bus 86-87]
[    0.574031] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.574242] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[    0.574305] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.574351] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.574402] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.574482] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[    0.574593] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.575193]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.576672]  pci0000:00: ACPI _OSC control (0x1d) granted
[    0.587126] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.587191] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.587254] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.587314] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.587378] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.587436] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.587494] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.587552] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.588068] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.588074] vgaarb: loaded
[    0.588076] vgaarb: bridge control possible 0000:01:00.0
[    0.588312] SCSI subsystem initialized
[    0.588325] libata version 3.00 loaded.
[    0.588325] ACPI: bus type usb registered
[    0.588325] usbcore: registered new interface driver usbfs
[    0.588325] usbcore: registered new interface driver hub
[    0.588325] usbcore: registered new device driver usb
[    0.588325] PCI: Using ACPI for IRQ routing
[    0.599414] PCI: pci_cache_line_size set to 64 bytes
[    0.599559] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.599562] e820: reserve RAM buffer [mem 0xb8e29000-0xbbffffff]
[    0.599565] e820: reserve RAM buffer [mem 0xb9d70000-0xbbffffff]
[    0.599567] e820: reserve RAM buffer [mem 0xbc4a9000-0xbfffffff]
[    0.599569] e820: reserve RAM buffer [mem 0xbde92000-0xbfffffff]
[    0.599572] e820: reserve RAM buffer [mem 0xbdebf000-0xbfffffff]
[    0.599574] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[    0.599694] NetLabel: Initializing
[    0.599697] NetLabel:  domain hash size = 128
[    0.599698] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.599714] NetLabel:  unlabeled traffic allowed by default
[    0.600087] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.600096] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.600102] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.608060] Switching to clocksource hpet
[    0.617428] AppArmor: AppArmor Filesystem Enabled
[    0.617455] pnp: PnP ACPI init
[    0.617471] ACPI: bus type pnp registered
[    0.617893] pnp 00:00: [bus 00-ff]
[    0.617897] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.617900] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.617903] pnp 00:00: [io  0x0d00-0xffff window]
[    0.617906] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.617909] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.617912] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.617915] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.617917] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.617920] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.617923] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.617926] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.617929] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.617931] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.617934] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.617937] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.617940] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.617942] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.617945] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
[    0.617948] pnp 00:00: [mem 0xf0000000-0xfedfffff window]
[    0.617951] pnp 00:00: [mem 0xfee01000-0xffffffff window]
[    0.618057] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.618154] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
[    0.618157] pnp 00:01: [mem 0xfed10000-0xfed13fff]
[    0.618159] pnp 00:01: [mem 0xfed18000-0xfed18fff]
[    0.618162] pnp 00:01: [mem 0xfed19000-0xfed19fff]
[    0.618164] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.618167] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[    0.618170] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
[    0.618172] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[    0.618245] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.618249] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.618252] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.618255] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.618259] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.618262] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.618265] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.618269] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.618273] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.618732] pnp 00:02: [io  0x0000-0x001f]
[    0.618735] pnp 00:02: [io  0x0081-0x0091]
[    0.618737] pnp 00:02: [io  0x0093-0x009f]
[    0.618740] pnp 00:02: [io  0x00c0-0x00df]
[    0.618743] pnp 00:02: [dma 4]
[    0.618807] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.618818] pnp 00:03: [mem 0xff000000-0xffffffff]
[    0.618877] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[    0.618918] pnp 00:04: [io  0xfe00-0xfe0f]
[    0.618924] pnp 00:04: [io  0xfe80-0xfe8f]
[    0.618927] pnp 00:04: [mem 0xfed40000-0xfed44fff]
[    0.619016] system 00:04: [io  0xfe00-0xfe0f] has been reserved
[    0.619020] system 00:04: [io  0xfe80-0xfe8f] has been reserved
[    0.619023] system 00:04: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.619028] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.619150] pnp 00:05: [mem 0xfed00000-0xfed003ff]
[    0.619242] system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.619246] system 00:05: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.619261] pnp 00:06: [io  0x00f0]
[    0.619275] pnp 00:06: [irq 13]
[    0.619339] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.619355] pnp 00:07: [io  0x002e-0x002f]
[    0.619358] pnp 00:07: [io  0x004e-0x004f]
[    0.619360] pnp 00:07: [io  0x0061]
[    0.619362] pnp 00:07: [io  0x0063]
[    0.619365] pnp 00:07: [io  0x0065]
[    0.619367] pnp 00:07: [io  0x0067]
[    0.619369] pnp 00:07: [io  0x0070]
[    0.619372] pnp 00:07: [io  0x0080]
[    0.619374] pnp 00:07: [io  0x0092]
[    0.619376] pnp 00:07: [io  0x00b2-0x00b3]
[    0.619379] pnp 00:07: [io  0x0200-0x027f]
[    0.619381] pnp 00:07: [io  0x1000-0x1003]
[    0.619384] pnp 00:07: [io  0x1010-0x101f]
[    0.619386] pnp 00:07: [io  0xffff]
[    0.619388] pnp 00:07: [io  0x0400-0x047f]
[    0.619391] pnp 00:07: [io  0x0500-0x057f]
[    0.619393] pnp 00:07: [io  0xef80-0xef9f]
[    0.619502] system 00:07: [io  0x0200-0x027f] has been reserved
[    0.619506] system 00:07: [io  0x1000-0x1003] has been reserved
[    0.619509] system 00:07: [io  0x1010-0x101f] has been reserved
[    0.619513] system 00:07: [io  0xffff] has been reserved
[    0.619516] system 00:07: [io  0x0400-0x047f] has been reserved
[    0.619519] system 00:07: [io  0x0500-0x057f] has been reserved
[    0.619522] system 00:07: [io  0xef80-0xef9f] has been reserved
[    0.619527] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.619538] pnp 00:08: [io  0x0070-0x0077]
[    0.619546] pnp 00:08: [irq 8]
[    0.619608] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.620158] pnp 00:09: [io  0x0378-0x037f]
[    0.620162] pnp 00:09: [io  0x0778-0x077a]
[    0.620169] pnp 00:09: [irq 5]
[    0.620172] pnp 00:09: [dma 0 disabled]
[    0.620318] pnp 00:09: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.620332] pnp 00:0a: [io  0x0060]
[    0.620335] pnp 00:0a: [io  0x0064]
[    0.620342] pnp 00:0a: [irq 1]
[    0.620406] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.620422] pnp 00:0b: [irq 12]
[    0.620492] pnp 00:0b: Plug and Play ACPI device, IDs SYN0143 SYN0100 SYN0002 PNP0f13 (active)
[    0.620540] pnp 00:0c: [irq 23]
[    0.620608] pnp 00:0c: Plug and Play ACPI device, IDs HPQ0004 (active)
[    0.620783] pnp: PnP ACPI: found 13 devices
[    0.620786] ACPI: ACPI bus type pnp unregistered
[    0.628037] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
[    0.628080] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02-02] add_size 1000
[    0.628085] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02-02] add_size 200000
[    0.628098] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 03-03] add_size 1000
[    0.628102] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03-03] add_size 200000
[    0.628115] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-44] add_size 200000
[    0.628128] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 45-85] add_size 200000
[    0.628155] pci 0000:86:06.4: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.628159] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 86-87] add_size 4000000
[    0.628168] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.628172] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.628175] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.628178] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.628182] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.628185] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.628188] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.628194] pci 0000:00:1e.0: BAR 15: assigned [mem 0xdc000000-0xdfffffff pref]
[    0.628199] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdb400000-0xdb5fffff 64bit pref]
[    0.628203] pci 0000:00:1c.1: BAR 15: assigned [mem 0xdb600000-0xdb7fffff 64bit pref]
[    0.628207] pci 0000:00:1c.2: BAR 15: assigned [mem 0xdb800000-0xdb9fffff 64bit pref]
[    0.628211] pci 0000:00:1c.4: BAR 15: assigned [mem 0xdba00000-0xdbbfffff 64bit pref]
[    0.628216] pci 0000:00:1c.0: BAR 13: assigned [io  0x9000-0x9fff]
[    0.628220] pci 0000:00:1c.1: BAR 13: assigned [io  0xa000-0xafff]
[    0.628226] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x80000)
[    0.628230] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.628234] pci 0000:00:01.0:   bridge window [io  0x7000-0x7fff]
[    0.628239] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd2ffffff]
[    0.628243] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.628248] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.628253] pci 0000:00:1c.0:   bridge window [io  0x9000-0x9fff]
[    0.628260] pci 0000:00:1c.0:   bridge window [mem 0xdb200000-0xdb2fffff]
[    0.628266] pci 0000:00:1c.0:   bridge window [mem 0xdb400000-0xdb5fffff 64bit pref]
[    0.628275] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.628279] pci 0000:00:1c.1:   bridge window [io  0xa000-0xafff]
[    0.628286] pci 0000:00:1c.1:   bridge window [mem 0xdb100000-0xdb1fffff]
[    0.628292] pci 0000:00:1c.1:   bridge window [mem 0xdb600000-0xdb7fffff 64bit pref]
[    0.628300] pci 0000:00:1c.2: PCI bridge to [bus 04-44]
[    0.628305] pci 0000:00:1c.2:   bridge window [io  0x5000-0x6fff]
[    0.628312] pci 0000:00:1c.2:   bridge window [mem 0xd7100000-0xdb0fffff]
[    0.628318] pci 0000:00:1c.2:   bridge window [mem 0xdb800000-0xdb9fffff 64bit pref]
[    0.628326] pci 0000:00:1c.4: PCI bridge to [bus 45-85]
[    0.628331] pci 0000:00:1c.4:   bridge window [io  0x3000-0x4fff]
[    0.628338] pci 0000:00:1c.4:   bridge window [mem 0xd3100000-0xd70fffff]
[    0.628343] pci 0000:00:1c.4:   bridge window [mem 0xdba00000-0xdbbfffff 64bit pref]
[    0.628354] pci 0000:86:06.4: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.628358] pci 0000:86:06.4: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.628361] pci 0000:86:06.4: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.628364] pci 0000:86:06.4: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.628368] pci 0000:86:06.4: BAR 15: assigned [mem 0xdc000000-0xdfffffff pref]
[    0.628373] pci 0000:86:06.4: BAR 16: assigned [mem 0xf0000000-0xf3ffffff]
[    0.628376] pci 0000:86:06.4: BAR 13: assigned [io  0x2000-0x20ff]
[    0.628380] pci 0000:86:06.4: BAR 14: assigned [io  0x2400-0x24ff]
[    0.628383] pci 0000:86:06.4: CardBus bridge to [bus 87-8a]
[    0.628386] pci 0000:86:06.4:   bridge window [io  0x2000-0x20ff]
[    0.628392] pci 0000:86:06.4:   bridge window [io  0x2400-0x24ff]
[    0.628399] pci 0000:86:06.4:   bridge window [mem 0xdc000000-0xdfffffff pref]
[    0.628406] pci 0000:86:06.4:   bridge window [mem 0xf0000000-0xf3ffffff]
[    0.628412] pci 0000:00:1e.0: PCI bridge to [bus 86-87]
[    0.628416] pci 0000:00:1e.0:   bridge window [io  0x2000-0x2fff]
[    0.628423] pci 0000:00:1e.0:   bridge window [mem 0xd3000000-0xd30fffff]
[    0.628429] pci 0000:00:1e.0:   bridge window [mem 0xdc000000-0xdfffffff pref]
[    0.628487] pci 0000:00:1e.0: setting latency timer to 64
[    0.628501] pci 0000:86:06.4: setting latency timer to 64
[    0.628506] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.628509] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.628512] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.628515] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xdfffffff]
[    0.628518] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff]
[    0.628521] pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff]
[    0.628524] pci_bus 0000:01: resource 0 [io  0x7000-0x7fff]
[    0.628526] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd2ffffff]
[    0.628529] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.628533] pci_bus 0000:02: resource 0 [io  0x9000-0x9fff]
[    0.628535] pci_bus 0000:02: resource 1 [mem 0xdb200000-0xdb2fffff]
[    0.628538] pci_bus 0000:02: resource 2 [mem 0xdb400000-0xdb5fffff 64bit pref]
[    0.628541] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    0.628544] pci_bus 0000:03: resource 1 [mem 0xdb100000-0xdb1fffff]
[    0.628547] pci_bus 0000:03: resource 2 [mem 0xdb600000-0xdb7fffff 64bit pref]
[    0.628550] pci_bus 0000:04: resource 0 [io  0x5000-0x6fff]
[    0.628553] pci_bus 0000:04: resource 1 [mem 0xd7100000-0xdb0fffff]
[    0.628556] pci_bus 0000:04: resource 2 [mem 0xdb800000-0xdb9fffff 64bit pref]
[    0.628559] pci_bus 0000:45: resource 0 [io  0x3000-0x4fff]
[    0.628562] pci_bus 0000:45: resource 1 [mem 0xd3100000-0xd70fffff]
[    0.628565] pci_bus 0000:45: resource 2 [mem 0xdba00000-0xdbbfffff 64bit pref]
[    0.628568] pci_bus 0000:86: resource 0 [io  0x2000-0x2fff]
[    0.628571] pci_bus 0000:86: resource 1 [mem 0xd3000000-0xd30fffff]
[    0.628574] pci_bus 0000:86: resource 2 [mem 0xdc000000-0xdfffffff pref]
[    0.628577] pci_bus 0000:86: resource 4 [io  0x0000-0x0cf7]
[    0.628579] pci_bus 0000:86: resource 5 [io  0x0d00-0xffff]
[    0.628582] pci_bus 0000:86: resource 6 [mem 0x000a0000-0x000bffff]
[    0.628585] pci_bus 0000:86: resource 7 [mem 0xc0000000-0xdfffffff]
[    0.628588] pci_bus 0000:86: resource 8 [mem 0xf0000000-0xfedfffff]
[    0.628591] pci_bus 0000:86: resource 9 [mem 0xfee01000-0xffffffff]
[    0.628594] pci_bus 0000:87: resource 0 [io  0x2000-0x20ff]
[    0.628597] pci_bus 0000:87: resource 1 [io  0x2400-0x24ff]
[    0.628599] pci_bus 0000:87: resource 2 [mem 0xdc000000-0xdfffffff pref]
[    0.628602] pci_bus 0000:87: resource 3 [mem 0xf0000000-0xf3ffffff]
[    0.628648] NET: Registered protocol family 2
[    0.628928] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.630508] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.634644] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.635176] TCP: Hash tables configured (established 524288 bind 65536)
[    0.635178] TCP: reno registered
[    0.635199] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.635283] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.635463] NET: Registered protocol family 1
[    0.635926] pci 0000:01:00.0: Boot video device
[    0.635956] PCI: CLS 64 bytes, default 64
[    0.635968] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.635972] software IO TLB [mem 0xb4e29000-0xb8e28fff] (64MB) mapped at [ffff8800b4e29000-ffff8800b8e28fff]
[    0.636618] audit: initializing netlink socket (disabled)
[    0.636632] type=2000 audit(1370632456.632:1): initialized
[    0.670099] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.673293] VFS: Disk quotas dquot_6.5.2
[    0.673351] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.674030] fuse init (API version 7.19)
[    0.674146] msgmni has been set to 15767
[    0.674746] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.674792] io scheduler noop registered
[    0.674795] io scheduler deadline registered (default)
[    0.674832] io scheduler cfq registered
[    0.675008] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.675163] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.675341] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[    0.675520] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[    0.675701] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
[    0.675847] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.675850] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.675855] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.675882] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.675888] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.675912] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    0.675915] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.675921] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[    0.675948] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.675954] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.675983] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    0.675989] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[    0.676023] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.676113] pciehp: Using ACPI for slot detection.
[    0.676160] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 2944 ss_vid 0 ss_did 0
[    0.676190] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
[    0.676218] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 2948 ss_vid 0 ss_did 0
[    0.676248] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
[    0.676255] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.676324] intel_idle: does not run on family 6 model 23
[    0.676637] ACPI: AC Adapter [AC] (on-line)
[    0.676923] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.676930] ACPI: Sleep Button [SLPB]
[    0.676984] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.677038] ACPI: Lid Switch [LID]
[    0.677092] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.677096] ACPI: Power Button [PWRF]
[    0.677180] ACPI: Fan [FANG] (off)
[    0.677245] ACPI: Requesting acpi_cpufreq
[    0.679315] Monitor-Mwait will be used to enter C-1 state
[    0.679333] Monitor-Mwait will be used to enter C-2 state
[    0.679340] Marking TSC unstable due to TSC halts in idle
[    0.679349] ACPI: acpi_idle registered with cpuidle
[    0.687984] thermal LNXTHERM:00: registered as thermal_zone0
[    0.687988] ACPI: Thermal Zone [GFXZ] (30 C)
[    1.413244] thermal LNXTHERM:01: registered as thermal_zone1
[    1.413248] ACPI: Thermal Zone [DTSZ] (60 C)
[    1.426686] thermal LNXTHERM:02: registered as thermal_zone2
[    1.426690] ACPI: Thermal Zone [BATZ] (36 C)
[    1.429993] thermal LNXTHERM:03: registered as thermal_zone3
[    1.429996] ACPI: Thermal Zone [CPUZ] (59 C)
[    3.115549] thermal LNXTHERM:04: registered as thermal_zone4
[    3.115553] ACPI: Thermal Zone [LOCZ] (45 C)
[    4.814103] thermal LNXTHERM:05: registered as thermal_zone5
[    4.814106] ACPI: Thermal Zone [CP2Z] (16 C)
[    4.814146] ACPI: Battery Slot [BAT0] (battery present)
[    4.814188] ACPI: Battery Slot [BAT1] (battery absent)
[    4.814234] GHES: HEST is not enabled!
[    4.814325] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.836108] 0000:00:03.3: ttyS4 at I/O 0x8120 (irq = 17) is a 16550A
[    5.054463] Linux agpgart interface v0.103
[    5.056682] brd: module loaded
[    5.057635] loop: module loaded
[    5.057800] pata_acpi 0000:00:03.2: enabling device (0000 -> 0001)
[    5.057835] pata_acpi 0000:00:03.2: setting latency timer to 64
[    5.057897] ata_generic 0000:00:03.2: setting latency timer to 64
[    5.058225] scsi0 : ata_generic
[    5.058316] scsi1 : ata_generic
[    5.058361] ata1: PATA max UDMA/100 cmd 0x8130 ctl 0x8144 bmdma 0x8100 irq 18
[    5.058364] ata2: PATA max UDMA/100 cmd 0x8128 ctl 0x8140 bmdma 0x8108 irq 18
[    5.058671] Fixed MDIO Bus: probed
[    5.058728] tun: Universal TUN/TAP device driver, 1.6
[    5.058730] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    5.058783] PPP generic driver version 2.4.2
[    5.058841] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.058891] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    5.058896] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    5.058907] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    5.058943] ehci_hcd 0000:00:1a.7: debug port 1
[    5.062843] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    5.062860] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xdb326c00
[    5.072024] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    5.072068] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.072071] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.072074] usb usb1: Product: EHCI Host Controller
[    5.072077] usb usb1: Manufacturer: Linux 3.5.0-32-generic ehci_hcd
[    5.072080] usb usb1: SerialNumber: 0000:00:1a.7
[    5.294592] ACPI: Battery Slot [BAT1] (battery absent)
[    5.294729] hub 1-0:1.0: USB hub found
[    5.294736] hub 1-0:1.0: 6 ports detected
[    5.294860] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    5.294866] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    5.294873] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    5.294908] ehci_hcd 0000:00:1d.7: debug port 1
[    5.298804] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    5.298821] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdb326800
[    5.308025] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    5.308060] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    5.308063] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.308066] usb usb2: Product: EHCI Host Controller
[    5.308069] usb usb2: Manufacturer: Linux 3.5.0-32-generic ehci_hcd
[    5.308072] usb usb2: SerialNumber: 0000:00:1d.7
[    5.535229] hub 2-0:1.0: USB hub found
[    5.535234] hub 2-0:1.0: 6 ports detected
[    5.535335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.535358] uhci_hcd: USB Universal Host Controller Interface driver
[    5.535381] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    5.535385] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    5.535392] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    5.535434] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000080c0
[    5.535477] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    5.535481] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.535484] usb usb3: Product: UHCI Host Controller
[    5.535486] usb usb3: Manufacturer: Linux 3.5.0-32-generic uhci_hcd
[    5.535489] usb usb3: SerialNumber: 0000:00:1a.0
[    5.775510] hub 3-0:1.0: USB hub found
[    5.775516] hub 3-0:1.0: 2 ports detected
[    5.775606] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    5.775610] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    5.775617] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    5.775696] uhci_hcd 0000:00:1a.1: irq 17, io base 0x000080a0
[    5.775748] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    5.775751] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.775754] usb usb4: Product: UHCI Host Controller
[    5.775757] usb usb4: Manufacturer: Linux 3.5.0-32-generic uhci_hcd
[    5.775759] usb usb4: SerialNumber: 0000:00:1a.1
[    5.828023] usb 1-5: new high-speed USB device number 4 using ehci_hcd
[    6.007190] usb 1-5: New USB device found, idVendor=04f2, idProduct=b053
[    6.007194] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    6.007197] usb 1-5: Product: CKA7216
[    6.007199] usb 1-5: Manufacturer: Chicony Electronics Co., Ltd.
[    6.007202] usb 1-5: SerialNumber: SN0001
[    6.015754] hub 4-0:1.0: USB hub found
[    6.015770] hub 4-0:1.0: 2 ports detected
[    6.015861] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    6.015866] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    6.015876] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    6.015907] uhci_hcd 0000:00:1a.2: irq 18, io base 0x00008080
[    6.015950] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    6.015953] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.015956] usb usb5: Product: UHCI Host Controller
[    6.015959] usb usb5: Manufacturer: Linux 3.5.0-32-generic uhci_hcd
[    6.015961] usb usb5: SerialNumber: 0000:00:1a.2
[    6.256103] hub 5-0:1.0: USB hub found
[    6.256109] hub 5-0:1.0: 2 ports detected
[    6.256198] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    6.256203] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    6.256209] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    6.256238] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00008060
[    6.256281] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    6.256284] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.256287] usb usb6: Product: UHCI Host Controller
[    6.256290] usb usb6: Manufacturer: Linux 3.5.0-32-generic uhci_hcd
[    6.256292] usb usb6: SerialNumber: 0000:00:1d.0
[    6.496826] hub 6-0:1.0: USB hub found
[    6.496832] hub 6-0:1.0: 2 ports detected
[    6.496967] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    6.496971] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    6.496978] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    6.497018] uhci_hcd 0000:00:1d.1: irq 22, io base 0x00008040
[    6.497061] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    6.497065] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.497067] usb usb7: Product: UHCI Host Controller
[    6.497070] usb usb7: Manufacturer: Linux 3.5.0-32-generic uhci_hcd
[    6.497073] usb usb7: SerialNumber: 0000:00:1d.1
[    6.736854] hub 7-0:1.0: USB hub found
[    6.736860] hub 7-0:1.0: 2 ports detected
[    6.736953] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    6.736958] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    6.736965] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    6.736996] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00008020
[    6.737036] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    6.737039] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.737042] usb usb8: Product: UHCI Host Controller
[    6.737045] usb usb8: Manufacturer: Linux 3.5.0-32-generic uhci_hcd
[    6.737047] usb usb8: SerialNumber: 0000:00:1d.2
[    6.977184] hub 8-0:1.0: USB hub found
[    6.977189] hub 8-0:1.0: 2 ports detected
[    6.977351] usbcore: registered new interface driver libusual
[    6.977399] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    6.978987] i8042: Detected active multiplexing controller, rev 1.1
[    6.979658] serio: i8042 KBD port at 0x60,0x64 irq 1
[    6.979664] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    6.979699] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    6.979725] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    6.979754] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    6.979896] mousedev: PS/2 mouse device common for all mice
[    6.980108] rtc_cmos 00:08: RTC can wake from S4
[    6.980271] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[    6.980309] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    6.980396] device-mapper: uevent: version 1.0.3
[    6.980476] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    6.980549] cpuidle: using governor ladder
[    6.980642] cpuidle: using governor menu
[    6.980645] EFI Variables Facility v0.08 2004-May-17
[    6.980921] ashmem: initialized
[    6.981087] TCP: cubic registered
[    6.981225] NET: Registered protocol family 10
[    6.981475] NET: Registered protocol family 17
[    6.981490] Key type dns_resolver registered
[    6.981704] PM: Hibernation image not present or could not be loaded.
[    6.981717] registered taskstats version 1
[    6.985523] Key type trusted registered
[    6.988473] Key type encrypted registered
[    6.991907]   Magic number: 1:708:242
[    6.992090] rtc_cmos 00:08: setting system clock to 2013-06-07 19:14:23 UTC (1370632463)
[    7.001963] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    7.584043] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    7.717977] usb 2-1: New USB device found, idVendor=0bc2, idProduct=2320
[    7.717982] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    7.717985] usb 2-1: Product: Expansion
[    7.717988] usb 2-1: Manufacturer: Seagate
[    7.717991] usb 2-1: SerialNumber: NA420WZ4
[    8.641548] Initializing USB Mass Storage driver...
[    8.641829] scsi2 : usb-storage 2-1:1.0
[    8.641908] usbcore: registered new interface driver usb-storage
[    8.641910] USB Mass Storage support registered.
[    8.860066] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[    9.029611] usb 3-1: New USB device found, idVendor=03f0, idProduct=171d
[    9.029614] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.029616] usb 3-1: Product: HP Integrated Module
[    9.029618] usb 3-1: Manufacturer: Broadcom Corp
[    9.113561] ACPI: Battery Slot [BAT0] (battery present)
[    9.641079] scsi 2:0:0:0: Direct-Access     Seagate  Expansion        0608 PQ: 0 ANSI: 6
[    9.642124] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    9.642687] sd 2:0:0:0: [sda] 976773167 512-byte logical blocks: (500 GB/465 GiB)
[    9.643564] sd 2:0:0:0: [sda] Write Protect is off
[    9.643569] sd 2:0:0:0: [sda] Mode Sense: 4f 00 00 00
[    9.644444] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.650198]  sda: sda1 sda2
[    9.653060] sd 2:0:0:0: [sda] Attached SCSI disk
[    9.940066] usb 4-1: new full-speed USB device number 2 using uhci_hcd
[   10.109919] usb 4-1: New USB device found, idVendor=08ff, idProduct=2810
[   10.109923] usb 4-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   10.109926] usb 4-1: Product: Fingerprint Sensor
[   11.016049] usb 8-2: new full-speed USB device number 2 using uhci_hcd
[   11.197201] usb 8-2: New USB device found, idVendor=046d, idProduct=c52f
[   11.197204] usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   11.197205] usb 8-2: Product: USB Receiver
[   11.197207] usb 8-2: Manufacturer: Logitech
[   11.960676] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   11.960678] EDD information not available.
[   11.962279] Freeing unused kernel memory: 948k freed
[   11.962532] Write protecting the kernel read-only data: 12288k
[   11.966490] Freeing unused kernel memory: 1364k freed
[   11.969895] Freeing unused kernel memory: 1064k freed
[   11.986067] udevd[113]: starting version 175
[   12.935462] ahci 0000:00:1f.2: version 3.0
[   12.935547] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[   12.935610] ahci: SSS flag set, parallel bus scan disabled
[   12.935644] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[   12.935647] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs
[   12.935652] ahci 0000:00:1f.2: setting latency timer to 64
[   12.940282] usbcore: registered new interface driver usbhid
[   12.940286] usbhid: USB HID core driver
[   12.945673] e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-k
[   12.945677] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[   12.947258] sdhci: Secure Digital Host Controller Interface driver
[   12.947260] sdhci: Copyright(c) Pierre Ossman
[   12.947510] sdhci-pci 0000:86:06.1: SDHCI controller found [1180:0822] (rev 25)
[   12.948551] sdhci-pci 0000:86:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   12.948557] sdhci-pci 0000:86:06.1: setting latency timer to 64
[   12.949428] mmc0: no vmmc regulator found
[   12.950426] sdhci-pci 0000:86:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   12.950458] Registered led device: mmc0::
[   12.957119] scsi3 : ahci
[   12.957213] scsi4 : ahci
[   12.957281] scsi5 : ahci
[   12.957346] scsi6 : ahci
[   12.958525] scsi7 : ahci
[   12.958607] scsi8 : ahci
[   12.969105] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input4
[   12.969213] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.2-2/input0
[   12.973392] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.1/input/input5
[   12.973528] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.2-2/input1
[   12.980057] mmc0: SDHCI controller on PCI [0000:86:06.1] using DMA
[   12.980135] firewire_ohci 0000:86:06.0: setting latency timer to 64
[   13.010448] sdhci-pci 0000:86:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   13.044088] firewire_ohci 0000:86:06.0: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[   13.070485] sdhci-pci 0000:86:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   13.130525] sdhci-pci 0000:86:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   13.190524] sdhci-pci 0000:86:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
[   13.544244] firewire_core 0000:86:06.0: created device fw0: GUID 5566778811223344, S400
[   16.956342] ata3: SATA max UDMA/133 abar m2048@0xdb326000 port 0xdb326100 irq 45
[   16.956347] ata4: SATA max UDMA/133 abar m2048@0xdb326000 port 0xdb326180 irq 45
[   16.956348] ata5: DUMMY
[   16.956350] ata6: DUMMY
[   16.956353] ata7: SATA max UDMA/133 abar m2048@0xdb326000 port 0xdb326300 irq 45
[   16.956356] ata8: SATA max UDMA/133 abar m2048@0xdb326000 port 0xdb326380 irq 45
[   16.956399] e1000e 0000:00:19.0: setting latency timer to 64
[   16.956503] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   16.956559] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
[   17.148152] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:22:64:68:31:48
[   17.148155] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[   17.148188] e1000e 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: 1052FF-0FF
[   17.196459] acpi device:02: registered as cooling_device5
[   17.276077] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   17.909600] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   17.909606] ata3.00: ATA-8: INTEL SSDSA2BW160G3H, 4PC10365, max UDMA/133
[   17.909608] ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   18.384525] ACPI: Can't attach device
[   18.384535] video: probe of LNXVIDEO:00 failed with error -2
[   18.621892] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   18.621897] ata3.00: configured for UDMA/133
[   18.622099] scsi 3:0:0:0: Direct-Access     ATA      INTEL SSDSA2BW16 4PC1 PQ: 0 ANSI: 5
[   18.622225] sd 3:0:0:0: Attached scsi generic sg1 type 0
[   18.622253] sd 3:0:0:0: [sdb] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[   18.622344] sd 3:0:0:0: [sdb] Write Protect is off
[   18.622347] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   18.622364] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   18.622983]  sdb: sdb1 sdb2 < sdb5 >
[   18.623359] sd 3:0:0:0: [sdb] Attached SCSI disk
[   18.940081] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   19.334320] ata4.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   19.334523] ata4.00: ATA-8: ST9500420AS, 0006HPM1, max UDMA/100
[   19.334525] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[   19.809282] ata4.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[   19.809478] ata4.00: configured for UDMA/100
[   19.809611] scsi 4:0:0:0: Direct-Access     ATA      ST9500420AS      0006 PQ: 0 ANSI: 5
[   19.809732] sd 4:0:0:0: Attached scsi generic sg2 type 0
[   19.809748] sd 4:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[   19.809786] sd 4:0:0:0: [sdc] Write Protect is off
[   19.809789] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   19.809807] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   20.090288]  sdc: sdc1
[   20.090455] sd 4:0:0:0: [sdc] Attached SCSI disk
[   20.128055] ata7: SATA link down (SStatus 0 SControl 300)
[   20.448058] ata8: SATA link down (SStatus 0 SControl 300)
[   21.741291] vesafb: mode is 640x480x32, linelength=2560, pages=0
[   21.741293] vesafb: scrolling: redraw
[   21.741295] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[   21.741303] mtrr: no more MTRRs available
[   21.741518] vesafb: framebuffer at 0xd1000000, mapped to 0xffffc90011c00000, using 1216k, total 1216k
[   21.741660] Console: switching to colour frame buffer device 80x30
[   21.741670] fb0: VESA VGA frame buffer device
[   26.860469] EXT4-fs (sdb1): INFO: recovery required on readonly filesystem
[   26.860473] EXT4-fs (sdb1): write access will be enabled during recovery
[   26.887733] EXT4-fs (sdb1): orphan cleanup on readonly fs
[   26.887740] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 8912909
[   26.887788] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 8912912
[   26.887814] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 8912929
[   26.888349] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 8912962
[   26.889281] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 6685320
[   26.889308] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 6685360
[   26.890959] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 8912925
[   26.891691] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 8912959
[   26.891730] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 8912921
[   26.892432] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 8912945
[   26.892466] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 8912918
[   26.893095] EXT4-fs (sdb1): ext4_orphan_cleanup: deleting unreferenced inode 8912974
[   26.893130] EXT4-fs (sdb1): 12 orphan inodes deleted
[   26.893132] EXT4-fs (sdb1): recovery complete
[   26.896954] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   29.131231] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
[   29.152389] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   29.158935] udevd[474]: starting version 175
[   29.191872] lp: driver loaded but no devices found
[   29.219445] ppdev: user-space parallel port driver
[   29.221624] parport_pc 00:09: reported by Plug and Play ACPI
[   29.222327] Bluetooth: Core ver 2.16
[   29.222361] NET: Registered protocol family 31
[   29.222363] Bluetooth: HCI device and connection manager initialized
[   29.222365] Bluetooth: HCI socket layer initialized
[   29.222366] Bluetooth: L2CAP socket layer initialized
[   29.222371] Bluetooth: SCO socket layer initialized
[   29.221712] parport0: PC-style at 0x378 (0x778), irq 5, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
[   29.227148] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   29.227151] Bluetooth: BNEP filters: protocol multicast
[   29.232693] Bluetooth: RFCOMM TTY layer initialized
[   29.232698] Bluetooth: RFCOMM socket layer initialized
[   29.232700] Bluetooth: RFCOMM ver 1.11
[   29.316180] lp0: using parport0 (interrupt-driven).
[   29.325887] type=1400 audit(1370632485.831:2): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=654 comm="apparmor_parser"
[   29.326334] type=1400 audit(1370632485.831:3): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=654 comm="apparmor_parser"
[   30.121759] usbcore: registered new interface driver btusb
[   30.130873] mei 0000:00:03.0: setting latency timer to 64
[   30.130924] mei 0000:00:03.0: irq 47 for MSI/MSI-X
[   30.143553] type=1400 audit(1370632486.647:4): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=749 comm="apparmor_parser"
[   30.143924] type=1400 audit(1370632486.647:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=749 comm="apparmor_parser"
[   30.144341] type=1400 audit(1370632486.651:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=749 comm="apparmor_parser"
[   30.148825] cfg80211: Calling CRDA to update world regulatory domain
[   30.156494] iwlwifi: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[   30.156498] iwlwifi: Copyright(c) 2003-2012 Intel Corporation
[   30.156586] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[   30.156588] iwlwifi 0000:03:00.0: pci_resource_base = ffffc900117bc000
[   30.156590] iwlwifi 0000:03:00.0: HW Revision ID = 0x0
[   30.156673] iwlwifi 0000:03:00.0: irq 48 for MSI/MSI-X
[   30.159791] ACPI Warning: 0x0000000000000460-0x000000000000047f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251)
[   30.159798] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   30.159800] lpc_ich: Resource conflict(s) found affecting iTCO_wdt
[   30.159803] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251)
[   30.159806] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   30.159809] ACPI Warning: 0x0000000000000500-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20120320/utaddress-251)
[   30.159812] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   30.159813] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   30.173629] r592 0000:86:06.2: setting latency timer to 64
[   30.178150] r592: driver successfully loaded
[   30.179448] Linux video capture interface: v2.00
[   30.180484] r852 0000:86:06.3: setting latency timer to 64
[   30.180804] uvcvideo: Found UVC 1.00 device CKA7216 (04f2:b053)
[   30.182571] r852: driver loaded successfully
[   30.185105] yenta_cardbus 0000:86:06.4: CardBus bridge found [103c:30ec]
[   30.197967] input: CKA7216 as /devices/pci0000:00/0000:00:1a.7/usb1/1-5/1-5:1.0/input/input6
[   30.198591] usbcore: registered new interface driver uvcvideo
[   30.198593] USB Video Class driver (1.1.1)
[   30.203412] nvidia: module license 'NVIDIA' taints kernel.
[   30.203416] Disabling lock debugging due to kernel taint
[   30.226914] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   30.227092] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  304.48  Sun Sep  9 20:22:27 PDT 2012
[   30.230258] microcode: CPU0 sig=0x1067a, pf=0x20, revision=0xa0b
[   30.306999] init: failsafe main process (854) killed by TERM signal
[   30.314678] yenta_cardbus 0000:86:06.4: ISA IRQ mask 0x0c98, PCI irq 17
[   30.314683] yenta_cardbus 0000:86:06.4: Socket status: 30000810
[   30.314688] pci_bus 0000:86: Raising subordinate bus# of parent bus (#86) from #87 to #8a
[   30.315594] yenta_cardbus 0000:86:06.4: pcmcia: parent PCI bridge window: [io  0x2000-0x2fff]
[   30.315598] yenta_cardbus 0000:86:06.4: pcmcia: parent PCI bridge window: [mem 0xd3000000-0xd30fffff]
[   30.315601] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd3000000-0xd30fffff:
[   30.315605]  excluding 0xd3000000-0xd300ffff
[   30.315613] yenta_cardbus 0000:86:06.4: pcmcia: parent PCI bridge window: [mem 0xdc000000-0xdfffffff pref]
[   30.315615] pcmcia_socket pcmcia_socket0: cs: memory probe 0xdc000000-0xdfffffff:
[   30.315624]  excluding 0xdc000000-0xdfffffff
[   30.321374] hp_accel: laptop model unknown, using default axes configuration
[   30.322501] lis3lv02d: 8 bits sensor found
[   30.356385] type=1400 audit(1370632486.863:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=985 comm="apparmor_parser"
[   30.356554] type=1400 audit(1370632486.863:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=986 comm="apparmor_parser"
[   30.358867] type=1400 audit(1370632486.863:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=989 comm="apparmor_parser"
[   30.359671] type=1400 audit(1370632486.863:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=989 comm="apparmor_parser"
[   30.363309] type=1400 audit(1370632486.867:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=990 comm="apparmor_parser"
[   30.384448] iwlwifi 0000:03:00.0: loaded firmware version 8.83.5.1 build 33692
[   30.384684] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   30.384686] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   30.384688] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   30.384690] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[   30.384692] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_P2P disabled
[   30.384694] iwlwifi 0000:03:00.0: Detected Intel(R) Ultimate N WiFi Link 5300 AGN, REV=0x24
[   30.384759] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   30.385146] iwlwifi 0000:03:00.0: RF_KILL bit toggled to disable radio.
[   30.393809] microcode: CPU1 sig=0x1067a, pf=0x20, revision=0xa0b
[   30.404341] iwlwifi 0000:03:00.0: device EEPROM VER=0x11f, CALIB=0x4
[   30.404345] iwlwifi 0000:03:00.0: Device SKU: 0xF0
[   30.404347] iwlwifi 0000:03:00.0: Valid Tx ant: 0x7, Valid Rx ant: 0x7
[   30.404362] iwlwifi 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[   30.405504] Registered led device: phy0-led
[   30.405805] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[   30.417543] microcode: CPU2 sig=0x1067a, pf=0x20, revision=0xa0b
[   30.418866] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[   30.418869] cfg80211: World regulatory domain updated:
[   30.418871] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   30.418873] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   30.418875] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   30.418876] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   30.418878] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   30.418879] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   30.419780] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   30.419790]  excluding 0xc0000-0xfffff
[   30.419805] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   30.419812]  excluding 0xa0000000-0xa0ffffff
[   30.419825] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   30.419832]  excluding 0x60000000-0x60ffffff
[   30.420795] microcode: CPU3 sig=0x1067a, pf=0x20, revision=0xa0b
[   30.422399] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   30.444313] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
[   30.455601] /dev/vmmon[1077]: Module vmmon: registered with major=10 minor=165
[   30.455608] /dev/vmmon[1077]: Module vmmon: initialized
[   30.457636] init: Failed to spawn hybrid-gfx main process: unable to execute: No such file or directory
[   30.463272] init: alsa-restore main process (1066) terminated with status 19
[   30.471452] [1088]: VMCI: shared components initialized.
[   30.471680] [1088]: VMCI: host components initialized.
[   30.472121] [1088]: VMCI: Module registered (name=vmci,major=10,minor=53).
[   30.472124] [1088]: VMCI: Using host personality
[   30.472125] [1088]: VMCI: Module (name=vmci) is initialized
[   30.548130] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
[   30.549025] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.549322] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.560902] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   30.573801] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   30.586390] wmi: Mapper loaded
[   30.594243] netlink: 12 bytes leftover after parsing attributes.
[   30.594249] netlink: 12 bytes leftover after parsing attributes.
[   30.594274] netlink: 12 bytes leftover after parsing attributes.
[   30.603173] iwlwifi 0000:03:00.0: RF_KILL bit toggled to enable radio.
[   30.604089] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   30.604484] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
[   30.756991] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   30.757381] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
[   30.803428] /dev/vmnet: open called by PID 1217 (vmnet-bridge)
[   30.803458] /dev/vmnet: hub 0 does not exist, allocating memory.
[   30.803472] /dev/vmnet: port on hub 0 successfully opened
[   30.803486] bridge-wlan0: device is wireless, enabling SMAC
[   30.803489] bridge-wlan0: up
[   30.804153] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   30.804167] bridge-wlan0: attached
[   30.805021] bridge-wlan0: disabling the bridge on dev down
[   30.805057] bridge-wlan0: down
[   30.805061] bridge-wlan0: detached
[   30.829103] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D0
[   30.829111] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D0
[   30.829229] snd_hda_intel 0000:00:1b.0: irq 49 for MSI/MSI-X
[   30.834666] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.5, id: 0x1c0b1, caps: 0xa44791/0xb00000/0x0
[   30.834672] psmouse serio4: synaptics: serio: Synaptics pass-through port at isa0060/serio4/input0
[   30.864133] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input7
[   30.865214] Registered led device: hp::hddprotect
[   30.865624] hp_accel: driver loaded
[   30.875124] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input8
[   31.110181] /dev/vmnet: open called by PID 1252 (vmnet-netifup)
[   31.110190] /dev/vmnet: hub 1 does not exist, allocating memory.
[   31.110202] /dev/vmnet: port on hub 1 successfully opened
[   31.117725] /dev/vmnet: open called by PID 1255 (vmnet-dhcpd)
[   31.117738] /dev/vmnet: port on hub 1 successfully opened
[   31.120980] /dev/vmnet: open called by PID 1261 (vmnet-natd)
[   31.120988] /dev/vmnet: hub 8 does not exist, allocating memory.
[   31.121001] /dev/vmnet: port on hub 8 successfully opened
[   31.121057] netlink: 12 bytes leftover after parsing attributes.
[   31.121060] netlink: 12 bytes leftover after parsing attributes.
[   31.121082] netlink: 12 bytes leftover after parsing attributes.
[   31.121167] netlink: 12 bytes leftover after parsing attributes.
[   31.123010] /dev/vmnet: open called by PID 1262 (vmnet-netifup)
[   31.123017] /dev/vmnet: port on hub 8 successfully opened
[   31.131178] /dev/vmnet: open called by PID 1265 (vmnet-dhcpd)
[   31.131191] /dev/vmnet: port on hub 8 successfully opened
[   31.204071] pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot 0
[   31.204076] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd3010000-0xd30fffff:
[   31.209633]  excluding 0xd30fe000-0xd310bfff
[   31.209818] pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 17)
[   31.253875] scsi9 : pata_pcmcia
[   31.253971] ata9: PATA max PIO0 cmd 0x2100 ctl 0x210e irq 17
[   31.339838] input: HP WMI hotkeys as /devices/virtual/input/input9
[   31.432077] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0
[   33.344592] ACPI Warning: For \_SB_.PCI0.PEGP.DGFX.MXMI: Excess arguments - needs 1, found 2 (20120320/nspredef-326)
[   33.380179] ACPI Warning: For \_SB_.PCI0.PEGP.DGFX.MXMS: Excess arguments - needs 1, found 2 (20120320/nspredef-326)
[   34.896436] ACPI Error: Result stack is empty! State=ffff880209988800 (20120320/dswstate-98)
[   34.896443] ACPI Exception: AE_AML_NO_RETURN_VALUE, Missing or null operand (20120320/dsutils-646)
[   34.896446] ACPI Exception: AE_AML_NO_RETURN_VALUE, While creating Arg 0 (20120320/dsutils-763)
[   34.896449] ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEGP.DGFX.NVIF] (Node ffff880230066a78), AE_AML_NO_RETURN_VALUE (20120320/psparse-536)
[   35.791745] NVRM: GPU at 0000:01:00: GPU-e1796022-73d1-67ec-4c22-7493a4df7360
[   35.791752] NVRM: Your system is not currently configured to drive a VGA console
[   35.791754] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[   35.791756] NVRM: requires the use of a text-mode VGA console. Use of other console
[   35.791757] NVRM: drivers including, but not limited to, vesafb, may result in
[   35.791759] NVRM: corruption and stability problems, and is not supported.
[   38.419404] wlan0: authenticate with 40:4a:03:d6:23:c2
[   38.422350] wlan0: send auth to 40:4a:03:d6:23:c2 (try 1/3)
[   38.624046] wlan0: send auth to 40:4a:03:d6:23:c2 (try 2/3)
[   38.625778] wlan0: authenticated
[   38.628076] wlan0: associate with 40:4a:03:d6:23:c2 (try 1/3)
[   38.630922] wlan0: RX AssocResp from 40:4a:03:d6:23:c2 (capab=0x431 status=0 aid=2)
[   38.639837] wlan0: associated
[   38.640610] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   38.640685] cfg80211: Calling CRDA for country: TR
[   38.644046] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[   38.644049] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644051] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[   38.644053] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644054] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[   38.644056] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644062] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[   38.644069] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644073] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[   38.644075] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644076] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[   38.644078] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644079] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[   38.644081] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644082] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[   38.644084] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644085] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[   38.644087] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644088] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[   38.644090] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644091] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[   38.644093] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644094] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[   38.644096] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644097] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[   38.644099] cfg80211: 2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   38.644100] cfg80211: Updating information on frequency 5180 MHz for a 20 MHz width channel with regulatory rule:
[   38.644102] cfg80211: 5170000 KHz - 5250000 KHz @ 20000 KHz), (N/A mBi, 2000 mBm)
[   38.644103] cfg80211: Updating information on frequency 5200 MHz for a 20 MHz width channel with regulatory rule:
[   38.644105] cfg80211: 5170000 KHz - 5250000 KHz @ 20000 KHz), (N/A mBi, 2000 mBm)
[   38.644106] cfg80211: Updating information on frequency 5220 MHz for a 20 MHz width channel with regulatory rule:
[   38.644108] cfg80211: 5170000 KHz - 5250000 KHz @ 20000 KHz), (N/A mBi, 2000 mBm)
[   38.644112] cfg80211: Updating information on frequency 5240 MHz for a 20 MHz width channel with regulatory rule:
[   38.644120] cfg80211: 5170000 KHz - 5250000 KHz @ 20000 KHz), (N/A mBi, 2000 mBm)
[   38.644126] cfg80211: Updating information on frequency 5260 MHz for a 20 MHz width channel with regulatory rule:
[   38.644133] cfg80211: 5250000 KHz - 5330000 KHz @ 20000 KHz), (N/A mBi, 2000 mBm)
[   38.644140] cfg80211: Updating information on frequency 5280 MHz for a 20 MHz width channel with regulatory rule:
[   38.644147] cfg80211: 5250000 KHz - 5330000 KHz @ 20000 KHz), (N/A mBi, 2000 mBm)
[   38.644151] cfg80211: Updating information on frequency 5300 MHz for a 20 MHz width channel with regulatory rule:
[   38.644153] cfg80211: 5250000 KHz - 5330000 KHz @ 20000 KHz), (N/A mBi, 2000 mBm)
[   38.644154] cfg80211: Updating information on frequency 5320 MHz for a 20 MHz width channel with regulatory rule:
[   38.644156] cfg80211: 5250000 KHz - 5330000 KHz @ 20000 KHz), (N/A mBi, 2000 mBm)
[   38.644157] cfg80211: Disabling freq 5500 MHz
[   38.644158] cfg80211: Disabling freq 5520 MHz
[   38.644159] cfg80211: Disabling freq 5540 MHz
[   38.644160] cfg80211: Disabling freq 5560 MHz
[   38.644161] cfg80211: Disabling freq 5580 MHz
[   38.644162] cfg80211: Disabling freq 5600 MHz
[   38.644163] cfg80211: Disabling freq 5620 MHz
[   38.644164] cfg80211: Disabling freq 5640 MHz
[   38.644165] cfg80211: Disabling freq 5660 MHz
[   38.644166] cfg80211: Disabling freq 5680 MHz
[   38.644166] cfg80211: Disabling freq 5700 MHz
[   38.644167] cfg80211: Disabling freq 5745 MHz
[   38.644168] cfg80211: Disabling freq 5765 MHz
[   38.644169] cfg80211: Disabling freq 5785 MHz
[   38.644170] cfg80211: Disabling freq 5805 MHz
[   38.644171] cfg80211: Disabling freq 5825 MHz
[   38.644173] cfg80211: Regulatory domain changed to country: TR
[   38.644175] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   38.644176] cfg80211:   (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   38.644178] cfg80211:   (5170000 KHz - 5250000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[   38.644179] cfg80211:   (5250000 KHz - 5330000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[   38.704558] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0
[   41.575191] /dev/vmnet: open called by PID 1217 (vmnet-bridge)
[   41.575206] /dev/vmnet: hub 0 does not exist, allocating memory.
[   41.575233] /dev/vmnet: port on hub 0 successfully opened
[   41.575241] bridge-wlan0: device is wireless, enabling SMAC
[   41.575244] bridge-wlan0: up
[   41.575247] bridge-wlan0: attached
[   41.775069] userif-3: sent link down event.
[   41.775072] userif-3: sent link up event.userif-3: sent link down event.
[   42.936294] userif-3: sent link up event.
]0;crypto@AlpayWeb: ~/Masaüstücrypto@AlpayWeb:~/Masaüstü$ exit
exit

Cum 07 Haz 2013 22:19:53 EEST
üzerinde betik tamamlandı
Hayat 'for' döngüsü içinde kalmış 'if' sorgularından ibarettir...

if

@Cryptograph, soruna neyin yol açtığını çıkaramadım. Bir çok hata var. Önce sudo chmod 777 /dev/vmnet* komutunu verin. Bundan sonra değişen bir şey olmazsa pcie_ports=native çekirdek önyükleme seçeneğini deneyin.

Cryptograph

Hayat 'for' döngüsü içinde kalmış 'if' sorgularından ibarettir...

if

Hangisi çözdü acaba? İlk komut bir şeyi değiştirdi mi? Aslında çekirdek önyükleme parametresini kaldırarak da öğrenebiliriz. kworker işlemciyi sömürmeye başlarsa tekrar ekleyebiliriz.

Cryptograph

sudo chmod 777 /dev/vmnet*
Komutundan sonra hızlandı bilgisayar, işlemci kullanımı normale döndü. Sorunu bu çözdü diye düşünüyorum.
Hayat 'for' döngüsü içinde kalmış 'if' sorgularından ibarettir...

if