You are not logged in.

#1 2019-01-18 23:50:02

archRook13
Member
Registered: 2019-01-18
Posts: 4

[SOLVED]"iw reg get" outputs two country codes

Lately i have been experiencing slow wifi speeds on my Arch system. After reading this thread

i realised  the ouput of "iw reg get" was country 00: DFS-UNSET, and after adding a module option on /etc/modprobe.d "iw reg get" now shows two reg domains

global
country CO: DFS-FCC
	(2402 - 2482 @ 40), (N/A, 20), (N/A)
	(5170 - 5250 @ 80), (N/A, 17), (N/A), AUTO-BW
	(5250 - 5330 @ 80), (N/A, 24), (0 ms), DFS, AUTO-BW
	(5490 - 5730 @ 160), (N/A, 24), (0 ms), DFS
	(5735 - 5835 @ 80), (N/A, 30), (N/A)

phy#0 (self-managed)
country 00: DFS-UNSET
	(2402 - 2437 @ 40), (6, 22), (N/A), AUTO-BW, NO-HT40MINUS, NO-80MHZ, NO-160MHZ
	(2422 - 2462 @ 40), (6, 22), (N/A), AUTO-BW, NO-80MHZ, NO-160MHZ
	(2447 - 2472 @ 40), (6, 22), (N/A), AUTO-BW, NO-HT40PLUS, NO-80MHZ, NO-160MHZ
	(2457 - 2482 @ 40), (6, 22), (N/A), AUTO-BW, IR-CONCURRENT, NO-HT40PLUS, NO-80MHZ, NO-160MHZ, PASSIVE-SCAN
	(5170 - 5190 @ 80), (6, 22), (N/A), NO-OUTDOOR, AUTO-BW, IR-CONCURRENT, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5190 - 5210 @ 80), (6, 22), (N/A), NO-OUTDOOR, AUTO-BW, IR-CONCURRENT, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5210 - 5230 @ 80), (6, 22), (N/A), NO-OUTDOOR, AUTO-BW, IR-CONCURRENT, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5230 - 5250 @ 80), (6, 22), (N/A), NO-OUTDOOR, AUTO-BW, IR-CONCURRENT, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5250 - 5270 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5270 - 5290 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5290 - 5310 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5310 - 5330 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5490 - 5510 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5510 - 5530 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5530 - 5550 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5550 - 5570 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5570 - 5590 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5590 - 5610 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5610 - 5630 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5630 - 5650 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5650 - 5670 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5670 - 5690 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5690 - 5710 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5710 - 5730 @ 80), (6, 22), (0 ms), DFS, AUTO-BW, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5735 - 5755 @ 80), (6, 22), (N/A), AUTO-BW, IR-CONCURRENT, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5755 - 5775 @ 80), (6, 22), (N/A), AUTO-BW, IR-CONCURRENT, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5775 - 5795 @ 80), (6, 22), (N/A), AUTO-BW, IR-CONCURRENT, NO-HT40MINUS, NO-160MHZ, PASSIVE-SCAN
	(5795 - 5815 @ 80), (6, 22), (N/A), AUTO-BW, IR-CONCURRENT, NO-HT40PLUS, NO-160MHZ, PASSIVE-SCAN
	(5815 - 5835 @ 20), (6, 22), (N/A), AUTO-BW, IR-CONCURRENT, NO-HT40MINUS, NO-HT40PLUS, NO-80MHZ, NO-160MHZ, PASSIVE-SCAN

dmesg | grep cfg80211 says this:

[    6.678355] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.741454] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'

Adding the module option was the last thing i did ofc. I tried all the things the wiki suggests

i  would like some help :)

Last edited by archRook13 (2019-01-19 05:51:24)

Offline

#2 2019-01-19 00:02:02

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: [SOLVED]"iw reg get" outputs two country codes

Please use [ code ] tags (not quote tags) when posting output.

https://wiki.archlinux.org/index.php/Co … s_and_code
https://bbs.archlinux.org/help.php#bbcode

Offline

#3 2019-01-19 00:19:47

archRook13
Member
Registered: 2019-01-18
Posts: 4

Re: [SOLVED]"iw reg get" outputs two country codes

Ok, after rebooting now dmesg | grep cfg80211 shows this:

[    6.305902] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.375449] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.382698] WARNING: CPU: 1 PID: 22 at net/wireless/reg.c:1027 regdb_fw_cb+0x42/0xa0 [cfg80211]
[    6.382701] Modules linked in: videobuf2_memops btbcm snd_hwdep btintel videobuf2_v4l2 mtd iTCO_wdt crct10dif_pclmul crc32_pclmul iTCO_vendor_support ghash_clmulni_intel videobuf2_common bluetooth nls_iso8859_1 snd_pcm cfg80211(+) nls_cp437 videodev vfat fat aesni_intel snd_timer aes_x86_64 crypto_simd cryptd glue_helper psmouse intel_cstate snd rtsx_pci_ms input_leds pcspkr media mei_txe memstick ecdh_generic mei intel_xhci_usb_role_switch processor_thermal_device i2c_i801 ideapad_laptop sparse_keymap intel_soc_dts_iosf roles soundcore lpc_ich nf_log_ipv6 pwm_lpss_platform rfkill ip6t_REJECT nf_reject_ipv6 pwm_lpss xt_hl wmi battery ip6t_rt int3403_thermal evdev int3400_thermal mac_hid intel_int0002_vgpio acpi_thermal_rel int340x_thermal_zone nf_log_ipv4 pcc_cpufreq nf_log_common ac ipt_REJECT nf_reject_ipv4 xt_LOG xt_comment xt_recent xt_limit xt_addrtype xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp
[    6.382817] RIP: 0010:regdb_fw_cb+0x42/0xa0 [cfg80211]

Offline

#4 2019-01-19 01:15:04

loqs
Member
Registered: 2014-03-06
Posts: 17,378

Re: [SOLVED]"iw reg get" outputs two country codes

What is the full output of dmesg?  https://elixir.bootlin.com/linux/v4.20. … eg.c#L1027
What is the full dmesg when you use /etc/conf.d/wireless-regdom instead of passing an option to the cfg80211 module?

Offline

#5 2019-01-19 01:43:39

archRook13
Member
Registered: 2019-01-18
Posts: 4

Re: [SOLVED]"iw reg get" outputs two country codes

What is the full output of dmesg?  https://elixir.bootlin.com/linux/v4.20. … eg.c#L1027
What is the full dmesg when you use /etc/conf.d/wireless-regdom instead of passing an option to the cfg80211 module?

/net/wireless/reg.c doesn't exist on my system, neither those parent folders.
Full dmesg:

