ubuntuusers.de

dmesg USB-Kamera

Datum:
28. April 2012 11:12
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
[    0.000000] console [tty0] enabled
[    0.000000] allocated 67108864 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 2294.921 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.84 BogoMIPS (lpj=9179684)
[    0.000007] pid_max: default: 32768 minimum: 301
[    0.000031] Security Framework initialized
[    0.000043] AppArmor: AppArmor initialized
[    0.000045] Yama: becoming mindful.
[    0.000802] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.002599] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.003327] Mount-cache hash table entries: 256
[    0.003435] Initializing cgroup subsys cpuacct
[    0.003440] Initializing cgroup subsys memory
[    0.003448] Initializing cgroup subsys devices
[    0.003450] Initializing cgroup subsys freezer
[    0.003451] Initializing cgroup subsys blkio
[    0.003456] Initializing cgroup subsys perf_event
[    0.003483] CPU: Physical Processor ID: 0
[    0.003484] CPU: Processor Core ID: 0
[    0.003489] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.003490] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.003493] mce: CPU supports 7 MCE banks
[    0.003505] CPU0: Thermal monitoring enabled (TM1)
[    0.003512] using mwait in idle threads.
[    0.006083] ACPI: Core revision 20110623
[    0.041779] ftrace: allocating 27049 entries in 107 pages
[    0.052126] x2apic not enabled, IRQ remapping init failed
[    0.052129] Switched APIC routing to physical flat.
[    0.052543] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.092210] CPU0: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz stepping 07
[    0.196263] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
[    0.196268] PEBS disabled due to CPU errata.
[    0.196271] ... version:                3
[    0.196272] ... bit width:              48
[    0.196273] ... generic registers:      4
[    0.196274] ... value mask:             0000ffffffffffff
[    0.196276] ... max period:             000000007fffffff
[    0.196277] ... fixed-purpose events:   3
[    0.196278] ... event mask:             000000070000000f
[    0.196479] NMI watchdog enabled, takes one hw-pmu counter.
[    0.196550] Booting Node   0, Processors  #1
[    0.196553] smpboot cpu 1: start_ip = 99000
[    0.304297] NMI watchdog enabled, takes one hw-pmu counter.
[    0.304378]  #2
[    0.304379] smpboot cpu 2: start_ip = 99000
[    0.412226] NMI watchdog enabled, takes one hw-pmu counter.
[    0.412306]  #3
[    0.412307] smpboot cpu 3: start_ip = 99000
[    0.520149] NMI watchdog enabled, takes one hw-pmu counter.
[    0.520178] Brought up 4 CPUs
[    0.520181] Total of 4 processors activated (18357.95 BogoMIPS).
[    0.523909] devtmpfs: initialized
[    0.524724] EVM: security.selinux
[    0.524726] EVM: security.SMACK64
[    0.524727] EVM: security.capability
[    0.524751] PM: Registering ACPI NVS region at aaf22000 (413696 bytes)
[    0.524760] PM: Registering ACPI NVS region at aaf8a000 (385024 bytes)
[    0.525490] print_constraints: dummy: 
[    0.525519] RTC time:  8:55:02, date: 04/28/12
[    0.525550] NET: Registered protocol family 16
[    0.525637] Trying to unpack rootfs image as initramfs...
[    0.525642] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.525645] ACPI: bus type pci registered
[    0.525709] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.525712] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.544276] PCI: Using configuration type 1 for base access
[    0.545171] bio: create slab <bio-0> at 0
[    0.545251] ACPI: Added _OSI(Module Device)
[    0.545253] ACPI: Added _OSI(Processor Device)
[    0.545255] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.545257] ACPI: Added _OSI(Processor Aggregator Device)
[    0.547535] ACPI: EC: EC description table is found, configuring boot EC
[    0.547542] ACPI: EC: Look up EC in DSDT
[    0.550007] ACPI: Executed 1 blocks of module-level executable AML code
[    0.572106] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.676652] ACPI: SSDT 00000000aadca718 00694 (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
[    0.677235] ACPI: Dynamic OEM Table Load:
[    0.677237] ACPI: SSDT           (null) 00694 (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
[    0.708232] ACPI: SSDT 00000000aadcba98 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
[    0.708845] ACPI: Dynamic OEM Table Load:
[    0.708848] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
[    0.732086] ACPI: SSDT 00000000aadc9d98 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
[    0.732673] ACPI: Dynamic OEM Table Load:
[    0.732675] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
[    0.761012] Freeing initrd memory: 13836k freed
[    0.764584] ACPI: Interpreter enabled
[    0.764590] ACPI: (supports S0 S3 S4 S5)
[    0.764613] ACPI: Using IOAPIC for interrupt routing
[    0.889058] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.889250] ACPI: No dock devices found.
[    0.889252] HEST: Table not found.
[    0.889255] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.889495] \_SB_.PCI0:_OSC invalid UUID
[    0.889496] _OSC request data:1 8 1f 
[    0.889500] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.889889] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.889891] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.889893] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.889895] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.889897] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.889899] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.889901] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.889903] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[    0.889905] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
[    0.889907] pci_root PNP0A08:00: host bridge window [mem 0xafa00000-0xfeafffff]
[    0.889909] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[    0.889922] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
[    0.889959] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
[    0.889991] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.889994] pci 0000:00:01.0: PME# disabled
[    0.890013] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
[    0.890023] pci 0000:00:02.0: reg 10: [mem 0xdd400000-0xdd7fffff 64bit]
[    0.890029] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.890034] pci 0000:00:02.0: reg 20: [io  0xe000-0xe03f]
[    0.890090] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
[    0.890114] pci 0000:00:16.0: reg 10: [mem 0xdf60b000-0xdf60b00f 64bit]
[    0.890192] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.890196] pci 0000:00:16.0: PME# disabled
[    0.890229] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
[    0.890250] pci 0000:00:1a.0: reg 10: [mem 0xdf608000-0xdf6083ff]
[    0.890343] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.890348] pci 0000:00:1a.0: PME# disabled
[    0.890374] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
[    0.890389] pci 0000:00:1b.0: reg 10: [mem 0xdf600000-0xdf603fff 64bit]
[    0.890459] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.890463] pci 0000:00:1b.0: PME# disabled
[    0.890489] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[    0.890621] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.890626] pci 0000:00:1c.0: PME# disabled
[    0.890661] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
[    0.890792] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.890796] pci 0000:00:1c.1: PME# disabled
[    0.890832] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
[    0.890914] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.890918] pci 0000:00:1c.5: PME# disabled
[    0.890948] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
[    0.890970] pci 0000:00:1d.0: reg 10: [mem 0xdf607000-0xdf6073ff]
[    0.891062] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.891067] pci 0000:00:1d.0: PME# disabled
[    0.891092] pci 0000:00:1f.0: [8086:1c49] type 0 class 0x000601
[    0.891220] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
[    0.891239] pci 0000:00:1f.2: reg 10: [io  0xe0b0-0xe0b7]
[    0.891248] pci 0000:00:1f.2: reg 14: [io  0xe0a0-0xe0a3]
[    0.891256] pci 0000:00:1f.2: reg 18: [io  0xe090-0xe097]
[    0.891265] pci 0000:00:1f.2: reg 1c: [io  0xe080-0xe083]
[    0.891273] pci 0000:00:1f.2: reg 20: [io  0xe060-0xe07f]
[    0.891282] pci 0000:00:1f.2: reg 24: [mem 0xdf606000-0xdf6067ff]
[    0.891328] pci 0000:00:1f.2: PME# supported from D3hot
[    0.891333] pci 0000:00:1f.2: PME# disabled
[    0.891351] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[    0.891367] pci 0000:00:1f.3: reg 10: [mem 0xdf605000-0xdf6050ff 64bit]
[    0.891389] pci 0000:00:1f.3: reg 20: [io  0xe040-0xe05f]
[    0.891449] pci 0000:01:00.0: [10de:0df4] type 0 class 0x000300
[    0.891458] pci 0000:01:00.0: reg 10: [mem 0xdc000000-0xdcffffff]
[    0.891467] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.891476] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.891483] pci 0000:01:00.0: reg 24: [io  0xd000-0xd07f]
[    0.891489] pci 0000:01:00.0: reg 30: [mem 0xdd000000-0xdd07ffff pref]
[    0.895894] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.895902] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.895909] pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
[    0.895919] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.896025] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.896030] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.896035] pci 0000:00:1c.0:   bridge window [mem 0xdec00000-0xdf5fffff]
[    0.896044] pci 0000:00:1c.0:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
[    0.896164] pci 0000:03:00.0: [1814:5390] type 0 class 0x000280
[    0.896191] pci 0000:03:00.0: reg 10: [mem 0xde200000-0xde20ffff]
[    0.903913] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.903923] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    0.903932] pci 0000:00:1c.1:   bridge window [mem 0xde200000-0xdebfffff]
[    0.903949] pci 0000:00:1c.1:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
[    0.904047] pci 0000:04:00.0: [1969:1083] type 0 class 0x000200
[    0.904075] pci 0000:04:00.0: reg 10: [mem 0xdd800000-0xdd83ffff 64bit]
[    0.904091] pci 0000:04:00.0: reg 18: [io  0xa000-0xa07f]
[    0.904220] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.904226] pci 0000:04:00.0: PME# disabled
[    0.911889] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    0.911899] pci 0000:00:1c.5:   bridge window [io  0xa000-0xafff]
[    0.911908] pci 0000:00:1c.5:   bridge window [mem 0xdd800000-0xde1fffff]
[    0.911923] pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
[    0.911971] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.912090] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
[    0.912158] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.912186] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.912221] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[    0.912288] \_SB_.PCI0:_OSC invalid UUID
[    0.912289] _OSC request data:1 1f 1f 
[    0.912293]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.912322] \_SB_.PCI0:_OSC invalid UUID
[    0.912323] _OSC request data:1 0 1d 
[    0.912327]  pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[    0.912328] ACPI _OSC control for PCIe not granted, disabling ASPM
[    1.588012] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    1.588057] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
[    1.588097] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
[    1.588137] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
[    1.588177] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.588217] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    1.588259] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    1.588298] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 12)
[    1.588392] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.588399] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    1.588401] vgaarb: loaded
[    1.588402] vgaarb: bridge control possible 0000:01:00.0
[    1.588404] vgaarb: no bridge control possible 0000:00:02.0
[    1.588490] i2c-core: driver [aat2870] using legacy suspend method
[    1.588491] i2c-core: driver [aat2870] using legacy resume method
[    1.588542] SCSI subsystem initialized
[    1.588588] libata version 3.00 loaded.
[    1.588623] usbcore: registered new interface driver usbfs
[    1.588631] usbcore: registered new interface driver hub
[    1.588652] usbcore: registered new device driver usb
[    1.588720] PCI: Using ACPI for IRQ routing
[    1.590279] PCI: pci_cache_line_size set to 64 bytes
[    1.590384] reserve RAM buffer: 000000000009e800 - 000000000009ffff 
[    1.590386] reserve RAM buffer: 00000000aad20000 - 00000000abffffff 
[    1.590390] reserve RAM buffer: 00000000aad95000 - 00000000abffffff 
[    1.590393] reserve RAM buffer: 00000000aad97000 - 00000000abffffff 
[    1.590396] reserve RAM buffer: 00000000aadc6000 - 00000000abffffff 
[    1.590398] reserve RAM buffer: 00000000aaf22000 - 00000000abffffff 
[    1.590401] reserve RAM buffer: 00000000aaf8a000 - 00000000abffffff 
[    1.590403] reserve RAM buffer: 00000000aaffd000 - 00000000abffffff 
[    1.590405] reserve RAM buffer: 000000024fe00000 - 000000024fffffff 
[    1.590487] NetLabel: Initializing
[    1.590489] NetLabel:  domain hash size = 128
[    1.590490] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.590499] NetLabel:  unlabeled traffic allowed by default
[    1.590543] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.590549] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.592567] Switching to clocksource hpet
[    1.597854] AppArmor: AppArmor Filesystem Enabled
[    1.597876] pnp: PnP ACPI init
[    1.597889] ACPI: bus type pnp registered
[    1.598120] pnp 00:00: [bus 00-3e]
[    1.598122] pnp 00:00: [io  0x0000-0x0cf7 window]
[    1.598124] pnp 00:00: [io  0x0cf8-0x0cff]
[    1.598126] pnp 00:00: [io  0x0d00-0xffff window]
[    1.598128] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    1.598130] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    1.598132] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    1.598133] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    1.598135] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    1.598137] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    1.598139] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    1.598140] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    1.598142] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    1.598144] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    1.598146] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    1.598147] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    1.598149] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    1.598151] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    1.598153] pnp 00:00: [mem 0xafa00000-0xfeafffff window]
[    1.598155] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    1.598223] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    1.648587] pnp 00:01: [io  0x0000-0x001f]
[    1.648589] pnp 00:01: [io  0x0081-0x0091]
[    1.648592] pnp 00:01: [io  0x0093-0x009f]
[    1.648594] pnp 00:01: [io  0x00c0-0x00df]
[    1.648596] pnp 00:01: [dma 4]
[    1.648618] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.648625] pnp 00:02: [mem 0xff000000-0xffffffff]
[    1.648646] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    1.648721] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    1.648742] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.648751] pnp 00:04: [io  0x00f0]
[    1.648760] pnp 00:04: [irq 13]
[    1.648780] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.648791] pnp 00:05: [io  0x002e-0x002f]
[    1.648793] pnp 00:05: [io  0x004e-0x004f]
[    1.648794] pnp 00:05: [io  0x0061]
[    1.648795] pnp 00:05: [io  0x0063]
[    1.648797] pnp 00:05: [io  0x0065]
[    1.648798] pnp 00:05: [io  0x0067]
[    1.648800] pnp 00:05: [io  0x0070]
[    1.648801] pnp 00:05: [io  0x0080]
[    1.648802] pnp 00:05: [io  0x0092]
[    1.648804] pnp 00:05: [io  0x00b2-0x00b3]
[    1.648805] pnp 00:05: [io  0x0680-0x069f]
[    1.648807] pnp 00:05: [io  0x1000-0x100f]
[    1.648808] pnp 00:05: [io  0xffff]
[    1.648810] pnp 00:05: [io  0xffff]
[    1.648811] pnp 00:05: [io  0x0400-0x0453]
[    1.648813] pnp 00:05: [io  0x0458-0x047f]
[    1.648814] pnp 00:05: [io  0x0500-0x057f]
[    1.648816] pnp 00:05: [io  0x164e-0x164f]
[    1.648858] system 00:05: [io  0x0680-0x069f] has been reserved
[    1.648860] system 00:05: [io  0x1000-0x100f] has been reserved
[    1.648863] system 00:05: [io  0xffff] has been reserved
[    1.648865] system 00:05: [io  0xffff] has been reserved
[    1.648867] system 00:05: [io  0x0400-0x0453] has been reserved
[    1.648869] system 00:05: [io  0x0458-0x047f] has been reserved
[    1.648871] system 00:05: [io  0x0500-0x057f] has been reserved
[    1.648873] system 00:05: [io  0x164e-0x164f] has been reserved
[    1.648876] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.648883] pnp 00:06: [io  0x0070-0x0077]
[    1.648888] pnp 00:06: [irq 8]
[    1.648908] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.648925] pnp 00:07: [io  0x0454-0x0457]
[    1.648955] system 00:07: [io  0x0454-0x0457] has been reserved
[    1.648958] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.648969] pnp 00:08: [io  0x0240-0x0259]
[    1.648996] system 00:08: [io  0x0240-0x0259] has been reserved
[    1.648999] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.649031] pnp 00:09: [irq 12]
[    1.649055] pnp 00:09: Plug and Play ACPI device, IDs ETD0101 PNP0f0e PNP0f03 PNP0f12 PNP0f0b PNP0f13 (active)
[    1.649071] pnp 00:0a: [io  0x0060]
[    1.649072] pnp 00:0a: [io  0x0064]
[    1.649077] pnp 00:0a: [irq 1]
[    1.649099] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    1.649279] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
[    1.649281] pnp 00:0b: [mem 0xfed10000-0xfed17fff]
[    1.649283] pnp 00:0b: [mem 0xfed18000-0xfed18fff]
[    1.649284] pnp 00:0b: [mem 0xfed19000-0xfed19fff]
[    1.649286] pnp 00:0b: [mem 0xe0000000-0xe3ffffff]
[    1.649288] pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
[    1.649289] pnp 00:0b: [mem 0xfed90000-0xfed93fff]
[    1.649291] pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
[    1.649293] pnp 00:0b: [mem 0xff000000-0xffffffff]
[    1.649294] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
[    1.649298] pnp 00:0b: [mem 0x00000000-0xffffffffffffffff disabled]
[    1.649346] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.649349] system 00:0b: [mem 0xfed10000-0xfed17fff] could not be reserved
[    1.649351] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.649354] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.649356] system 00:0b: [mem 0xe0000000-0xe3ffffff] has been reserved
[    1.649358] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.649360] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.649363] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.649365] system 00:0b: [mem 0xff000000-0xffffffff] could not be reserved
[    1.649367] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.649370] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.649412] pnp 00:0c: [mem 0xafa00000-0xafa00fff]
[    1.649457] system 00:0c: [mem 0xafa00000-0xafa00fff] has been reserved
[    1.649459] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.649558] pnp 00:0d: [mem 0x20000000-0x201fffff]
[    1.649560] pnp 00:0d: [mem 0x40000000-0x401fffff]
[    1.649607] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
[    1.649609] system 00:0d: [mem 0x40000000-0x401fffff] has been reserved
[    1.649612] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.649631] pnp: PnP ACPI: found 14 devices
[    1.649632] ACPI: ACPI bus type pnp unregistered
[    1.656292] PCI: max bus depth: 1 pci_try_num: 2
[    1.656330] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.656332] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    1.656335] pci 0000:00:01.0:   bridge window [mem 0xdc000000-0xdd0fffff]
[    1.656338] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.656342] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    1.656346] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    1.656353] pci 0000:00:1c.0:   bridge window [mem 0xdec00000-0xdf5fffff]
[    1.656359] pci 0000:00:1c.0:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
[    1.656368] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    1.656371] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    1.656378] pci 0000:00:1c.1:   bridge window [mem 0xde200000-0xdebfffff]
[    1.656384] pci 0000:00:1c.1:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
[    1.656392] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    1.656396] pci 0000:00:1c.5:   bridge window [io  0xa000-0xafff]
[    1.656401] pci 0000:00:1c.5:   bridge window [mem 0xdd800000-0xde1fffff]
[    1.656406] pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
[    1.656423] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.656427] pci 0000:00:01.0: setting latency timer to 64
[    1.656435] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.656440] pci 0000:00:1c.0: setting latency timer to 64
[    1.656451] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.656462] pci 0000:00:1c.1: setting latency timer to 64
[    1.656470] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.656474] pci 0000:00:1c.5: setting latency timer to 64
[    1.656478] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.656480] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.656482] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.656484] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    1.656486] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    1.656488] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    1.656490] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    1.656492] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    1.656494] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    1.656496] pci_bus 0000:00: resource 13 [mem 0xafa00000-0xfeafffff]
[    1.656498] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
[    1.656500] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    1.656502] pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdd0fffff]
[    1.656504] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.656506] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    1.656508] pci_bus 0000:02: resource 1 [mem 0xdec00000-0xdf5fffff]
[    1.656510] pci_bus 0000:02: resource 2 [mem 0xd3700000-0xd40fffff 64bit pref]
[    1.656512] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    1.656514] pci_bus 0000:03: resource 1 [mem 0xde200000-0xdebfffff]
[    1.656516] pci_bus 0000:03: resource 2 [mem 0xd2c00000-0xd35fffff 64bit pref]
[    1.656519] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
[    1.656520] pci_bus 0000:04: resource 1 [mem 0xdd800000-0xde1fffff]
[    1.656523] pci_bus 0000:04: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
[    1.656549] NET: Registered protocol family 2
[    1.656771] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    1.657710] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.658990] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.659116] TCP: Hash tables configured (established 524288 bind 65536)
[    1.659118] TCP reno registered
[    1.659134] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.659169] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.659264] NET: Registered protocol family 1
[    1.659280] pci 0000:00:02.0: Boot video device
[    1.659295] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.784439] pci 0000:00:1a.0: PCI INT A disabled
[    1.784494] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.912366] pci 0000:00:1d.0: PCI INT A disabled
[    1.912435] PCI: CLS 64 bytes, default 64
[    1.912440] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.912446] Placing 64MB software IO TLB between ffff8800a6d20000 - ffff8800aad20000
[    1.912459] software IO TLB at phys 0xa6d20000 - 0xaad20000
[    1.912885] audit: initializing netlink socket (disabled)
[    1.912893] type=2000 audit(1335603303.732:1): initialized
[    1.944679] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.964493] VFS: Disk quotas dquot_6.5.2
[    1.964544] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.964972] fuse init (API version 7.17)
[    1.965051] msgmni has been set to 15788
[    1.965393] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.965420] io scheduler noop registered
[    1.965422] io scheduler deadline registered
[    1.965450] io scheduler cfq registered (default)
[    1.965529] pcieport 0000:00:01.0: setting latency timer to 64
[    1.965556] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    1.965786] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.965804] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.965845] intel_idle: MWAIT substates: 0x21120
[    1.965846] intel_idle: v0.4 model 0x2A
[    1.965848] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.016370] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    2.016432] ACPI: AC Adapter [AC0] (on-line)
[    2.016523] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    2.032462] ACPI: Lid Switch [LID]
[    2.032498] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    2.032503] ACPI: Sleep Button [SLPB]
[    2.032534] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.032537] ACPI: Power Button [PWRF]
[    2.085788] thermal LNXTHERM:00: registered as thermal_zone0
[    2.085791] ACPI: Thermal Zone [THRM] (30 C)
[    2.085811] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    2.085818] ACPI: Battery Slot [BAT0] (battery present)
[    2.085850] ERST: Table is not found!
[    2.085852] GHES: HEST is not enabled!
[    2.085935] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.099827] ACPI: Battery Slot [BAT0] (battery present)
[    2.156681] Linux agpgart interface v0.103
[    2.156746] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[    2.156920] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    2.158253] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    2.158369] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
[    2.159550] brd: module loaded
[    2.160164] loop: module loaded
[    2.160279] ahci 0000:00:1f.2: version 3.0
[    2.160298] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.160343] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    2.176247] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
[    2.176257] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    2.176268] ahci 0000:00:1f.2: setting latency timer to 64
[    2.192657] scsi0 : ahci
[    2.192727] scsi1 : ahci
[    2.192784] scsi2 : ahci
[    2.192841] scsi3 : ahci
[    2.192897] scsi4 : ahci
[    2.192955] scsi5 : ahci
[    2.193162] ata1: SATA max UDMA/133 abar m2048@0xdf606000 port 0xdf606100 irq 41
[    2.193165] ata2: SATA max UDMA/133 abar m2048@0xdf606000 port 0xdf606180 irq 41
[    2.193168] ata3: SATA max UDMA/133 abar m2048@0xdf606000 port 0xdf606200 irq 41
[    2.193170] ata4: DUMMY
[    2.193172] ata5: DUMMY
[    2.193173] ata6: DUMMY
[    2.193488] Fixed MDIO Bus: probed
[    2.193502] tun: Universal TUN/TAP device driver, 1.6
[    2.193503] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.193545] PPP generic driver version 2.4.2
[    2.193623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.193638] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.193654] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.193657] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    2.193694] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.193719] ehci_hcd 0000:00:1a.0: debug port 2
[    2.197592] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    2.197608] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xdf608000
[    2.212202] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.212365] hub 1-0:1.0: USB hub found
[    2.212369] hub 1-0:1.0: 2 ports detected
[    2.212420] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    2.212433] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.212437] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    2.212471] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.212491] ehci_hcd 0000:00:1d.0: debug port 2
[    2.216382] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    2.216394] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xdf607000
[    2.232188] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.232337] hub 2-0:1.0: USB hub found
[    2.232340] hub 2-0:1.0: 2 ports detected
[    2.232385] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.232395] uhci_hcd: USB Universal Host Controller Interface driver
[    2.232431] usbcore: registered new interface driver libusual
[    2.232463] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    2.234163] i8042: Detected active multiplexing controller, rev 1.1
[    2.234947] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.234952] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    2.234959] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    2.234963] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    2.234966] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    2.235106] mousedev: PS/2 mouse device common for all mice
[    2.235246] rtc_cmos 00:06: RTC can wake from S4
[    2.235350] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    2.235377] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    2.235440] device-mapper: uevent: version 1.0.3
[    2.235494] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[    2.235594] cpuidle: using governor ladder
[    2.235743] cpuidle: using governor menu
[    2.235745] EFI Variables Facility v0.08 2004-May-17
[    2.235904] TCP cubic registered
[    2.235981] NET: Registered protocol family 10
[    2.236335] NET: Registered protocol family 17
[    2.236348] Registering the dns_resolver key type
[    2.236465] PM: Hibernation image not present or could not be loaded.
[    2.236474] registered taskstats version 1
[    2.251848]   Magic number: 8:828:928
[    2.251946] rtc_cmos 00:06: setting system clock to 2012-04-28 08:55:04 UTC (1335603304)
[    2.252618] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.252619] EDD information not available.
[    2.269362] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.512144] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.512202] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.512222] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.513218] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.513385] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.513406] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.513409] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.513612] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.513624] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.518708] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.518720] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.519196] ata3.00: ATAPI: SlimtypeDVD A  DS8A5SH, XAA2, max UDMA/100
[    2.521858] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.521870] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.522378] ata3.00: configured for UDMA/100
[    2.524102] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    2.562933] ata2.00: ATA-8: ST9500325AS, 0003SDM1, max UDMA/133
[    2.562943] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.563510] ata1.00: ATA-8: ST9500325AS, 0003SDM1, max UDMA/133
[    2.563520] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.564917] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.565520] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.565529] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.565533] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.565900] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    2.565912] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.567454] ata2.00: configured for UDMA/133
[    2.567745] ata1.00: configured for UDMA/133
[    2.567932] scsi 0:0:0:0: Direct-Access     ATA      ST9500325AS      0003 PQ: 0 ANSI: 5
[    2.568129] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.568145] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.568229] sd 0:0:0:0: [sda] Write Protect is off
[    2.568233] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.568290] scsi 1:0:0:0: Direct-Access     ATA      ST9500325AS      0003 PQ: 0 ANSI: 5
[    2.568295] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.568401] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    2.568433] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.568475] sd 1:0:0:0: [sdb] Write Protect is off
[    2.568477] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.568489] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.573285] scsi 2:0:0:0: CD-ROM            Slimtype DVD A  DS8A5SH   XAA2 PQ: 0 ANSI: 5
[    2.574861]  sdb: sdb1
[    2.575112] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.579640] sr0: scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.579651] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.579838] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.579908] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    2.608828]  sda: sda1 sda2 < sda5 >
[    2.609708] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.610913] Freeing unused kernel memory: 920k freed
[    2.611000] Write protecting the kernel read-only data: 12288k
[    2.614969] Freeing unused kernel memory: 1608k freed
[    2.617853] Freeing unused kernel memory: 1196k freed
[    2.630351] udevd[105]: starting version 175
[    2.650636] atl1c 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    2.650649] atl1c 0000:04:00.0: setting latency timer to 64
[    2.656584] hub 1-1:1.0: USB hub found
[    2.656669] hub 1-1:1.0: 6 ports detected
[    2.772017] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    2.776543] atl1c 0000:04:00.0: version 1.0.1.0-NAPI
[    2.904568] hub 2-1:1.0: USB hub found
[    2.904662] hub 2-1:1.0: 6 ports detected
[    2.911841] Refined TSC clocksource calibration: 2294.786 MHz.
[    2.911851] Switching to clocksource tsc
[    2.976078] usb 1-1.2: new high-speed USB device number 3 using ehci_hcd
[    3.043930] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.203964] usb 1-1.4: new high-speed USB device number 4 using ehci_hcd
[    3.302667] Initializing USB Mass Storage driver...
[    3.302739] scsi6 : usb-storage 1-1.4:1.0
[    3.302787] usbcore: registered new interface driver usb-storage
[    3.302788] USB Mass Storage support registered.
[    3.371683] usb 2-1.2: new full-speed USB device number 3 using ehci_hcd
[    3.543799] usb 2-1.3: new full-speed USB device number 4 using ehci_hcd
[    4.428225] scsi 6:0:0:0: Direct-Access     Multiple Card  Reader     1.00 PQ: 0 ANSI: 0
[    4.428682] sd 6:0:0:0: Attached scsi generic sg3 type 0
[    5.166158] sd 6:0:0:0: [sdc] 15523840 512-byte logical blocks: (7.94 GB/7.40 GiB)
[    5.167027] sd 6:0:0:0: [sdc] Write Protect is off
[    5.167031] sd 6:0:0:0: [sdc] Mode Sense: 03 00 00 00
[    5.167904] sd 6:0:0:0: [sdc] No Caching mode page present
[    5.167907] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[    5.171775] sd 6:0:0:0: [sdc] No Caching mode page present
[    5.171778] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[    5.176654]  sdc: sdc1
[    5.179522] sd 6:0:0:0: [sdc] No Caching mode page present
[    5.179524] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[    5.179526] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[   13.835141] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.899488] udevd[374]: starting version 175
[   13.950624] lp: driver loaded but no devices found
[   13.971810] Adding 8296444k swap on /dev/sda5.  Priority:-1 extents:1 across:8296444k 
[   13.975782] mei: module is from the staging directory, the quality is unknown, you have been warned.
[   13.976119] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   13.976127] mei 0000:00:16.0: setting latency timer to 64
[   13.976190] mei 0000:00:16.0: irq 42 for MSI/MSI-X
[   13.985318] cfg80211: Calling CRDA to update world regulatory domain
[   13.986965] [drm] Initialized drm 1.1.0 20060810
[   13.992918] nvidia: module license 'NVIDIA' taints kernel.
[   13.992921] Disabling lock debugging due to kernel taint
[   14.003419] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   14.003424] i915 0000:00:02.0: setting latency timer to 64
[   14.004499] wmi: Mapper loaded
[   14.016559] rt2800pci 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   14.016595] rt2800pci 0000:03:00.0: setting latency timer to 64
[   14.051920] nvidia 0000:01:00.0: power state changed by ACPI to D0
[   14.051926] nvidia 0000:01:00.0: power state changed by ACPI to D0
[   14.051931] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[   14.051938] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   14.051958] nvidia 0000:01:00.0: setting latency timer to 64
[   14.051963] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[   14.052082] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  295.40  Thu Apr  5 21:37:00 PDT 2012
[   14.061381] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[   14.061385] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061388] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[   14.061390] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061393] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[   14.061395] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061397] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[   14.061400] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061402] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[   14.061405] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061407] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[   14.061410] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061412] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[   14.061415] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061417] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[   14.061420] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061422] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[   14.061425] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061427] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[   14.061430] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061432] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[   14.061434] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2000 mBm)
[   14.061437] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[   14.061439] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
[   14.061441] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[   14.061444] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
[   14.061446] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
[   14.061449] cfg80211: 2474000 KHz - 2494000 KHz @ 20000 KHz), (600 mBi, 2000 mBm)
[   14.070160] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   14.070838] Registered led device: rt2800pci-phy0::radio
[   14.070875] Registered led device: rt2800pci-phy0::assoc
[   14.070930] Registered led device: rt2800pci-phy0::quality
[   14.111168] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[   14.111174] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   14.111176] [drm] Driver supports precise vblank timestamp query.
[   14.146646] type=1400 audit(1335603316.397:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=672 comm="apparmor_parser"
[   14.146979] type=1400 audit(1335603316.397:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=672 comm="apparmor_parser"
[   14.147173] type=1400 audit(1335603316.397:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=672 comm="apparmor_parser"
[   14.148286] type=1400 audit(1335603316.397:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=687 comm="apparmor_parser"
[   14.148619] type=1400 audit(1335603316.397:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=687 comm="apparmor_parser"
[   14.148812] type=1400 audit(1335603316.397:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=687 comm="apparmor_parser"
[   14.155000] asus_wmi: ASUS WMI generic driver loaded
[   14.160515] asus_wmi: Initialization: 0x1
[   14.160553] asus_wmi: BIOS WMI version: 7.6
[   14.160607] asus_wmi: SFUN value: 0x1a0877
[   14.161473] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input4
[   14.165581] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[   14.165585] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165588] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[   14.165591] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165593] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[   14.165596] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165599] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[   14.165602] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165604] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[   14.165607] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165610] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[   14.165613] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165615] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[   14.165618] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165620] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[   14.165623] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165625] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[   14.165628] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165631] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[   14.165633] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165636] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[   14.165639] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165641] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[   14.165644] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   14.165646] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[   14.165649] cfg80211: 2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   14.165652] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
[   14.165655] cfg80211: 2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   14.165658] cfg80211: World regulatory domain updated:
[   14.165660] cfg80211:     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   14.165662] cfg80211:     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165665] cfg80211:     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   14.165668] cfg80211:     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   14.165671] cfg80211:     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.165673] cfg80211:     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   14.263387] asus_wmi: Backlight controlled by ACPI video driver
[   14.370543] psmouse serio4: elantech: assuming hardware version 3 (with firmware version 0x450f01)
[   14.403026] psmouse serio4: elantech: Synaptics capabilities query result 0x78, 0x15, 0x0c.
[   14.431552] Linux video capture interface: v2.00
[   14.433210] uvcvideo: Found UVC 1.00 device USB 2.0 UVC VGA WebCam (13d3:5710)
[   14.439607] input: USB 2.0 UVC VGA WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input5
[   14.439666] usbcore: registered new interface driver uvcvideo
[   14.439668] USB Video Class driver (1.1.1)
[   14.481010] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input6
[   14.521043] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   14.604180] input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input7
[   14.604831] generic-usb 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0] on usb-0000:00:1d.0-1.2/input0
[   14.610237] input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/input/input8
[   14.610520] generic-usb 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0] on usb-0000:00:1d.0-1.2/input1
[   14.625839] input: Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.2/input/input9
[   14.626186] generic-usb 0003:045E:0745.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Microsoft Microsoft\xffffffc2\xffffffae\xffffffae Nano Transceiver v2.0] on usb-0000:00:1d.0-1.2/input2
[   14.626379] usbcore: registered new interface driver usbhid
[   14.626381] usbhid: USB HID core driver
[   14.631476] logitech-djreceiver 0003:046D:C52B.0006: hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.3/input2
[   14.633526] input: Logitech Unifying Device. Wireless PID:101d as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.2/0003:046D:C52B.0006/input/input10
[   14.633684] logitech-djdevice 0003:046D:C52B.0007: input,hidraw4: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:101d] on usb-0000:00:1d.0-1.3:1
[   14.725141] init: failsafe main process (908) killed by TERM signal
[   14.727947] fbcon: inteldrmfb (fb0) is primary device
[   14.728014] Console: switching to colour frame buffer device 200x56
[   14.728034] fb0: inteldrmfb frame buffer device
[   14.728035] drm: registered panic notifier
[   14.728789] ACPI Warning: _BQC returned an invalid level (20110623/video-480)
[   14.729018] acpi device:04: registered as cooling_device4
[   14.729070] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input11
[   14.729111] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[   14.762887] ACPI Warning: _BQC returned an invalid level (20110623/video-480)
[   14.763232] acpi device:45: registered as cooling_device5
[   14.763560] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input12
[   14.763615] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   14.763671] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   14.763752] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   14.763822] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[   14.763855] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[   14.800974] Bluetooth: Core ver 2.16
[   14.800992] NET: Registered protocol family 31
[   14.800994] Bluetooth: HCI device and connection manager initialized
[   14.800996] Bluetooth: HCI socket layer initialized
[   14.800998] Bluetooth: L2CAP socket layer initialized
[   14.801003] Bluetooth: SCO socket layer initialized
[   14.804358] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   14.804362] Bluetooth: BNEP filters: protocol multicast
[   14.810331] ppdev: user-space parallel port driver
[   14.822718] type=1400 audit(1335603317.073:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=991 comm="apparmor_parser"
[   14.823179] type=1400 audit(1335603317.073:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=991 comm="apparmor_parser"
[   14.825078] Bluetooth: RFCOMM TTY layer initialized
[   14.825084] Bluetooth: RFCOMM socket layer initialized
[   14.825086] Bluetooth: RFCOMM ver 1.11
[   14.949479] phy0 -> rt2800pci_mcu_status: Error - MCU request failed, no response from hardware
[   14.986524] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   14.988273] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   14.993379] atl1c 0000:04:00.0: irq 45 for MSI/MSI-X
[   15.075957] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   15.079024] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   15.317760] HDMI status: Codec=3 Pin=6 Presence_Detect=0 ELD_Valid=0
[   15.317848] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   15.317957] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   15.318084] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   15.407846] type=1400 audit(1335603317.657:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1041 comm="apparmor_parser"
[   15.408423] type=1400 audit(1335603317.657:11): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1042 comm="apparmor_parser"
[   15.653058] vboxdrv: Found 4 processor cores.
[   15.653369] vboxdrv: fAsync=0 offMin=0x19f offMax=0x3b77
[   15.653433] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   15.653435] vboxdrv: Successfully loaded version 4.1.12_Ubuntu (interface 0x00190000).
[   15.660777] vboxpci: IOMMU not found (not registered)
[   16.290029] init: plymouth-stop pre-start process (1324) terminated with status 1
[   16.789491] cfg80211: Found new beacon on frequency: 2472 MHz (Ch 13) on phy0
[   18.032565] wlan0: authenticate with bc:05:43:52:ca:cd (try 1)
[   18.034447] wlan0: authenticated
[   18.052557] wlan0: associate with bc:05:43:52:ca:cd (try 1)
[   18.057430] wlan0: RX AssocResp from bc:05:43:52:ca:cd (capab=0x411 status=0 aid=1)
[   18.057447] wlan0: associated
[   18.058165] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   30.001793] wlan0: no IPv6 routers present
[  451.976844] usb 2-1.4: new high-speed USB device number 5 using ehci_hcd
[  502.953728] usb 2-1.4: USB disconnect, device number 5
[  590.145664] usb 2-1.4: new high-speed USB device number 6 using ehci_hcd
[  607.859682] usb 2-1.4: USB disconnect, device number 6
[  960.131798] usb 2-1.4: new high-speed USB device number 7 using ehci_hcd