lkml.org 
[lkml]   [2013]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [char-misc-next] mei: drop the warning when cl is not initialized during unlinking
From
On Thu, Jan 10, 2013 at 12:10 AM, Tomas Winkler <tomas.winkler@intel.com> wrote:
> On systems where wd and amthif is not initialized
> we will hit cl->dev == NULL. This condition is okay
> so we don't need to be laud about it.
>
> Fixes the follwing warning during suspend
> [ 137.061985] WARNING: at drivers/misc/mei/client.c:315 mei_cl_unlink+0x86/0x90 [mei]()
> [ 137.061986] Hardware name: 530U3BI/530U4BI/530U4BH
> [ 137.062140] Modules linked in: snd_hda_codec_hdmi snd_hda_codec_realtek joydev coretemp kvm_intel snd_hda_intel snd_hda_codec kvm arc4 iwldvm snd_hwdep i915 snd_pcm mac80211 ghash_clmulni_intel snd_page_alloc aesni_intel snd_seq_midi xts snd_seq_midi_event aes_x86_64 rfcomm snd_rawmidi parport_pc bnep lrw snd_seq uvcvideo i2c_algo_bit ppdev gf128mul iwlwifi snd_timer drm_kms_helper ablk_helper cryptd drm snd_seq_device videobuf2_vmalloc psmouse videobuf2_memops snd cfg80211 btusb videobuf2_core soundcore videodev lp bluetooth samsung_laptop wmi microcode mei serio_raw mac_hid video hid_generic lpc_ich parport usbhid hid r8169
> [ 137.062143] Pid: 2706, comm: kworker/u:15 Tainted: G D W 3.8.0-rc2-next20130109-1-iniza-generic #1
> [ 137.062144] Call Trace:
> [ 137.062156] [<ffffffff8105860f>] warn_slowpath_common+0x7f/0xc0
> [ 137.062159] [<ffffffff8135b1ea>] ? ioread32+0x3a/0x40
> [ 137.062162] [<ffffffff8105866a>] warn_slowpath_null+0x1a/0x20
> [ 137.062168] [<ffffffffa0076be6>] mei_cl_unlink+0x86/0x90 [mei]
> [ 137.062173] [<ffffffffa0071325>] mei_reset+0xc5/0x240 [mei]
> [ 137.062178] [<ffffffffa0073703>] mei_pci_resume+0xa3/0x110 [mei]
> [ 137.062183] [<ffffffff81379cae>] pci_pm_resume+0x7e/0xe0
> [ 137.062185] [<ffffffff81379c30>] ? pci_pm_thaw+0x80/0x80
> [ 137.062189] [<ffffffff8145a415>] dpm_run_callback.isra.6+0x25/0x50
> [ 137.062192] [<ffffffff8145a6cf>] device_resume+0x9f/0x140
> [ 137.062194] [<ffffffff8145a791>] async_resume+0x21/0x50
> [ 137.062200] [<ffffffff810858b0>] async_run_entry_fn+0x90/0x1c0
> [ 137.062203] [<ffffffff810778e5>] process_one_work+0x155/0x460
> [ 137.062207] [<ffffffff81078578>] worker_thread+0x168/0x400
> [ 137.062210] [<ffffffff81078410>] ? manage_workers+0x2b0/0x2b0
> [ 137.062214] [<ffffffff8107d9f0>] kthread+0xc0/0xd0
> [ 137.062218] [<ffffffff8107d930>] ? flush_kthread_worker+0xb0/0xb0
> [ 137.062222] [<ffffffff816bac6c>] ret_from_fork+0x7c/0xb0
> [ 137.062228] [<ffffffff8107d930>] ? flush_kthread_worker+0xb0/0xb0
>
> Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
> ---

Tested-by: Sedat Dilek <sedat.dilek@gmail.com> (against next-20130110)

- Sedat -