[    0.000000] Linux version 4.20.3-arch1-1-ARCH (builduser@heftig-25602) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Wed Jan 16 22:38:58 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f3c1a1e8-5d19-4781-9b54-e4ff3e8c5d92 rw quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x00000000764f1fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000764f2000-0x00000000766f1fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000766f2000-0x00000000773f1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000773f2000-0x0000000077541fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000077542000-0x0000000077581fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000077582000-0x0000000077ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by Phoenix Technologies Ltd.
[    0.000000] efi:  ESRT=0x76875000  ACPI=0x77581000  ACPI 2.0=0x77581014  SMBIOS=0x773dd000 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 80S6/N22, BIOS 0YCN24CO 05/03/2017
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.000464] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000467] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000479] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000484] MTRR default type: uncachable
[    0.000486] MTRR fixed ranges enabled:
[    0.000488]   00000-9FFFF write-back
[    0.000490]   A0000-BFFFF uncachable
[    0.000491]   C0000-FFFFF write-protect
[    0.000493] MTRR variable ranges enabled:
[    0.000495]   0 base 0FFA00000 mask FFFA00000 write-protect
[    0.000497]   1 base 000000000 mask F80000000 write-back
[    0.000499]   2 base 07E000000 mask FFE000000 uncachable
[    0.000501]   3 base 07D000000 mask FFF000000 uncachable
[    0.000503]   4 base 07C800000 mask FFF800000 uncachable
[    0.000505]   5 base 07C400000 mask FFFC00000 uncachable
[    0.000506]   6 base 100000000 mask F80000000 write-back
[    0.000507]   7 disabled
[    0.000669] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000809] last_pfn = 0x78000 max_arch_pfn = 0x400000000
[    0.019904] esrt: Reserving ESRT space from 0x0000000076875000 to 0x0000000076875038.
[    0.019925] check: Scanning 1 areas for low memory corruption
[    0.019931] Base memory trampoline at [(____ptrval____)] 97000 size 24576
[    0.019940] BRK [0x25001000, 0x25001fff] PGTABLE
[    0.019943] BRK [0x25002000, 0x25002fff] PGTABLE
[    0.019945] BRK [0x25003000, 0x25003fff] PGTABLE
[    0.020023] BRK [0x25004000, 0x25004fff] PGTABLE
[    0.020028] BRK [0x25005000, 0x25005fff] PGTABLE
[    0.020396] BRK [0x25006000, 0x25006fff] PGTABLE
[    0.020488] BRK [0x25007000, 0x25007fff] PGTABLE
[    0.020587] Secure boot could not be determined
[    0.020589] RAMDISK: [mem 0x36975000-0x374b1fff]
[    0.020599] ACPI: Early table checksum verification disabled
[    0.020606] ACPI: RSDP 0x0000000077581014 000024 (v02 LENOVO)
[    0.020611] ACPI: XSDT 0x0000000077581170 00009C (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020620] ACPI: FACP 0x000000007757E000 00010C (v05 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020628] ACPI: DSDT 0x0000000077570000 0091E3 (v02 LENOVO EDK2     00000003 CHV  0100000D)
[    0.020634] ACPI: FACS 0x00000000774E7000 000040
[    0.020638] ACPI: FACS 0x00000000774E7000 000040
[    0.020642] ACPI: UEFI 0x0000000077580000 000042 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020647] ACPI: MCFG 0x000000007757C000 00003C (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020652] ACPI: SSDT 0x000000007757B000 0005E0 (v01 LENOVO CpuDptf  00000003 CHV  0100000D)
[    0.020657] ACPI: SSDT 0x000000007757A000 000B0B (v01 LENOVO DptfTab  00000003 CHV  0100000D)
[    0.020662] ACPI: SSDT 0x000000007756F000 000763 (v01 LENOVO CpuPm    00003000 INTL 20120711)
[    0.020667] ACPI: SSDT 0x000000007756E000 000290 (v01 LENOVO Cpu0Tst  00003000 INTL 20120711)
[    0.020672] ACPI: SSDT 0x000000007756D000 00017A (v01 LENOVO ApTst    00003000 INTL 20120711)
[    0.020677] ACPI: APIC 0x000000007757D000 000084 (v03 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020682] ACPI: UEFI 0x000000007756C000 000042 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020687] ACPI: MSDM 0x00000000774E6000 000055 (v03 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020691] ACPI: BATB 0x000000007756B000 000046 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020696] ACPI: FPDT 0x000000007756A000 000064 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020701] ACPI: UEFI 0x0000000077569000 000102 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020706] ACPI: tCSR 0x000000007757F000 00014C (v00 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020718] ACPI: Local APIC address 0xfee00000
[    0.020893] No NUMA configuration found
[    0.020895] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.020901] NODE_DATA(0) allocated [mem 0x17fffa000-0x17fffdfff]
[    0.020942] Zone ranges:
[    0.020944]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.020946]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.020948]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.020950]   Device   empty
[    0.020951] Movable zone start for each node
[    0.020953] Early memory node ranges
[    0.020954]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.020956]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[    0.020957]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.020958]   node   0: [mem 0x0000000020200000-0x00000000764f1fff]
[    0.020960]   node   0: [mem 0x0000000077582000-0x0000000077ffffff]
[    0.020961]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.021118] Zeroed struct page in unavailable ranges: 4853 pages
[    0.021120] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.021123] On node 0 totalpages: 1010955
[    0.021125]   DMA zone: 64 pages used for memmap
[    0.021126]   DMA zone: 22 pages reserved
[    0.021128]   DMA zone: 3995 pages, LIFO batch:0
[    0.022167]   DMA32 zone: 7542 pages used for memmap
[    0.022169]   DMA32 zone: 482672 pages, LIFO batch:63
[    0.046636]   Normal zone: 8192 pages used for memmap
[    0.046638]   Normal zone: 524288 pages, LIFO batch:63
[    0.069977] Reserving Intel graphics memory at [mem 0x7c800000-0x7e7fffff]
[    0.070195] ACPI: PM-Timer IO Port: 0x408
[    0.070200] ACPI: Local APIC address 0xfee00000
[    0.070213] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.070215] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.070216] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.070218] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.070237] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    0.070241] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.070243] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.070246] ACPI: IRQ0 used by override.
[    0.070247] ACPI: IRQ9 used by override.
[    0.070250] Using ACPI (MADT) for SMP configuration information
[    0.070255] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.070301] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.070305] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.070308] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.070309] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.070312] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.070315] PM: Registered nosave memory: [mem 0x764f2000-0x766f1fff]
[    0.070317] PM: Registered nosave memory: [mem 0x766f2000-0x773f1fff]
[    0.070318] PM: Registered nosave memory: [mem 0x773f2000-0x77541fff]
[    0.070319] PM: Registered nosave memory: [mem 0x77542000-0x77581fff]
[    0.070322] PM: Registered nosave memory: [mem 0x78000000-0x7c7fffff]
[    0.070324] PM: Registered nosave memory: [mem 0x7c800000-0x7e7fffff]
[    0.070325] PM: Registered nosave memory: [mem 0x7e800000-0xdfffffff]
[    0.070326] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.070327] PM: Registered nosave memory: [mem 0xe4000000-0xfe9fffff]
[    0.070329] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.070330] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.070331] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.070332] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.070334] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.070335] PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.070336] PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.070337] PM: Registered nosave memory: [mem 0xfed04000-0xfed05fff]
[    0.070338] PM: Registered nosave memory: [mem 0xfed06000-0xfed06fff]
[    0.070340] PM: Registered nosave memory: [mem 0xfed07000-0xfed07fff]
[    0.070341] PM: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
[    0.070342] PM: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
[    0.070343] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.070345] PM: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
[    0.070346] PM: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
[    0.070347] PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[    0.070348] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.070349] PM: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.070353] [mem 0x7e800000-0xdfffffff] available for PCI devices
[    0.070357] Booting paravirtualized kernel on bare hardware
[    0.070361] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.274380] random: get_random_bytes called from start_kernel+0x95/0x548 with crng_init=0
[    0.274399] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.275268] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u524288
[    0.275283] pcpu-alloc: s147456 r8192 d28672 u524288 alloc=1*2097152
[    0.275285] pcpu-alloc: [0] 0 1 2 3 
[    0.275326] Built 1 zonelists, mobility grouping on.  Total pages: 995135
[    0.275328] Policy zone: Normal
[    0.275331] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f3c1a1e8-5d19-4781-9b54-e4ff3e8c5d92 rw quiet
[    0.297829] Calgary: detecting Calgary via BIOS EBDA area
[    0.297833] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.326390] Memory: 3810008K/4043820K available (12293K kernel code, 1268K rwdata, 3688K rodata, 1536K init, 3936K bss, 233812K reserved, 0K cma-reserved)
[    0.326780] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.326793] Kernel/User page tables isolation: enabled
[    0.326824] ftrace: allocating 35803 entries in 140 pages
[    0.345652] rcu: Preemptible hierarchical RCU implementation.
[    0.345655] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.345656] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.345658] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.345659] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.345660] 	Tasks RCU enabled.
[    0.345662] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.345663] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.348631] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.348858] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.348947] Console: colour dummy device 80x25
[    0.348954] printk: console [tty0] enabled
[    0.349004] ACPI: Core revision 20181003
[    0.349274] APIC: Switch to symmetric I/O mode setup
[    0.351226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.365909] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    0.365929] Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.33 BogoMIPS (lpj=5333333)
[    0.365933] pid_max: default: 32768 minimum: 301
[    0.367876] LSM: Security Framework initializing
[    0.367880] Yama: becoming mindful.
[    0.367891] AppArmor: AppArmor disabled by boot time parameter
[    0.369582] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.370477] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.370560] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.370590] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.371014] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.371016] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.371031] mce: CPU supports 6 MCE banks
[    0.371041] CPU0: Thermal monitoring enabled (TM1)
[    0.371046] process: using mwait in idle threads
[    0.371052] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.371054] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.371057] Spectre V2 : Mitigation: Full generic retpoline
[    0.371059] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.371278] Freeing SMP alternatives memory: 28K
[    0.377686] TSC deadline timer enabled
[    0.377691] smpboot: CPU0: Intel(R) Celeron(R) CPU  N3060  @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[    0.395932] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.395950] ... version:                3
[    0.395951] ... bit width:              40
[    0.395952] ... generic registers:      2
[    0.395954] ... value mask:             000000ffffffffff
[    0.395955] ... max period:             0000007fffffffff
[    0.395956] ... fixed-purpose events:   3
[    0.395957] ... event mask:             0000000700000003
[    0.402589] rcu: Hierarchical SRCU implementation.
[    0.426034] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.432606] smp: Bringing up secondary CPUs ...
[    0.472621] x86: Booting SMP configuration:
[    0.472624] .... node  #0, CPUs:      #1
[    0.473462] smp: Brought up 1 node, 2 CPUs
[    0.473462] smpboot: Max logical packages: 2
[    0.473462] smpboot: Total of 2 processors activated (6402.66 BogoMIPS)
[    0.473711] devtmpfs: initialized
[    0.473711] x86/mm: Memory block size: 128MB
[    0.473711] PM: Registering ACPI NVS region [mem 0x00058000-0x00058fff] (4096 bytes)
[    0.473711] PM: Registering ACPI NVS region [mem 0x773f2000-0x77541fff] (1376256 bytes)
[    0.476107] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.476107] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.476107] pinctrl core: initialized pinctrl subsystem
[    0.476252] RTC time:  1:29:15, date: 01/19/19
[    0.476518] NET: Registered protocol family 16
[    0.476665] audit: initializing netlink subsys (disabled)
[    0.476724] audit: type=2000 audit(1547861355.129:1): state=initialized audit_enabled=0 res=1
[    0.476724] cpuidle: using governor ladder
[    0.476724] cpuidle: using governor menu
[    0.476724] ACPI: bus type PCI registered
[    0.476724] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.476724] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.476724] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.476724] PCI: Using configuration type 1 for base access
[    0.479343] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.479481] ACPI: Added _OSI(Module Device)
[    0.479483] ACPI: Added _OSI(Processor Device)
[    0.479484] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.479486] ACPI: Added _OSI(Processor Aggregator Device)
[    0.479488] ACPI: Added _OSI(Linux-Dell-Video)
[    0.479489] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.495384] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.500084] ACPI: Dynamic OEM Table Load:
[    0.500096] ACPI: SSDT 0xFFFF9AD4FADBF000 0006B8 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.501092] ACPI: Dynamic OEM Table Load:
[    0.501101] ACPI: SSDT 0xFFFF9AD4FAE3A400 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.502243] ACPI: Dynamic OEM Table Load:
[    0.502251] ACPI: SSDT 0xFFFF9AD4FAE88600 00015F (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.502734] ACPI: Dynamic OEM Table Load:
[    0.502741] ACPI: SSDT 0xFFFF9AD4FAE48A80 00008D (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.503793] ACPI: EC: EC started
[    0.503795] ACPI: EC: interrupt blocked
[    0.719430] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.719434] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.719437] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.719438] ACPI: Interpreter enabled
[    0.719481] ACPI: (supports S0 S3 S4 S5)
[    0.719484] ACPI: Using IOAPIC for interrupt routing
[    0.719558] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.723013] ACPI: Power Resource [USBC] (on)
[    0.729691] ACPI: Power Resource [CLK0] (off)
[    0.729765] ACPI: Power Resource [CLK1] (off)
[    0.734575] ACPI: Power Resource [ID3C] (on)
[    0.740611] ACPI: Power Resource [FN00] (off)
[    0.741786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.741796] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.741911] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.741936] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.742818] PCI host bridge to bus 0000:00
[    0.742822] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.742825] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.742827] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.742829] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.742832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.742834] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.742836] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.742838] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.742841] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.742853] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    0.743134] pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
[    0.743156] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.743167] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.743175] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x103f]
[    0.743199] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.743417] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[    0.743439] pci 0000:00:0b.0: reg 0x10: [mem 0x91414000-0x91414fff 64bit]
[    0.743683] pci 0000:00:12.0: [8086:2296] type 00 class 0x080501
[    0.743709] pci 0000:00:12.0: reg 0x10: [mem 0x91415000-0x91415fff]
[    0.743808] pci 0000:00:12.0: PME# supported from D0 D3hot
[    0.744037] pci 0000:00:13.0: [8086:22a3] type 00 class 0x010601
[    0.744096] pci 0000:00:13.0: reg 0x20: [io  0x1060-0x107f]
[    0.744107] pci 0000:00:13.0: reg 0x24: [mem 0x9141a000-0x9141a7ff]
[    0.744165] pci 0000:00:13.0: PME# supported from D3hot
[    0.744363] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    0.744392] pci 0000:00:14.0: reg 0x10: [mem 0x91400000-0x9140ffff 64bit]
[    0.744475] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.744709] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    0.744733] pci 0000:00:1a.0: reg 0x10: [mem 0x91300000-0x913fffff]
[    0.744744] pci 0000:00:1a.0: reg 0x14: [mem 0x91200000-0x912fffff]
[    0.744827] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.745068] pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
[    0.745101] pci 0000:00:1b.0: reg 0x10: [mem 0x91410000-0x91413fff 64bit]
[    0.745198] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.745396] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[    0.745500] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.745704] pci 0000:00:1c.1: [8086:22ca] type 01 class 0x060400
[    0.745812] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.746034] pci 0000:00:1c.2: [8086:22cc] type 01 class 0x060400
[    0.746141] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.746369] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    0.746681] pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
[    0.746748] pci 0000:00:1f.3: reg 0x10: [mem 0x9141a800-0x9141a81f]
[    0.746862] pci 0000:00:1f.3: reg 0x20: [io  0x1040-0x105f]
[    0.747292] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.747414] pci 0000:02:00.0: [10ec:5229] type 00 class 0xff0000
[    0.747456] pci 0000:02:00.0: reg 0x10: [mem 0x91100000-0x91100fff]
[    0.747658] pci 0000:02:00.0: supports D1 D2
[    0.747660] pci 0000:02:00.0: PME# supported from D1 D2 D3hot
[    0.747848] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.747856] pci 0000:00:1c.1:   bridge window [mem 0x91100000-0x911fffff]
[    0.747983] pci 0000:03:00.0: [8086:3166] type 00 class 0x028000
[    0.748060] pci 0000:03:00.0: reg 0x10: [mem 0x91000000-0x91001fff 64bit]
[    0.748331] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.748603] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.748611] pci 0000:00:1c.2:   bridge window [mem 0x91000000-0x910fffff]
[    0.776308] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.776485] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.776659] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.776835] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.777010] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.777185] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.777359] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.777534] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.778495] ACPI: EC: interrupt unblocked
[    0.778495] ACPI: EC: event unblocked
[    0.778495] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.778495] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.778495] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.778495] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.778495] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.778495] vgaarb: loaded
[    0.778495] ACPI: bus type USB registered
[    0.778495] usbcore: registered new interface driver usbfs
[    0.778495] usbcore: registered new interface driver hub
[    0.779257] usbcore: registered new device driver usb
[    0.779257] pps_core: LinuxPPS API ver. 1 registered
[    0.779257] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.779257] PTP clock support registered
[    0.779257] EDAC MC: Ver: 3.0.0
[    0.782629] Registered efivars operations
[    0.799294] PCI: Using ACPI for IRQ routing
[    0.801894] PCI: pci_cache_line_size set to 64 bytes
[    0.801965] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.801967] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    0.801969] e820: reserve RAM buffer [mem 0x764f2000-0x77ffffff]
[    0.802154] NetLabel: Initializing
[    0.802156] NetLabel:  domain hash size = 128
[    0.802157] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.802179] NetLabel:  unlabeled traffic allowed by default
[    0.803076] clocksource: Switched to clocksource tsc-early
[    0.824577] VFS: Disk quotas dquot_6.6.0
[    0.824610] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.824753] pnp: PnP ACPI init
[    0.849902] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.849906] system 00:00: [io  0x0400-0x047f] has been reserved
[    0.849908] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.849919] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.850060] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.850140] pnp 00:02: Plug and Play ACPI device, IDs SYN2f02 SYN0000 PNP0f13 (active)
[    0.853139] system 00:03: [mem 0x91418000-0x91418fff] has been reserved
[    0.853142] system 00:03: [mem 0x91416000-0x91416fff] has been reserved
[    0.853151] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.853335] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.853338] system 00:04: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.853341] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.853348] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.853351] system 00:04: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.853354] system 00:04: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.853356] system 00:04: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.853359] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.853362] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.853369] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.853776] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.854166] pnp: PnP ACPI: found 6 devices
[    0.861807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.861833] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.861838] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.861841] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.861873] pci 0000:00:1c.0: BAR 14: assigned [mem 0x91500000-0x916fffff]
[    0.861881] pci 0000:00:1c.0: BAR 15: assigned [mem 0x91700000-0x918fffff 64bit pref]
[    0.861886] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.861890] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.861894] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.861900] pci 0000:00:1c.0:   bridge window [mem 0x91500000-0x916fffff]
[    0.861905] pci 0000:00:1c.0:   bridge window [mem 0x91700000-0x918fffff 64bit pref]
[    0.861913] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.861919] pci 0000:00:1c.1:   bridge window [mem 0x91100000-0x911fffff]
[    0.861929] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.861935] pci 0000:00:1c.2:   bridge window [mem 0x91000000-0x910fffff]
[    0.861945] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.861947] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.861950] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.861952] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.861954] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.861956] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.861958] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.861961] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[    0.861963] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.861965] pci_bus 0000:01: resource 1 [mem 0x91500000-0x916fffff]
[    0.861968] pci_bus 0000:01: resource 2 [mem 0x91700000-0x918fffff 64bit pref]
[    0.861970] pci_bus 0000:02: resource 1 [mem 0x91100000-0x911fffff]
[    0.861973] pci_bus 0000:03: resource 1 [mem 0x91000000-0x910fffff]
[    0.862208] NET: Registered protocol family 2
[    0.862608] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[    0.862651] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.862775] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.862920] TCP: Hash tables configured (established 32768 bind 32768)
[    0.863025] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.863064] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.863195] NET: Registered protocol family 1
[    0.863206] NET: Registered protocol family 44
[    0.863229] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.863675] PCI: CLS 64 bytes, default 64
[    0.863762] Unpacking initramfs...
[    1.083496] Freeing initrd memory: 11508K
[    1.083503] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.083506] software IO TLB: mapped [mem 0x6ee37000-0x72e37000] (64MB)
[    1.083570] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    1.083610] clocksource: Switched to clocksource tsc
[    1.083753] check: Scanning for low memory corruption every 60 seconds
[    1.084720] Initialise system trusted keyrings
[    1.084743] Key type blacklist registered
[    1.084863] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[    1.087408] zbud: loaded
[    1.157893] Key type asymmetric registered
[    1.157897] Asymmetric key parser 'x509' registered
[    1.157920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.161352] io scheduler noop registered
[    1.161354] io scheduler deadline registered
[    1.161428] io scheduler cfq registered (default)
[    1.161430] io scheduler mq-deadline registered
[    1.161431] io scheduler kyber registered
[    1.161510] io scheduler bfq registered
[    1.162396] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.162546] efifb: probing for efifb
[    1.162571] efifb: No BGRT, not showing boot graphics
[    1.162573] efifb: framebuffer at 0x80000000, using 4160k, total 4160k
[    1.162575] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    1.162576] efifb: scrolling: redraw
[    1.162578] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.162734] fbcon: Deferring console take-over
[    1.162736] fb0: EFI VGA frame buffer device
[    1.162757] intel_idle: MWAIT substates: 0x33000020
[    1.162759] intel_idle: v0.4.1 model 0x4C
[    1.162960] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.163092] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.163109] ACPI: Lid Switch [LID0]
[    1.163171] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.163202] ACPI: Power Button [PWRB]
[    1.163266] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.163285] ACPI: Power Button [PWRF]
[    1.168380] thermal LNXTHERM:00: registered as thermal_zone0
[    1.168383] ACPI: Thermal Zone [TZ01] (27 C)
[    1.168728] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.189389] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.192083] usbcore: registered new interface driver usbserial_generic
[    1.192104] usbserial: USB Serial support registered for generic
[    1.192195] rtc_cmos 00:05: RTC can wake from S4
[    1.192470] rtc_cmos 00:05: registered as rtc0
[    1.192510] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
[    1.192660] intel_pstate: Intel P-state driver initializing
[    1.192928] ledtrig-cpu: registered to indicate activity on CPUs
[    1.195105] NET: Registered protocol family 10
[    1.229182] Segment Routing with IPv6
[    1.229314] NET: Registered protocol family 17
[    1.230416] RAS: Correctable Errors collector initialized.
[    1.230556] microcode: sig=0x406c4, pf=0x1, revision=0x404
[    1.231026] microcode: Microcode Update Driver: v2.2.
[    1.231058] sched_clock: Marking stable (1233972108, -2978386)->(1234772138, -3778416)
[    1.233986] registered taskstats version 1
[    1.234033] Loading compiled-in X.509 certificates
[    1.252491] Loaded X.509 cert 'Build time autogenerated kernel key: df2966addbd7cbc7c222072b1e397c0434a3bb1d'
[    1.252646] zswap: loaded using pool lzo/zbud
[    1.272091] Key type big_key registered
[    1.273178]   Magic number: 3:425:458
[    1.273639] rtc_cmos 00:05: setting system clock to 2019-01-19 01:29:16 UTC (1547861356)
[    1.284094] Freeing unused decrypted memory: 2040K
[    1.285080] Freeing unused kernel image memory: 1536K
[    1.306272] Write protecting the kernel read-only data: 18432k
[    1.308476] Freeing unused kernel image memory: 2016K
[    1.309231] Freeing unused kernel image memory: 408K
[    1.333619] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.333814] x86/mm: Checking user space page tables
[    1.353770] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.353774] Run /init as init process
[    1.462691] fbcon: Taking over console
[    1.462886] Console: switching to colour frame buffer device 170x48
[    1.482619] Linux agpgart interface v0.103
[    1.561748] VFIO - User Level meta-driver version: 0.3
[    1.659346] checking generic (80000000 410000) vs hw (80000000 10000000)
[    1.659350] fb0: switching to inteldrmfb from EFI VGA
[    1.659389] Console: switching to colour dummy device 80x25
[    1.659541] [drm] Replacing VGA console driver
[    1.659668] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.659670] [drm] Driver supports precise vblank timestamp query.
[    1.664332] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.799156] random: fast init done
[    1.860600] [drm] Initialized i915 1.6.0 20180921 for 0000:00:02.0 on minor 0
[    1.862844] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.863374] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.948764] fbcon: inteldrmfb (fb0) is primary device
[    3.208523] Console: switching to colour frame buffer device 170x48
[    3.239037] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.403181] sdhci: Secure Digital Host Controller Interface driver
[    3.403184] sdhci: Copyright(c) Pierre Ossman
[    3.420146] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    3.425640] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    3.427009] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.427079] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.427583] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    3.438439] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.450952] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.475820] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.475834] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.476959] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
[    3.476967] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    3.477815] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    3.477819] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.477822] usb usb1: Product: xHCI Host Controller
[    3.477824] usb usb1: Manufacturer: Linux 4.20.3-arch1-1-ARCH xhci-hcd
[    3.477826] usb usb1: SerialNumber: 0000:00:14.0
[    3.478331] hub 1-0:1.0: USB hub found
[    3.478358] hub 1-0:1.0: 7 ports detected
[    3.481135] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.482435] SCSI subsystem initialized
[    3.482974] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.482983] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.482993] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    3.484251] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
[    3.484256] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.484259] usb usb2: Product: xHCI Host Controller
[    3.484261] usb usb2: Manufacturer: Linux 4.20.3-arch1-1-ARCH xhci-hcd
[    3.484263] usb usb2: SerialNumber: 0000:00:14.0
[    3.484924] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.487229] hub 2-0:1.0: USB hub found
[    3.487259] hub 2-0:1.0: 6 ports detected
[    3.489787] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.490846] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.491885] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.500996] mmc0: new HS200 MMC card at address 0001
[    3.509948] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.513939] libata version 3.00 loaded.
[    3.522187] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    3.522510] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.528507] mmcblk0: mmc0:0001 DF4064 58.2 GiB 
[    3.529007] mmcblk0boot0: mmc0:0001 DF4064 partition 1 4.00 MiB
[    3.529567] ahci 0000:00:13.0: version 3.0
[    3.529583] mmcblk0boot1: mmc0:0001 DF4064 partition 2 4.00 MiB
[    3.530071] mmcblk0rpmb: mmc0:0001 DF4064 partition 3 4.00 MiB, chardev (240:0)
[    3.530401] ahci 0000:00:13.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    3.530407] ahci 0000:00:13.0: flags: 64bit ncq led clo only pio slum part deso sadm sds apst 
[    3.534917] scsi host0: ahci
[    3.539586] scsi host1: ahci
[    3.539843] ata1: SATA max UDMA/133 abar m2048@0x9141a000 port 0x9141a100 irq 118
[    3.539849] ata2: SATA max UDMA/133 abar m2048@0x9141a000 port 0x9141a180 irq 118
[    3.540512] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.541148]  mmcblk0: p1 p2 p3
[    3.544906] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.809438] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    3.856773] ata2: SATA link down (SStatus 4 SControl 300)
[    3.856855] ata1: SATA link down (SStatus 4 SControl 300)
[    3.951635] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
[    3.951641] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.955103] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.079340] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[    4.085772] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[    4.276916] usb 1-5: New USB device found, idVendor=04f2, idProduct=b582, bcdDevice=87.37
[    4.276922] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    4.276925] usb 1-5: Product: Lenovo EasyCamera
[    4.276928] usb 1-5: Manufacturer: Chicony Electronics Co.,Ltd.
[    4.276931] usb 1-5: SerialNumber: 0002
[    4.282916] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.383445] systemd[1]: systemd 240 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)
[    4.400116] systemd[1]: Detected architecture x86-64.
[    4.419721] systemd[1]: Set hostname to <lenovo-arch>.
[    4.607837] systemd[1]: /usr/lib/systemd/system/auditd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
[    4.694718] systemd[1]: Listening on udev Control Socket.
[    4.702690] systemd[1]: Listening on Process Core Dump Socket.
[    4.703066] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.703100] systemd[1]: Reached target Remote File Systems.
[    4.703252] systemd[1]: Listening on udev Kernel Socket.
[    4.705377] systemd[1]: Created slice User and Session Slice.
[    4.759718] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null)
[    4.787793] random: systemd-random-: uninitialized urandom read (512 bytes read)
[    4.792519] audit: type=1130 audit(1547861360.013:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.805693] audit: type=1130 audit(1547861360.026:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.825596] audit: type=1130 audit(1547861360.046:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.855861] audit: type=1130 audit(1547861360.076:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.896119] audit: type=1325 audit(1547861360.116:6): table=filter family=2 entries=0
[    4.898704] audit: type=1130 audit(1547861360.120:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.906112] audit: type=1300 audit(1547861360.116:6): arch=c000003e syscall=175 success=yes exit=0 a0=56031839e7e0 a1=22e1 a2=560316720de6 a3=56031839a010 items=0 ppid=7 pid=257 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" key=(null)
[    4.906122] audit: type=1327 audit(1547861360.116:6): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F66696C746572
[    4.932650] audit: type=1130 audit(1547861360.153:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.959553] systemd-journald[246]: Received request to flush runtime journal from PID 1
[    5.430496] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.440279] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.462688] ACPI: AC Adapter [ADP1] (off-line)
[    5.462776] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.493544] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.535731] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.578657] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    5.583991] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.592718] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.599214] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input6
[    5.614167] kauditd_printk_skb: 67 callbacks suppressed
[    5.614170] audit: type=1130 audit(1547861360.836:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.621771] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.630667] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.636194] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.645304] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    5.645641] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.701695] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.703346] battery: ACPI: Battery Slot [BAT1] (battery present)
[    5.703510] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.781805] media: Linux media interface: v0.10
[    5.824144] cryptd: max_cpu_qlen set to 1000
[    5.874058] Adding 8388604k swap on /dev/mmcblk0p2.  Priority:-2 extents:1 across:8388604k SSFS
[    5.945994] audit: type=1130 audit(1547861361.166:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-D775\x2d7A77 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.982500] SSE version of gcm_enc/dec engaged.
[    6.059434] videodev: Linux video capture interface: v2.00
[    6.066347] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.153997] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.182910] audit: type=1130 audit(1547861361.406:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.187330] audit: type=1130 audit(1547861361.410:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.226651] audit: type=1127 audit(1547861361.446:38): pid=407 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    6.234969] audit: type=1130 audit(1547861361.456:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.250553] iTCO_vendor_support: vendor-support=0
[    6.413053] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    6.413348] iTCO_wdt: Found a Braswell SoC TCO device (Version=3, TCOBASE=0x0460)
[    6.413592] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.413758] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.428098] audit: type=1130 audit(1547861361.650:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.451571] audit: type=1130 audit(1547861361.673:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.461421] audit: type=1130 audit(1547861361.683:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.489478] psmouse serio1: synaptics: queried max coordinates: x [..5788], y [..4966]
[    6.494515] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    6.519137] psmouse serio1: synaptics: queried min coordinates: x [1182..], y [1068..]
[    6.521251] Bluetooth: Core ver 2.22
[    6.521297] NET: Registered protocol family 31
[    6.521299] Bluetooth: HCI device and connection manager initialized
[    6.521306] Bluetooth: HCI socket layer initialized
[    6.521310] Bluetooth: L2CAP socket layer initialized
[    6.521317] Bluetooth: SCO socket layer initialized
[    6.555119] intel-spi intel-spi: w25q64dw (8192 Kbytes)
[    6.559778] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    6.577685] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1c0b1, caps: 0xf00d33/0x240000/0xa2400/0x0, board id: 1146, fw id: 1448502
[    6.580807] audit: type=1130 audit(1547861361.803:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.626290] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
[    6.630248] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.673843] Creating 1 MTD partitions on "intel-spi":
[    6.673850] 0x000000000000-0x000000800000 : "BIOS"
[    6.674420] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.682425] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.683210] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (04f2:b582)
[    6.694447] mousedev: PS/2 mouse device common for all mice
[    6.696378] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[    6.696383] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[    6.696385] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[    6.696511] input: Lenovo EasyCamera: Lenovo EasyC as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input9
[    6.696641] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.697420] usbcore: registered new interface driver uvcvideo
[    6.697422] USB Video Class driver (1.1.1)
[    6.739842] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.743810] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.744597] usbcore: registered new interface driver btusb
[    6.748710] Intel(R) Wireless WiFi driver for Linux
[    6.748712] Copyright(c) 2003- 2015 Intel Corporation
[    6.766893] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.773099] Bluetooth: hci0: read Intel version: 370810011003110e00
[    6.775777] iwlwifi 0000:03:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[    6.778545] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[    6.779731] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    6.781007] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.810043] kvm: disabled by bios
[    6.862389] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    6.862394] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.862397] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    6.862399] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.862400] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.862403] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    6.862406] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    6.925591] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.960477] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.961907] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    6.962409] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    6.962520] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    6.962680] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    6.976120] kvm: disabled by bios
[    6.988022] random: python2: uninitialized urandom read (2500 bytes read)
[    7.033963] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    7.100081] Bluetooth: hci0: Intel firmware patch completed and activated
[    7.128872] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[    7.134187] intel_rapl: Found RAPL domain package
[    7.134192] intel_rapl: Found RAPL domain core
[    7.150139] iwlwifi 0000:03:00.0: base HW address: 7c:67:a2:3d:6a:44
[    7.182757] NET: Registered protocol family 3
[    7.229362] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    7.229864] thermal thermal_zone6: failed to read out thermal zone (-61)
[    7.236082] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[    8.835447] random: crng init done
[    8.835463] random: 4 urandom warning(s) missed due to ratelimiting
[   12.202080] kauditd_printk_skb: 5 callbacks suppressed
[   12.202083] audit: type=1006 audit(1547861367.423:49): pid=457 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   12.231626] audit: type=1131 audit(1547861367.453:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.261493] audit: type=1130 audit(1547861367.483:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.286101] audit: type=1006 audit(1547861367.506:52): pid=472 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   12.395261] audit: type=1130 audit(1547861367.616:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.157381] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   17.592879] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   17.776208] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   18.838177] fuse init (API version 7.28)
[   25.569156] wlp3s0: authenticate with cc:03:fa:40:e4:40
[   25.576128] wlp3s0: send auth to cc:03:fa:40:e4:40 (try 1/3)
[   25.686299] wlp3s0: send auth to cc:03:fa:40:e4:40 (try 2/3)
[   25.688599] wlp3s0: authenticated
[   25.690370] iwlwifi 0000:03:00.0 wlp3s0: disabling HT as WMM/QoS is not supported by the AP
[   25.690384] iwlwifi 0000:03:00.0 wlp3s0: disabling VHT as WMM/QoS is not supported by the AP
[   25.693145] wlp3s0: associate with cc:03:fa:40:e4:40 (try 1/3)
[   25.695726] wlp3s0: RX AssocResp from cc:03:fa:40:e4:40 (capab=0x411 status=0 aid=2)
[   25.697944] wlp3s0: associated
[   25.785488] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   26.306050] 8021q: 802.1Q VLAN Support v1.8
[   27.193218] [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=fe80:0000:0000:0000:7e67:a2ff:fe3d:6a44 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=77 TC=0 HOPLIMIT=255 FLOWLBL=828966 PROTO=UDP SPT=5355 DPT=5355 LEN=37 
[   27.543411] [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=fe80:0000:0000:0000:7e67:a2ff:fe3d:6a44 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=77 TC=0 HOPLIMIT=255 FLOWLBL=828966 PROTO=UDP SPT=5355 DPT=5355 LEN=37 
[   27.893892] [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=fe80:0000:0000:0000:7e67:a2ff:fe3d:6a44 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=77 TC=0 HOPLIMIT=255 FLOWLBL=828966 PROTO=UDP SPT=5355 DPT=5355 LEN=37 
[   48.611427] audit: type=1130 audit(1547861403.833:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   48.876426] audit: type=1130 audit(1547861404.100:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   88.239288] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.201.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.240231] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.202.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.241069] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.202.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.243525] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.203.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.247401] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.203.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.248708] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.205.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.249440] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.205.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.250366] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.206.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.252492] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.206.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.253100] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.207.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.080834] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.201.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.082884] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.201.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.083510] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.202.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.084806] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.202.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.085514] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.203.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.088650] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.203.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 

