ubuntuusers.de

dmesg

Autor:
Stefan_Schmitz
Datum:
18. Dezember 2018 22:25
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
[    0.000000] ACPI: SLIC 0x00000000CAFFD000 000176 (v01 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: SSDT 0x00000000CAFFC000 00052F (v01 LENOVO PtidDevc 00001000 INTL 20061109)
[    0.000000] ACPI: ASF! 0x00000000CAFF0000 0000A5 (v32 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: HPET 0x00000000CAFED000 000038 (v01 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: APIC 0x00000000CAFEC000 000098 (v01 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: MCFG 0x00000000CAFEB000 00003C (v01 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: FPDT 0x00000000CAFEA000 000064 (v01 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: FPDT 0x00000000CAFE9000 000064 (v01 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: SSDT 0x00000000CAFE8000 0008A2 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000CAFE7000 000A92 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 0x00000000CAFE6000 00003E (v01 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: UEFI 0x00000000CAFE5000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
[    0.000000] ACPI: MSDM 0x00000000CAFE4000 000055 (v03 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: SSDT 0x00000000CAFE3000 0007F2 (v01 SgRef  SgTabl   00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000CAFE2000 000B43 (v01 NvORef NvOptTbl 00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x00000000CAFE1000 0000D0 (v01 LENOVO IffsAsl  00003000 INTL 20061109)
[    0.000000] ACPI: UEFI 0x00000000CAFE0000 0002F6 (v01 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: SSDT 0x00000000CAFDF000 00032B (v01 LENOVO AoacTabl 00001000 INTL 20061109)
[    0.000000] ACPI: DBG2 0x00000000CAFDD000 000070 (v00 LENOVO CB-01    06040000  LTP 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000022f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x22f5d0000-0x22f5fafff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000022f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.000000]   node   0: [mem 0x0000000040005000-0x00000000b816dfff]
[    0.000000]   node   0: [mem 0x00000000b8370000-0x00000000c80e2fff]
[    0.000000]   node   0: [mem 0x00000000cafff000-0x00000000caffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000022f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022f5fffff]
[    0.000000] On node 0 totalpages: 2060925
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12724 pages used for memmap
[    0.000000]   DMA32 zone: 814305 pages, LIFO batch:31
[    0.000000]   Normal zone: 19416 pages used for memmap
[    0.000000]   Normal zone: 1242624 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 100 pages
[    0.000000] Reserving Intel graphics memory at 0x00000000cba00000-0x00000000cf9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    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] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 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: 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] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb816e000-0xb836ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc80e3000-0xcaeeefff]
[    0.000000] PM: Registered nosave memory: [mem 0xcaeef000-0xcaf9efff]
[    0.000000] PM: Registered nosave memory: [mem 0xcaf9f000-0xcaffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed07fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xff97ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff980000-0xffffffff]
[    0.000000] e820: [mem 0xcfa00000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2028700
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-42-generic root=UUID=ed5b8cd2-348d-49c6-add1-5474364e7c80 ro quiet splash vt.handoff=1
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7953848K/8243700K available (12300K kernel code, 2472K rwdata, 4252K rodata, 2408K init, 2416K bss, 289852K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39186 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.000000] vt handoff: transparent VT on vt#1
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.020000] tsc: Fast TSC calibration using PIT
[    0.024000] tsc: Detected 1696.102 MHz processor
[    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3392.20 BogoMIPS (lpj=6784408)
[    0.024000] pid_max: default: 32768 minimum: 301
[    0.024000] Security Framework initialized
[    0.024000] Yama: becoming mindful.
[    0.024000] AppArmor: AppArmor initialized
[    0.024000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.024000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.024000] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.024000] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.024000] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.024000] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.024000] mce: CPU supports 7 MCE banks
[    0.024000] CPU0: Thermal monitoring enabled (TM1)
[    0.024000] process: using mwait in idle threads
[    0.024000] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.024000] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.024000] Spectre V2 : Mitigation: Full generic retpoline
[    0.024000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.024000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.024000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.024000] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.024000] Freeing SMP alternatives memory: 36K
[    0.029435] TSC deadline timer enabled
[    0.029439] smpboot: CPU0: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.029544] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.029578] ... version:                3
[    0.029578] ... bit width:              48
[    0.029579] ... generic registers:      4
[    0.029580] ... value mask:             0000ffffffffffff
[    0.029581] ... max period:             00007fffffffffff
[    0.029582] ... fixed-purpose events:   3
[    0.029583] ... event mask:             000000070000000f
[    0.029634] Hierarchical SRCU implementation.
[    0.031247] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.031271] smp: Bringing up secondary CPUs ...
[    0.031391] x86: Booting SMP configuration:
[    0.031392] .... node  #0, CPUs:      #1 #2 #3
[    0.038572] smp: Brought up 1 node, 4 CPUs
[    0.038572] smpboot: Max logical packages: 2
[    0.038572] smpboot: Total of 4 processors activated (13568.81 BogoMIPS)
[    0.040370] devtmpfs: initialized
[    0.040370] x86/mm: Memory block size: 128MB
[    0.041101] evm: security.selinux
[    0.041103] evm: security.SMACK64
[    0.041103] evm: security.SMACK64EXEC
[    0.041104] evm: security.SMACK64TRANSMUTE
[    0.041105] evm: security.SMACK64MMAP
[    0.041106] evm: security.apparmor
[    0.041106] evm: security.ima
[    0.041107] evm: security.capability
[    0.041130] PM: Registering ACPI NVS region [mem 0xcaeef000-0xcaf9efff] (720896 bytes)
[    0.041130] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.041130] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.041130] pinctrl core: initialized pinctrl subsystem
[    0.041130] RTC time: 21:21:04, date: 12/18/18
[    0.041130] NET: Registered protocol family 16
[    0.041130] audit: initializing netlink subsys (disabled)
[    0.041130] audit: type=2000 audit(1545168064.040:1): state=initialized audit_enabled=0 res=1
[    0.041130] cpuidle: using governor ladder
[    0.041130] cpuidle: using governor menu
[    0.041130] ACPI: bus type PCI registered
[    0.041130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.041130] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.041130] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.041130] PCI: Using configuration type 1 for base access
[    0.041130] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.044696] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.044696] ACPI: Added _OSI(Module Device)
[    0.044696] ACPI: Added _OSI(Processor Device)
[    0.044696] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.044696] ACPI: Added _OSI(Processor Aggregator Device)
[    0.044696] ACPI: Added _OSI(Linux-Dell-Video)
[    0.044696] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.044696] ACPI: Executed 2 blocks of module-level executable AML code
[    0.057218] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.057282] ACPI: Dynamic OEM Table Load:
[    0.057296] ACPI: SSDT 0xFFFF8BAF6569D000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.057617] ACPI: Dynamic OEM Table Load:
[    0.057617] ACPI: SSDT 0xFFFF8BAF656AB800 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.060227] ACPI: Dynamic OEM Table Load:
[    0.060236] ACPI: SSDT 0xFFFF8BAF65598600 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.061622] ACPI: EC: EC started
[    0.061623] ACPI: EC: interrupt blocked
[    0.508235] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.508239] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.508241] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.508242] ACPI: Interpreter enabled
[    0.508288] ACPI: (supports S0 S1 S3 S4 S5)
[    0.508289] ACPI: Using IOAPIC for interrupt routing
[    0.508336] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.508742] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.526771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.526780] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.527095] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.528192] PCI host bridge to bus 0000:00
[    0.528196] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.528198] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.528201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.528203] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff window]
[    0.528205] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.528208] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.528220] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    0.528373] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.528425] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.528563] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    0.528579] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xeb3fffff 64bit]
[    0.528587] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.528593] pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
[    0.528776] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.528812] pci 0000:00:14.0: reg 0x10: [mem 0xeb700000-0xeb70ffff 64bit]
[    0.528905] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.529039] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.529076] pci 0000:00:16.0: reg 0x10: [mem 0xeb715000-0xeb71500f 64bit]
[    0.529171] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.529311] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.529339] pci 0000:00:1a.0: reg 0x10: [mem 0xeb719000-0xeb7193ff]
[    0.529443] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.529568] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.529597] pci 0000:00:1b.0: reg 0x10: [mem 0xeb710000-0xeb713fff 64bit]
[    0.529692] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.529827] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.529942] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.530077] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.530190] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.530322] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
[    0.530437] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.530583] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.530614] pci 0000:00:1d.0: reg 0x10: [mem 0xeb718000-0xeb7183ff]
[    0.530718] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.530846] pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
[    0.531091] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.531116] pci 0000:00:1f.2: reg 0x10: [io  0x4088-0x408f]
[    0.531129] pci 0000:00:1f.2: reg 0x14: [io  0x4094-0x4097]
[    0.531140] pci 0000:00:1f.2: reg 0x18: [io  0x4080-0x4087]
[    0.531153] pci 0000:00:1f.2: reg 0x1c: [io  0x4090-0x4093]
[    0.531162] pci 0000:00:1f.2: reg 0x20: [io  0x4060-0x407f]
[    0.531173] pci 0000:00:1f.2: reg 0x24: [mem 0xeb717000-0xeb7177ff]
[    0.531230] pci 0000:00:1f.2: PME# supported from D3hot
[    0.531351] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.531378] pci 0000:00:1f.3: reg 0x10: [mem 0xeb714000-0xeb7140ff 64bit]
[    0.531406] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.531624] pci 0000:01:00.0: [10de:1058] type 00 class 0x030000
[    0.531642] pci 0000:01:00.0: reg 0x10: [mem 0xea000000-0xeaffffff]
[    0.531652] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xe7ffffff 64bit pref]
[    0.531661] pci 0000:01:00.0: reg 0x1c: [mem 0xe8000000-0xe9ffffff 64bit pref]
[    0.531668] pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.531674] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.531681] pci 0000:01:00.0: enabling Extended Tags
[    0.540042] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.540045] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.540049] pci 0000:00:01.0:   bridge window [mem 0xea000000-0xeaffffff]
[    0.540053] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
[    0.540138] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.540298] pci 0000:03:00.0: [10ec:8136] type 00 class 0x020000
[    0.540434] pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.540563] pci 0000:03:00.0: reg 0x18: [mem 0xeb404000-0xeb404fff 64bit pref]
[    0.540643] pci 0000:03:00.0: reg 0x20: [mem 0xeb400000-0xeb403fff 64bit pref]
[    0.541087] pci 0000:03:00.0: supports D1 D2
[    0.541089] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.552107] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.552113] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    0.552118] pci 0000:00:1c.1:   bridge window [mem 0xeb600000-0xeb6fffff]
[    0.552125] pci 0000:00:1c.1:   bridge window [mem 0xeb400000-0xeb4fffff 64bit pref]
[    0.552271] pci 0000:04:00.0: [8086:0888] type 00 class 0x028000
[    0.552373] pci 0000:04:00.0: reg 0x10: [mem 0xeb500000-0xeb501fff 64bit]
[    0.552674] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.564102] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.564111] pci 0000:00:1c.2:   bridge window [mem 0xeb500000-0xeb5fffff]
[    0.565243] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.565370] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.565493] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.565615] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[    0.565736] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.565857] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.565980] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.566103] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[    0.566921] ACPI: EC: interrupt unblocked
[    0.566930] ACPI: EC: event unblocked
[    0.566938] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.566941] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.567250] SCSI subsystem initialized
[    0.567272] libata version 3.00 loaded.
[    0.567272] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.567272] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.567272] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.567272] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.567272] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.567272] vgaarb: loaded
[    0.567272] ACPI: bus type USB registered
[    0.567272] usbcore: registered new interface driver usbfs
[    0.567272] usbcore: registered new interface driver hub
[    0.567272] usbcore: registered new device driver usb
[    0.567272] EDAC MC: Ver: 3.0.0
[    0.567272] PCI: Using ACPI for IRQ routing
[    0.567272] PCI: pci_cache_line_size set to 64 bytes
[    0.567272] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.567272] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.567272] e820: reserve RAM buffer [mem 0xb816e000-0xbbffffff]
[    0.567272] e820: reserve RAM buffer [mem 0xc80e3000-0xcbffffff]
[    0.567272] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[    0.567272] e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
[    0.568002] NetLabel: Initializing
[    0.568002] NetLabel:  domain hash size = 128
[    0.568002] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.568002] NetLabel:  unlabeled traffic allowed by default
[    0.568527] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.568536] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.572027] clocksource: Switched to clocksource hpet
[    0.587893] VFS: Disk quotas dquot_6.6.0
[    0.587917] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.588071] AppArmor: AppArmor Filesystem Enabled
[    0.588110] pnp: PnP ACPI init
[    0.588365] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.588368] system 00:00: [io  0x1000-0x100f] has been reserved
[    0.588371] system 00:00: [io  0xffff] has been reserved
[    0.588374] system 00:00: [io  0xffff] has been reserved
[    0.588376] system 00:00: [io  0x0400-0x0453] has been reserved
[    0.588379] system 00:00: [io  0x0458-0x047f] has been reserved
[    0.588381] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.588384] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.588392] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.588436] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.588535] system 00:02: [io  0x0454-0x0457] has been reserved
[    0.588542] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.588579] pnp 00:03: Plug and Play ACPI device, IDs PTL0001 PNP0303 (active)
[    0.588743] pnp 00:04: Plug and Play ACPI device, IDs SYN2b0a SYN1000 SYN0002 PNP0f13 (active)
[    0.589109] pnp 00:05: disabling [mem 0xfffff000-0xffffffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfff80000-0xffffffff pref]
[    0.589142] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.589144] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.589147] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.589149] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.589152] system 00:05: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.589154] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.589157] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.589159] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.589162] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[    0.589165] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.589172] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.589924] pnp: PnP ACPI: found 6 devices
[    0.596977] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.596983] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.597027] pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
[    0.597030] pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
[    0.597032] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.597035] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.597039] pci 0000:00:01.0:   bridge window [mem 0xea000000-0xeaffffff]
[    0.597043] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
[    0.597047] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.597064] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.597068] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    0.597074] pci 0000:00:1c.1:   bridge window [mem 0xeb600000-0xeb6fffff]
[    0.597079] pci 0000:00:1c.1:   bridge window [mem 0xeb400000-0xeb4fffff 64bit pref]
[    0.597087] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.597094] pci 0000:00:1c.2:   bridge window [mem 0xeb500000-0xeb5fffff]
[    0.597108] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.597110] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.597113] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.597115] pci_bus 0000:00: resource 7 [mem 0xcfa00000-0xfeafffff window]
[    0.597117] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
[    0.597120] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.597122] pci_bus 0000:01: resource 1 [mem 0xea000000-0xeaffffff]
[    0.597124] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe9ffffff 64bit pref]
[    0.597126] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.597129] pci_bus 0000:03: resource 1 [mem 0xeb600000-0xeb6fffff]
[    0.597131] pci_bus 0000:03: resource 2 [mem 0xeb400000-0xeb4fffff 64bit pref]
[    0.597133] pci_bus 0000:04: resource 1 [mem 0xeb500000-0xeb5fffff]
[    0.597329] NET: Registered protocol family 2
[    0.597573] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.597751] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.597889] TCP: Hash tables configured (established 65536 bind 65536)
[    0.597940] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.597971] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.598052] NET: Registered protocol family 1
[    0.598071] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.598952] PCI: CLS 64 bytes, default 64
[    0.599007] Unpacking initramfs...
[    1.899473] Freeing initrd memory: 63068K
[    1.899521] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.899525] software IO TLB [mem 0xc40e3000-0xc80e3000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    1.899891] Scanning for low memory corruption every 60 seconds
[    1.900868] Initialise system trusted keyrings
[    1.900879] Key type blacklist registered
[    1.900918] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    1.902525] zbud: loaded
[    1.903226] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.903415] fuse init (API version 7.26)
[    1.905273] Key type asymmetric registered
[    1.905275] Asymmetric key parser 'x509' registered
[    1.905317] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.905366] io scheduler noop registered
[    1.905369] io scheduler deadline registered
[    1.905428] io scheduler cfq registered (default)
[    1.906489] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[    1.906490] vesafb: scrolling: redraw
[    1.906493] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.906502] pmd_set_huge: Cannot satisfy [mem 0xd0000000-0xd0200000] with a huge-page mapping due to MTRR override.
[    1.906515] vesafb: framebuffer at 0xd0000000, mapped to 0x        (ptrval), using 4160k, total 4160k
[    1.906639] Console: switching to colour frame buffer device 170x48
[    1.906667] fb0: VESA VGA frame buffer device
[    1.906693] intel_idle: MWAIT substates: 0x21120
[    1.906695] intel_idle: v0.4.1 model 0x3A
[    1.906899] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.907250] ACPI: AC Adapter [ACAD] (on-line)
[    1.907342] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.907378] ACPI: Lid Switch [LID0]
[    1.907426] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.907438] ACPI: Power Button [PWRB]
[    1.907482] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.907512] ACPI: Power Button [PWRF]
[    1.908835] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.909291] thermal LNXTHERM:00: registered as thermal_zone0
[    1.909293] ACPI: Thermal Zone [TZ00] (51 C)
[    1.909502] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.912645] Linux agpgart interface v0.103
[    1.915022] loop: module loaded
[    1.915246] libphy: Fixed MDIO Bus: probed
[    1.915248] tun: Universal TUN/TAP device driver, 1.6
[    1.915295] PPP generic driver version 2.4.2
[    1.915347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.915355] ehci-pci: EHCI PCI platform driver
[    1.915528] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.915537] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.915552] ehci-pci 0000:00:1a.0: debug port 2
[    1.919473] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.919491] ehci-pci 0000:00:1a.0: irq 16, io mem 0xeb719000
[    1.929834] random: fast init done
[    1.932038] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.932112] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.932114] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.932117] usb usb1: Product: EHCI Host Controller
[    1.932119] usb usb1: Manufacturer: Linux 4.15.0-42-generic ehci_hcd
[    1.932121] usb usb1: SerialNumber: 0000:00:1a.0
[    1.932332] hub 1-0:1.0: USB hub found
[    1.932345] hub 1-0:1.0: 3 ports detected
[    1.932755] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.932762] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.932779] ehci-pci 0000:00:1d.0: debug port 2
[    1.936685] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.936701] ehci-pci 0000:00:1d.0: irq 23, io mem 0xeb718000
[    1.940219] ACPI: Battery Slot [BAT1] (battery present)
[    1.952039] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.952101] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.952103] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.952105] usb usb2: Product: EHCI Host Controller
[    1.952107] usb usb2: Manufacturer: Linux 4.15.0-42-generic ehci_hcd
[    1.952109] usb usb2: SerialNumber: 0000:00:1d.0
[    1.952328] hub 2-0:1.0: USB hub found
[    1.952338] hub 2-0:1.0: 3 ports detected
[    1.952582] ehci-platform: EHCI generic platform driver
[    1.952596] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.952601] ohci-pci: OHCI PCI platform driver
[    1.952612] ohci-platform: OHCI generic platform driver
[    1.952622] uhci_hcd: USB Universal Host Controller Interface driver
[    1.952818] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.952825] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.953920] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x0000b930
[    1.953928] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.954102] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.954104] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.954106] usb usb3: Product: xHCI Host Controller
[    1.954108] usb usb3: Manufacturer: Linux 4.15.0-42-generic xhci-hcd
[    1.954110] usb usb3: SerialNumber: 0000:00:14.0
[    1.954243] hub 3-0:1.0: USB hub found
[    1.954256] hub 3-0:1.0: 4 ports detected
[    1.954872] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.954877] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.954881] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    1.954925] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.954928] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.954930] usb usb4: Product: xHCI Host Controller
[    1.954932] usb usb4: Manufacturer: Linux 4.15.0-42-generic xhci-hcd
[    1.954934] usb usb4: SerialNumber: 0000:00:14.0
[    1.955065] hub 4-0:1.0: USB hub found
[    1.955076] hub 4-0:1.0: 4 ports detected
[    1.955749] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2B] at 0x60,0x64 irq 1,12
[    1.958327] i8042: Detected active multiplexing controller, rev 1.1
[    1.960156] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.960161] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.960199] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.960229] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.960260] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.960428] mousedev: PS/2 mouse device common for all mice
[    1.960648] rtc_cmos 00:01: RTC can wake from S4
[    1.960832] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.960863] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.960872] i2c /dev entries driver
[    1.960878] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[    1.960965] device-mapper: uevent: version 1.0.3
[    1.961068] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    1.961077] intel_pstate: Intel P-state driver initializing
[    1.961313] ledtrig-cpu: registered to indicate activity on CPUs
[    1.961715] NET: Registered protocol family 10
[    1.965844] Segment Routing with IPv6
[    1.965863] NET: Registered protocol family 17
[    1.965900] Key type dns_resolver registered
[    1.966133] RAS: Correctable Errors collector initialized.
[    1.966162] microcode: sig=0x306a9, pf=0x10, revision=0x20
[    1.966232] microcode: Microcode Update Driver: v2.2.
[    1.966241] sched_clock: Marking stable (1966228204, 0)->(1948358700, 17869504)
[    1.966456] registered taskstats version 1
[    1.966463] Loading compiled-in X.509 certificates
[    1.969151] Loaded X.509 cert 'Build time autogenerated kernel key: 1663f0131deec003b89e364b3e1eacfdeb38eccf'
[    1.969175] zswap: loaded using pool lzo/zbud
[    1.972702] Key type big_key registered
[    1.972706] Key type trusted registered
[    1.974399] Key type encrypted registered
[    1.974402] AppArmor: AppArmor sha1 policy hashing enabled
[    1.974405] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    1.974409] ima: Allocated hash algorithm: sha1
[    1.974423] evm: HMAC attrs: 0x1
[    1.974849]   Magic number: 14:441:399
[    1.974957] rtc_cmos 00:01: setting system clock to 2018-12-18 21:21:06 UTC (1545168066)
[    1.975013] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.975013] EDD information not available.
[    1.977172] Freeing unused kernel memory: 2408K
[    2.002027] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.024142] Write protecting the kernel read-only data: 20480k
[    2.024723] Freeing unused kernel memory: 2008K
[    2.028940] Freeing unused kernel memory: 1892K
[    2.036153] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.036153] x86/mm: Checking user space page tables
[    2.043065] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.056033] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.056191] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.056200] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.177879] ipmi message handler version 39.2
[    2.179609] ipmi device interface
[    2.182311] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.182324] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.182869] r8169 0000:03:00.0 eth0: RTL8105e at 0x        (ptrval), 08:9e:01:31:59:fe, XID 00c00000 IRQ 25
[    2.184378] ahci 0000:00:1f.2: version 3.0
[    2.184640] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
[    2.184645] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    2.197298] scsi host0: ahci
[    2.200281] scsi host1: ahci
[    2.200528] scsi host2: ahci
[    2.200782] scsi host3: ahci
[    2.207538] scsi host4: ahci
[    2.209165] scsi host5: ahci
[    2.209236] ata1: SATA max UDMA/133 abar m2048@0xeb717000 port 0xeb717100 irq 26
[    2.209240] ata2: SATA max UDMA/133 abar m2048@0xeb717000 port 0xeb717180 irq 26
[    2.209242] ata3: DUMMY
[    2.209243] ata4: DUMMY
[    2.209244] ata5: DUMMY
[    2.209245] ata6: DUMMY
[    2.209630] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.216887] nvidia: loading out-of-tree module taints kernel.
[    2.216899] nvidia: module license 'NVIDIA' taints kernel.
[    2.216900] Disabling lock debugging due to kernel taint
[    2.221410] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    2.230413] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    2.232771] nvidia-nvlink: Nvlink Core is being initialized, major device number 243
[    2.233032] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[    2.233140] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    2.233251] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  390.77  Tue Jul 10 18:28:52 PDT 2018 (using threaded interrupts)
[    2.235807] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  390.77  Tue Jul 10 22:10:46 PDT 2018
[    2.236629] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    2.236631] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    2.246362] [drm] Memory usable by graphics device = 2048M
[    2.246364] checking generic (d0000000 410000) vs hw (d0000000 10000000)
[    2.246365] fb: switching to inteldrmfb from VESA VGA
[    2.246385] Console: switching to colour dummy device 80x25
[    2.246477] [drm] Replacing VGA console driver
[    2.252062] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.252063] [drm] Driver supports precise vblank timestamp query.
[    2.268093] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.288106] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.288128] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    2.300081] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 1
[    2.300205] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.302202] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    2.302517] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:41/LNXVIDEO:00/input/input12
[    2.303294] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.303499] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13
[    2.424455] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    2.424458] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.424715] hub 1-1:1.0: USB hub found
[    2.424795] hub 1-1:1.0: 6 ports detected
[    2.440042] usb 3-2: New USB device found, idVendor=056a, idProduct=0302
[    2.440045] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.440047] usb 3-2: Product: Intuos PTS
[    2.440049] usb 3-2: Manufacturer: Wacom Co.,Ltd.
[    2.444814] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    2.444816] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.445283] hub 2-1:1.0: USB hub found
[    2.445457] hub 2-1:1.0: 8 ports detected
[    2.523057] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.523087] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.523706] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.523709] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.523711] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.524291] ata2.00: ATA-9: WDC WD7500BPVX-00JC3T0, 01.01A01, max UDMA/133
[    2.524293] ata2.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.524955] ata2.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.524958] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.524960] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.525485] ata2.00: configured for UDMA/133
[    2.534333] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.534335] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.534338] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.544737] ata1.00: ATA-8: RDM-II XM020C, C3M, max UDMA/133
[    2.544739] ata1.00: 46905264 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.554299] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.554301] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.554303] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.564325] ata1.00: configured for UDMA/133
[    2.564564] scsi 0:0:0:0: Direct-Access     ATA      RDM-II XM020C    C3M  PQ: 0 ANSI: 5
[    2.564931] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.565060] sd 0:0:0:0: [sda] 46905264 512-byte logical blocks: (24.0 GB/22.4 GiB)
[    2.565085] sd 0:0:0:0: [sda] Write Protect is off
[    2.565088] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.565126] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.565158] scsi 1:0:0:0: Direct-Access     ATA      WDC WD7500BPVX-0 1A01 PQ: 0 ANSI: 5
[    2.565370] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    2.565385] sd 1:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
[    2.565389] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.565405] sd 1:0:0:0: [sdb] Write Protect is off
[    2.565407] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.565486] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.565881]  sda: sda1 sda2 < sda5 >
[    2.566373] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.568040] usb 3-3: new high-speed USB device number 3 using xhci_hcd
[    2.572102] fbcon: inteldrmfb (fb0) is primary device
[    2.572151] Console: switching to colour frame buffer device 170x48
[    2.572172] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.712044] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
[    2.724696] usb 3-3: New USB device found, idVendor=5986, idProduct=0295
[    2.724698] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.724700] usb 3-3: Product: Lenovo EasyCamera
[    2.724701] usb 3-3: Manufacturer: Vimicro corp.
[    2.729771] hidraw: raw HID events driver (C) Jiri Kosina
[    2.739493] usbcore: registered new interface driver usbhid
[    2.739495] usbhid: USB HID core driver
[    2.743179] input: Wacom Intuos PT S Pen as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:056A:0302.0001/input/input14
[    2.743332] wacom 0003:056A:0302.0001: hidraw0: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PTS] on usb-0000:00:14.0-2/input0
[    2.743461] input: Wacom Intuos PT S Finger as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:056A:0302.0002/input/input18
[    2.743582] input: Wacom Intuos PT S Pad as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:056A:0302.0002/input/input19
[    2.743705] wacom 0003:056A:0302.0002: hidraw1: USB HID v1.10 Device [Wacom Co.,Ltd. Intuos PTS] on usb-0000:00:14.0-2/input1
[    2.822908] usb 1-1.3: New USB device found, idVendor=058f, idProduct=6366
[    2.822911] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.822913] usb 1-1.3: Product: Flash Card Reader/Writer
[    2.822914] usb 1-1.3: Manufacturer: Generic
[    2.822915] usb 1-1.3: SerialNumber: 058F63666435
[    2.826568] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[    2.826716] scsi host6: usb-storage 1-1.3:1.0
[    2.826788] usbcore: registered new interface driver usb-storage
[    2.828082] usbcore: registered new interface driver uas
[    2.908121] tsc: Refined TSC clocksource calibration: 1696.147 MHz
[    2.908141] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1872ef8535c, max_idle_ns: 440795255355 ns
[    2.934509]  sdb: sdb1
[    2.935213] sd 1:0:0:0: [sdb] Attached SCSI disk
[    3.164237] psmouse serio4: synaptics: queried max coordinates: x [..5664], y [..4682]
[    3.198036] psmouse serio4: synaptics: queried min coordinates: x [1278..], y [1172..]
[    3.210321] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.266358] psmouse serio4: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x123c00/0x0, board id: 1800, fw id: 1087391
[    3.306252] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input11
[    3.390111] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.401743] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    3.420673] systemd[1]: Detected architecture x86-64.
[    3.423127] systemd[1]: Set hostname to <outpost>.
[    3.610637] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.610849] systemd[1]: Created slice System Slice.
[    3.610987] systemd[1]: Listening on udev Control Socket.
[    3.611070] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.611166] systemd[1]: Listening on udev Kernel Socket.
[    3.611235] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    3.611380] systemd[1]: Created slice User and Session Slice.
[    3.640594] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    3.679441] lp: driver loaded but no devices found
[    3.690871] ppdev: user-space parallel port driver
[    3.738060] systemd-journald[286]: Received request to flush runtime journal from PID 1
[    3.940133] clocksource: Switched to clocksource tsc
[    3.948941] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input20
[    3.965082] scsi 6:0:0:0: Direct-Access     Multiple Card  Reader     1.00 PQ: 0 ANSI: 0
[    3.965425] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    3.979169] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.991024] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 240
[    3.999998] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20170831/utaddress-247)
[    4.000007] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.000011] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170831/utaddress-247)
[    4.000018] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20170831/utaddress-247)
[    4.000023] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.000033] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170831/utaddress-247)
[    4.000039] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20170831/utaddress-247)
[    4.000044] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.000046] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170831/utaddress-247)
[    4.000051] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB.PCI0.PEG0.PEGP.GPIO) (20170831/utaddress-247)
[    4.000056] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.000057] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    4.015111] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.038204] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.085467] Intel(R) Wireless WiFi driver for Linux
[    4.085469] Copyright(c) 2003- 2015 Intel Corporation
[    4.085713] iwlwifi 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    4.098381] iwlwifi 0000:04:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[    4.119075] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    4.119077] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    4.119078] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.119079] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[    4.132720] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    4.132741] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[    4.132743] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    4.132746] iwlwifi 0000:04:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
[    4.136329] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170831/nsarguments-100)
[    4.213070] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    4.214189] kvm: disabled by bios
[    4.271036] intel_rapl: Found RAPL domain package
[    4.271038] intel_rapl: Found RAPL domain core
[    4.271039] intel_rapl: Found RAPL domain uncore
[    4.292278] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.329650] snd_hda_codec_conexant hdaudioC0D0: CX20590: BIOS auto-probing.
[    4.330115] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20590: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
[    4.330118] snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.330121] snd_hda_codec_conexant hdaudioC0D0:    hp_outs=1 (0x19/0x0/0x0/0x0/0x0)
[    4.330123] snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
[    4.330124] snd_hda_codec_conexant hdaudioC0D0:    inputs:
[    4.330127] snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x23
[    4.330129] snd_hda_codec_conexant hdaudioC0D0:      Mic=0x1a
[    4.331219] snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable communication
[    4.345526] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
[    4.345604] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
[    4.345675] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
[    4.356910] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[    4.413682] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[    4.720028] Adding 8241148k swap on /dev/sda5.  Priority:-2 extents:1 across:8241148k SSFS
[    4.873392] random: crng init done
[    4.873398] random: 7 urandom warning(s) missed due to ratelimiting
[    4.966289] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    5.053421] audit: type=1400 audit(1545168069.573:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=696 comm="apparmor_parser"
[    5.053427] audit: type=1400 audit(1545168069.573:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=696 comm="apparmor_parser"
[    5.053430] audit: type=1400 audit(1545168069.573:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=696 comm="apparmor_parser"
[    5.055178] audit: type=1400 audit(1545168069.573:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=693 comm="apparmor_parser"
[    5.055183] audit: type=1400 audit(1545168069.573:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=693 comm="apparmor_parser"
[    5.055187] audit: type=1400 audit(1545168069.573:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=693 comm="apparmor_parser"
[    5.055190] audit: type=1400 audit(1545168069.573:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=693 comm="apparmor_parser"
[    5.055193] audit: type=1400 audit(1545168069.573:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=697 comm="apparmor_parser"
[    5.056381] audit: type=1400 audit(1545168069.577:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=692 comm="apparmor_parser"
[    5.056386] audit: type=1400 audit(1545168069.577:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=692 comm="apparmor_parser"
[    5.082114] media: Linux media interface: v0.10
[    5.093228] Linux video capture interface: v2.00
[    5.224326] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:0295)
[    5.224978] uvcvideo 3-3:1.0: Entity type for entity Processing 2 was not initialized!
[    5.224980] uvcvideo 3-3:1.0: Entity type for entity Camera 1 was not initialized!
[    5.224982] uvcvideo 3-3:1.0: Entity type for entity Extension 4 was not initialized!
[    5.225063] input: Lenovo EasyCamera: Lenovo EasyC as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input24
[    5.225141] usbcore: registered new interface driver uvcvideo
[    5.225142] USB Video Class driver (1.1.1)
[    5.898081] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    6.113903] r8169 0000:03:00.0 enp3s0: link down
[    6.113987] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[    6.118580] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[    6.131705] iwlwifi 0000:04:00.0: Radio type=0x2-0x0-0x0
[    6.405337] iwlwifi 0000:04:00.0: Radio type=0x2-0x0-0x0
[    6.469547] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[    6.553336] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[    7.031947] wlp4s0: authenticate with 8c:f8:13:0e:50:70
[    7.035997] wlp4s0: send auth to 8c:f8:13:0e:50:70 (try 1/3)
[    7.038974] wlp4s0: authenticated
[    7.040083] wlp4s0: associate with 8c:f8:13:0e:50:70 (try 1/3)
[    7.044940] wlp4s0: RX AssocResp from 8c:f8:13:0e:50:70 (capab=0x431 status=0 aid=5)
[    7.052669] wlp4s0: associated
[    8.067931] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[   10.520097] kauditd_printk_skb: 18 callbacks suppressed
[   10.520099] audit: type=1400 audit(1545168075.041:30): apparmor="DENIED" operation="open" profile="/usr/sbin/cups-browsed" name="/usr/share/cups/locale/" pid=903 comm="cups-browsed" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[   10.520386] audit: type=1400 audit(1545168075.041:31): apparmor="DENIED" operation="open" profile="/usr/sbin/cups-browsed" name="/usr/share/locale/" pid=903 comm="cups-browsed" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
stefan@outpost:~$