You are not logged in.

#1 2019-09-25 20:27:07

umbrelluck
Member
Registered: 2019-09-25
Posts: 12

[SOLVED] No bluetooth adapters detected.

Hi all. There are many topics like mine

https://bbs.archlinux.org/viewtopic.php?id=155759
https://superuser.com/questions/908462/ … arch-linux

but none of the solutions works for me.

First of all, I ran

rfkill list

with the output

0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

Then i tried

sudo sytemctl enable bluetooth
sudo systemctl start bluetooth
systemctl status bluetooth

which resulted in

➜  ~ systemctl status bluetooth                   
● bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
   Active: inactive (dead)
     Docs: man:bluetoothd(8)

Sep 25 22:34:24 KAermorhen systemd[1]: Condition check resulted in Bluetooth service being skipped.
Sep 25 22:34:56 KAermorhen systemd[1]: Condition check resulted in Bluetooth service being skipped.
Sep 25 22:35:31 KAermorhen systemd[1]: Condition check resulted in Bluetooth service being skipped.
Sep 25 22:43:54 KAermorhen systemd[1]: Condition check resulted in Bluetooth service being skipped.

As sad on ArchWiki (https://wiki.archlinux.org/index.php/Bluetooth)

sudo modprobe btusb
sudo systemctl restart bluetooth

ended up with

● bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2019-09-25 23:22:35 EEST; 13s ago
     Docs: man:bluetoothd(8)
 Main PID: 6915 (bluetoothd)
    Tasks: 1
   Memory: 2.1M
   CGroup: /system.slice/bluetooth.service
           └─6915 /usr/lib/bluetooth/bluetoothd

Sep 25 23:22:35 KAermorhen systemd[1]: Starting Bluetooth service...
Sep 25 23:22:35 KAermorhen bluetoothd[6915]: Bluetooth daemon 5.51
Sep 25 23:22:35 KAermorhen systemd[1]: Started Bluetooth service.
Sep 25 23:22:35 KAermorhen bluetoothd[6915]: Starting SDP server
Sep 25 23:22:35 KAermorhen bluetoothd[6915]: Bluetooth management interface 1.14 initialized

But when I run gnome bluetooth? to turn it on? button is greyed out and

bluetoothctl
power on

gives

No default controller available

(And I did install bluez and bluez-utils)

Last edited by umbrelluck (2020-02-25 08:57:27)

Offline

#2 2019-09-26 07:36:22

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,991

Re: [SOLVED] No bluetooth adapters detected.

All evidence so far points that you either don't actually have a bluetooth adapter or it is not detected by the kernel, what do you get for

lsusb -t

? If you actually should have an USB adapter I've seen a few reports of there having been regressions in that regard in the latest kernel so you might want to give a 5.2 or the LTS kernel a shot.

Offline

#3 2019-09-26 10:20:20

umbrelluck
Member
Registered: 2019-09-25
Posts: 12

Re: [SOLVED] No bluetooth adapters detected.

lsusb -t

returns nothing

Last edited by umbrelluck (2019-09-26 10:20:51)

Offline

#4 2019-09-26 10:30:07

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,991

Re: [SOLVED] No bluetooth adapters detected.

Uhm what? What kind of device is this exactly? Output of

dmesg

?

Offline

#5 2019-09-26 12:23:35

umbrelluck
Member
Registered: 2019-09-25
Posts: 12

Re: [SOLVED] No bluetooth adapters detected.

The output is

[    0.000000] microcode: microcode updated early to revision 0xb4, date = 2019-04-01
[    0.000000] Linux version 5.3.1-arch1-1-ARCH (builduser@heftig-3999379) (gcc version 9.1.0 (GCC)) #1 SMP PREEMPT Sat Sep 21 11:33:49 UTC 2019
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img modprobe.blacklist=nouveau pci=nomsi acpi_backlight=vendor root=/dev/sda4 resume=/dec/sda3 rw
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000078bb4fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000078bb5000-0x000000007a416fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a417000-0x000000007a493fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007a494000-0x000000007a5a8fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007a5a9000-0x000000007ac0dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ac0e000-0x000000007ac0efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ac0f000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000047dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6eb37018-0x6eb60657] usable ==> usable
[    0.000000] e820: update [mem 0x6eb37018-0x6eb60657] usable ==> usable
[    0.000000] e820: update [mem 0x6eb19018-0x6eb36c57] usable ==> usable
[    0.000000] e820: update [mem 0x6eb19018-0x6eb36c57] usable ==> usable
[    0.000000] e820: update [mem 0x6eb0a018-0x6eb18057] usable ==> usable
[    0.000000] e820: update [mem 0x6eb0a018-0x6eb18057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000006eb0a017] usable
[    0.000000] reserve setup_data: [mem 0x000000006eb0a018-0x000000006eb18057] usable
[    0.000000] reserve setup_data: [mem 0x000000006eb18058-0x000000006eb19017] usable
[    0.000000] reserve setup_data: [mem 0x000000006eb19018-0x000000006eb36c57] usable
[    0.000000] reserve setup_data: [mem 0x000000006eb36c58-0x000000006eb37017] usable
[    0.000000] reserve setup_data: [mem 0x000000006eb37018-0x000000006eb60657] usable
[    0.000000] reserve setup_data: [mem 0x000000006eb60658-0x0000000078bb4fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000078bb5000-0x000000007a416fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007a417000-0x000000007a493fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007a494000-0x000000007a5a8fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007a5a9000-0x000000007ac0dfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007ac0e000-0x000000007ac0efff] usable
[    0.000000] reserve setup_data: [mem 0x000000007ac0f000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000047dffffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0x7a430000  ACPI=0x7a430000  TPMFinalLog=0x7a512000  SMBIOS=0x7a9d0000  SMBIOS 3.0=0x7a9cf000  ESRT=0x77511118  MEMATTR=0x74efd018  TPMEventLog=0x73497018 
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop X580GD_N580GD/X580GD, BIOS X580GD.310 12/20/2018
[    0.000000] tsc: Detected 2200.000 MHz processor
[    0.000438] tsc: Detected 2199.996 MHz TSC
[    0.000438] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000439] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000444] last_pfn = 0x47e000 max_arch_pfn = 0x400000000
[    0.000446] MTRR default type: uncachable
[    0.000447] MTRR fixed ranges enabled:
[    0.000447]   00000-9FFFF write-back
[    0.000448]   A0000-BFFFF uncachable
[    0.000448]   C0000-FFFFF write-back
[    0.000449] MTRR variable ranges enabled:
[    0.000450]   0 base 0080000000 mask 7FF0000000 write-combining
[    0.000450]   1 base 0000000000 mask 7F80000000 write-back
[    0.000451]   2 base 007B800000 mask 7FFF800000 uncachable
[    0.000452]   3 base 007C000000 mask 7FFC000000 uncachable
[    0.000452]   4 base 0100000000 mask 7F00000000 write-back
[    0.000453]   5 base 0200000000 mask 7E00000000 write-back
[    0.000453]   6 base 0400000000 mask 7F80000000 write-back
[    0.000453]   7 disabled
[    0.000454]   8 disabled
[    0.000454]   9 disabled
[    0.000806] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000984] last_pfn = 0x7ac0f max_arch_pfn = 0x400000000
[    0.012524] esrt: Reserving ESRT space from 0x0000000077511118 to 0x0000000077511150.
[    0.012530] check: Scanning 1 areas for low memory corruption
[    0.012533] Using GB pages for direct mapping
[    0.012534] BRK [0x406001000, 0x406001fff] PGTABLE
[    0.012535] BRK [0x406002000, 0x406002fff] PGTABLE
[    0.012536] BRK [0x406003000, 0x406003fff] PGTABLE
[    0.012554] BRK [0x406004000, 0x406004fff] PGTABLE
[    0.012555] BRK [0x406005000, 0x406005fff] PGTABLE
[    0.012627] BRK [0x406006000, 0x406006fff] PGTABLE
[    0.012649] BRK [0x406007000, 0x406007fff] PGTABLE
[    0.012668] BRK [0x406008000, 0x406008fff] PGTABLE
[    0.012710] Secure boot disabled
[    0.012711] RAMDISK: [mem 0x6eb61000-0x6f6b2fff]
[    0.012719] ACPI: Early table checksum verification disabled
[    0.012721] ACPI: RSDP 0x000000007A430000 000024 (v02 _ASUS_)
[    0.012723] ACPI: XSDT 0x000000007A4300B8 0000F4 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.012726] ACPI: FACP 0x000000007A471230 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.012729] ACPI: DSDT 0x000000007A430240 040FF0 (v02 _ASUS_ Notebook 01072009 INTL 20160527)
[    0.012731] ACPI: FACS 0x000000007A5A7080 000040
[    0.012733] ACPI: APIC 0x000000007A471348 0000F4 (v04 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.012734] ACPI: FPDT 0x000000007A471440 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.012736] ACPI: FIDT 0x000000007A471488 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.012737] ACPI: MCFG 0x000000007A471528 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.012739] ACPI: ECDT 0x000000007A471568 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.012740] ACPI: SSDT 0x000000007A471630 000334 (v01 SataRe SataTabl 00001000 INTL 20160527)
[    0.012742] ACPI: SSDT 0x000000007A471968 0051B9 (v02 DptfTa DptfTabl 00001000 INTL 20160527)
[    0.012744] ACPI: SSDT 0x000000007A476B28 0017D5 (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.012745] ACPI: SSDT 0x000000007A478300 0031C7 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.012747] ACPI: SSDT 0x000000007A47B4C8 001FE7 (v02 PegSsd PegSsdt  00001000 INTL 20160527)
[    0.012749] ACPI: HPET 0x000000007A47D4B0 000038 (v01 INTEL  Notebook 00000002      01000013)
[    0.012750] ACPI: UEFI 0x000000007A47D4E8 000048 (v01 _ASUS_ Notebook 00000002      01000013)
[    0.012752] ACPI: LPIT 0x000000007A47D530 00005C (v01 INTEL  Notebook 00000002      01000013)
[    0.012753] ACPI: SSDT 0x000000007A47D590 0027DE (v02 INTEL  PtidDevc 00001000 INTL 20160527)
[    0.012755] ACPI: SSDT 0x000000007A47FD70 000FFE (v02 INTEL  TbtTypeC 00000000 INTL 20160527)
[    0.012756] ACPI: DBGP 0x000000007A480D70 000034 (v01 _ASUS_ Notebook 00000002      01000013)
[    0.012758] ACPI: DBG2 0x000000007A480DA8 000054 (v00 _ASUS_ Notebook 00000002      01000013)
[    0.012759] ACPI: SSDT 0x000000007A480E00 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
[    0.012761] ACPI: DMAR 0x000000007A480EB0 0000A8 (v01 INTEL  EDK2     00000002      01000013)
[    0.012762] ACPI: BGRT 0x000000007A480F58 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.012764] ACPI: UEFI 0x000000007A480F90 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.012766] ACPI: UEFI 0x000000007A4815D0 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.012767] ACPI: TPM2 0x000000007A481630 000034 (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.012769] ACPI: SSDT 0x000000007A481668 0020E9 (v01 OptRef OptTabl  00001000 INTL 20160527)
[    0.012770] ACPI: WSMT 0x000000007A483758 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.012775] ACPI: Local APIC address 0xfee00000
[    0.013107] No NUMA configuration found
[    0.013108] Faking a node at [mem 0x0000000000000000-0x000000047dffffff]
[    0.013110] NODE_DATA(0) allocated [mem 0x47dffc000-0x47dffffff]
[    0.013126] Zone ranges:
[    0.013127]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.013128]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.013128]   Normal   [mem 0x0000000100000000-0x000000047dffffff]
[    0.013129]   Device   empty
[    0.013129] Movable zone start for each node
[    0.013130] Early memory node ranges
[    0.013130]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.013131]   node   0: [mem 0x0000000000100000-0x0000000078bb4fff]
[    0.013131]   node   0: [mem 0x000000007ac0e000-0x000000007ac0efff]
[    0.013132]   node   0: [mem 0x0000000100000000-0x000000047dffffff]
[    0.013248] Zeroed struct page in unavailable ranges: 29868 pages
[    0.013249] Initmem setup node 0 [mem 0x0000000000001000-0x000000047dffffff]
[    0.013250] On node 0 totalpages: 4156244
[    0.013251]   DMA zone: 64 pages used for memmap
[    0.013251]   DMA zone: 22 pages reserved
[    0.013251]   DMA zone: 3998 pages, LIFO batch:0
[    0.013276]   DMA32 zone: 7663 pages used for memmap
[    0.013277]   DMA32 zone: 490422 pages, LIFO batch:63
[    0.017829]   Normal zone: 57216 pages used for memmap
[    0.017829]   Normal zone: 3661824 pages, LIFO batch:63
[    0.046190] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.046945] ACPI: PM-Timer IO Port: 0x1808
[    0.046946] ACPI: Local APIC address 0xfee00000
[    0.046951] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.046951] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.046952] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.046952] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.046952] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.046953] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.046953] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.046954] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.046954] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.046954] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.046955] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.046955] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.047018] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.047020] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.047021] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.047022] ACPI: IRQ0 used by override.
[    0.047022] ACPI: IRQ9 used by override.
[    0.047023] Using ACPI (MADT) for SMP configuration information
[    0.047024] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.047028] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.047037] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.047038] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.047039] PM: Registered nosave memory: [mem 0x6eb0a000-0x6eb0afff]
[    0.047040] PM: Registered nosave memory: [mem 0x6eb18000-0x6eb18fff]
[    0.047040] PM: Registered nosave memory: [mem 0x6eb19000-0x6eb19fff]
[    0.047041] PM: Registered nosave memory: [mem 0x6eb36000-0x6eb36fff]
[    0.047042] PM: Registered nosave memory: [mem 0x6eb37000-0x6eb37fff]
[    0.047042] PM: Registered nosave memory: [mem 0x6eb60000-0x6eb60fff]
[    0.047043] PM: Registered nosave memory: [mem 0x78bb5000-0x7a416fff]
[    0.047044] PM: Registered nosave memory: [mem 0x7a417000-0x7a493fff]
[    0.047044] PM: Registered nosave memory: [mem 0x7a494000-0x7a5a8fff]
[    0.047044] PM: Registered nosave memory: [mem 0x7a5a9000-0x7ac0dfff]
[    0.047045] PM: Registered nosave memory: [mem 0x7ac0f000-0x7fffffff]
[    0.047046] PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.047046] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.047046] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.047047] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.047047] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.047047] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.047048] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.047048] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.047048] PM: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
[    0.047049] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.047049] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.047049] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.047051] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.047051] Booting paravirtualized kernel on bare hardware
[    0.047053] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.107728] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:12 nr_node_ids:1
[    0.108076] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.108080] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.108081] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.108095] Built 1 zonelists, mobility grouping on.  Total pages: 4091279
[    0.108096] Policy zone: Normal
[    0.108097] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img modprobe.blacklist=nouveau pci=nomsi acpi_backlight=vendor root=/dev/sda4 resume=/dec/sda3 rw
[    0.109112] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.109600] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.109670] mem auto-init: stack:byref_all, heap alloc:off, heap free:off
[    0.113562] Calgary: detecting Calgary via BIOS EBDA area
[    0.113563] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.150335] Memory: 16183828K/16624976K available (12291K kernel code, 1321K rwdata, 3952K rodata, 1632K init, 3548K bss, 441148K reserved, 0K cma-reserved)
[    0.150425] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.150433] Kernel/User page tables isolation: enabled
[    0.150444] ftrace: allocating 37806 entries in 148 pages
[    0.159844] rcu: Preemptible hierarchical RCU implementation.
[    0.159845] rcu: 	CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.159845] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.159845] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
[    0.159846] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.159846] 	Tasks RCU enabled.
[    0.159847] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.159847] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.160850] NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
[    0.161057] rcu: 	Offload RCU callbacks from CPUs: (none).
[    0.161320] random: get_random_bytes called from start_kernel+0x3ce/0x5a9 with crng_init=0
[    0.161338] Console: colour dummy device 80x25
[    0.161341] printk: console [tty0] enabled
[    0.161354] ACPI: Core revision 20190703
[    0.161723] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.161866] APIC: Switch to symmetric I/O mode setup
[    0.161867] DMAR: Host address width 39
[    0.161868] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.161872] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.161872] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.161874] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.161875] DMAR: RMRR base: 0x0000007a761000 end: 0x0000007a9aafff
[    0.161875] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.161877] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.161877] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.161878] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.165071] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.165072] x2apic enabled
[    0.165103] Switched APIC routing to cluster x2apic.
[    0.174441] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.188580] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb62f12e8c, max_idle_ns: 440795238402 ns
[    0.188584] Calibrating delay loop (skipped), value calculated using timer frequency.. 4401.32 BogoMIPS (lpj=7333320)
[    0.188585] pid_max: default: 32768 minimum: 301
[    0.190219] LSM: Security Framework initializing
[    0.190222] Yama: becoming mindful.
[    0.190264] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.190293] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.190390] *** VALIDATE proc ***
[    0.190423] *** VALIDATE cgroup1 ***
[    0.190424] *** VALIDATE cgroup2 ***
[    0.190458] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.190476] process: using mwait in idle threads
[    0.190477] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.190478] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.190479] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.190480] Spectre V2 : Mitigation: Full generic retpoline
[    0.190481] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.190481] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.190482] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.190482] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.190483] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.190485] MDS: Mitigation: Clear CPU buffers
[    0.190648] Freeing SMP alternatives memory: 32K
[    0.191982] TSC deadline timer enabled
[    0.191993] smpboot: CPU0: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (family: 0x6, model: 0x9e, stepping: 0xa)
[    0.211935] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.211951] ... version:                4
[    0.211952] ... bit width:              48
[    0.211954] ... generic registers:      4
[    0.211956] ... value mask:             0000ffffffffffff
[    0.211958] ... max period:             00007fffffffffff
[    0.211959] ... fixed-purpose events:   3
[    0.211961] ... event mask:             000000070000000f
[    0.218590] rcu: Hierarchical SRCU implementation.
[    0.242272] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.248598] smp: Bringing up secondary CPUs ...
[    0.288614] x86: Booting SMP configuration:
[    0.288617] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
[    0.489161] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.528623]   #7  #8  #9 #10 #11
[    0.689095] smp: Brought up 1 node, 12 CPUs
[    0.689095] smpboot: Max logical packages: 1
[    0.689095] smpboot: Total of 12 processors activated (52821.90 BogoMIPS)
[    0.692224] devtmpfs: initialized
[    0.692224] x86/mm: Memory block size: 128MB
[    0.692952] PM: Registering ACPI NVS region [mem 0x7a494000-0x7a5a8fff] (1134592 bytes)
[    0.692952] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.692952] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.692952] pinctrl core: initialized pinctrl subsystem
[    0.692952] PM: RTC time: 06:57:13, date: 2019-09-26
[    0.692952] NET: Registered protocol family 16
[    0.692952] audit: initializing netlink subsys (disabled)
[    0.692952] audit: type=2000 audit(1569481032.533:1): state=initialized audit_enabled=0 res=1
[    0.695270] cpuidle: using governor ladder
[    0.695287] cpuidle: using governor menu
[    0.695378] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.695378] ACPI: bus type PCI registered
[    0.695378] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.695378] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.695378] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.695378] PCI: Using configuration type 1 for base access
[    0.696003] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.696004] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.696004] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.696004] ACPI: Added _OSI(Module Device)
[    0.696004] ACPI: Added _OSI(Processor Device)
[    0.696004] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.696004] ACPI: Added _OSI(Processor Aggregator Device)
[    0.696004] ACPI: Added _OSI(Linux-Dell-Video)
[    0.696004] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.696004] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.738811] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.740347] ACPI: EC: EC started
[    0.740347] ACPI: EC: interrupt blocked
[    0.742076] ACPI: \: Used as first EC
[    0.742077] ACPI: \: GPE=0x27, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.742078] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.748000] ACPI: Dynamic OEM Table Load:
[    0.748005] ACPI: SSDT 0xFFFF97402B2B7000 0005BE (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.749337] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.750693] ACPI: Dynamic OEM Table Load:
[    0.750696] ACPI: SSDT 0xFFFF97402A9BAC00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.751969] ACPI: Dynamic OEM Table Load:
[    0.751971] ACPI: SSDT 0xFFFF97402A880800 00010A (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.753191] ACPI: Dynamic OEM Table Load:
[    0.753194] ACPI: SSDT 0xFFFF97402B2B0800 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.754722] ACPI: Dynamic OEM Table Load:
[    0.754727] ACPI: SSDT 0xFFFF97402B301000 000EF1 (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.756616] ACPI: Dynamic OEM Table Load:
[    0.756619] ACPI: SSDT 0xFFFF97402A9BCC00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.757920] ACPI: Dynamic OEM Table Load:
[    0.757922] ACPI: SSDT 0xFFFF97402A9BA000 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.762741] ACPI: Interpreter enabled
[    0.762771] ACPI: (supports S0 S3 S4 S5)
[    0.762771] ACPI: Using IOAPIC for interrupt routing
[    0.762800] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.763860] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.765887] ACPI: Power Resource [PG00] (on)
[    0.799163] ACPI: Power Resource [USBC] (on)
[    0.803179] ACPI: Power Resource [V0PR] (on)
[    0.803415] ACPI: Power Resource [V1PR] (on)
[    0.803644] ACPI: Power Resource [V2PR] (on)
[    0.808970] ACPI: Power Resource [WRST] (on)
[    0.814652] ACPI: Power Resource [PIN] (off)
[    0.815008] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.815013] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments HPX-Type3]
[    0.815093] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    0.816039] PCI host bridge to bus 0000:00
[    0.816040] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.816041] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.816042] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.816042] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.816043] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.816044] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.816044] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.816045] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.816045] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.816046] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.816047] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.816054] pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000
[    0.816381] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.816416] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.816622] pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000
[    0.816629] pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
[    0.816633] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.816636] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.816647] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.816767] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.816775] pci 0000:00:04.0: reg 0x10: [mem 0xa4398000-0xa439ffff 64bit]
[    0.816942] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.816949] pci 0000:00:08.0: reg 0x10: [mem 0xa43b3000-0xa43b3fff 64bit]
[    0.817156] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[    0.817187] pci 0000:00:12.0: reg 0x10: [mem 0xa43b2000-0xa43b2fff 64bit]
[    0.817464] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[    0.817496] pci 0000:00:14.0: reg 0x10: [mem 0xa4380000-0xa438ffff 64bit]
[    0.817598] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.817770] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[    0.817796] pci 0000:00:14.2: reg 0x10: [mem 0xa43a8000-0xa43a9fff 64bit]
[    0.817810] pci 0000:00:14.2: reg 0x18: [mem 0xa43b1000-0xa43b1fff 64bit]
[    0.818032] pci 0000:00:14.3: [8086:a370] type 00 class 0x028000
[    0.818202] pci 0000:00:14.3: reg 0x10: [mem 0xa43a4000-0xa43a7fff 64bit]
[    0.818805] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.819361] pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000
[    0.819985] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.822555] pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000
[    0.823251] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.825664] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[    0.825694] pci 0000:00:16.0: reg 0x10: [mem 0xa43ae000-0xa43aefff 64bit]
[    0.825782] pci 0000:00:16.0: PME# supported from D3hot
[    0.826024] pci 0000:00:17.0: [8086:282a] type 00 class 0x010400
[    0.826051] pci 0000:00:17.0: reg 0x10: [mem 0xa4390000-0xa4397fff]
[    0.826062] pci 0000:00:17.0: reg 0x14: [mem 0xa43ad000-0xa43ad0ff]
[    0.826072] pci 0000:00:17.0: reg 0x18: [io  0x5090-0x5097]
[    0.826083] pci 0000:00:17.0: reg 0x1c: [io  0x5080-0x5083]
[    0.826094] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    0.826104] pci 0000:00:17.0: reg 0x24: [mem 0xa4300000-0xa437ffff]
[    0.826166] pci 0000:00:17.0: PME# supported from D3hot
[    0.826402] pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
[    0.826532] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.826746] pci 0000:00:1d.6: [8086:a336] type 01 class 0x060400
[    0.826897] pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
[    0.826922] pci 0000:00:1d.6: PTM enabled (root), 4dns granularity
[    0.827351] pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000
[    0.828082] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.830548] pci 0000:00:1e.2: [8086:a32a] type 00 class 0x0c8000
[    0.831244] pci 0000:00:1e.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.833442] pci 0000:00:1f.0: [8086:a30d] type 00 class 0x060100
[    0.833836] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
[    0.833910] pci 0000:00:1f.3: reg 0x10: [mem 0xa43a0000-0xa43a3fff 64bit]
[    0.833996] pci 0000:00:1f.3: reg 0x20: [mem 0xa4100000-0xa41fffff 64bit]
[    0.834134] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.834397] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[    0.834445] pci 0000:00:1f.4: reg 0x10: [mem 0xa43aa000-0xa43aa0ff 64bit]
[    0.834496] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.834703] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[    0.834722] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.834914] pci 0000:01:00.0: [10de:1c8d] type 00 class 0x030200
[    0.834926] pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
[    0.834931] pci 0000:01:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.834937] pci 0000:01:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
[    0.834941] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.834945] pci 0000:01:00.0: reg 0x30: [mem 0xa4000000-0xa407ffff pref]
[    0.834955] pci 0000:01:00.0: Enabling HDA controller
[    0.835063] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.835064] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.835066] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.835068] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.835156] acpiphp: Slot [1] registered
[    0.835166] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.835275] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.835309] pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.835336] pci 0000:03:00.0: reg 0x18: [mem 0xa4204000-0xa4204fff 64bit]
[    0.835353] pci 0000:03:00.0: reg 0x20: [mem 0xa4200000-0xa4203fff 64bit]
[    0.835470] pci 0000:03:00.0: supports D1 D2
[    0.835471] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.835646] pci 0000:00:1d.6: PCI bridge to [bus 03]
[    0.835649] pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
[    0.835653] pci 0000:00:1d.6:   bridge window [mem 0xa4200000-0xa42fffff]
[    0.837198] ACPI: PCI Interrupt Link [LNKA] (IRQs) *0
[    0.837227] ACPI: PCI Interrupt Link [LNKB] (IRQs) *1
[    0.837255] ACPI: PCI Interrupt Link [LNKC] (IRQs) *0
[    0.837282] ACPI: PCI Interrupt Link [LNKD] (IRQs) *0
[    0.837309] ACPI: PCI Interrupt Link [LNKE] (IRQs) *0
[    0.837336] ACPI: PCI Interrupt Link [LNKF] (IRQs) *0
[    0.837363] ACPI: PCI Interrupt Link [LNKG] (IRQs) *0
[    0.837390] ACPI: PCI Interrupt Link [LNKH] (IRQs) *0
[    0.838585] ACPI: EC: interrupt unblocked
[    0.838585] ACPI: EC: event unblocked
[    0.838585] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x27, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.838585] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
[    0.838589] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.838589] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.838590] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.838591] vgaarb: loaded
[    0.838675] ACPI: bus type USB registered
[    0.838682] usbcore: registered new interface driver usbfs
[    0.838685] usbcore: registered new interface driver hub
[    0.838704] usbcore: registered new device driver usb
[    0.838719] pps_core: LinuxPPS API ver. 1 registered
[    0.838719] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.838720] PTP clock support registered
[    0.838724] EDAC MC: Ver: 3.0.0
[    0.839115] Registered efivars operations
[    0.858818] PCI: Using ACPI for IRQ routing
[    0.942065] PCI: pci_cache_line_size set to 64 bytes
[    0.942447] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.942447] e820: reserve RAM buffer [mem 0x6eb0a018-0x6fffffff]
[    0.942448] e820: reserve RAM buffer [mem 0x6eb19018-0x6fffffff]
[    0.942448] e820: reserve RAM buffer [mem 0x6eb37018-0x6fffffff]
[    0.942449] e820: reserve RAM buffer [mem 0x78bb5000-0x7bffffff]
[    0.942450] e820: reserve RAM buffer [mem 0x7ac0f000-0x7bffffff]
[    0.942450] e820: reserve RAM buffer [mem 0x47e000000-0x47fffffff]
[    0.942506] NetLabel: Initializing
[    0.942507] NetLabel:  domain hash size = 128
[    0.942507] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.942514] NetLabel:  unlabeled traffic allowed by default
[    0.945618] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.945620] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.947710] clocksource: Switched to clocksource tsc-early
[    0.952191] VFS: Disk quotas dquot_6.6.0
[    0.952202] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.952216] *** VALIDATE hugetlbfs ***
[    0.952239] pnp: PnP ACPI init
[    0.952401] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.952402] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.952405] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.952417] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.952492] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.952494] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.952627] pnp 00:03: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    0.952770] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.952771] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.952772] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.952773] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.952773] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.952774] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.952775] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.952776] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.952778] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.952962] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.952963] system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.952964] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.952966] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.952966] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.952967] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.952968] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.952970] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.953216] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.953218] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.954115] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.954797] pnp: PnP ACPI: found 8 devices
[    0.955524] thermal_sys: Registered thermal governor 'fair_share'
[    0.955524] thermal_sys: Registered thermal governor 'bang_bang'
[    0.955524] thermal_sys: Registered thermal governor 'step_wise'
[    0.955525] thermal_sys: Registered thermal governor 'user_space'
[    0.955525] thermal_sys: Registered thermal governor 'power_allocator'
[    0.960047] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.960071] pci 0000:00:15.0: BAR 0: assigned [mem 0xa43ab000-0xa43abfff 64bit]
[    0.960342] pci 0000:00:15.1: BAR 0: assigned [mem 0xa43ac000-0xa43acfff 64bit]
[    0.960542] pci 0000:00:1e.0: BAR 0: assigned [mem 0xa43af000-0xa43affff 64bit]
[    0.960811] pci 0000:00:1e.2: BAR 0: assigned [mem 0xa43b0000-0xa43b0fff 64bit]
[    0.961079] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.961080] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.961082] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.961083] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.961085] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.961107] pci 0000:00:1d.6: PCI bridge to [bus 03]
[    0.961109] pci 0000:00:1d.6:   bridge window [io  0x3000-0x3fff]
[    0.961113] pci 0000:00:1d.6:   bridge window [mem 0xa4200000-0xa42fffff]
[    0.961123] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.961124] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.961125] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.961125] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window]
[    0.961126] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window]
[    0.961127] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window]
[    0.961127] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window]
[    0.961128] pci_bus 0000:00: resource 11 [mem 0x000f0000-0x000fffff window]
[    0.961128] pci_bus 0000:00: resource 12 [mem 0x80000000-0xdfffffff window]
[    0.961129] pci_bus 0000:00: resource 13 [mem 0xfc800000-0xfe7fffff window]
[    0.961130] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.961130] pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
[    0.961131] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.961132] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.961132] pci_bus 0000:03: resource 1 [mem 0xa4200000-0xa42fffff]
[    0.961263] NET: Registered protocol family 2
[    0.961335] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.961350] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.961463] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.961582] TCP: Hash tables configured (established 131072 bind 65536)
[    0.961601] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.961632] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.961704] NET: Registered protocol family 1
[    0.961707] NET: Registered protocol family 44
[    0.961714] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.961943] PCI: CLS 64 bytes, default 64
[    0.961965] Trying to unpack rootfs image as initramfs...
[    1.044400] Freeing initrd memory: 11592K
[    1.065311] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.065332] software IO TLB: mapped [mem 0x6ab0a000-0x6eb0a000] (64MB)
[    1.065536] check: Scanning for low memory corruption every 60 seconds
[    1.065950] Initialise system trusted keyrings
[    1.065961] Key type blacklist registered
[    1.065989] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    1.067234] zbud: loaded
[    1.071948] Key type asymmetric registered
[    1.071949] Asymmetric key parser 'x509' registered
[    1.071955] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.071994] io scheduler mq-deadline registered
[    1.071994] io scheduler kyber registered
[    1.072016] io scheduler bfq registered
[    1.076476] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.076541] efifb: probing for efifb
[    1.076548] efifb: framebuffer at 0x80000000, using 1876k, total 1875k
[    1.076549] efifb: mode is 800x600x32, linelength=3200, pages=1
[    1.076549] efifb: scrolling: redraw
[    1.076550] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.076575] fbcon: Deferring console take-over
[    1.076576] fb0: EFI VGA frame buffer device
[    1.076581] intel_idle: MWAIT substates: 0x11142120
[    1.076582] intel_idle: v0.4.1 model 0x9E
[    1.077208] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.077249] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0D:00/input/input0
[    1.077254] ACPI: Lid Switch [LID]
[    1.077310] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.077316] ACPI: Sleep Button [SLPB]
[    1.077337] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    1.077345] ACPI: Power Button [PWRB]
[    1.077368] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.078673] ACPI: Power Button [PWRF]
[    1.080959] thermal LNXTHERM:00: registered as thermal_zone0
[    1.080960] ACPI: Thermal Zone [THRM] (42 C)
[    1.081198] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.081911] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.081912] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.083169] usbcore: registered new interface driver usbserial_generic
[    1.083172] usbserial: USB Serial support registered for generic
[    1.083191] rtc_cmos 00:01: RTC can wake from S4
[    1.084261] rtc_cmos 00:01: registered as rtc0
[    1.084270] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.084308] intel_pstate: Intel P-state driver initializing
[    1.084353] intel_pstate: Disabling energy efficiency optimization
[    1.085274] intel_pstate: HWP enabled
[    1.085599] ledtrig-cpu: registered to indicate activity on CPUs
[    1.085635] intel_pmc_core INT33A1:00:  initialized
[    1.085792] NET: Registered protocol family 10
[    1.091551] Segment Routing with IPv6
[    1.091565] NET: Registered protocol family 17
[    1.092450] RAS: Correctable Errors collector initialized.
[    1.092537] microcode: sig=0x906ea, pf=0x20, revision=0xb4
[    1.093028] microcode: Microcode Update Driver: v2.2.
[    1.093035] sched_clock: Marking stable (1095727369, -2701470)->(1099147771, -6121872)
[    1.093499] registered taskstats version 1
[    1.093503] Loading compiled-in X.509 certificates
[    1.096670] Loaded X.509 cert 'Build time autogenerated kernel key: 98a07e5f4542d6bc42dda53c61b0df13c805345f'
[    1.096686] zswap: loaded using pool lzo/zbud
[    1.102837] Key type big_key registered
[    1.104031] PM:   Magic number: 3:51:975
[    1.104048] platform PNP0C0E:00: hash matches
[    1.104053] button PNP0C0E:00: hash matches
[    1.104438] rtc_cmos 00:01: setting system clock to 2019-09-26T06:57:13 UTC (1569481033)
[    1.105329] Freeing unused decrypted memory: 2040K
[    1.105686] Freeing unused kernel image memory: 1632K
[    1.135859] Write protecting the kernel read-only data: 18432k
[    1.136610] Freeing unused kernel image memory: 2012K
[    1.136902] Freeing unused kernel image memory: 144K
[    1.150678] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.150680] x86/mm: Checking user space page tables
[    1.164709] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.164711] Run /init as init process
[    1.227714] fbcon: Taking over console
[    1.227752] Console: switching to colour frame buffer device 100x37
[    1.279506] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    1.279507] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.285686] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.288187] SCSI subsystem initialized
[    1.290540] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.290548] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.291648] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
[    1.291654] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.291656] xhci_hcd 0000:00:14.0: No msi-x/msi found and no IRQ in BIOS
[    1.291685] xhci_hcd 0000:00:14.0: startup error -22
[    1.291700] xhci_hcd 0000:00:14.0: USB bus 1 deregistered
[    1.291710] xhci_hcd 0000:00:14.0: init 0000:00:14.0 fail, -22
[    1.291728] xhci_hcd: probe of 0000:00:14.0 failed with error -22
[    1.293291] libata version 3.00 loaded.
[    1.295240] ahci 0000:00:17.0: version 3.0
[    1.303457] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.305603] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl RAID mode
[    1.305605] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst 
[    1.305978] scsi host0: ahci
[    1.306278] scsi host1: ahci
[    1.306314] ata1: SATA max UDMA/133 abar m524288@0xa4300000 port 0xa4300100 irq 16
[    1.306316] ata2: SATA max UDMA/133 abar m524288@0xa4300000 port 0xa4300180 irq 16
[    1.618946] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.622670] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.622844] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.622849] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.622853] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.624937] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.624943] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.624947] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.626575] ata2.00: ATA-10: Micron_1100_MTFDDAV256TBN,  M0MA031, max UDMA/133
[    1.626580] ata2.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.626904] ata1.00: ATA-10: TOSHIBA MQ04ABF100, JU0C0J, max UDMA/100
[    1.626909] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.629594] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.629599] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.629604] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.633276] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.633282] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.633286] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.633409] ata2.00: configured for UDMA/133
[    1.636982] ata1.00: configured for UDMA/100
[    1.637423] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ04ABF1 0J   PQ: 0 ANSI: 5
[    1.638530] scsi 1:0:0:0: Direct-Access     ATA      Micron_1100_MTFD A031 PQ: 0 ANSI: 5
[    1.647329] ata2.00: Enabling discard_zeroes_data
[    1.647599] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.647600] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.647608] sd 1:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    1.647615] sd 1:0:0:0: [sdb] Write Protect is off
[    1.647616] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.647641] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.647667] sd 0:0:0:0: [sda] Write Protect is off
[    1.647668] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.647685] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.647760] ata2.00: Enabling discard_zeroes_data
[    1.649994]  sdb: sdb1 sdb2 sdb3 sdb4
[    1.650206] ata2.00: Enabling discard_zeroes_data
[    1.650310] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.707461]  sda: sda1 sda2 sda3 sda4 sda5
[    1.709262] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.984763] random: fast init done
[    2.078644] tsc: Refined TSC clocksource calibration: 2207.998 MHz
[    2.078665] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3b6211b4, max_idle_ns: 440795230313 ns
[    2.078773] clocksource: Switched to clocksource tsc
[    2.763421] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    4.122908] random: crng init done
[    4.524391] systemd[1]: Successfully credited entropy passed from boot loader.
[    4.535292] systemd[1]: systemd 243.51-1-arch 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.552616] systemd[1]: Detected architecture x86-64.
[    4.565355] systemd[1]: Set hostname to <KAermorhen>.
[    6.253529] systemd[1]: Created slice system-getty.slice.
[    6.254329] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    6.255019] systemd[1]: Created slice User and Session Slice.
[    6.255374] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.255687] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.256527] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.256836] systemd[1]: Reached target Local Encrypted Volumes.
[    6.400061] EXT4-fs (sda4): re-mounted. Opts: (null)
[    6.574833] audit: type=1130 audit(1569481038.964:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.624341] systemd-journald[337]: Received client request to flush runtime journal.
[    6.904339] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    6.904441] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    6.905565] audit: type=1130 audit(1569481039.297:3): 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'
[    7.197712] audit: type=1130 audit(1569481039.587:4): 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'
[    7.269531] audit: type=1130 audit(1569481039.661:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.285819] audit: type=1130 audit(1569481039.677:6): 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'
[    9.566759] audit: type=1130 audit(1569481041.957:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.026492] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5
[   10.032764] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[   10.032802] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[   10.074004] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20190703/nsprepkg-94)
[   10.387406] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[   10.388220] intel_rapl_common: Found RAPL domain package
[   10.388221] intel_rapl_common: Found RAPL domain dram
[   10.388375] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[   10.422392] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   10.422464] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   10.454911] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   10.461228] ACPI: AC Adapter [AC0] (off-line)
[   10.472370] battery: ACPI: Battery Slot [BAT0] (battery present)
[   10.556711] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[   10.565666] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   10.600056] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   10.783216] input: PC Speaker as /devices/platform/pcspkr/input/input6
[   10.783532] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   10.784125] hidraw: raw HID events driver (C) Jiri Kosina
[   10.788141] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[   10.788414] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   10.792175] i2c_hid i2c-ELAN1200:00: i2c-ELAN1200:00 supply vdd not found, using dummy regulator
[   10.792182] i2c_hid i2c-ELAN1200:00: i2c-ELAN1200:00 supply vddl not found, using dummy regulator
[   10.894866] Intel(R) Wireless WiFi driver for Linux
[   10.894868] Copyright(c) 2003- 2015 Intel Corporation
[   10.894894] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   10.894895] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   10.894895] RAPL PMU: hw unit of domain package 2^-14 Joules
[   10.894896] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   10.894897] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   10.894897] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   10.894919] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[   10.895721] iwlwifi 0000:00:14.3: pci_enable_msi failed - -22
[   10.999725] Linux agpgart interface v0.103
[   11.004175] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[   11.004574] idma64 idma64.2: Found Intel integrated DMA 64-bit
[   11.004794] cryptd: max_cpu_qlen set to 1000
[   11.004932] intel-lpss 0000:00:1e.2: enabling device (0000 -> 0002)
[   11.005258] idma64 idma64.3: Found Intel integrated DMA 64-bit
[   11.086099] AVX2 version of gcm_enc/dec engaged.
[   11.086100] AES CTR mode by8 optimization enabled
[   11.086995] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[   11.096858] asus_wmi: ASUS WMI generic driver loaded
[   11.099124] asus_wmi: Initialization: 0x1
[   11.099172] asus_wmi: BIOS WMI version: 9.0
[   11.099204] asus_wmi: SFUN value: 0x21
[   11.099206] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   11.099208] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   11.100490] libphy: r8169: probed
[   11.102033] r8169 0000:03:00.0 eth0: RTL8168h/8111h, 04:92:26:1c:a0:3f, XID 541, IRQ 18
[   11.102035] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   11.102335] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input7
[   11.104971] intel_rapl_common: Found RAPL domain package
[   11.104972] intel_rapl_common: Found RAPL domain core
[   11.104973] intel_rapl_common: Found RAPL domain uncore
[   11.104974] intel_rapl_common: Found RAPL domain dram
[   11.105036] asus_wmi: Number of fans: 0
[   11.237929] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   11.237931] cfg80211: failed to load regulatory.db
[   11.483445] iTCO_vendor_support: vendor-support=0
[   11.498408] input: ELAN1200:00 04F3:303E Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1200:00/0018:04F3:303E.0001/input/input8
[   11.498471] input: ELAN1200:00 04F3:303E Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1200:00/0018:04F3:303E.0001/input/input9
[   11.498517] hid-generic 0018:04F3:303E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:303E] on i2c-ELAN1200:00
[   11.506505] r8169 0000:03:00.0 eno2: renamed from eth0
[   11.523748] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.524023] iTCO_wdt iTCO_wdt: can't request region for resource [mem 0x00c5fffc-0x00c5ffff]
[   11.525149] iTCO_wdt: probe of iTCO_wdt failed with error -16
[   11.589158] dw-apb-uart.2: ttyS0 at MMIO 0xa43af000 (irq = 20, base_baud = 7500000) is a 16550A
[   11.709351] input: ELAN1200:00 04F3:303E Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1200:00/0018:04F3:303E.0001/input/input11
[   11.709502] hid-multitouch 0018:04F3:303E.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:303E] on i2c-ELAN1200:00
[   11.714578] iwlwifi 0000:00:14.3: Found debug destination: EXTERNAL_DRAM
[   11.714580] iwlwifi 0000:00:14.3: Found debug configuration: 0
[   11.714994] iwlwifi 0000:00:14.3: loaded firmware version 46.93e59cf4.0 op_mode iwlmvm
[   11.721093] mousedev: PS/2 mouse device common for all mice
[   12.112025] Adding 17825788k swap on /dev/sda3.  Priority:-2 extents:1 across:17825788k FS
[   12.162714] checking generic (80000000 1d5000) vs hw (80000000 10000000)
[   12.162716] fb0: switching to inteldrmfb from EFI VGA
[   12.162869] Console: switching to colour dummy device 80x25
[   12.162891] i915 0000:00:02.0: vgaarb: deactivate vga console
[   12.164167] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.164168] [drm] Driver supports precise vblank timestamp query.
[   12.164873] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   12.182679] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   12.203928] [drm] Initialized i915 1.6.0 20190619 for 0000:00:02.0 on minor 0
[   12.207160] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   12.207413] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[   12.207527] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[   12.207561] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input13
[   12.207744] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   12.399037] fbcon: i915drmfb (fb0) is primary device
[   12.408933] Console: switching to colour frame buffer device 240x67
[   12.429456] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[   12.429671] audit: type=1130 audit(1569481044.821:8): 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'
[   12.501503] audit: type=1130 audit(1569481044.894:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:asus::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.816447] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[   12.825370] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[   12.825540] iwlwifi 0000:00:14.3: Allocated 0x00400000 bytes for firmware monitor.
[   12.879784] iwlwifi 0000:00:14.3: base HW address: fc:77:74:c9:40:73
[   12.894072] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=1 (0x1d/0x0/0x0/0x0/0x0) type:speaker
[   12.894074] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.894075] snd_hda_codec_generic hdaudioC0D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   12.894075] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
[   12.894076] snd_hda_codec_generic hdaudioC0D0:    inputs:
[   12.894077] snd_hda_codec_generic hdaudioC0D0:      Internal Mic=0x1a
[   12.894078] snd_hda_codec_generic hdaudioC0D0:      Mic=0x19
[   12.937569] iwlwifi 0000:00:14.3: Hardware error detected.  Restarting.
[   12.937614] iwlwifi 0000:00:14.3: DEVICE_ENABLED bit is not set. Aborting dump.
[   12.945368] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[   12.945510] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   12.945662] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   12.945800] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   12.946822] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[   12.947159] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[   12.949773] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   12.950028] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   12.950307] thermal thermal_zone9: failed to read out thermal zone (-61)
[   12.951885] iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
[   12.997812] audit: type=1130 audit(1569481045.391:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.629351] audit: type=1130 audit(1569481046.021:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.406611] audit: type=1130 audit(1569481046.797:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-sda2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.472800] audit: type=1130 audit(1569481047.864:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-home comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.623473] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   17.110620] audit: type=1130 audit(1569481049.501:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.269079] audit: type=1130 audit(1569481049.661:15): 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'
[   17.333909] audit: type=1127 audit(1569481049.724:16): pid=524 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   17.372273] audit: type=1130 audit(1569481049.764:17): 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'
[   17.528954] audit: type=1130 audit(1569481049.921:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.531385] audit: type=1130 audit(1569481049.921:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.532889] audit: type=1130 audit(1569481049.924:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.055995] audit: type=1131 audit(1569481051.447:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.163560] audit: type=1130 audit(1569481051.554:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.219289] audit: type=1130 audit(1569481051.611:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.417676] audit: type=1130 audit(1569481051.807:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.460892] audit: type=1130 audit(1569481051.851:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.486113] pci 0000:00:1d.0: PCI bridge to [bus 02]
[   19.486808] pci 0000:00:1d.0: PCI bridge to [bus 02]
[   19.984933] audit: type=1130 audit(1569481052.374:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.034546] audit: type=1130 audit(1569481052.424:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   20.291288] Generic Realtek PHY r8169-300:00: attached PHY driver [Generic Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[   20.397005] r8169 0000:03:00.0 eno2: Link is Down
[   20.412868] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[   20.533541] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[   20.601247] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[   20.654719] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[   20.775135] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[   20.842447] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[   25.733102] kauditd_printk_skb: 6 callbacks suppressed
[   25.733108] audit: type=1130 audit(1569481058.124:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   26.690419] wlo1: authenticate with 34:fc:b9:7b:ea:70
[   26.697651] wlo1: send auth to 34:fc:b9:7b:ea:70 (try 1/3)
[   26.737380] wlo1: authenticated
[   26.738680] wlo1: associate with 34:fc:b9:7b:ea:70 (try 1/3)
[   26.740129] wlo1: RX AssocResp from 34:fc:b9:7b:ea:70 (capab=0x411 status=0 aid=13)
[   26.745180] wlo1: associated
[   26.956418] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[   30.023278] audit: type=1131 audit(1569481062.414:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   30.569533] rfkill: input handler disabled
[   34.797816] audit: type=1130 audit(1569481067.187:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.663766] audit: type=1130 audit(1569481069.054:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   37.262985] audit: type=1130 audit(1569481069.654:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   37.313612] audit: type=1130 audit(1569481069.704:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.994239] audit: type=1130 audit(1569481071.384:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.229646] audit: type=1006 audit(1569481077.621:41): pid=784 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   45.246245] audit: type=1130 audit(1569481077.637:42): 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'
[   45.251049] audit: type=1006 audit(1569481077.641:43): pid=792 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   45.304782] audit: type=1130 audit(1569481077.694:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.566119] audit: type=1112 audit(1569481077.957:45): pid=784 uid=0 auid=1000 ses=2 msg='uid=1000 exe="/usr/lib/gdm-session-worker" hostname=? addr=? terminal=? res=success'
[   45.847817] rfkill: input handler enabled
[   48.010320] audit: type=1131 audit(1569481080.401:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   50.898314] rfkill: input handler disabled
[   52.829406] fuse: init (API version 7.31)
[   57.106122] audit: type=1130 audit(1569481089.543:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   65.886309] audit: type=1130 audit(1569481098.342:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   73.737639] audit: type=1131 audit(1569481106.200:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   73.743128] audit: type=1131 audit(1569481106.204:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   91.865505] audit: type=1131 audit(1569481124.331:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   92.580554] audit: type=1131 audit(1569481125.044:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   95.874257] audit: type=1131 audit(1569481128.338:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   97.469956] audit: type=1130 audit(1569481129.935:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   98.029175] audit: type=1131 audit(1569481130.495:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  128.062929] audit: type=1131 audit(1569481160.529:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  849.385963] pci 0000:00:1d.0: PCI bridge to [bus 02]
[  851.100706] PM: suspend entry (deep)
[  851.577462] Filesystems sync: 0.476 seconds
[  851.578170] Freezing user space processes ... (elapsed 0.002 seconds) done.
[  851.580231] OOM killer disabled.
[  851.580231] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[  851.581484] printk: Suspending console(s) (use no_console_suspend to debug)
[  851.796311] wlo1: deauthenticating from 34:fc:b9:7b:ea:70 by local choice (Reason: 3=DEAUTH_LEAVING)
[  851.917321] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  851.918188] sd 0:0:0:0: [sda] Stopping disk
[  851.931818] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[  851.932319] sd 1:0:0:0: [sdb] Stopping disk
[  852.696124] ACPI: EC: interrupt blocked
[  852.773774] ACPI: Preparing to enter system sleep state S3
[  852.777191] i801_smbus 0000:00:1f.4: BIOS is accessing SMBus registers
[  852.777194] i801_smbus 0000:00:1f.4: Driver SMBus register access inhibited
[  853.372105] ACPI: EC: event blocked
[  853.372105] ACPI: EC: EC stopped
[  853.372106] PM: Saving platform NVS memory
[  853.372112] Disabling non-boot CPUs ...
[  853.373353] smpboot: CPU 1 is now offline
[  853.375204] smpboot: CPU 2 is now offline
[  853.377011] smpboot: CPU 3 is now offline
[  853.379048] smpboot: CPU 4 is now offline
[  853.380822] smpboot: CPU 5 is now offline
[  853.382797] smpboot: CPU 6 is now offline
[  853.384651] smpboot: CPU 7 is now offline
[  853.386431] smpboot: CPU 8 is now offline
[  853.388232] smpboot: CPU 9 is now offline
[  853.389949] smpboot: CPU 10 is now offline
[  853.391746] smpboot: CPU 11 is now offline
[  853.395842] ACPI: Low-level resume complete
[  853.395933] ACPI: EC: EC started
[  853.395934] PM: Restoring platform NVS memory
[  853.398051] Enabling non-boot CPUs ...
[  853.398083] x86: Booting SMP configuration:
[  853.398083] smpboot: Booting Node 0 Processor 1 APIC 0x2
[  853.399454] microcode: sig=0x906ea, pf=0x20, revision=0x96
[  853.400556] microcode: updated to revision 0xb4, date = 2019-04-01
[  853.400708] intel_pstate: Disabling energy efficiency optimization
[  853.400812] CPU1 is up
[  853.400831] smpboot: Booting Node 0 Processor 2 APIC 0x4
[  853.402490] CPU2 is up
[  853.402508] smpboot: Booting Node 0 Processor 3 APIC 0x6
[  853.404178] CPU3 is up
[  853.404194] smpboot: Booting Node 0 Processor 4 APIC 0x8
[  853.405881] CPU4 is up
[  853.405898] smpboot: Booting Node 0 Processor 5 APIC 0xa
[  853.407593] CPU5 is up
[  853.407609] smpboot: Booting Node 0 Processor 6 APIC 0x1
[  853.407983] microcode: sig=0x906ea, pf=0x20, revision=0xb4
[  853.408323] CPU6 is up
[  853.408342] smpboot: Booting Node 0 Processor 7 APIC 0x3
[  853.408937] CPU7 is up
[  853.408954] smpboot: Booting Node 0 Processor 8 APIC 0x5
[  853.409531] CPU8 is up
[  853.409547] smpboot: Booting Node 0 Processor 9 APIC 0x7
[  853.410140] CPU9 is up
[  853.410157] smpboot: Booting Node 0 Processor 10 APIC 0x9
[  853.410769] CPU10 is up
[  853.410784] smpboot: Booting Node 0 Processor 11 APIC 0xb
[  853.411410] CPU11 is up
[  853.414721] ACPI: Waking up from system sleep state S3
[  853.419700] ACPI: EC: interrupt unblocked
[  853.457077] ACPI: EC: event unblocked
[  853.457657] sd 0:0:0:0: [sda] Starting disk
[  853.457713] sd 1:0:0:0: [sdb] Starting disk
[  853.473555] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[  853.590872] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[  853.657192] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[  853.679488] acpi LNXPOWER:05: Turning OFF
[  853.679569] OOM killer enabled.
[  853.679570] Restarting tasks ... 
[  853.680305] pci 0000:00:1d.0: PCI bridge to [bus 02]
[  853.683334] done.
[  853.716768] PM: suspend exit
[  853.718855] audit: type=1130 audit(1569488053.316:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  853.718866] audit: type=1131 audit(1569488053.316:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  853.786519] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  853.787750] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[  853.787751] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[  853.787752] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[  853.790614] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[  853.790616] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[  853.790617] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[  853.792175] ata2.00: configured for UDMA/133
[  853.792245] ata2.00: Enabling discard_zeroes_data
[  855.882857] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  855.924127] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[  855.924134] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[  855.924139] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[  855.928154] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[  855.928156] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[  855.928158] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[  855.929205] ata1.00: configured for UDMA/100
[  856.285280] Generic Realtek PHY r8169-300:00: attached PHY driver [Generic Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[  856.294559] audit: type=1130 audit(1569488055.893:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  856.383985] r8169 0000:03:00.0 eno2: Link is Down
[  862.693371] wlo1: authenticate with 34:fc:b9:7b:ea:70
[  862.703957] wlo1: send auth to 34:fc:b9:7b:ea:70 (try 1/3)
[  862.746497] wlo1: authenticated
[  862.749077] wlo1: associate with 34:fc:b9:7b:ea:70 (try 1/3)
[  862.750694] wlo1: RX AssocResp from 34:fc:b9:7b:ea:70 (capab=0x411 status=0 aid=14)
[  862.756796] wlo1: associated
[  862.875769] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[  866.928017] audit: type=1131 audit(1569488066.526:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  918.015962] audit: type=1130 audit(1569488117.751:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  918.015971] audit: type=1131 audit(1569488117.751:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1237.061995] pci 0000:00:1d.0: PCI bridge to [bus 02]
[ 1238.687318] PM: suspend entry (deep)
[ 1239.145583] Filesystems sync: 0.458 seconds
[ 1239.146839] Freezing user space processes ... (elapsed 0.003 seconds) done.
[ 1239.150197] OOM killer disabled.
[ 1239.150198] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 1239.151681] printk: Suspending console(s) (use no_console_suspend to debug)
[ 1239.365494] wlo1: deauthenticating from 34:fc:b9:7b:ea:70 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1239.511004] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 1239.511048] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 1239.511486] sd 1:0:0:0: [sdb] Stopping disk
[ 1239.511995] sd 0:0:0:0: [sda] Stopping disk
[ 1240.311927] ACPI: EC: interrupt blocked
[ 1240.389584] ACPI: Preparing to enter system sleep state S3
[ 1240.988789] ACPI: EC: event blocked
[ 1240.988790] ACPI: EC: EC stopped
[ 1240.988790] PM: Saving platform NVS memory
[ 1240.988797] Disabling non-boot CPUs ...
[ 1240.990038] smpboot: CPU 1 is now offline
[ 1240.991665] smpboot: CPU 2 is now offline
[ 1240.993493] smpboot: CPU 3 is now offline
[ 1240.995055] smpboot: CPU 4 is now offline
[ 1240.996561] smpboot: CPU 5 is now offline
[ 1240.998376] smpboot: CPU 6 is now offline
[ 1240.999955] smpboot: CPU 7 is now offline
[ 1241.001431] smpboot: CPU 8 is now offline
[ 1241.003011] smpboot: CPU 9 is now offline
[ 1241.004564] smpboot: CPU 10 is now offline
[ 1241.006224] smpboot: CPU 11 is now offline
[ 1241.010072] ACPI: Low-level resume complete
[ 1241.010164] ACPI: EC: EC started
[ 1241.010164] PM: Restoring platform NVS memory
[ 1241.012284] Enabling non-boot CPUs ...
[ 1241.012316] x86: Booting SMP configuration:
[ 1241.012317] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 1241.012649] microcode: sig=0x906ea, pf=0x20, revision=0x96
[ 1241.013904] intel_pstate: Disabling energy efficiency optimization
[ 1241.014006] CPU1 is up
[ 1241.014024] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 1241.015689] CPU2 is up
[ 1241.015706] smpboot: Booting Node 0 Processor 3 APIC 0x6
[ 1241.017369] CPU3 is up
[ 1241.017385] smpboot: Booting Node 0 Processor 4 APIC 0x8
[ 1241.019071] CPU4 is up
[ 1241.019088] smpboot: Booting Node 0 Processor 5 APIC 0xa
[ 1241.020779] CPU5 is up
[ 1241.020795] smpboot: Booting Node 0 Processor 6 APIC 0x1
[ 1241.021168] microcode: sig=0x906ea, pf=0x20, revision=0xb4
[ 1241.021519] CPU6 is up
[ 1241.021538] smpboot: Booting Node 0 Processor 7 APIC 0x3
[ 1241.022125] CPU7 is up
[ 1241.022141] smpboot: Booting Node 0 Processor 8 APIC 0x5
[ 1241.022750] CPU8 is up
[ 1241.022767] smpboot: Booting Node 0 Processor 9 APIC 0x7
[ 1241.023363] CPU9 is up
[ 1241.023379] smpboot: Booting Node 0 Processor 10 APIC 0x9
[ 1241.023982] CPU10 is up
[ 1241.023998] smpboot: Booting Node 0 Processor 11 APIC 0xb
[ 1241.024609] CPU11 is up
[ 1241.027917] ACPI: Waking up from system sleep state S3
[ 1241.033586] ACPI: EC: interrupt unblocked
[ 1241.066149] ACPI: EC: event unblocked
[ 1241.066576] sd 0:0:0:0: [sda] Starting disk
[ 1241.066807] sd 1:0:0:0: [sdb] Starting disk
[ 1241.078647] iwlwifi 0000:00:14.3: RF_KILL bit toggled to enable radio.
[ 1241.080338] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[ 1241.197740] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[ 1241.264071] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[ 1241.286268] acpi LNXPOWER:05: Turning OFF
[ 1241.286343] OOM killer enabled.
[ 1241.286344] Restarting tasks ... 
[ 1241.287190] pci 0000:00:1d.0: PCI bridge to [bus 02]
[ 1241.289645] done.
[ 1241.319355] PM: suspend exit
[ 1241.322013] audit: type=1130 audit(1569493120.310:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1241.322020] audit: type=1131 audit(1569493120.310:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1241.389484] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1241.390476] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1241.390477] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1241.390478] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1241.394315] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1241.394317] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1241.394318] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1241.396242] ata2.00: configured for UDMA/133
[ 1241.396272] ata2.00: Enabling discard_zeroes_data
[ 1243.428194] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1243.467013] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1243.467021] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1243.467025] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1243.471775] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1243.471782] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1243.471787] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1243.473035] ata1.00: configured for UDMA/100
[ 1243.837012] Generic Realtek PHY r8169-300:00: attached PHY driver [Generic Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[ 1243.848728] audit: type=1130 audit(1569493122.833:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1243.935769] r8169 0000:03:00.0 eno2: Link is Down
[ 1250.741148] wlo1: authenticate with 34:fc:b9:7b:ec:11
[ 1250.750633] wlo1: send auth to 34:fc:b9:7b:ec:11 (try 1/3)
[ 1250.791494] wlo1: authenticated
[ 1250.793310] wlo1: associate with 34:fc:b9:7b:ec:11 (try 1/3)
[ 1250.794866] wlo1: RX AssocResp from 34:fc:b9:7b:ec:11 (capab=0x411 status=0 aid=2)
[ 1250.800039] wlo1: associated
[ 1250.897085] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[ 1253.772330] audit: type=1131 audit(1569493132.758:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1977.088049] mce: CPU8: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088050] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088051] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088052] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088053] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088054] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088055] mce: CPU11: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088056] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088057] mce: CPU10: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088057] mce: CPU9: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088058] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088059] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088060] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.088066] mce: CPU8: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 1977.099075] mce: CPU2: Core temperature/speed normal
[ 1977.099076] mce: CPU8: Core temperature/speed normal
[ 1977.099077] mce: CPU6: Package temperature/speed normal
[ 1977.099079] mce: CPU0: Package temperature/speed normal
[ 1977.099081] mce: CPU8: Package temperature/speed normal
[ 1977.099085] mce: CPU2: Package temperature/speed normal
[ 1977.099158] mce: CPU1: Package temperature/speed normal
[ 1977.099158] mce: CPU7: Package temperature/speed normal
[ 1977.099159] mce: CPU3: Package temperature/speed normal
[ 1977.099160] mce: CPU10: Package temperature/speed normal
[ 1977.099160] mce: CPU4: Package temperature/speed normal
[ 1977.099161] mce: CPU9: Package temperature/speed normal
[ 1977.099162] mce: CPU5: Package temperature/speed normal
[ 1977.099163] mce: CPU11: Package temperature/speed normal
[ 2480.302260] audit: type=1130 audit(1569494359.899:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2483.758262] audit: type=1130 audit(1569494363.356:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2510.340102] audit: type=1131 audit(1569494389.939:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2513.808492] audit: type=1131 audit(1569494393.405:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2715.778671] audit: type=1130 audit(1569494595.384:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2731.868568] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=89347 end=89348) time 123 us, min 1073, max 1079, scanline start 1072, end 1080
[ 2745.811936] audit: type=1131 audit(1569494625.415:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3305.402552] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=123789 end=123790) time 234 us, min 1073, max 1079, scanline start 1069, end 1085
[ 3537.017452] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=137698 end=137699) time 168 us, min 1073, max 1079, scanline start 1072, end 1083
[ 5925.207032] pci 0000:00:1d.0: PCI bridge to [bus 02]
[ 5926.016500] PM: suspend entry (deep)
[ 5926.320964] Filesystems sync: 0.304 seconds
[ 5926.322260] Freezing user space processes ... (elapsed 0.003 seconds) done.
[ 5926.325887] OOM killer disabled.
[ 5926.325889] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 5926.327544] printk: Suspending console(s) (use no_console_suspend to debug)
[ 5926.544399] wlo1: deauthenticating from 34:fc:b9:7b:ec:11 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 5926.573288] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[ 5926.573688] sd 1:0:0:0: [sdb] Stopping disk
[ 5926.586759] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 5926.587727] sd 0:0:0:0: [sda] Stopping disk
[ 5927.377561] ACPI: EC: interrupt blocked
[ 5927.458629] ACPI: Preparing to enter system sleep state S3
[ 5928.046758] ACPI: EC: event blocked
[ 5928.046758] ACPI: EC: EC stopped
[ 5928.046759] PM: Saving platform NVS memory
[ 5928.046766] Disabling non-boot CPUs ...
[ 5928.048000] smpboot: CPU 1 is now offline
[ 5928.049971] smpboot: CPU 2 is now offline
[ 5928.051671] smpboot: CPU 3 is now offline
[ 5928.053580] smpboot: CPU 4 is now offline
[ 5928.055204] smpboot: CPU 5 is now offline
[ 5928.057051] smpboot: CPU 6 is now offline
[ 5928.058728] smpboot: CPU 7 is now offline
[ 5928.060424] smpboot: CPU 8 is now offline
[ 5928.062205] smpboot: CPU 9 is now offline
[ 5928.063911] smpboot: CPU 10 is now offline
[ 5928.065641] smpboot: CPU 11 is now offline
[ 5928.069619] ACPI: Low-level resume complete
[ 5928.069710] ACPI: EC: EC started
[ 5928.069711] PM: Restoring platform NVS memory
[ 5928.071881] Enabling non-boot CPUs ...
[ 5928.071916] x86: Booting SMP configuration:
[ 5928.071917] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 5928.072229] microcode: sig=0x906ea, pf=0x20, revision=0x96
[ 5928.073539] intel_pstate: Disabling energy efficiency optimization
[ 5928.073645] CPU1 is up
[ 5928.073663] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 5928.075325] CPU2 is up
[ 5928.075343] smpboot: Booting Node 0 Processor 3 APIC 0x6
[ 5928.077018] CPU3 is up
[ 5928.077035] smpboot: Booting Node 0 Processor 4 APIC 0x8
[ 5928.078719] CPU4 is up
[ 5928.078736] smpboot: Booting Node 0 Processor 5 APIC 0xa
[ 5928.080437] CPU5 is up
[ 5928.080454] smpboot: Booting Node 0 Processor 6 APIC 0x1
[ 5928.080782] microcode: sig=0x906ea, pf=0x20, revision=0xb4
[ 5928.081119] CPU6 is up
[ 5928.081139] smpboot: Booting Node 0 Processor 7 APIC 0x3
[ 5928.081723] CPU7 is up
[ 5928.081740] smpboot: Booting Node 0 Processor 8 APIC 0x5
[ 5928.082330] CPU8 is up
[ 5928.082346] smpboot: Booting Node 0 Processor 9 APIC 0x7
[ 5928.082955] CPU9 is up
[ 5928.082971] smpboot: Booting Node 0 Processor 10 APIC 0x9
[ 5928.083611] CPU10 is up
[ 5928.083627] smpboot: Booting Node 0 Processor 11 APIC 0xb
[ 5928.084254] CPU11 is up
[ 5928.087515] ACPI: Waking up from system sleep state S3
[ 5928.092561] ACPI: EC: interrupt unblocked
[ 5928.125384] ACPI: EC: event unblocked
[ 5928.125927] sd 1:0:0:0: [sdb] Starting disk
[ 5928.125936] sd 0:0:0:0: [sda] Starting disk
[ 5928.135295] iwlwifi 0000:00:14.3: RF_KILL bit toggled to enable radio.
[ 5928.136697] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[ 5928.254062] iwlwifi 0000:00:14.3: Applying debug destination EXTERNAL_DRAM
[ 5928.320309] iwlwifi 0000:00:14.3: FW already configured (0) - re-configuring
[ 5928.342485] acpi LNXPOWER:05: Turning OFF
[ 5928.342562] OOM killer enabled.
[ 5928.342563] Restarting tasks ... 
[ 5928.343166] pci 0000:00:1d.0: PCI bridge to [bus 02]
[ 5928.346260] done.
[ 5928.377017] PM: suspend exit
[ 5928.379537] audit: type=1130 audit(1569500095.306:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5928.379540] audit: type=1131 audit(1569500095.306:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5928.437432] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 5928.438445] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 5928.438446] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 5928.438447] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 5928.442544] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 5928.442546] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 5928.442547] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 5928.444269] ata2.00: configured for UDMA/133
[ 5928.444298] ata2.00: Enabling discard_zeroes_data
[ 5930.481251] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 5930.560004] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 5930.560012] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 5930.560016] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 5930.565247] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 5930.565254] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 5930.565258] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 5930.566520] ata1.00: configured for UDMA/100
[ 5930.867057] Generic Realtek PHY r8169-300:00: attached PHY driver [Generic Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[ 5930.877750] audit: type=1130 audit(1569500097.806:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5930.965719] r8169 0000:03:00.0 eno2: Link is Down
[ 5936.918147] wlo1: authenticate with 34:fc:b9:7b:ec:11
[ 5936.930053] wlo1: send auth to 34:fc:b9:7b:ec:11 (try 1/3)
[ 5936.973667] wlo1: authenticated
[ 5936.974655] wlo1: associate with 34:fc:b9:7b:ec:11 (try 1/3)
[ 5936.976144] wlo1: RX AssocResp from 34:fc:b9:7b:ec:11 (capab=0x411 status=0 aid=4)
[ 5936.981371] wlo1: associated
[ 5937.081672] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[ 5940.704537] audit: type=1131 audit(1569500107.629:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6005.611553] [drm:intel_pipe_update_end [i915]] *ERROR* Atomic update failure on pipe A (start=4618 end=4619) time 188 us, min 1073, max 1079, scanline start 1070, end 1083
[ 6028.051457] audit: type=1130 audit(1569500195.914:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6030.800074] audit: type=1130 audit(1569500198.661:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6058.088347] audit: type=1131 audit(1569500225.951:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6060.849583] audit: type=1131 audit(1569500228.711:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Last edited by umbrelluck (2019-09-26 18:38:28)

Offline

#6 2020-01-28 18:58:56

adrianopinaffo@yahoo.com.
Member
Registered: 2020-01-28
Posts: 1

Re: [SOLVED] No bluetooth adapters detected.

Hello did you manage to solve this? I'm having the same problem

Offline

#7 2020-01-28 21:34:24

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,991

Re: [SOLVED] No bluetooth adapters detected.

Make a new thread including the outputs posted and requested here in the opening post in [ code ] [ /code ] tags.

Offline

#8 2020-02-03 17:15:49

AcidGod
Member
Registered: 2019-02-13
Posts: 34

Re: [SOLVED] No bluetooth adapters detected.

Hi, am having the exactly the same issue with my Bluetooth.

rfkill list
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
2: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
lsmod | grep btusb
btusb                  65536  0
btrtl                  24576  1 btusb
btbcm                  16384  1 btusb
btintel                28672  1 btusb
bluetooth             671744  12 btrtl,btintel,btbcm,bnep,btusb
systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: active (running) since Mon 2020-02-03 17:00:44 GMT; 9min ago
       Docs: man:bluetoothd(8)
   Main PID: 5025 (bluetoothd)
      Tasks: 1 (limit: 19135)
     Memory: 1.1M
     CGroup: /system.slice/bluetooth.service
             └─5025 /usr/lib/bluetooth/bluetoothd

Feb 03 17:00:44 main-linux-host systemd[1]: Starting Bluetooth service...
Feb 03 17:00:44 main-linux-host bluetoothd[5025]: Bluetooth daemon 5.52
Feb 03 17:00:44 main-linux-host systemd[1]: Started Bluetooth service.
Feb 03 17:00:44 main-linux-host bluetoothd[5025]: Starting SDP server
Feb 03 17:00:44 main-linux-host bluetoothd[5025]: Bluetooth management interface 1.14 initialized
bluetoothctl devices
No default controller available
dmesg | grep Bluetooth
[    2.630880] Bluetooth: Core ver 2.22
[    2.630899] Bluetooth: HCI device and connection manager initialized
[    2.630903] Bluetooth: HCI socket layer initialized
[    2.630906] Bluetooth: L2CAP socket layer initialized
[    2.630908] Bluetooth: SCO socket layer initialized
[    3.067750] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.067752] Bluetooth: BNEP filters: protocol multicast
[    3.067755] Bluetooth: BNEP socket layer initialized
[    4.720241] Bluetooth: hci0: command 0xfc05 tx timeout
[    4.720242] Bluetooth: hci0: Reading Intel version information failed (-110)
[  177.110694] Bluetooth: hci0: command 0xfc05 tx timeout
[  177.110731] Bluetooth: hci0: Reading Intel version information failed (-110)

I have tried disabling enabling Bluetooth from bios, no result.
Funny enough it was working initially when I installed it. But after reboot, it simply refuses to work. Can someone please help?

Offline

#9 2020-02-03 18:01:37

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,570

Re: [SOLVED] No bluetooth adapters detected.

AcidGod wrote:

Hi, am having the exactly the same issue with my Bluetooth.

I don't think so.  You have an hci0:

Do the version numbers reported by uname -a and pacman -Q linux match?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#10 2020-02-25 08:47:04

umbrelluck
Member
Registered: 2019-09-25
Posts: 12

Re: [SOLVED] No bluetooth adapters detected.

OK, so here is the solution:
I was booting with

pci=nomsi

option
removing this fixed bluetooth

Offline

#11 2021-10-27 15:44:15

Adriano Epifas
Member
Registered: 2020-12-25
Posts: 17

Re: [SOLVED] No bluetooth adapters detected.

umbrelluck wrote:

OK, so here is the solution:
I was booting with

pci=nomsi

option
removing this fixed bluetooth

Hello, where do you have that option? I'm having the same problem, but it is intermitent.

Offline

#12 2021-10-27 16:01:47

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,991

Re: [SOLVED] No bluetooth adapters detected.

That's a kernel parameter you'd have consciously added to your bootup.

Don't misuse this thread, open a new one if you have problems with the current set of packages.

Closing, to prevent further necros.

Offline

Board footer

Powered by FluxBB