dmesg uncommenting wireless-regdom:

[    0.000000] Linux version 4.20.3-arch1-1-ARCH (builduser@heftig-25602) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Wed Jan 16 22:38:58 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f3c1a1e8-5d19-4781-9b54-e4ff3e8c5d92 rw quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x00000000764f1fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000764f2000-0x00000000766f1fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000766f2000-0x00000000773f1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000773f2000-0x0000000077541fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000077542000-0x0000000077581fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000077582000-0x0000000077ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed06000-0x00000000fed06fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed09fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fedbffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by Phoenix Technologies Ltd.
[    0.000000] efi:  ESRT=0x76875000  ACPI=0x77581000  ACPI 2.0=0x77581014  SMBIOS=0x773dd000 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 80S6/N22, BIOS 0YCN24CO 05/03/2017
[    0.000000] tsc: Detected 1600.000 MHz processor
[    0.000464] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000467] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000479] last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000484] MTRR default type: uncachable
[    0.000486] MTRR fixed ranges enabled:
[    0.000488]   00000-9FFFF write-back
[    0.000490]   A0000-BFFFF uncachable
[    0.000491]   C0000-FFFFF write-protect
[    0.000493] MTRR variable ranges enabled:
[    0.000495]   0 base 0FFA00000 mask FFFA00000 write-protect
[    0.000497]   1 base 000000000 mask F80000000 write-back
[    0.000499]   2 base 07E000000 mask FFE000000 uncachable
[    0.000501]   3 base 07D000000 mask FFF000000 uncachable
[    0.000503]   4 base 07C800000 mask FFF800000 uncachable
[    0.000505]   5 base 07C400000 mask FFFC00000 uncachable
[    0.000506]   6 base 100000000 mask F80000000 write-back
[    0.000507]   7 disabled
[    0.000669] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000809] last_pfn = 0x78000 max_arch_pfn = 0x400000000
[    0.019904] esrt: Reserving ESRT space from 0x0000000076875000 to 0x0000000076875038.
[    0.019925] check: Scanning 1 areas for low memory corruption
[    0.019931] Base memory trampoline at [(____ptrval____)] 97000 size 24576
[    0.019940] BRK [0x25001000, 0x25001fff] PGTABLE
[    0.019943] BRK [0x25002000, 0x25002fff] PGTABLE
[    0.019945] BRK [0x25003000, 0x25003fff] PGTABLE
[    0.020023] BRK [0x25004000, 0x25004fff] PGTABLE
[    0.020028] BRK [0x25005000, 0x25005fff] PGTABLE
[    0.020396] BRK [0x25006000, 0x25006fff] PGTABLE
[    0.020488] BRK [0x25007000, 0x25007fff] PGTABLE
[    0.020587] Secure boot could not be determined
[    0.020589] RAMDISK: [mem 0x36975000-0x374b1fff]
[    0.020599] ACPI: Early table checksum verification disabled
[    0.020606] ACPI: RSDP 0x0000000077581014 000024 (v02 LENOVO)
[    0.020611] ACPI: XSDT 0x0000000077581170 00009C (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020620] ACPI: FACP 0x000000007757E000 00010C (v05 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020628] ACPI: DSDT 0x0000000077570000 0091E3 (v02 LENOVO EDK2     00000003 CHV  0100000D)
[    0.020634] ACPI: FACS 0x00000000774E7000 000040
[    0.020638] ACPI: FACS 0x00000000774E7000 000040
[    0.020642] ACPI: UEFI 0x0000000077580000 000042 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020647] ACPI: MCFG 0x000000007757C000 00003C (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020652] ACPI: SSDT 0x000000007757B000 0005E0 (v01 LENOVO CpuDptf  00000003 CHV  0100000D)
[    0.020657] ACPI: SSDT 0x000000007757A000 000B0B (v01 LENOVO DptfTab  00000003 CHV  0100000D)
[    0.020662] ACPI: SSDT 0x000000007756F000 000763 (v01 LENOVO CpuPm    00003000 INTL 20120711)
[    0.020667] ACPI: SSDT 0x000000007756E000 000290 (v01 LENOVO Cpu0Tst  00003000 INTL 20120711)
[    0.020672] ACPI: SSDT 0x000000007756D000 00017A (v01 LENOVO ApTst    00003000 INTL 20120711)
[    0.020677] ACPI: APIC 0x000000007757D000 000084 (v03 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020682] ACPI: UEFI 0x000000007756C000 000042 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020687] ACPI: MSDM 0x00000000774E6000 000055 (v03 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020691] ACPI: BATB 0x000000007756B000 000046 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020696] ACPI: FPDT 0x000000007756A000 000064 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020701] ACPI: UEFI 0x0000000077569000 000102 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020706] ACPI: tCSR 0x000000007757F000 00014C (v00 LENOVO CB-01    00000002 PTEC 00000002)
[    0.020718] ACPI: Local APIC address 0xfee00000
[    0.020893] No NUMA configuration found
[    0.020895] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.020901] NODE_DATA(0) allocated [mem 0x17fffa000-0x17fffdfff]
[    0.020942] Zone ranges:
[    0.020944]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.020946]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.020948]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.020950]   Device   empty
[    0.020951] Movable zone start for each node
[    0.020953] Early memory node ranges
[    0.020954]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.020956]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[    0.020957]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.020958]   node   0: [mem 0x0000000020200000-0x00000000764f1fff]
[    0.020960]   node   0: [mem 0x0000000077582000-0x0000000077ffffff]
[    0.020961]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.021118] Zeroed struct page in unavailable ranges: 4853 pages
[    0.021120] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.021123] On node 0 totalpages: 1010955
[    0.021125]   DMA zone: 64 pages used for memmap
[    0.021126]   DMA zone: 22 pages reserved
[    0.021128]   DMA zone: 3995 pages, LIFO batch:0
[    0.022167]   DMA32 zone: 7542 pages used for memmap
[    0.022169]   DMA32 zone: 482672 pages, LIFO batch:63
[    0.046636]   Normal zone: 8192 pages used for memmap
[    0.046638]   Normal zone: 524288 pages, LIFO batch:63
[    0.069977] Reserving Intel graphics memory at [mem 0x7c800000-0x7e7fffff]
[    0.070195] ACPI: PM-Timer IO Port: 0x408
[    0.070200] ACPI: Local APIC address 0xfee00000
[    0.070213] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.070215] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.070216] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.070218] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.070237] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-114
[    0.070241] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.070243] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.070246] ACPI: IRQ0 used by override.
[    0.070247] ACPI: IRQ9 used by override.
[    0.070250] Using ACPI (MADT) for SMP configuration information
[    0.070255] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[    0.070301] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.070305] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.070308] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.070309] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.070312] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.070315] PM: Registered nosave memory: [mem 0x764f2000-0x766f1fff]
[    0.070317] PM: Registered nosave memory: [mem 0x766f2000-0x773f1fff]
[    0.070318] PM: Registered nosave memory: [mem 0x773f2000-0x77541fff]
[    0.070319] PM: Registered nosave memory: [mem 0x77542000-0x77581fff]
[    0.070322] PM: Registered nosave memory: [mem 0x78000000-0x7c7fffff]
[    0.070324] PM: Registered nosave memory: [mem 0x7c800000-0x7e7fffff]
[    0.070325] PM: Registered nosave memory: [mem 0x7e800000-0xdfffffff]
[    0.070326] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.070327] PM: Registered nosave memory: [mem 0xe4000000-0xfe9fffff]
[    0.070329] PM: Registered nosave memory: [mem 0xfea00000-0xfeafffff]
[    0.070330] PM: Registered nosave memory: [mem 0xfeb00000-0xfebfffff]
[    0.070331] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.070332] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.070334] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.070335] PM: Registered nosave memory: [mem 0xfed02000-0xfed02fff]
[    0.070336] PM: Registered nosave memory: [mem 0xfed03000-0xfed03fff]
[    0.070337] PM: Registered nosave memory: [mem 0xfed04000-0xfed05fff]
[    0.070338] PM: Registered nosave memory: [mem 0xfed06000-0xfed06fff]
[    0.070340] PM: Registered nosave memory: [mem 0xfed07000-0xfed07fff]
[    0.070341] PM: Registered nosave memory: [mem 0xfed08000-0xfed09fff]
[    0.070342] PM: Registered nosave memory: [mem 0xfed0a000-0xfed1bfff]
[    0.070343] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1cfff]
[    0.070345] PM: Registered nosave memory: [mem 0xfed1d000-0xfed7ffff]
[    0.070346] PM: Registered nosave memory: [mem 0xfed80000-0xfedbffff]
[    0.070347] PM: Registered nosave memory: [mem 0xfedc0000-0xfedfffff]
[    0.070348] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.070349] PM: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.070353] [mem 0x7e800000-0xdfffffff] available for PCI devices
[    0.070357] Booting paravirtualized kernel on bare hardware
[    0.070361] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.274380] random: get_random_bytes called from start_kernel+0x95/0x548 with crng_init=0
[    0.274399] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.275268] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u524288
[    0.275283] pcpu-alloc: s147456 r8192 d28672 u524288 alloc=1*2097152
[    0.275285] pcpu-alloc: [0] 0 1 2 3 
[    0.275326] Built 1 zonelists, mobility grouping on.  Total pages: 995135
[    0.275328] Policy zone: Normal
[    0.275331] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f3c1a1e8-5d19-4781-9b54-e4ff3e8c5d92 rw quiet
[    0.297829] Calgary: detecting Calgary via BIOS EBDA area
[    0.297833] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.326390] Memory: 3810008K/4043820K available (12293K kernel code, 1268K rwdata, 3688K rodata, 1536K init, 3936K bss, 233812K reserved, 0K cma-reserved)
[    0.326780] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.326793] Kernel/User page tables isolation: enabled
[    0.326824] ftrace: allocating 35803 entries in 140 pages
[    0.345652] rcu: Preemptible hierarchical RCU implementation.
[    0.345655] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.345656] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.345658] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.345659] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.345660] 	Tasks RCU enabled.
[    0.345662] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.345663] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.348631] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.348858] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.348947] Console: colour dummy device 80x25
[    0.348954] printk: console [tty0] enabled
[    0.349004] ACPI: Core revision 20181003
[    0.349274] APIC: Switch to symmetric I/O mode setup
[    0.351226] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.365909] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    0.365929] Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.33 BogoMIPS (lpj=5333333)
[    0.365933] pid_max: default: 32768 minimum: 301
[    0.367876] LSM: Security Framework initializing
[    0.367880] Yama: becoming mindful.
[    0.367891] AppArmor: AppArmor disabled by boot time parameter
[    0.369582] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.370477] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.370560] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.370590] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.371014] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.371016] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.371031] mce: CPU supports 6 MCE banks
[    0.371041] CPU0: Thermal monitoring enabled (TM1)
[    0.371046] process: using mwait in idle threads
[    0.371052] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.371054] Last level dTLB entries: 4KB 256, 2MB 16, 4MB 16, 1GB 0
[    0.371057] Spectre V2 : Mitigation: Full generic retpoline
[    0.371059] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.371278] Freeing SMP alternatives memory: 28K
[    0.377686] TSC deadline timer enabled
[    0.377691] smpboot: CPU0: Intel(R) Celeron(R) CPU  N3060  @ 1.60GHz (family: 0x6, model: 0x4c, stepping: 0x4)
[    0.395932] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
[    0.395950] ... version:                3
[    0.395951] ... bit width:              40
[    0.395952] ... generic registers:      2
[    0.395954] ... value mask:             000000ffffffffff
[    0.395955] ... max period:             0000007fffffffff
[    0.395956] ... fixed-purpose events:   3
[    0.395957] ... event mask:             0000000700000003
[    0.402589] rcu: Hierarchical SRCU implementation.
[    0.426034] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.432606] smp: Bringing up secondary CPUs ...
[    0.472621] x86: Booting SMP configuration:
[    0.472624] .... node  #0, CPUs:      #1
[    0.473462] smp: Brought up 1 node, 2 CPUs
[    0.473462] smpboot: Max logical packages: 2
[    0.473462] smpboot: Total of 2 processors activated (6402.66 BogoMIPS)
[    0.473711] devtmpfs: initialized
[    0.473711] x86/mm: Memory block size: 128MB
[    0.473711] PM: Registering ACPI NVS region [mem 0x00058000-0x00058fff] (4096 bytes)
[    0.473711] PM: Registering ACPI NVS region [mem 0x773f2000-0x77541fff] (1376256 bytes)
[    0.476107] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.476107] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.476107] pinctrl core: initialized pinctrl subsystem
[    0.476252] RTC time:  1:29:15, date: 01/19/19
[    0.476518] NET: Registered protocol family 16
[    0.476665] audit: initializing netlink subsys (disabled)
[    0.476724] audit: type=2000 audit(1547861355.129:1): state=initialized audit_enabled=0 res=1
[    0.476724] cpuidle: using governor ladder
[    0.476724] cpuidle: using governor menu
[    0.476724] ACPI: bus type PCI registered
[    0.476724] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.476724] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.476724] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.476724] PCI: Using configuration type 1 for base access
[    0.479343] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.479481] ACPI: Added _OSI(Module Device)
[    0.479483] ACPI: Added _OSI(Processor Device)
[    0.479484] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.479486] ACPI: Added _OSI(Processor Aggregator Device)
[    0.479488] ACPI: Added _OSI(Linux-Dell-Video)
[    0.479489] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.495384] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.500084] ACPI: Dynamic OEM Table Load:
[    0.500096] ACPI: SSDT 0xFFFF9AD4FADBF000 0006B8 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.501092] ACPI: Dynamic OEM Table Load:
[    0.501101] ACPI: SSDT 0xFFFF9AD4FAE3A400 0003A5 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.502243] ACPI: Dynamic OEM Table Load:
[    0.502251] ACPI: SSDT 0xFFFF9AD4FAE88600 00015F (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.502734] ACPI: Dynamic OEM Table Load:
[    0.502741] ACPI: SSDT 0xFFFF9AD4FAE48A80 00008D (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.503793] ACPI: EC: EC started
[    0.503795] ACPI: EC: interrupt blocked
[    0.719430] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.719434] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.719437] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.719438] ACPI: Interpreter enabled
[    0.719481] ACPI: (supports S0 S3 S4 S5)
[    0.719484] ACPI: Using IOAPIC for interrupt routing
[    0.719558] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.723013] ACPI: Power Resource [USBC] (on)
[    0.729691] ACPI: Power Resource [CLK0] (off)
[    0.729765] ACPI: Power Resource [CLK1] (off)
[    0.734575] ACPI: Power Resource [ID3C] (on)
[    0.740611] ACPI: Power Resource [FN00] (off)
[    0.741786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.741796] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.741911] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.741936] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.742818] PCI host bridge to bus 0000:00
[    0.742822] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.742825] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.742827] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.742829] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.742832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.742834] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.742836] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.742838] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.742841] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.742853] pci 0000:00:00.0: [8086:2280] type 00 class 0x060000
[    0.743134] pci 0000:00:02.0: [8086:22b1] type 00 class 0x030000
[    0.743156] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.743167] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.743175] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x103f]
[    0.743199] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.743417] pci 0000:00:0b.0: [8086:22dc] type 00 class 0x118000
[    0.743439] pci 0000:00:0b.0: reg 0x10: [mem 0x91414000-0x91414fff 64bit]
[    0.743683] pci 0000:00:12.0: [8086:2296] type 00 class 0x080501
[    0.743709] pci 0000:00:12.0: reg 0x10: [mem 0x91415000-0x91415fff]
[    0.743808] pci 0000:00:12.0: PME# supported from D0 D3hot
[    0.744037] pci 0000:00:13.0: [8086:22a3] type 00 class 0x010601
[    0.744096] pci 0000:00:13.0: reg 0x20: [io  0x1060-0x107f]
[    0.744107] pci 0000:00:13.0: reg 0x24: [mem 0x9141a000-0x9141a7ff]
[    0.744165] pci 0000:00:13.0: PME# supported from D3hot
[    0.744363] pci 0000:00:14.0: [8086:22b5] type 00 class 0x0c0330
[    0.744392] pci 0000:00:14.0: reg 0x10: [mem 0x91400000-0x9140ffff 64bit]
[    0.744475] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.744709] pci 0000:00:1a.0: [8086:2298] type 00 class 0x108000
[    0.744733] pci 0000:00:1a.0: reg 0x10: [mem 0x91300000-0x913fffff]
[    0.744744] pci 0000:00:1a.0: reg 0x14: [mem 0x91200000-0x912fffff]
[    0.744827] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.745068] pci 0000:00:1b.0: [8086:2284] type 00 class 0x040300
[    0.745101] pci 0000:00:1b.0: reg 0x10: [mem 0x91410000-0x91413fff 64bit]
[    0.745198] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.745396] pci 0000:00:1c.0: [8086:22c8] type 01 class 0x060400
[    0.745500] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.745704] pci 0000:00:1c.1: [8086:22ca] type 01 class 0x060400
[    0.745812] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.746034] pci 0000:00:1c.2: [8086:22cc] type 01 class 0x060400
[    0.746141] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.746369] pci 0000:00:1f.0: [8086:229c] type 00 class 0x060100
[    0.746681] pci 0000:00:1f.3: [8086:2292] type 00 class 0x0c0500
[    0.746748] pci 0000:00:1f.3: reg 0x10: [mem 0x9141a800-0x9141a81f]
[    0.746862] pci 0000:00:1f.3: reg 0x20: [io  0x1040-0x105f]
[    0.747292] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.747414] pci 0000:02:00.0: [10ec:5229] type 00 class 0xff0000
[    0.747456] pci 0000:02:00.0: reg 0x10: [mem 0x91100000-0x91100fff]
[    0.747658] pci 0000:02:00.0: supports D1 D2
[    0.747660] pci 0000:02:00.0: PME# supported from D1 D2 D3hot
[    0.747848] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.747856] pci 0000:00:1c.1:   bridge window [mem 0x91100000-0x911fffff]
[    0.747983] pci 0000:03:00.0: [8086:3166] type 00 class 0x028000
[    0.748060] pci 0000:03:00.0: reg 0x10: [mem 0x91000000-0x91001fff 64bit]
[    0.748331] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.748603] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.748611] pci 0000:00:1c.2:   bridge window [mem 0x91000000-0x910fffff]
[    0.776308] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.776485] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.776659] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.776835] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.777010] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.777185] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.777359] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.777534] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.778495] ACPI: EC: interrupt unblocked
[    0.778495] ACPI: EC: event unblocked
[    0.778495] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.778495] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.778495] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.778495] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.778495] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.778495] vgaarb: loaded
[    0.778495] ACPI: bus type USB registered
[    0.778495] usbcore: registered new interface driver usbfs
[    0.778495] usbcore: registered new interface driver hub
[    0.779257] usbcore: registered new device driver usb
[    0.779257] pps_core: LinuxPPS API ver. 1 registered
[    0.779257] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.779257] PTP clock support registered
[    0.779257] EDAC MC: Ver: 3.0.0
[    0.782629] Registered efivars operations
[    0.799294] PCI: Using ACPI for IRQ routing
[    0.801894] PCI: pci_cache_line_size set to 64 bytes
[    0.801965] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.801967] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    0.801969] e820: reserve RAM buffer [mem 0x764f2000-0x77ffffff]
[    0.802154] NetLabel: Initializing
[    0.802156] NetLabel:  domain hash size = 128
[    0.802157] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.802179] NetLabel:  unlabeled traffic allowed by default
[    0.803076] clocksource: Switched to clocksource tsc-early
[    0.824577] VFS: Disk quotas dquot_6.6.0
[    0.824610] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.824753] pnp: PnP ACPI init
[    0.849902] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.849906] system 00:00: [io  0x0400-0x047f] has been reserved
[    0.849908] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.849919] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.850060] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.850140] pnp 00:02: Plug and Play ACPI device, IDs SYN2f02 SYN0000 PNP0f13 (active)
[    0.853139] system 00:03: [mem 0x91418000-0x91418fff] has been reserved
[    0.853142] system 00:03: [mem 0x91416000-0x91416fff] has been reserved
[    0.853151] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.853335] system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.853338] system 00:04: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.853341] system 00:04: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.853348] system 00:04: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.853351] system 00:04: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.853354] system 00:04: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.853356] system 00:04: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.853359] system 00:04: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.853362] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.853369] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.853776] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.854166] pnp: PnP ACPI: found 6 devices
[    0.861807] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.861833] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.861838] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.861841] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.861873] pci 0000:00:1c.0: BAR 14: assigned [mem 0x91500000-0x916fffff]
[    0.861881] pci 0000:00:1c.0: BAR 15: assigned [mem 0x91700000-0x918fffff 64bit pref]
[    0.861886] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.861890] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.861894] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.861900] pci 0000:00:1c.0:   bridge window [mem 0x91500000-0x916fffff]
[    0.861905] pci 0000:00:1c.0:   bridge window [mem 0x91700000-0x918fffff 64bit pref]
[    0.861913] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.861919] pci 0000:00:1c.1:   bridge window [mem 0x91100000-0x911fffff]
[    0.861929] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.861935] pci 0000:00:1c.2:   bridge window [mem 0x91000000-0x910fffff]
[    0.861945] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.861947] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.861950] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.861952] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.861954] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.861956] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.861958] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.861961] pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff window]
[    0.861963] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.861965] pci_bus 0000:01: resource 1 [mem 0x91500000-0x916fffff]
[    0.861968] pci_bus 0000:01: resource 2 [mem 0x91700000-0x918fffff 64bit pref]
[    0.861970] pci_bus 0000:02: resource 1 [mem 0x91100000-0x911fffff]
[    0.861973] pci_bus 0000:03: resource 1 [mem 0x91000000-0x910fffff]
[    0.862208] NET: Registered protocol family 2
[    0.862608] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[    0.862651] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.862775] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.862920] TCP: Hash tables configured (established 32768 bind 32768)
[    0.863025] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.863064] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.863195] NET: Registered protocol family 1
[    0.863206] NET: Registered protocol family 44
[    0.863229] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.863675] PCI: CLS 64 bytes, default 64
[    0.863762] Unpacking initramfs...
[    1.083496] Freeing initrd memory: 11508K
[    1.083503] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.083506] software IO TLB: mapped [mem 0x6ee37000-0x72e37000] (64MB)
[    1.083570] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    1.083610] clocksource: Switched to clocksource tsc
[    1.083753] check: Scanning for low memory corruption every 60 seconds
[    1.084720] Initialise system trusted keyrings
[    1.084743] Key type blacklist registered
[    1.084863] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[    1.087408] zbud: loaded
[    1.157893] Key type asymmetric registered
[    1.157897] Asymmetric key parser 'x509' registered
[    1.157920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.161352] io scheduler noop registered
[    1.161354] io scheduler deadline registered
[    1.161428] io scheduler cfq registered (default)
[    1.161430] io scheduler mq-deadline registered
[    1.161431] io scheduler kyber registered
[    1.161510] io scheduler bfq registered
[    1.162396] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.162546] efifb: probing for efifb
[    1.162571] efifb: No BGRT, not showing boot graphics
[    1.162573] efifb: framebuffer at 0x80000000, using 4160k, total 4160k
[    1.162575] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    1.162576] efifb: scrolling: redraw
[    1.162578] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.162734] fbcon: Deferring console take-over
[    1.162736] fb0: EFI VGA frame buffer device
[    1.162757] intel_idle: MWAIT substates: 0x33000020
[    1.162759] intel_idle: v0.4.1 model 0x4C
[    1.162960] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.163092] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.163109] ACPI: Lid Switch [LID0]
[    1.163171] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.163202] ACPI: Power Button [PWRB]
[    1.163266] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.163285] ACPI: Power Button [PWRF]
[    1.168380] thermal LNXTHERM:00: registered as thermal_zone0
[    1.168383] ACPI: Thermal Zone [TZ01] (27 C)
[    1.168728] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.189389] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.192083] usbcore: registered new interface driver usbserial_generic
[    1.192104] usbserial: USB Serial support registered for generic
[    1.192195] rtc_cmos 00:05: RTC can wake from S4
[    1.192470] rtc_cmos 00:05: registered as rtc0
[    1.192510] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
[    1.192660] intel_pstate: Intel P-state driver initializing
[    1.192928] ledtrig-cpu: registered to indicate activity on CPUs
[    1.195105] NET: Registered protocol family 10
[    1.229182] Segment Routing with IPv6
[    1.229314] NET: Registered protocol family 17
[    1.230416] RAS: Correctable Errors collector initialized.
[    1.230556] microcode: sig=0x406c4, pf=0x1, revision=0x404
[    1.231026] microcode: Microcode Update Driver: v2.2.
[    1.231058] sched_clock: Marking stable (1233972108, -2978386)->(1234772138, -3778416)
[    1.233986] registered taskstats version 1
[    1.234033] Loading compiled-in X.509 certificates
[    1.252491] Loaded X.509 cert 'Build time autogenerated kernel key: df2966addbd7cbc7c222072b1e397c0434a3bb1d'
[    1.252646] zswap: loaded using pool lzo/zbud
[    1.272091] Key type big_key registered
[    1.273178]   Magic number: 3:425:458
[    1.273639] rtc_cmos 00:05: setting system clock to 2019-01-19 01:29:16 UTC (1547861356)
[    1.284094] Freeing unused decrypted memory: 2040K
[    1.285080] Freeing unused kernel image memory: 1536K
[    1.306272] Write protecting the kernel read-only data: 18432k
[    1.308476] Freeing unused kernel image memory: 2016K
[    1.309231] Freeing unused kernel image memory: 408K
[    1.333619] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.333814] x86/mm: Checking user space page tables
[    1.353770] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.353774] Run /init as init process
[    1.462691] fbcon: Taking over console
[    1.462886] Console: switching to colour frame buffer device 170x48
[    1.482619] Linux agpgart interface v0.103
[    1.561748] VFIO - User Level meta-driver version: 0.3
[    1.659346] checking generic (80000000 410000) vs hw (80000000 10000000)
[    1.659350] fb0: switching to inteldrmfb from EFI VGA
[    1.659389] Console: switching to colour dummy device 80x25
[    1.659541] [drm] Replacing VGA console driver
[    1.659668] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.659670] [drm] Driver supports precise vblank timestamp query.
[    1.664332] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.799156] random: fast init done
[    1.860600] [drm] Initialized i915 1.6.0 20180921 for 0000:00:02.0 on minor 0
[    1.862844] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.863374] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    1.948764] fbcon: inteldrmfb (fb0) is primary device
[    3.208523] Console: switching to colour frame buffer device 170x48
[    3.239037] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.403181] sdhci: Secure Digital Host Controller Interface driver
[    3.403184] sdhci: Copyright(c) Pierre Ossman
[    3.420146] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    3.425640] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    3.427009] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.427079] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.427583] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    3.438439] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.450952] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.475820] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.475834] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.476959] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
[    3.476967] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    3.477815] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.20
[    3.477819] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.477822] usb usb1: Product: xHCI Host Controller
[    3.477824] usb usb1: Manufacturer: Linux 4.20.3-arch1-1-ARCH xhci-hcd
[    3.477826] usb usb1: SerialNumber: 0000:00:14.0
[    3.478331] hub 1-0:1.0: USB hub found
[    3.478358] hub 1-0:1.0: 7 ports detected
[    3.481135] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.482435] SCSI subsystem initialized
[    3.482974] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.482983] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.482993] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    3.484251] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.20
[    3.484256] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.484259] usb usb2: Product: xHCI Host Controller
[    3.484261] usb usb2: Manufacturer: Linux 4.20.3-arch1-1-ARCH xhci-hcd
[    3.484263] usb usb2: SerialNumber: 0000:00:14.0
[    3.484924] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.487229] hub 2-0:1.0: USB hub found
[    3.487259] hub 2-0:1.0: 6 ports detected
[    3.489787] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.490846] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.491885] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.500996] mmc0: new HS200 MMC card at address 0001
[    3.509948] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.513939] libata version 3.00 loaded.
[    3.522187] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    3.522510] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.528507] mmcblk0: mmc0:0001 DF4064 58.2 GiB 
[    3.529007] mmcblk0boot0: mmc0:0001 DF4064 partition 1 4.00 MiB
[    3.529567] ahci 0000:00:13.0: version 3.0
[    3.529583] mmcblk0boot1: mmc0:0001 DF4064 partition 2 4.00 MiB
[    3.530071] mmcblk0rpmb: mmc0:0001 DF4064 partition 3 4.00 MiB, chardev (240:0)
[    3.530401] ahci 0000:00:13.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    3.530407] ahci 0000:00:13.0: flags: 64bit ncq led clo only pio slum part deso sadm sds apst 
[    3.534917] scsi host0: ahci
[    3.539586] scsi host1: ahci
[    3.539843] ata1: SATA max UDMA/133 abar m2048@0x9141a000 port 0x9141a100 irq 118
[    3.539849] ata2: SATA max UDMA/133 abar m2048@0x9141a000 port 0x9141a180 irq 118
[    3.540512] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.541148]  mmcblk0: p1 p2 p3
[    3.544906] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    3.809438] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    3.856773] ata2: SATA link down (SStatus 4 SControl 300)
[    3.856855] ata1: SATA link down (SStatus 4 SControl 300)
[    3.951635] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
[    3.951641] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.955103] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.079340] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[    4.085772] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[    4.276916] usb 1-5: New USB device found, idVendor=04f2, idProduct=b582, bcdDevice=87.37
[    4.276922] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    4.276925] usb 1-5: Product: Lenovo EasyCamera
[    4.276928] usb 1-5: Manufacturer: Chicony Electronics Co.,Ltd.
[    4.276931] usb 1-5: SerialNumber: 0002
[    4.282916] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    4.383445] systemd[1]: systemd 240 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)
[    4.400116] systemd[1]: Detected architecture x86-64.
[    4.419721] systemd[1]: Set hostname to <lenovo-arch>.
[    4.607837] systemd[1]: /usr/lib/systemd/system/auditd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/auditd.pid → /run/auditd.pid; please update the unit file accordingly.
[    4.694718] systemd[1]: Listening on udev Control Socket.
[    4.702690] systemd[1]: Listening on Process Core Dump Socket.
[    4.703066] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.703100] systemd[1]: Reached target Remote File Systems.
[    4.703252] systemd[1]: Listening on udev Kernel Socket.
[    4.705377] systemd[1]: Created slice User and Session Slice.
[    4.759718] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null)
[    4.787793] random: systemd-random-: uninitialized urandom read (512 bytes read)
[    4.792519] audit: type=1130 audit(1547861360.013:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.805693] audit: type=1130 audit(1547861360.026:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.825596] audit: type=1130 audit(1547861360.046:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.855861] audit: type=1130 audit(1547861360.076:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.896119] audit: type=1325 audit(1547861360.116:6): table=filter family=2 entries=0
[    4.898704] audit: type=1130 audit(1547861360.120:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.906112] audit: type=1300 audit(1547861360.116:6): arch=c000003e syscall=175 success=yes exit=0 a0=56031839e7e0 a1=22e1 a2=560316720de6 a3=56031839a010 items=0 ppid=7 pid=257 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" key=(null)
[    4.906122] audit: type=1327 audit(1547861360.116:6): proctitle=2F7362696E2F6D6F6470726F6265002D71002D2D0069707461626C655F66696C746572
[    4.932650] audit: type=1130 audit(1547861360.153:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.959553] systemd-journald[246]: Received request to flush runtime journal from PID 1
[    5.430496] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.440279] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.462688] ACPI: AC Adapter [ADP1] (off-line)
[    5.462776] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.493544] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.535731] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.578657] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    5.583991] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.592718] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.599214] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input6
[    5.614167] kauditd_printk_skb: 67 callbacks suppressed
[    5.614170] audit: type=1130 audit(1547861360.836:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.621771] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.630667] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.636194] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.645304] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    5.645641] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.701695] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.703346] battery: ACPI: Battery Slot [BAT1] (battery present)
[    5.703510] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    5.781805] media: Linux media interface: v0.10
[    5.824144] cryptd: max_cpu_qlen set to 1000
[    5.874058] Adding 8388604k swap on /dev/mmcblk0p2.  Priority:-2 extents:1 across:8388604k SSFS
[    5.945994] audit: type=1130 audit(1547861361.166:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-D775\x2d7A77 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.982500] SSE version of gcm_enc/dec engaged.
[    6.059434] videodev: Linux video capture interface: v2.00
[    6.066347] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.153997] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.182910] audit: type=1130 audit(1547861361.406:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.187330] audit: type=1130 audit(1547861361.410:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.226651] audit: type=1127 audit(1547861361.446:38): pid=407 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    6.234969] audit: type=1130 audit(1547861361.456:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.250553] iTCO_vendor_support: vendor-support=0
[    6.413053] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    6.413348] iTCO_wdt: Found a Braswell SoC TCO device (Version=3, TCOBASE=0x0460)
[    6.413592] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.413758] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.428098] audit: type=1130 audit(1547861361.650:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.451571] audit: type=1130 audit(1547861361.673:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.461421] audit: type=1130 audit(1547861361.683:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.489478] psmouse serio1: synaptics: queried max coordinates: x [..5788], y [..4966]
[    6.494515] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    6.519137] psmouse serio1: synaptics: queried min coordinates: x [1182..], y [1068..]
[    6.521251] Bluetooth: Core ver 2.22
[    6.521297] NET: Registered protocol family 31
[    6.521299] Bluetooth: HCI device and connection manager initialized
[    6.521306] Bluetooth: HCI socket layer initialized
[    6.521310] Bluetooth: L2CAP socket layer initialized
[    6.521317] Bluetooth: SCO socket layer initialized
[    6.555119] intel-spi intel-spi: w25q64dw (8192 Kbytes)
[    6.559778] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    6.577685] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1c0b1, caps: 0xf00d33/0x240000/0xa2400/0x0, board id: 1146, fw id: 1448502
[    6.580807] audit: type=1130 audit(1547861361.803:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.626290] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
[    6.630248] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.673843] Creating 1 MTD partitions on "intel-spi":
[    6.673850] 0x000000000000-0x000000800000 : "BIOS"
[    6.674420] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.682425] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.683210] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (04f2:b582)
[    6.694447] mousedev: PS/2 mouse device common for all mice
[    6.696378] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[    6.696383] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[    6.696385] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[    6.696511] input: Lenovo EasyCamera: Lenovo EasyC as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input9
[    6.696641] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.697420] usbcore: registered new interface driver uvcvideo
[    6.697422] USB Video Class driver (1.1.1)
[    6.739842] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.743810] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.744597] usbcore: registered new interface driver btusb
[    6.748710] Intel(R) Wireless WiFi driver for Linux
[    6.748712] Copyright(c) 2003- 2015 Intel Corporation
[    6.766893] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.773099] Bluetooth: hci0: read Intel version: 370810011003110e00
[    6.775777] iwlwifi 0000:03:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[    6.778545] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[    6.779731] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    6.781007] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.810043] kvm: disabled by bios
[    6.862389] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    6.862394] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.862397] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    6.862399] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.862400] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.862403] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    6.862406] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    6.925591] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.960477] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    6.961907] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    6.962409] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    6.962520] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    6.962680] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    6.976120] kvm: disabled by bios
[    6.988022] random: python2: uninitialized urandom read (2500 bytes read)
[    7.033963] sdhci-pci 0000:00:12.0: SDHCI controller found [8086:2296] (rev 35)
[    7.100081] Bluetooth: hci0: Intel firmware patch completed and activated
[    7.128872] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[    7.134187] intel_rapl: Found RAPL domain package
[    7.134192] intel_rapl: Found RAPL domain core
[    7.150139] iwlwifi 0000:03:00.0: base HW address: 7c:67:a2:3d:6a:44
[    7.182757] NET: Registered protocol family 3
[    7.229362] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    7.229864] thermal thermal_zone6: failed to read out thermal zone (-61)
[    7.236082] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[    8.835447] random: crng init done
[    8.835463] random: 4 urandom warning(s) missed due to ratelimiting
[   12.202080] kauditd_printk_skb: 5 callbacks suppressed
[   12.202083] audit: type=1006 audit(1547861367.423:49): pid=457 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   12.231626] audit: type=1131 audit(1547861367.453:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.261493] audit: type=1130 audit(1547861367.483:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.286101] audit: type=1006 audit(1547861367.506:52): pid=472 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   12.395261] audit: type=1130 audit(1547861367.616:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.157381] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   17.592879] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   17.776208] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   18.838177] fuse init (API version 7.28)
[   25.569156] wlp3s0: authenticate with cc:03:fa:40:e4:40
[   25.576128] wlp3s0: send auth to cc:03:fa:40:e4:40 (try 1/3)
[   25.686299] wlp3s0: send auth to cc:03:fa:40:e4:40 (try 2/3)
[   25.688599] wlp3s0: authenticated
[   25.690370] iwlwifi 0000:03:00.0 wlp3s0: disabling HT as WMM/QoS is not supported by the AP
[   25.690384] iwlwifi 0000:03:00.0 wlp3s0: disabling VHT as WMM/QoS is not supported by the AP
[   25.693145] wlp3s0: associate with cc:03:fa:40:e4:40 (try 1/3)
[   25.695726] wlp3s0: RX AssocResp from cc:03:fa:40:e4:40 (capab=0x411 status=0 aid=2)
[   25.697944] wlp3s0: associated
[   25.785488] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[   26.306050] 8021q: 802.1Q VLAN Support v1.8
[   27.193218] [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=fe80:0000:0000:0000:7e67:a2ff:fe3d:6a44 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=77 TC=0 HOPLIMIT=255 FLOWLBL=828966 PROTO=UDP SPT=5355 DPT=5355 LEN=37 
[   27.543411] [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=fe80:0000:0000:0000:7e67:a2ff:fe3d:6a44 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=77 TC=0 HOPLIMIT=255 FLOWLBL=828966 PROTO=UDP SPT=5355 DPT=5355 LEN=37 
[   27.893892] [UFW BLOCK] IN=wlp3s0 OUT= MAC= SRC=fe80:0000:0000:0000:7e67:a2ff:fe3d:6a44 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=77 TC=0 HOPLIMIT=255 FLOWLBL=828966 PROTO=UDP SPT=5355 DPT=5355 LEN=37 
[   48.611427] audit: type=1130 audit(1547861403.833:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   48.876426] audit: type=1130 audit(1547861404.100:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   88.239288] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.201.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.240231] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.202.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.241069] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.202.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.243525] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.203.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.247401] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.203.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.248708] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.205.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.249440] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.205.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.250366] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.206.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.252492] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.206.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[   88.253100] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.207.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.080834] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.201.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.082884] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.201.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.083510] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.202.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.084806] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.202.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.085514] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.203.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 
[  214.088650] [UFW BLOCK] IN=wlp3s0 OUT= MAC=01:00:5e:00:00:01:cc:03:fa:40:e4:3f:08:00 SRC=192.168.203.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2 

Offline

#6 2019-01-19 05:47:05

archRook13
Member
Registered: 2019-01-18
Posts: 4

Re: [SOLVED]"iw reg get" outputs two country codes

I think i solved the issue, reviewing journalctl i encountered a lot of errors from pulseaudio along the lines of

rtp.c : sendmsg() failed: invalid argument

Apparently pulseaudio was flooding my router with A LOT of UDP packets every second. I unmarked Enable Multicast/RTP sender in paprefs as advised in the wiki.

Well, there is still two reg domains listed whenever i do iw reg get, but my wifi speeds are normal now. I'm gonna marke it as solved.

Last edited by archRook13 (2019-01-19 05:50:24)

Offline

Board footer

Powered by FluxBB