> drivers/misc/mei/client.c | 5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/misc/mei/client.c b/drivers/misc/mei/client.c
> index d566dd8..82ffd48 100644
> --- a/drivers/misc/mei/client.c
> +++ b/drivers/misc/mei/client.c
> @@ -312,8 +312,9 @@ int mei_cl_unlink(struct mei_cl *cl)
> if (!cl)
> return 0;
>
> - if (WARN_ON(!cl->dev))
> - return -EINVAL;
> + /* wd and amthif might not be initialzed */
> + if (!cl->dev)
> + return 0;
>
> dev = cl->dev;
>
> --
> 1.7.4.4
>
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.8.0-rc2-next20130110-2-iniza-generic (sedat.dilek@gmail.com@fambox) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Thu Jan 10 11:12:30 CET 2013
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-rc2-next20130110-2-iniza-generic root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[ 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-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d9c9efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d9c9f000-0x00000000dae7efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dae7f000-0x00000000daf9efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 11XK 11/06/2012
[ 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 = 0x11fe00 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
[ 0.000000] 3 base 0DC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0DB000000 mask FFF000000 uncachable
[ 0.000000] 5 base 100000000 mask FE0000000 write-back
[ 0.000000] 6 base 11FE00000 mask FFFE00000 uncachable
[ 0.000000] 7 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f00e0-0x000f00ef] mapped at [ffff8800000f00e0]
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0xdaffffff]
[ 0.000000] [mem 0x00000000-0xdaffffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0xdaffffff @ [mem 0x1fffb000-0x1fffffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x11fdfffff]
[ 0.000000] [mem 0x100000000-0x11fdfffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x11fdfffff @ [mem 0xd9c9d000-0xd9c9efff]
[ 0.000000] RAMDISK: [mem 0x37b6e000-0x37daefff]
[ 0.000000] ACPI: RSDP 00000000000f0100 00024 (v02 SECCSD)
[ 0.000000] ACPI: XSDT 00000000daffe170 0008C (v01 SECCSD LH43STAR 00000002 PTEC 00000002)
[ 0.000000] ACPI: FACP 00000000dafef000 0010C (v05 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: DSDT 00000000daff2000 083AC (v02 SECCSD SNB-CPT 00000000 INTL 20061109)
[ 0.000000] ACPI: FACS 00000000daf47000 00040
[ 0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 SECCSD LH43STAR 00000002 PTEC 00000001)
[ 0.000000] ACPI: SSDT 00000000daffb000 01068 (v01 SECCSD PtidDevc 00001000 INTL 20061109)
[ 0.000000] ACPI: ASF! 00000000daff1000 000A5 (v32 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: HPET 00000000dafee000 00038 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: APIC 00000000dafed000 00098 (v03 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: MCFG 00000000dafec000 0003C (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 00000000dafeb000 00804 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 00000000dafea000 00996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: UEFI 00000000dafe9000 0003E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: UEFI 00000000dafe8000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.000000] ACPI: UEFI 00000000dafe7000 0026A (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 00000000dafe6000 000D0 (v01 Iffs IffsAsl 00003000 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11fdfffff]
[ 0.000000] NODE_DATA [mem 0x11fdfc000-0x11fdfffff]
[ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b400000-ffff88011f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x11fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
[ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
[ 0.000000] node 0: [mem 0x40200000-0xd9c9efff]
[ 0.000000] node 0: [mem 0xdafff000-0xdaffffff]
[ 0.000000] node 0: [mem 0x100000000-0x11fdfffff]
[ 0.000000] On node 0 totalpages: 1021485
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3911 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 13859 pages used for memmap
[ 0.000000] DMA32 zone: 873085 pages, LIFO batch:31
[ 0.000000] Normal zone: 2040 pages used for memmap
[ 0.000000] Normal zone: 128520 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[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 14, 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: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[ 0.000000] PM: Registered nosave memory: 00000000d9c9f000 - 00000000dae7f000
[ 0.000000] PM: Registered nosave memory: 00000000dae7f000 - 00000000daf9f000
[ 0.000000] PM: Registered nosave memory: 00000000daf9f000 - 00000000dafff000
[ 0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000dfa00000
[ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
[ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed08000
[ 0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
[ 0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 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 - 00000000ffd80000
[ 0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
[ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] 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:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88011fa00000 s84992 r8192 d21504 u262144
[ 0.000000] pcpu-alloc: s84992 r8192 d21504 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1005516
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-rc2-next20130110-2-iniza-generic root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 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: 3935208k/4716544k available (6908k kernel code, 630604k absent, 150732k reserved, 6328k data, 984k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] NR_IRQS:16640 nr_irqs:744 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 16777216 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] tsc: Fast TSC calibration using PIT
[ 0.004000] tsc: Detected 1596.387 MHz processor
[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.77 BogoMIPS (lpj=6385548)
[ 0.000009] pid_max: default: 32768 minimum: 301
[ 0.000036] Security Framework initialized
[ 0.000049] AppArmor: AppArmor initialized
[ 0.000052] Yama: becoming mindful.
[ 0.000400] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.001453] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.001892] Mount-cache hash table entries: 256
[ 0.002079] Initializing cgroup subsys cpuacct
[ 0.002084] Initializing cgroup subsys memory
[ 0.002092] Initializing cgroup subsys devices
[ 0.002095] Initializing cgroup subsys freezer
[ 0.002098] Initializing cgroup subsys blkio
[ 0.002101] Initializing cgroup subsys perf_event
[ 0.002105] Initializing cgroup subsys hugetlb
[ 0.002131] Disabled fast string operations
[ 0.002134] CPU: Physical Processor ID: 0
[ 0.002137] CPU: Processor Core ID: 0
[ 0.002143] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.002143] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.002150] mce: CPU supports 7 MCE banks
[ 0.002164] CPU0: Thermal monitoring enabled (TM1)
[ 0.002172] process: using mwait in idle threads
[ 0.002178] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[ 0.002178] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[ 0.002178] tlb_flushall_shift: 5
[ 0.002306] Freeing SMP alternatives: 24k freed
[ 0.004502] ACPI: Core revision 20121220
[ 0.009918] ACPI: All ACPI Tables successfully acquired
[ 0.011486] ftrace: allocating 25945 entries in 102 pages
[ 0.025989] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.065651] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (fam: 06, model: 2a, stepping: 07)
[ 0.065663] TSC deadline timer enabled
[ 0.065667] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[ 0.065678] ... version: 3
[ 0.065680] ... bit width: 48
[ 0.065682] ... generic registers: 4
[ 0.065684] ... value mask: 0000ffffffffffff
[ 0.065687] ... max period: 000000007fffffff
[ 0.065689] ... fixed-purpose events: 3
[ 0.065692] ... event mask: 000000070000000f
[ 0.077871] Disabled fast string operations
[ 0.080080] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.091212] Disabled fast string operations
[ 0.104438] Disabled fast string operations
[ 0.066839] smpboot: Booting Node 0, Processors #1 #2 #3
[ 0.106548] Brought up 4 CPUs
[ 0.106557] smpboot: Total of 4 processors activated (12771.09 BogoMIPS)
[ 0.110433] devtmpfs: initialized
[ 0.111315] EVM: security.selinux
[ 0.111318] EVM: security.SMACK64
[ 0.111321] EVM: security.capability
[ 0.111364] PM: Registering ACPI NVS region [mem 0xdae7f000-0xdaf9efff] (1179648 bytes)
[ 0.112130] regulator-dummy: no parameters
[ 0.112180] NET: Registered protocol family 16
[ 0.112315] ACPI: bus type pci registered
[ 0.112382] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.112388] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.119868] PCI: Using configuration type 1 for base access
[ 0.120745] bio: create slab <bio-0> at 0
[ 0.120832] ACPI: Added _OSI(Module Device)
[ 0.120836] ACPI: Added _OSI(Processor Device)
[ 0.120838] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.120841] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.122327] ACPI: EC: Look up EC in DSDT
[ 0.150260] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.152581] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.168344] ACPI: SSDT 00000000dae70718 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.168739] ACPI: Dynamic OEM Table Load:
[ 0.168743] ACPI: SSDT (null) 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.182491] ACPI: SSDT 00000000dae71a98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.182921] ACPI: Dynamic OEM Table Load:
[ 0.182926] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.198713] ACPI: SSDT 00000000dae6fd98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.199096] ACPI: Dynamic OEM Table Load:
[ 0.199099] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.215827] ACPI: Interpreter enabled
[ 0.215834] ACPI: (supports S0 S1 S3 S5)
[ 0.215853] ACPI: Using IOAPIC for interrupt routing
[ 0.215898] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.230232] ACPI: Power Resource [FN00] (off)
[ 0.230309] ACPI: Power Resource [FN01] (off)
[ 0.230382] ACPI: Power Resource [FN02] (off)
[ 0.230455] ACPI: Power Resource [FN03] (off)
[ 0.230527] ACPI: Power Resource [FN04] (off)
[ 0.231115] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.231119] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.231333] \_SB_.PCI0:_OSC invalid UUID
[ 0.231335] _OSC request data:1 8 1f
[ 0.231414] \_SB_.PCI0:_OSC invalid UUID
[ 0.231416] _OSC request data:1 1f 1f
[ 0.231420] pci_root PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.231425] pci_root PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.231854] PCI host bridge to bus 0000:00
[ 0.231859] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.231863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.231866] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.231870] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.231874] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[ 0.231877] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[ 0.231888] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.231930] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[ 0.231942] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[ 0.231950] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.231955] pci 0000:00:02.0: reg 20: [io 0x3000-0x303f]
[ 0.232017] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.232042] pci 0000:00:16.0: reg 10: [mem 0xf0705000-0xf070500f 64bit]
[ 0.232126] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.232167] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.232191] pci 0000:00:1a.0: reg 10: [mem 0xf070a000-0xf070a3ff]
[ 0.232289] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.232319] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.232336] pci 0000:00:1b.0: reg 10: [mem 0xf0700000-0xf0703fff 64bit]
[ 0.232412] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.232438] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.232526] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.232558] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.232644] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.232676] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.232807] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.232855] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.232879] pci 0000:00:1d.0: reg 10: [mem 0xf0709000-0xf07093ff]
[ 0.232978] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.233007] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[ 0.233141] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[ 0.233162] pci 0000:00:1f.2: reg 10: [io 0x3088-0x308f]
[ 0.233172] pci 0000:00:1f.2: reg 14: [io 0x3094-0x3097]
[ 0.233181] pci 0000:00:1f.2: reg 18: [io 0x3080-0x3087]
[ 0.233189] pci 0000:00:1f.2: reg 1c: [io 0x3090-0x3093]
[ 0.233198] pci 0000:00:1f.2: reg 20: [io 0x3060-0x307f]
[ 0.233207] pci 0000:00:1f.2: reg 24: [mem 0xf0708000-0xf07087ff]
[ 0.233258] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.233279] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.233296] pci 0000:00:1f.3: reg 10: [mem 0xf0704000-0xf07040ff 64bit]
[ 0.233319] pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
[ 0.233563] pci 0000:01:00.0: [8086:0091] type 00 class 0x028000
[ 0.233743] pci 0000:01:00.0: reg 10: [mem 0xf0600000-0xf0601fff 64bit]
[ 0.234518] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.242740] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.242749] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[ 0.242883] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.242953] pci 0000:02:00.0: reg 10: [io 0x2000-0x20ff]
[ 0.243075] pci 0000:02:00.0: reg 18: [mem 0xf0404000-0xf0404fff 64bit pref]
[ 0.243150] pci 0000:02:00.0: reg 20: [mem 0xf0400000-0xf0403fff 64bit pref]
[ 0.243486] pci 0000:02:00.0: supports D1 D2
[ 0.243488] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.250656] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.250670] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.250694] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.250823] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.250860] pci 0000:03:00.0: reg 10: [mem 0xf0500000-0xf0507fff 64bit]
[ 0.251058] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 0.258652] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.258670] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.258708] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.259813] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.260041] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.260067] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.260294] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.260317] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.260545] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[ 0.261476] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.261521] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.262126] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.262170] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.262308] ACPI: No dock devices found.
[ 0.262357] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.262408] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.262457] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.262503] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.262549] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[ 0.262601] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.262649] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.262699] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[ 0.262804] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.262810] vgaarb: loaded
[ 0.262812] vgaarb: bridge control possible 0000:00:02.0
[ 0.262964] SCSI subsystem initialized
[ 0.262968] ACPI: bus type scsi registered
[ 0.263013] libata version 3.00 loaded.
[ 0.263030] ACPI: bus type usb registered
[ 0.263047] usbcore: registered new interface driver usbfs
[ 0.263056] usbcore: registered new interface driver hub
[ 0.263080] usbcore: registered new device driver usb
[ 0.263161] PCI: Using ACPI for IRQ routing
[ 0.264828] PCI: pci_cache_line_size set to 64 bytes
[ 0.264937] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.264939] e820: reserve RAM buffer [mem 0xd9c9f000-0xdbffffff]
[ 0.264941] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[ 0.264942] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
[ 0.265023] NetLabel: Initializing
[ 0.265026] NetLabel: domain hash size = 128
[ 0.265029] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.265039] NetLabel: unlabeled traffic allowed by default
[ 0.265092] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.265101] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.267116] Switching to clocksource hpet
[ 0.272097] AppArmor: AppArmor Filesystem Enabled
[ 0.272125] pnp: PnP ACPI init
[ 0.272139] ACPI: bus type pnp registered
[ 0.272479] pnp 00:00: [dma 4]
[ 0.272503] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.272526] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.272612] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.272643] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.272686] system 00:04: [io 0x0680-0x069f] has been reserved
[ 0.272691] system 00:04: [io 0x1000-0x100f] has been reserved
[ 0.272695] system 00:04: [io 0x5000-0x5003] has been reserved
[ 0.272698] system 00:04: [io 0xffff] has been reserved
[ 0.272702] system 00:04: [io 0x0400-0x0453] has been reserved
[ 0.272705] system 00:04: [io 0x0458-0x047f] has been reserved
[ 0.272709] system 00:04: [io 0x0500-0x057f] has been reserved
[ 0.272712] system 00:04: [io 0x0a00-0x0a0f] has been reserved
[ 0.272715] system 00:04: [io 0x164e-0x164f] has been reserved
[ 0.272719] system 00:04: [io 0x5000-0x500f] could not be reserved
[ 0.272724] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.272749] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.272797] system 00:06: [io 0x0454-0x0457] has been reserved
[ 0.272802] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.272831] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.272874] pnp 00:08: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
[ 0.273028] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.273033] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.273036] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.273040] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.273044] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.273047] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.273051] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.273055] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.273061] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.273064] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.273069] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.273420] pnp 00:0a: can't evaluate _CRS: 12311
[ 0.273522] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.273547] pnp: PnP ACPI: found 11 devices
[ 0.273550] ACPI: ACPI bus type pnp unregistered
[ 0.279931] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.279941] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[ 0.279953] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.279958] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.279968] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.279978] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.279985] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.280026] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.280028] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.280030] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.280032] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff]
[ 0.280034] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[ 0.280036] pci_bus 0000:01: resource 1 [mem 0xf0600000-0xf06fffff]
[ 0.280038] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.280040] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.280042] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
[ 0.280074] NET: Registered protocol family 2
[ 0.280211] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.280358] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.280460] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.280491] TCP: reno registered
[ 0.280502] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.280525] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.280591] NET: Registered protocol family 1
[ 0.280604] pci 0000:00:02.0: Boot video device
[ 0.280773] PCI: CLS 64 bytes, default 64
[ 0.280810] Trying to unpack rootfs image as initramfs...
[ 0.327713] Freeing initrd memory: 2308k freed
[ 0.328186] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.328194] software IO TLB [mem 0xd5c9d000-0xd9c9d000] (64MB) mapped at [ffff8800d5c9d000-ffff8800d9c9cfff]
[ 0.328584] Initialise module verification
[ 0.328624] audit: initializing netlink socket (disabled)
[ 0.328635] type=2000 audit(1357816581.328:1): initialized
[ 0.361046] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.362402] VFS: Disk quotas dquot_6.5.2
[ 0.362444] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.362874] fuse init (API version 7.20)
[ 0.362948] msgmni has been set to 7690
[ 0.363400] Key type asymmetric registered
[ 0.363405] Asymmetric key parser 'x509' registered
[ 0.363437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.363472] io scheduler noop registered
[ 0.363477] io scheduler deadline registered (default)
[ 0.363487] io scheduler cfq registered
[ 0.363691] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.363709] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.363749] intel_idle: MWAIT substates: 0x21120
[ 0.363751] intel_idle: v0.4 model 0x2A
[ 0.363752] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.364246] ACPI: AC Adapter [ADP1] (on-line)
[ 0.364515] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.364744] ACPI: Lid Switch [LID0]
[ 0.364788] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.364796] ACPI: Power Button [PWRB]
[ 0.364829] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.364834] ACPI: Power Button [PWRF]
[ 0.364890] ACPI: Fan [FAN0] (off)
[ 0.364914] ACPI: Fan [FAN1] (off)
[ 0.364938] ACPI: Fan [FAN2] (off)
[ 0.364960] ACPI: Fan [FAN3] (off)
[ 0.364984] ACPI: Fan [FAN4] (off)
[ 0.365029] ACPI: Requesting acpi_cpufreq
[ 0.371089] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.371097] ACPI: Thermal Zone [TZ00] (67 C)
[ 0.371291] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.371295] ACPI: Thermal Zone [TZ01] (30 C)
[ 0.371323] GHES: HEST is not enabled!
[ 0.371474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.374004] Linux agpgart interface v0.103
[ 0.375181] brd: module loaded
[ 0.375816] loop: module loaded
[ 0.375907] ahci 0000:00:1f.2: version 3.0
[ 0.375976] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[ 0.376013] ahci: SSS flag set, parallel bus scan disabled
[ 0.376268] ACPI: Battery Slot [BAT1] (battery present)
[ 0.391132] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[ 0.391152] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[ 0.391160] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.415403] scsi0 : ahci
[ 0.415472] scsi1 : ahci
[ 0.415530] scsi2 : ahci
[ 0.415587] scsi3 : ahci
[ 0.415643] scsi4 : ahci
[ 0.415698] scsi5 : ahci
[ 0.415729] ata1: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708100 irq 40
[ 0.415735] ata2: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708180 irq 40
[ 0.415739] ata3: DUMMY
[ 0.415743] ata4: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708280 irq 40
[ 0.415748] ata5: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708300 irq 40
[ 0.415751] ata6: DUMMY
[ 0.416008] libphy: Fixed MDIO Bus: probed
[ 0.416063] tun: Universal TUN/TAP device driver, 1.6
[ 0.416066] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.416111] PPP generic driver version 2.4.2
[ 0.416150] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.416153] ehci-pci: EHCI PCI platform driver
[ 0.416183] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 0.416187] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.416194] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.416211] ehci-pci 0000:00:1a.0: debug port 2
[ 0.420124] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.420138] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf070a000
[ 0.431030] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.431075] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.431085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.431095] usb usb1: Product: EHCI Host Controller
[ 0.431103] usb usb1: Manufacturer: Linux 3.8.0-rc2-next20130110-2-iniza-generic ehci_hcd
[ 0.431119] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.431221] hub 1-0:1.0: USB hub found
[ 0.431227] hub 1-0:1.0: 2 ports detected
[ 0.431316] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 0.431320] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.431327] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.431342] ehci-pci 0000:00:1d.0: debug port 2
[ 0.435249] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.435264] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0709000
[ 0.447029] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.447064] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.447074] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.447084] usb usb2: Product: EHCI Host Controller
[ 0.447091] usb usb2: Manufacturer: Linux 3.8.0-rc2-next20130110-2-iniza-generic ehci_hcd
[ 0.447109] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.447218] hub 2-0:1.0: USB hub found
[ 0.447225] hub 2-0:1.0: 2 ports detected
[ 0.447303] ehci-platform: EHCI generic platform driver
[ 0.447311] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.447325] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.447371] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.447377] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[ 0.457063] xhci_hcd 0000:03:00.0: irq 16, io mem 0xf0500000
[ 0.457133] xhci_hcd 0000:03:00.0: irq 41 for MSI/MSI-X
[ 0.457139] xhci_hcd 0000:03:00.0: irq 42 for MSI/MSI-X
[ 0.457144] xhci_hcd 0000:03:00.0: irq 43 for MSI/MSI-X
[ 0.457149] xhci_hcd 0000:03:00.0: irq 44 for MSI/MSI-X
[ 0.457154] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
[ 0.457264] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.457268] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.457272] usb usb3: Product: xHCI Host Controller
[ 0.457275] usb usb3: Manufacturer: Linux 3.8.0-rc2-next20130110-2-iniza-generic xhci_hcd
[ 0.457279] usb usb3: SerialNumber: 0000:03:00.0
[ 0.457341] xHCI xhci_add_endpoint called for root hub
[ 0.457342] xHCI xhci_check_bandwidth called for root hub
[ 0.457361] hub 3-0:1.0: USB hub found
[ 0.457371] hub 3-0:1.0: 2 ports detected
[ 0.457423] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.457428] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[ 0.457467] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.457471] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.457475] usb usb4: Product: xHCI Host Controller
[ 0.457478] usb usb4: Manufacturer: Linux 3.8.0-rc2-next20130110-2-iniza-generic xhci_hcd
[ 0.457482] usb usb4: SerialNumber: 0000:03:00.0
[ 0.457540] xHCI xhci_add_endpoint called for root hub
[ 0.457542] xHCI xhci_check_bandwidth called for root hub
[ 0.457557] hub 4-0:1.0: USB hub found
[ 0.457566] hub 4-0:1.0: 2 ports detected
[ 0.630998] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:EPAD] at 0x60,0x64 irq 1,12
[ 0.638093] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.638103] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.638196] mousedev: PS/2 mouse device common for all mice
[ 0.638597] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.638627] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.638707] device-mapper: uevent: version 1.0.3
[ 0.638761] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
[ 0.638832] cpuidle: using governor ladder
[ 0.638935] cpuidle: using governor menu
[ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.638944] EFI Variables Facility v0.08 2004-May-17
[ 0.639124] ashmem: initialized
[ 0.639234] TCP: cubic registered
[ 0.639319] NET: Registered protocol family 10
[ 0.639503] NET: Registered protocol family 17
[ 0.639514] Key type dns_resolver registered
[ 0.639845] Loading module verification certificates
[ 0.640785] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: e035daf816d94464f11187da889c18550ac4597f'
[ 0.640798] registered taskstats version 1
[ 0.643232] Key type trusted registered
[ 0.645226] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.645270] Key type encrypted registered
[ 0.648214] rtc_cmos 00:05: setting system clock to 2013-01-10 11:16:22 UTC (1357816582)
[ 0.648712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.648718] EDD information not available.
[ 0.734897] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.736058] ata1.00: ATA-8: Hitachi HTS545050A7E380, GG2OA6C0, max UDMA/133
[ 0.736074] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 0.737320] ata1.00: configured for UDMA/133
[ 0.737590] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54505 GG2O PQ: 0 ANSI: 5
[ 0.737728] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.737758] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 0.737766] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 0.737902] sd 0:0:0:0: [sda] Write Protect is off
[ 0.737909] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.738022] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.742841] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.755183] sda: sda1 sda2 sda3
[ 0.756007] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.875149] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 0.875178] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.875618] hub 1-1:1.0: USB hub found
[ 0.875796] hub 1-1:1.0: 6 ports detected
[ 0.986750] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.054702] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.055325] ata2.00: ATA-8: SanDisk iSSD P4 16GB, SSD 9.14, max UDMA/133
[ 1.055332] ata2.00: 31277232 sectors, multi 1: LBA48
[ 1.056009] ata2.00: configured for UDMA/133
[ 1.056281] scsi 1:0:0:0: Direct-Access ATA SanDisk iSSD P4 SSD PQ: 0 ANSI: 5
[ 1.056444] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 1.056460] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[ 1.056775] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.056790] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.056910] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.057918] sdb: sdb1 sdb2
[ 1.058334] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.118974] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.119002] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.119456] hub 2-1:1.0: USB hub found
[ 1.119621] hub 2-1:1.0: 6 ports detected
[ 1.190665] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[ 1.326492] tsc: Refined TSC clocksource calibration: 1596.374 MHz
[ 1.326520] Switching to clocksource tsc
[ 1.374465] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.442961] usb 1-1.4: New USB device found, idVendor=2232, idProduct=1018
[ 1.442981] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.442993] usb 1-1.4: Product: WebCam SC-13HDL11431N
[ 1.443009] usb 1-1.4: Manufacturer: 123
[ 1.686301] usb 2-1.4: new low-speed USB device number 3 using ehci-pci
[ 1.694224] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.695768] Freeing unused kernel memory: 984k freed
[ 1.695924] Write protecting the kernel read-only data: 12288k
[ 1.699571] Freeing unused kernel memory: 1272k freed
[ 1.703037] Freeing unused kernel memory: 1184k freed
[ 1.720099] udevd[120]: starting version 175
[ 1.764371] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.764666] r8169 0000:02:00.0: irq 46 for MSI/MSI-X
[ 1.764936] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000664000, e8:03:9a:36:17:a9, XID 0c900800 IRQ 46
[ 1.764948] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.783843] usb 2-1.4: New USB device found, idVendor=046d, idProduct=c00e
[ 1.783857] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.783866] usb 2-1.4: Product: USB-PS/2 Optical Mouse
[ 1.783872] usb 2-1.4: Manufacturer: Logitech
[ 1.821417] usbcore: registered new interface driver usbhid
[ 1.821425] usbhid: USB HID core driver
[ 1.854188] usb 2-1.5: new full-speed USB device number 4 using ehci-pci
[ 1.949860] usb 2-1.5: New USB device found, idVendor=8086, idProduct=0189
[ 1.949879] usb 2-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.661593] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[ 21.940779] Adding 262140k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:262140k
[ 21.948943] EXT4-fs (loop0): re-mounted. Opts: errors=remount-ro
[ 22.031162] udevd[572]: starting version 175
[ 22.414393] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121220/utaddress-251)
[ 22.414404] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 22.414409] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20121220/utaddress-251)
[ 22.414414] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 22.414417] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121220/utaddress-251)
[ 22.414421] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 22.414423] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121220/utaddress-251)
[ 22.414427] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 22.414429] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 22.418112] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input4
[ 22.419727] hid-generic 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.4/input0
[ 22.477791] mei 0000:00:16.0: setting latency timer to 64
[ 22.477871] mei 0000:00:16.0: irq 47 for MSI/MSI-X
[ 22.481630] wmi: Mapper loaded
[ 22.617078] samsung_laptop: detected SABI interface: SwSmi@
[ 22.617083] samsung_laptop: Backlight controlled by ACPI video driver
[ 22.664980] Bluetooth: Core ver 2.16
[ 22.665001] NET: Registered protocol family 31
[ 22.665004] Bluetooth: HCI device and connection manager initialized
[ 22.665012] Bluetooth: HCI socket layer initialized
[ 22.665016] Bluetooth: L2CAP socket layer initialized
[ 22.665023] Bluetooth: SCO socket layer initialized
[ 22.665454] lp: driver loaded but no devices found
[ 22.839368] Linux video capture interface: v2.00
[ 22.868640] ppdev: user-space parallel port driver
[ 22.880015] type=1400 audit(1357813004.746:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=781 comm="apparmor_parser"
[ 22.880067] type=1400 audit(1357813004.746:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=781 comm="apparmor_parser"
[ 22.880109] type=1400 audit(1357813004.746:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=781 comm="apparmor_parser"
[ 22.890567] type=1400 audit(1357813004.754:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=724 comm="apparmor_parser"
[ 22.890621] type=1400 audit(1357813004.754:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=724 comm="apparmor_parser"
[ 22.890666] type=1400 audit(1357813004.754:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=724 comm="apparmor_parser"
[ 22.979196] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x28
[ 23.289313] usbcore: registered new interface driver btusb
[ 23.289864] Bluetooth: RFCOMM TTY layer initialized
[ 23.289878] Bluetooth: RFCOMM socket layer initialized
[ 23.289880] Bluetooth: RFCOMM ver 1.11
[ 23.298454] cfg80211: Calling CRDA to update world regulatory domain
[ 23.303573] cfg80211: World regulatory domain updated:
[ 23.303577] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 23.303579] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 23.303581] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 23.303582] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 23.303584] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 23.303585] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 23.437014] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 23.437018] Bluetooth: BNEP filters: protocol multicast
[ 23.437027] Bluetooth: BNEP socket layer initialized
[ 23.469568] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x28
[ 23.472044] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x28
[ 23.474469] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x28
[ 23.476622] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 23.523217] init: failsafe main process (907) killed by TERM signal
[ 23.643087] [drm] Initialized drm 1.1.0 20060810
[ 23.932042] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11431N (2232:1018)
[ 23.944712] Intel(R) Wireless WiFi driver for Linux, in-tree:
[ 23.944717] Copyright(c) 2003-2012 Intel Corporation
[ 23.945031] iwlwifi 0000:01:00.0: irq 48 for MSI/MSI-X
[ 23.945469] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1
[ 23.952814] input: WebCam SC-13HDL11431N as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input5
[ 23.953040] usbcore: registered new interface driver uvcvideo
[ 23.953044] USB Video Class driver (1.1.1)
[ 24.054845] [drm] Memory usable by graphics device = 2048M
[ 24.054856] i915 0000:00:02.0: setting latency timer to 64
[ 24.109817] i915 0000:00:02.0: irq 49 for MSI/MSI-X
[ 24.109830] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 24.109832] [drm] Driver supports precise vblank timestamp query.
[ 24.109874] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 24.150593] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 24.150599] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 24.150602] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 24.150605] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[ 24.150607] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_P2P disabled
[ 24.150611] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[ 24.150662] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 24.206390] fbcon: inteldrmfb (fb0) is primary device
[ 24.208731] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 24.232893] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 24.242959] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[ 24.350201] type=1400 audit(1357813006.218:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=905 comm="apparmor_parser"
[ 24.350366] type=1400 audit(1357813006.218:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=905 comm="apparmor_parser"
[ 24.531825] type=1400 audit(1357813006.398:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1027 comm="apparmor_parser"
[ 24.616190] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 24.622814] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[ 24.707849] type=1400 audit(1357813006.574:11): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1028 comm="apparmor_parser"
[ 24.816724] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 24.823352] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
[ 24.842168] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
[ 24.921482] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
[ 25.237575] Console: switching to colour frame buffer device 170x48
[ 25.242164] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 25.242167] i915 0000:00:02.0: registered panic notifier
[ 25.270680] acpi device:32: registered as cooling_device9
[ 25.270912] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 25.270975] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 25.271501] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 25.271626] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[ 25.327327] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 25.329590] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 25.329804] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 25.777303] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 31.093086] wlan0: authenticate with 00:04:0e:e4:00:3d
[ 31.100980] wlan0: send auth to 00:04:0e:e4:00:3d (try 1/3)
[ 31.102683] wlan0: authenticated
[ 31.102803] iwlwifi 0000:01:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 31.102808] iwlwifi 0000:01:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[ 31.105332] wlan0: associate with 00:04:0e:e4:00:3d (try 1/3)
[ 31.108786] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[ 31.114826] wlan0: associated
[ 31.114856] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 31.132445] audit_printk_skb: 21 callbacks suppressed
[ 31.132448] type=1400 audit(1357813013.002:19): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=1029 comm="apparmor_parser"
[ 31.133026] type=1400 audit(1357813013.002:20): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince//launchpad_integration" pid=1029 comm="apparmor_parser"
[ 31.133188] type=1400 audit(1357813013.002:21): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince//sanitized_helper" pid=1029 comm="apparmor_parser"
[ 31.133789] type=1400 audit(1357813013.006:22): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=1029 comm="apparmor_parser"
[ 31.134142] type=1400 audit(1357813013.006:23): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer//launchpad_integration" pid=1029 comm="apparmor_parser"
[ 31.134334] type=1400 audit(1357813013.006:24): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer//sanitized_helper" pid=1029 comm="apparmor_parser"
[ 31.134681] type=1400 audit(1357813013.006:25): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=1029 comm="apparmor_parser"
[ 31.134916] type=1400 audit(1357813013.006:26): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer//sanitized_helper" pid=1029 comm="apparmor_parser"
[ 31.218733] init: alsa-restore main process (1158) terminated with status 99
[unhandled content-type:application/octet-stream][ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.8.0-rc2-next20130110-2-iniza-generic (sedat.dilek@gmail.com@fambox) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Thu Jan 10 11:12:30 CET 2013
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-rc2-next20130110-2-iniza-generic root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[ 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-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d9c9efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d9c9f000-0x00000000dae7efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dae7f000-0x00000000daf9efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 11XK 11/06/2012
[ 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 = 0x11fe00 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
[ 0.000000] 3 base 0DC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0DB000000 mask FFF000000 uncachable
[ 0.000000] 5 base 100000000 mask FE0000000 write-back
[ 0.000000] 6 base 11FE00000 mask FFFE00000 uncachable
[ 0.000000] 7 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f00e0-0x000f00ef] mapped at [ffff8800000f00e0]
[ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0xdaffffff]
[ 0.000000] [mem 0x00000000-0xdaffffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0xdaffffff @ [mem 0x1fffb000-0x1fffffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x11fdfffff]
[ 0.000000] [mem 0x100000000-0x11fdfffff] page 2M
[ 0.000000] kernel direct mapping tables up to 0x11fdfffff @ [mem 0xd9c9d000-0xd9c9efff]
[ 0.000000] RAMDISK: [mem 0x37b6e000-0x37daefff]
[ 0.000000] ACPI: RSDP 00000000000f0100 00024 (v02 SECCSD)
[ 0.000000] ACPI: XSDT 00000000daffe170 0008C (v01 SECCSD LH43STAR 00000002 PTEC 00000002)
[ 0.000000] ACPI: FACP 00000000dafef000 0010C (v05 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: DSDT 00000000daff2000 083AC (v02 SECCSD SNB-CPT 00000000 INTL 20061109)
[ 0.000000] ACPI: FACS 00000000daf47000 00040
[ 0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 SECCSD LH43STAR 00000002 PTEC 00000001)
[ 0.000000] ACPI: SSDT 00000000daffb000 01068 (v01 SECCSD PtidDevc 00001000 INTL 20061109)
[ 0.000000] ACPI: ASF! 00000000daff1000 000A5 (v32 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: HPET 00000000dafee000 00038 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: APIC 00000000dafed000 00098 (v03 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: MCFG 00000000dafec000 0003C (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 00000000dafeb000 00804 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 00000000dafea000 00996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: UEFI 00000000dafe9000 0003E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: UEFI 00000000dafe8000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.000000] ACPI: UEFI 00000000dafe7000 0026A (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 00000000dafe6000 000D0 (v01 Iffs IffsAsl 00003000 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11fdfffff]
[ 0.000000] NODE_DATA [mem 0x11fdfc000-0x11fdfffff]
[ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b400000-ffff88011f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x11fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
[ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
[ 0.000000] node 0: [mem 0x40200000-0xd9c9efff]
[ 0.000000] node 0: [mem 0xdafff000-0xdaffffff]
[ 0.000000] node 0: [mem 0x100000000-0x11fdfffff]
[ 0.000000] On node 0 totalpages: 1021485
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 6 pages reserved
[ 0.000000] DMA zone: 3911 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 13859 pages used for memmap
[ 0.000000] DMA32 zone: 873085 pages, LIFO batch:31
[ 0.000000] Normal zone: 2040 pages used for memmap
[ 0.000000] Normal zone: 128520 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[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 14, 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: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[ 0.000000] PM: Registered nosave memory: 00000000d9c9f000 - 00000000dae7f000
[ 0.000000] PM: Registered nosave memory: 00000000dae7f000 - 00000000daf9f000
[ 0.000000] PM: Registered nosave memory: 00000000daf9f000 - 00000000dafff000
[ 0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000dfa00000
[ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
[ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed08000
[ 0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
[ 0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 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 - 00000000ffd80000
[ 0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
[ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] 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:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88011fa00000 s84992 r8192 d21504 u262144
[ 0.000000] pcpu-alloc: s84992 r8192 d21504 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1005516
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-rc2-next20130110-2-iniza-generic root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 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: 3935208k/4716544k available (6908k kernel code, 630604k absent, 150732k reserved, 6328k data, 984k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] NR_IRQS:16640 nr_irqs:744 16
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 16777216 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] tsc: Fast TSC calibration using PIT
[ 0.004000] tsc: Detected 1596.387 MHz processor
[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.77 BogoMIPS (lpj=6385548)
[ 0.000009] pid_max: default: 32768 minimum: 301
[ 0.000036] Security Framework initialized
[ 0.000049] AppArmor: AppArmor initialized
[ 0.000052] Yama: becoming mindful.
[ 0.000400] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.001453] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.001892] Mount-cache hash table entries: 256
[ 0.002079] Initializing cgroup subsys cpuacct
[ 0.002084] Initializing cgroup subsys memory
[ 0.002092] Initializing cgroup subsys devices
[ 0.002095] Initializing cgroup subsys freezer
[ 0.002098] Initializing cgroup subsys blkio
[ 0.002101] Initializing cgroup subsys perf_event
[ 0.002105] Initializing cgroup subsys hugetlb
[ 0.002131] Disabled fast string operations
[ 0.002134] CPU: Physical Processor ID: 0
[ 0.002137] CPU: Processor Core ID: 0
[ 0.002143] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.002143] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.002150] mce: CPU supports 7 MCE banks
[ 0.002164] CPU0: Thermal monitoring enabled (TM1)
[ 0.002172] process: using mwait in idle threads
[ 0.002178] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[ 0.002178] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[ 0.002178] tlb_flushall_shift: 5
[ 0.002306] Freeing SMP alternatives: 24k freed
[ 0.004502] ACPI: Core revision 20121220
[ 0.009918] ACPI: All ACPI Tables successfully acquired
[ 0.011486] ftrace: allocating 25945 entries in 102 pages
[ 0.025989] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.065651] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (fam: 06, model: 2a, stepping: 07)
[ 0.065663] TSC deadline timer enabled
[ 0.065667] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[ 0.065678] ... version: 3
[ 0.065680] ... bit width: 48
[ 0.065682] ... generic registers: 4
[ 0.065684] ... value mask: 0000ffffffffffff
[ 0.065687] ... max period: 000000007fffffff
[ 0.065689] ... fixed-purpose events: 3
[ 0.065692] ... event mask: 000000070000000f
[ 0.077871] Disabled fast string operations
[ 0.080080] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.091212] Disabled fast string operations
[ 0.104438] Disabled fast string operations
[ 0.066839] smpboot: Booting Node 0, Processors #1 #2 #3
[ 0.106548] Brought up 4 CPUs
[ 0.106557] smpboot: Total of 4 processors activated (12771.09 BogoMIPS)
[ 0.110433] devtmpfs: initialized
[ 0.111315] EVM: security.selinux
[ 0.111318] EVM: security.SMACK64
[ 0.111321] EVM: security.capability
[ 0.111364] PM: Registering ACPI NVS region [mem 0xdae7f000-0xdaf9efff] (1179648 bytes)
[ 0.112130] regulator-dummy: no parameters
[ 0.112180] NET: Registered protocol family 16
[ 0.112315] ACPI: bus type pci registered
[ 0.112382] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.112388] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.119868] PCI: Using configuration type 1 for base access
[ 0.120745] bio: create slab <bio-0> at 0
[ 0.120832] ACPI: Added _OSI(Module Device)
[ 0.120836] ACPI: Added _OSI(Processor Device)
[ 0.120838] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.120841] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.122327] ACPI: EC: Look up EC in DSDT
[ 0.150260] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.152581] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.168344] ACPI: SSDT 00000000dae70718 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.168739] ACPI: Dynamic OEM Table Load:
[ 0.168743] ACPI: SSDT (null) 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.182491] ACPI: SSDT 00000000dae71a98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.182921] ACPI: Dynamic OEM Table Load:
[ 0.182926] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.198713] ACPI: SSDT 00000000dae6fd98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.199096] ACPI: Dynamic OEM Table Load:
[ 0.199099] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.215827] ACPI: Interpreter enabled
[ 0.215834] ACPI: (supports S0 S1 S3 S5)
[ 0.215853] ACPI: Using IOAPIC for interrupt routing
[ 0.215898] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.230232] ACPI: Power Resource [FN00] (off)
[ 0.230309] ACPI: Power Resource [FN01] (off)
[ 0.230382] ACPI: Power Resource [FN02] (off)
[ 0.230455] ACPI: Power Resource [FN03] (off)
[ 0.230527] ACPI: Power Resource [FN04] (off)
[ 0.231115] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.231119] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.231333] \_SB_.PCI0:_OSC invalid UUID
[ 0.231335] _OSC request data:1 8 1f
[ 0.231414] \_SB_.PCI0:_OSC invalid UUID
[ 0.231416] _OSC request data:1 1f 1f
[ 0.231420] pci_root PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.231425] pci_root PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.231854] PCI host bridge to bus 0000:00
[ 0.231859] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.231863] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.231866] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.231870] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.231874] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[ 0.231877] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[ 0.231888] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.231930] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[ 0.231942] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[ 0.231950] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.231955] pci 0000:00:02.0: reg 20: [io 0x3000-0x303f]
[ 0.232017] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.232042] pci 0000:00:16.0: reg 10: [mem 0xf0705000-0xf070500f 64bit]
[ 0.232126] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.232167] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.232191] pci 0000:00:1a.0: reg 10: [mem 0xf070a000-0xf070a3ff]
[ 0.232289] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.232319] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.232336] pci 0000:00:1b.0: reg 10: [mem 0xf0700000-0xf0703fff 64bit]
[ 0.232412] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.232438] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.232526] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.232558] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.232644] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.232676] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.232807] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.232855] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.232879] pci 0000:00:1d.0: reg 10: [mem 0xf0709000-0xf07093ff]
[ 0.232978] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.233007] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[ 0.233141] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[ 0.233162] pci 0000:00:1f.2: reg 10: [io 0x3088-0x308f]
[ 0.233172] pci 0000:00:1f.2: reg 14: [io 0x3094-0x3097]
[ 0.233181] pci 0000:00:1f.2: reg 18: [io 0x3080-0x3087]
[ 0.233189] pci 0000:00:1f.2: reg 1c: [io 0x3090-0x3093]
[ 0.233198] pci 0000:00:1f.2: reg 20: [io 0x3060-0x307f]
[ 0.233207] pci 0000:00:1f.2: reg 24: [mem 0xf0708000-0xf07087ff]
[ 0.233258] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.233279] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.233296] pci 0000:00:1f.3: reg 10: [mem 0xf0704000-0xf07040ff 64bit]
[ 0.233319] pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
[ 0.233563] pci 0000:01:00.0: [8086:0091] type 00 class 0x028000
[ 0.233743] pci 0000:01:00.0: reg 10: [mem 0xf0600000-0xf0601fff 64bit]
[ 0.234518] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.242740] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.242749] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[ 0.242883] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.242953] pci 0000:02:00.0: reg 10: [io 0x2000-0x20ff]
[ 0.243075] pci 0000:02:00.0: reg 18: [mem 0xf0404000-0xf0404fff 64bit pref]
[ 0.243150] pci 0000:02:00.0: reg 20: [mem 0xf0400000-0xf0403fff 64bit pref]
[ 0.243486] pci 0000:02:00.0: supports D1 D2
[ 0.243488] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.250656] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.250670] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.250694] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.250823] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.250860] pci 0000:03:00.0: reg 10: [mem 0xf0500000-0xf0507fff 64bit]
[ 0.251058] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 0.258652] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.258670] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.258708] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 0.259813] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.260041] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.260067] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.260294] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.260317] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.260545] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[ 0.261476] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.261521] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.262126] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.262170] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.262308] ACPI: No dock devices found.
[ 0.262357] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.262408] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.262457] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.262503] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.262549] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[ 0.262601] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.262649] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.262699] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[ 0.262804] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.262810] vgaarb: loaded
[ 0.262812] vgaarb: bridge control possible 0000:00:02.0
[ 0.262964] SCSI subsystem initialized
[ 0.262968] ACPI: bus type scsi registered
[ 0.263013] libata version 3.00 loaded.
[ 0.263030] ACPI: bus type usb registered
[ 0.263047] usbcore: registered new interface driver usbfs
[ 0.263056] usbcore: registered new interface driver hub
[ 0.263080] usbcore: registered new device driver usb
[ 0.263161] PCI: Using ACPI for IRQ routing
[ 0.264828] PCI: pci_cache_line_size set to 64 bytes
[ 0.264937] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.264939] e820: reserve RAM buffer [mem 0xd9c9f000-0xdbffffff]
[ 0.264941] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[ 0.264942] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
[ 0.265023] NetLabel: Initializing
[ 0.265026] NetLabel: domain hash size = 128
[ 0.265029] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.265039] NetLabel: unlabeled traffic allowed by default
[ 0.265092] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.265101] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.267116] Switching to clocksource hpet
[ 0.272097] AppArmor: AppArmor Filesystem Enabled
[ 0.272125] pnp: PnP ACPI init
[ 0.272139] ACPI: bus type pnp registered
[ 0.272479] pnp 00:00: [dma 4]
[ 0.272503] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.272526] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.272612] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.272643] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.272686] system 00:04: [io 0x0680-0x069f] has been reserved
[ 0.272691] system 00:04: [io 0x1000-0x100f] has been reserved
[ 0.272695] system 00:04: [io 0x5000-0x5003] has been reserved
[ 0.272698] system 00:04: [io 0xffff] has been reserved
[ 0.272702] system 00:04: [io 0x0400-0x0453] has been reserved
[ 0.272705] system 00:04: [io 0x0458-0x047f] has been reserved
[ 0.272709] system 00:04: [io 0x0500-0x057f] has been reserved
[ 0.272712] system 00:04: [io 0x0a00-0x0a0f] has been reserved
[ 0.272715] system 00:04: [io 0x164e-0x164f] has been reserved
[ 0.272719] system 00:04: [io 0x5000-0x500f] could not be reserved
[ 0.272724] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.272749] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.272797] system 00:06: [io 0x0454-0x0457] has been reserved
[ 0.272802] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.272831] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.272874] pnp 00:08: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
[ 0.273028] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.273033] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.273036] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.273040] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.273044] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.273047] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.273051] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.273055] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.273061] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.273064] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.273069] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.273420] pnp 00:0a: can't evaluate _CRS: 12311
[ 0.273522] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.273547] pnp: PnP ACPI: found 11 devices
[ 0.273550] ACPI: ACPI bus type pnp unregistered
[ 0.279931] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.279941] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[ 0.279953] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.279958] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.279968] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.279978] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.279985] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.280026] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.280028] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.280030] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.280032] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff]
[ 0.280034] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[ 0.280036] pci_bus 0000:01: resource 1 [mem 0xf0600000-0xf06fffff]
[ 0.280038] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.280040] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.280042] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
[ 0.280074] NET: Registered protocol family 2
[ 0.280211] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.280358] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.280460] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.280491] TCP: reno registered
[ 0.280502] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.280525] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.280591] NET: Registered protocol family 1
[ 0.280604] pci 0000:00:02.0: Boot video device
[ 0.280773] PCI: CLS 64 bytes, default 64
[ 0.280810] Trying to unpack rootfs image as initramfs...
[ 0.327713] Freeing initrd memory: 2308k freed
[ 0.328186] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.328194] software IO TLB [mem 0xd5c9d000-0xd9c9d000] (64MB) mapped at [ffff8800d5c9d000-ffff8800d9c9cfff]
[ 0.328584] Initialise module verification
[ 0.328624] audit: initializing netlink socket (disabled)
[ 0.328635] type=2000 audit(1357816581.328:1): initialized
[ 0.361046] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.362402] VFS: Disk quotas dquot_6.5.2
[ 0.362444] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.362874] fuse init (API version 7.20)
[ 0.362948] msgmni has been set to 7690
[ 0.363400] Key type asymmetric registered
[ 0.363405] Asymmetric key parser 'x509' registered
[ 0.363437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.363472] io scheduler noop registered
[ 0.363477] io scheduler deadline registered (default)
[ 0.363487] io scheduler cfq registered
[ 0.363691] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.363709] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.363749] intel_idle: MWAIT substates: 0x21120
[ 0.363751] intel_idle: v0.4 model 0x2A
[ 0.363752] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.364246] ACPI: AC Adapter [ADP1] (on-line)
[ 0.364515] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.364744] ACPI: Lid Switch [LID0]
[ 0.364788] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.364796] ACPI: Power Button [PWRB]
[ 0.364829] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.364834] ACPI: Power Button [PWRF]
[ 0.364890] ACPI: Fan [FAN0] (off)
[ 0.364914] ACPI: Fan [FAN1] (off)
[ 0.364938] ACPI: Fan [FAN2] (off)
[ 0.364960] ACPI: Fan [FAN3] (off)
[ 0.364984] ACPI: Fan [FAN4] (off)
[ 0.365029] ACPI: Requesting acpi_cpufreq
[ 0.371089] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.371097] ACPI: Thermal Zone [TZ00] (67 C)
[ 0.371291] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.371295] ACPI: Thermal Zone [TZ01] (30 C)
[ 0.371323] GHES: HEST is not enabled!
[ 0.371474] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.374004] Linux agpgart interface v0.103
[ 0.375181] brd: module loaded
[ 0.375816] loop: module loaded
[ 0.375907] ahci 0000:00:1f.2: version 3.0
[ 0.375976] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[ 0.376013] ahci: SSS flag set, parallel bus scan disabled
[ 0.376268] ACPI: Battery Slot [BAT1] (battery present)
[ 0.391132] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[ 0.391152] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[ 0.391160] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.415403] scsi0 : ahci
[ 0.415472] scsi1 : ahci
[ 0.415530] scsi2 : ahci
[ 0.415587] scsi3 : ahci
[ 0.415643] scsi4 : ahci
[ 0.415698] scsi5 : ahci
[ 0.415729] ata1: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708100 irq 40
[ 0.415735] ata2: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708180 irq 40
[ 0.415739] ata3: DUMMY
[ 0.415743] ata4: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708280 irq 40
[ 0.415748] ata5: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708300 irq 40
[ 0.415751] ata6: DUMMY
[ 0.416008] libphy: Fixed MDIO Bus: probed
[ 0.416063] tun: Universal TUN/TAP device driver, 1.6
[ 0.416066] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.416111] PPP generic driver version 2.4.2
[ 0.416150] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.416153] ehci-pci: EHCI PCI platform driver
[ 0.416183] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 0.416187] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.416194] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.416211] ehci-pci 0000:00:1a.0: debug port 2
[ 0.420124] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.420138] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf070a000
[ 0.431030] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.431075] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.431085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.431095] usb usb1: Product: EHCI Host Controller
[ 0.431103] usb usb1: Manufacturer: Linux 3.8.0-rc2-next20130110-2-iniza-generic ehci_hcd
[ 0.431119] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.431221] hub 1-0:1.0: USB hub found
[ 0.431227] hub 1-0:1.0: 2 ports detected
[ 0.431316] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 0.431320] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.431327] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.431342] ehci-pci 0000:00:1d.0: debug port 2
[ 0.435249] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.435264] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0709000
[ 0.447029] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.447064] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.447074] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.447084] usb usb2: Product: EHCI Host Controller
[ 0.447091] usb usb2: Manufacturer: Linux 3.8.0-rc2-next20130110-2-iniza-generic ehci_hcd
[ 0.447109] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.447218] hub 2-0:1.0: USB hub found
[ 0.447225] hub 2-0:1.0: 2 ports detected
[ 0.447303] ehci-platform: EHCI generic platform driver
[ 0.447311] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.447325] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.447371] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.447377] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[ 0.457063] xhci_hcd 0000:03:00.0: irq 16, io mem 0xf0500000
[ 0.457133] xhci_hcd 0000:03:00.0: irq 41 for MSI/MSI-X
[ 0.457139] xhci_hcd 0000:03:00.0: irq 42 for MSI/MSI-X
[ 0.457144] xhci_hcd 0000:03:00.0: irq 43 for MSI/MSI-X
[ 0.457149] xhci_hcd 0000:03:00.0: irq 44 for MSI/MSI-X
[ 0.457154] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
[ 0.457264] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.457268] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.457272] usb usb3: Product: xHCI Host Controller
[ 0.457275] usb usb3: Manufacturer: Linux 3.8.0-rc2-next20130110-2-iniza-generic xhci_hcd
[ 0.457279] usb usb3: SerialNumber: 0000:03:00.0
[ 0.457341] xHCI xhci_add_endpoint called for root hub
[ 0.457342] xHCI xhci_check_bandwidth called for root hub
[ 0.457361] hub 3-0:1.0: USB hub found
[ 0.457371] hub 3-0:1.0: 2 ports detected
[ 0.457423] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.457428] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[ 0.457467] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.457471] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.457475] usb usb4: Product: xHCI Host Controller
[ 0.457478] usb usb4: Manufacturer: Linux 3.8.0-rc2-next20130110-2-iniza-generic xhci_hcd
[ 0.457482] usb usb4: SerialNumber: 0000:03:00.0
[ 0.457540] xHCI xhci_add_endpoint called for root hub
[ 0.457542] xHCI xhci_check_bandwidth called for root hub
[ 0.457557] hub 4-0:1.0: USB hub found
[ 0.457566] hub 4-0:1.0: 2 ports detected
[ 0.630998] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:EPAD] at 0x60,0x64 irq 1,12
[ 0.638093] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.638103] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.638196] mousedev: PS/2 mouse device common for all mice
[ 0.638597] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.638627] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.638707] device-mapper: uevent: version 1.0.3
[ 0.638761] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
[ 0.638832] cpuidle: using governor ladder
[ 0.638935] cpuidle: using governor menu
[ 0.638941] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.638944] EFI Variables Facility v0.08 2004-May-17
[ 0.639124] ashmem: initialized
[ 0.639234] TCP: cubic registered
[ 0.639319] NET: Registered protocol family 10
[ 0.639503] NET: Registered protocol family 17
[ 0.639514] Key type dns_resolver registered
[ 0.639845] Loading module verification certificates
[ 0.640785] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: e035daf816d94464f11187da889c18550ac4597f'
[ 0.640798] registered taskstats version 1
[ 0.643232] Key type trusted registered
[ 0.645226] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.645270] Key type encrypted registered
[ 0.648214] rtc_cmos 00:05: setting system clock to 2013-01-10 11:16:22 UTC (1357816582)
[ 0.648712] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.648718] EDD information not available.
[ 0.734897] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.736058] ata1.00: ATA-8: Hitachi HTS545050A7E380, GG2OA6C0, max UDMA/133
[ 0.736074] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 0.737320] ata1.00: configured for UDMA/133
[ 0.737590] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54505 GG2O PQ: 0 ANSI: 5
[ 0.737728] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.737758] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 0.737766] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 0.737902] sd 0:0:0:0: [sda] Write Protect is off
[ 0.737909] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.738022] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.742841] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.755183] sda: sda1 sda2 sda3
[ 0.756007] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.875149] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 0.875178] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.875618] hub 1-1:1.0: USB hub found
[ 0.875796] hub 1-1:1.0: 6 ports detected
[ 0.986750] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.054702] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.055325] ata2.00: ATA-8: SanDisk iSSD P4 16GB, SSD 9.14, max UDMA/133
[ 1.055332] ata2.00: 31277232 sectors, multi 1: LBA48
[ 1.056009] ata2.00: configured for UDMA/133
[ 1.056281] scsi 1:0:0:0: Direct-Access ATA SanDisk iSSD P4 SSD PQ: 0 ANSI: 5
[ 1.056444] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 1.056460] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[ 1.056775] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.056790] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.056910] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.057918] sdb: sdb1 sdb2
[ 1.058334] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.118974] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.119002] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.119456] hub 2-1:1.0: USB hub found
[ 1.119621] hub 2-1:1.0: 6 ports detected
[ 1.190665] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[ 1.326492] tsc: Refined TSC clocksource calibration: 1596.374 MHz
[ 1.326520] Switching to clocksource tsc
[ 1.374465] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.442961] usb 1-1.4: New USB device found, idVendor=2232, idProduct=1018
[ 1.442981] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.442993] usb 1-1.4: Product: WebCam SC-13HDL11431N
[ 1.443009] usb 1-1.4: Manufacturer: 123
[ 1.686301] usb 2-1.4: new low-speed USB device number 3 using ehci-pci
[ 1.694224] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.695768] Freeing unused kernel memory: 984k freed
[ 1.695924] Write protecting the kernel read-only data: 12288k
[ 1.699571] Freeing unused kernel memory: 1272k freed
[ 1.703037] Freeing unused kernel memory: 1184k freed
[ 1.720099] udevd[120]: starting version 175
[ 1.764371] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.764666] r8169 0000:02:00.0: irq 46 for MSI/MSI-X
[ 1.764936] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000664000, e8:03:9a:36:17:a9, XID 0c900800 IRQ 46
[ 1.764948] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.783843] usb 2-1.4: New USB device found, idVendor=046d, idProduct=c00e
[ 1.783857] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.783866] usb 2-1.4: Product: USB-PS/2 Optical Mouse
[ 1.783872] usb 2-1.4: Manufacturer: Logitech
[ 1.821417] usbcore: registered new interface driver usbhid
[ 1.821425] usbhid: USB HID core driver
[ 1.854188] usb 2-1.5: new full-speed USB device number 4 using ehci-pci
[ 1.949860] usb 2-1.5: New USB device found, idVendor=8086, idProduct=0189
[ 1.949879] usb 2-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.661593] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[ 21.940779] Adding 262140k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:262140k
[ 21.948943] EXT4-fs (loop0): re-mounted. Opts: errors=remount-ro
[ 22.031162] udevd[572]: starting version 175
[ 22.414393] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121220/utaddress-251)
[ 22.414404] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 22.414409] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20121220/utaddress-251)
[ 22.414414] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 22.414417] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121220/utaddress-251)
[ 22.414421] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 22.414423] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121220/utaddress-251)
[ 22.414427] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 22.414429] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 22.418112] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input4
[ 22.419727] hid-generic 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.4/input0
[ 22.477791] mei 0000:00:16.0: setting latency timer to 64
[ 22.477871] mei 0000:00:16.0: irq 47 for MSI/MSI-X
[ 22.481630] wmi: Mapper loaded
[ 22.617078] samsung_laptop: detected SABI interface: SwSmi@
[ 22.617083] samsung_laptop: Backlight controlled by ACPI video driver
[ 22.664980] Bluetooth: Core ver 2.16
[ 22.665001] NET: Registered protocol family 31
[ 22.665004] Bluetooth: HCI device and connection manager initialized
[ 22.665012] Bluetooth: HCI socket layer initialized
[ 22.665016] Bluetooth: L2CAP socket layer initialized
[ 22.665023] Bluetooth: SCO socket layer initialized
[ 22.665454] lp: driver loaded but no devices found
[ 22.839368] Linux video capture interface: v2.00
[ 22.868640] ppdev: user-space parallel port driver
[ 22.880015] type=1400 audit(1357813004.746:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=781 comm="apparmor_parser"
[ 22.880067] type=1400 audit(1357813004.746:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=781 comm="apparmor_parser"
[ 22.880109] type=1400 audit(1357813004.746:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=781 comm="apparmor_parser"
[ 22.890567] type=1400 audit(1357813004.754:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=724 comm="apparmor_parser"
[ 22.890621] type=1400 audit(1357813004.754:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=724 comm="apparmor_parser"
[ 22.890666] type=1400 audit(1357813004.754:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=724 comm="apparmor_parser"
[ 22.979196] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x28
[ 23.289313] usbcore: registered new interface driver btusb
[ 23.289864] Bluetooth: RFCOMM TTY layer initialized
[ 23.289878] Bluetooth: RFCOMM socket layer initialized
[ 23.289880] Bluetooth: RFCOMM ver 1.11
[ 23.298454] cfg80211: Calling CRDA to update world regulatory domain
[ 23.303573] cfg80211: World regulatory domain updated:
[ 23.303577] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 23.303579] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 23.303581] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 23.303582] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 23.303584] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 23.303585] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 23.437014] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 23.437018] Bluetooth: BNEP filters: protocol multicast
[ 23.437027] Bluetooth: BNEP socket layer initialized
[ 23.469568] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x28
[ 23.472044] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x28
[ 23.474469] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x28
[ 23.476622] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 23.523217] init: failsafe main process (907) killed by TERM signal
[ 23.643087] [drm] Initialized drm 1.1.0 20060810
[ 23.932042] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11431N (2232:1018)
[ 23.944712] Intel(R) Wireless WiFi driver for Linux, in-tree:
[ 23.944717] Copyright(c) 2003-2012 Intel Corporation
[ 23.945031] iwlwifi 0000:01:00.0: irq 48 for MSI/MSI-X
[ 23.945469] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1
[ 23.952814] input: WebCam SC-13HDL11431N as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input5
[ 23.953040] usbcore: registered new interface driver uvcvideo
[ 23.953044] USB Video Class driver (1.1.1)
[ 24.054845] [drm] Memory usable by graphics device = 2048M
[ 24.054856] i915 0000:00:02.0: setting latency timer to 64
[ 24.109817] i915 0000:00:02.0: irq 49 for MSI/MSI-X
[ 24.109830] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 24.109832] [drm] Driver supports precise vblank timestamp query.
[ 24.109874] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 24.150593] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 24.150599] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 24.150602] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 24.150605] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[ 24.150607] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_P2P disabled
[ 24.150611] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[ 24.150662] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 24.206390] fbcon: inteldrmfb (fb0) is primary device
[ 24.208731] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 24.232893] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 24.242959] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[ 24.350201] type=1400 audit(1357813006.218:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=905 comm="apparmor_parser"
[ 24.350366] type=1400 audit(1357813006.218:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=905 comm="apparmor_parser"
[ 24.531825] type=1400 audit(1357813006.398:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1027 comm="apparmor_parser"
[ 24.616190] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 24.622814] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[ 24.707849] type=1400 audit(1357813006.574:11): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1028 comm="apparmor_parser"
[ 24.816724] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 24.823352] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
[ 24.842168] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
[ 24.921482] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
[ 25.237575] Console: switching to colour frame buffer device 170x48
[ 25.242164] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 25.242167] i915 0000:00:02.0: registered panic notifier
[ 25.270680] acpi device:32: registered as cooling_device9
[ 25.270912] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 25.270975] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 25.271501] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 25.271626] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[ 25.327327] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 25.329590] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 25.329804] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 25.777303] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 31.093086] wlan0: authenticate with 00:04:0e:e4:00:3d
[ 31.100980] wlan0: send auth to 00:04:0e:e4:00:3d (try 1/3)
[ 31.102683] wlan0: authenticated
[ 31.102803] iwlwifi 0000:01:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 31.102808] iwlwifi 0000:01:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[ 31.105332] wlan0: associate with 00:04:0e:e4:00:3d (try 1/3)
[ 31.108786] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[ 31.114826] wlan0: associated
[ 31.114856] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 31.132445] audit_printk_skb: 21 callbacks suppressed
[ 31.132448] type=1400 audit(1357813013.002:19): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=1029 comm="apparmor_parser"
[ 31.133026] type=1400 audit(1357813013.002:20): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince//launchpad_integration" pid=1029 comm="apparmor_parser"
[ 31.133188] type=1400 audit(1357813013.002:21): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince//sanitized_helper" pid=1029 comm="apparmor_parser"
[ 31.133789] type=1400 audit(1357813013.006:22): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=1029 comm="apparmor_parser"
[ 31.134142] type=1400 audit(1357813013.006:23): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer//launchpad_integration" pid=1029 comm="apparmor_parser"
[ 31.134334] type=1400 audit(1357813013.006:24): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer//sanitized_helper" pid=1029 comm="apparmor_parser"
[ 31.134681] type=1400 audit(1357813013.006:25): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=1029 comm="apparmor_parser"
[ 31.134916] type=1400 audit(1357813013.006:26): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer//sanitized_helper" pid=1029 comm="apparmor_parser"
[ 31.218733] init: alsa-restore main process (1158) terminated with status 99
[ 77.127378] wlan0: deauthenticating from 00:04:0e:e4:00:3d by local choice (reason=3)
[ 77.136370] cfg80211: Calling CRDA to update world regulatory domain
[ 77.140845] cfg80211: World regulatory domain updated:
[ 77.140849] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 77.140852] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 77.140853] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 77.140855] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 77.140856] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 77.140858] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 79.209055] PM: Syncing filesystems ... done.
[ 87.972866] Freezing user space processes ... (elapsed 0.01 seconds) done.
[ 87.988220] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
[ 88.004270] Suspending console(s) (use no_console_suspend to debug)
[ 88.004505] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 88.004519] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 88.004715] sd 0:0:0:0: [sda] Stopping disk
[ 88.007086] sd 1:0:0:0: [sdb] Stopping disk
[ 88.615988] PM: suspend of devices complete after 611.727 msecs
[ 88.616144] PM: late suspend of devices complete after 0.155 msecs
[ 88.632019] r8169 0000:02:00.0: System wakeup enabled by ACPI
[ 88.711950] PM: noirq suspend of devices complete after 95.823 msecs
[ 88.712216] ACPI: Preparing to enter system sleep state S3
[ 88.736023] PM: Saving platform NVS memory
[ 88.740765] Disabling non-boot CPUs ...
[ 88.843844] smpboot: CPU 1 is now offline
[ 88.947850] smpboot: CPU 2 is now offline
[ 89.051787] smpboot: CPU 3 is now offline
[ 89.052135] Extended CMOS year: 2000
[ 89.053373] ACPI: Low-level resume complete
[ 89.053418] PM: Restoring platform NVS memory
[ 89.054621] Extended CMOS year: 2000
[ 89.054692] Enabling non-boot CPUs ...
[ 89.054767] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 89.065764] Disabled fast string operations
[ 89.068246] CPU1 is up
[ 89.068318] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 89.079254] Disabled fast string operations
[ 89.081709] CPU2 is up
[ 89.081780] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 89.092817] Disabled fast string operations
[ 89.095370] CPU3 is up
[ 89.100163] ACPI: Waking up from system sleep state S3
[ 89.290430] PM: noirq resume of devices complete after 144.044 msecs
[ 89.290604] PM: early resume of devices complete after 0.109 msecs
[ 89.290648] i915 0000:00:02.0: setting latency timer to 64
[ 89.290661] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 89.290718] mei 0000:00:16.0: irq 47 for MSI/MSI-X
[ 89.290763] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[ 89.290777] ahci 0000:00:1f.2: setting latency timer to 64
[ 89.290882] r8169 0000:02:00.0: System wakeup disabled by ACPI
[ 89.290939] iwlwifi 0000:01:00.0: RF_KILL bit toggled to enable radio.
[ 89.290948] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 89.290976] usb usb3: root hub lost power or was reset
[ 89.290978] usb usb4: root hub lost power or was reset
[ 89.295821] xhci_hcd 0000:03:00.0: irq 41 for MSI/MSI-X
[ 89.295847] xhci_hcd 0000:03:00.0: irq 42 for MSI/MSI-X
[ 89.295855] xhci_hcd 0000:03:00.0: irq 43 for MSI/MSI-X
[ 89.295862] xhci_hcd 0000:03:00.0: irq 44 for MSI/MSI-X
[ 89.295869] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
[ 89.518452] usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
[ 89.626269] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 89.630573] ata2.00: configured for UDMA/133
[ 89.642255] ata5: SATA link down (SStatus 0 SControl 300)
[ 89.646365] sd 1:0:0:0: [sdb] Starting disk
[ 89.650256] ata4: SATA link down (SStatus 0 SControl 300)
[ 89.870255] usb 2-1.4: reset low-speed USB device number 3 using ehci-pci
[ 90.222325] usb 2-1.5: reset full-speed USB device number 4 using ehci-pci
[ 90.317263] btusb 2-1.5:1.0: no reset_resume for driver btusb?
[ 90.317268] btusb 2-1.5:1.1: no reset_resume for driver btusb?
[ 90.758196] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 91.649818] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 91.652223] ata1.00: configured for UDMA/133
[ 91.665961] sd 0:0:0:0: [sda] Starting disk
[ 91.689063] PM: resume of devices complete after 2398.950 msecs
[ 91.689581] Restarting tasks ... done.
[ 91.701561] video LNXVIDEO:00: Restoring backlight state
[ 92.011333] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 92.017938] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[ 92.229633] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 98.512588] wlan0: authenticate with 00:04:0e:e4:00:3d
[ 98.521938] wlan0: send auth to 00:04:0e:e4:00:3d (try 1/3)
[ 98.523720] wlan0: authenticated
[ 98.523930] iwlwifi 0000:01:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 98.523935] iwlwifi 0000:01:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[ 98.524341] wlan0: associate with 00:04:0e:e4:00:3d (try 1/3)
[ 98.528539] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[ 98.532797] wlan0: associated
[ 98.532837] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2013-01-10 12:01    [W:0.639 / U:0.648 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site