您尚未登录。

#1 2020-07-15 10:37:39

OliverLew
会员
注册时间: 2019-11-13
帖子: 6

睡眠挂起(suspend)再进系统后,usb设备无法使用

这是最近才出现的,suspend挂起后,再打开系统,系统会卡住一段时间,十秒左右,鼠标(触摸板和usb都是)无法动弹,然后会弹出udisks(或者是udiskie的,没细究过)通知硬盘disappear了。之后usb鼠标和外接硬盘无法识别,重新插拔也没用。重新启动后会正常。

除了上述细节外,我最开始曾经有过一些部分出问题的情况,如:硬盘鼠标能在lsusb里看到,鼠标能用但硬盘分区无法识别(lsblk没有信息);挂起后几秒钟立刻打开电脑,结果没有发生上述问题。但是最近尝试复现问题,就一律是最开始描述的样子了。

这种可能涉及比较底层的东西我真的不懂,下面只能尽量把我能提供的信息罗列一下。希望有人能看出什么来,需要什么其它的信息我再提供。我比较关心这是软件问题还是硬件问题,如果是硬件问题,我就有点心疼我的笔记本了 sad

我的电脑是hp elitebook 735 g5,amd ryzen 7 2700u pro处理器。
内核信息:

$ uname -r
5.4.51-1-lts
$ pacman -Qs linux-lts
local/linux-lts 5.4.51-1
    The LTS Linux kernel and modules
local/linux-lts-headers 5.4.51-1
    Headers and scripts for building modules for the LTS Linux kernel

挂起前lsblk,lsusb,lsmod可能相关的信息

$ lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda           8:0    0   4.6T  0 disk
└─sda1        8:1    0   4.6T  0 part /run/media/oliver/Portable
nvme0n1     259:0    0   477G  0 disk
├─nvme0n1p1 259:1    0   360M  0 part /boot
├─nvme0n1p3 259:2    0 412.6G  0 part /home/oliver
└─nvme0n1p6 259:3    0    64G  0 part /
$ lsusb
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 003: ID 05c8:0808 Cheng Uei Precision Industry Co., Ltd (Foxlink) HP HD Camera
Bus 004 Device 005: ID 8087:0a2b Intel Corp.
Bus 004 Device 004: ID 138a:00ab Validity Sensors, Inc.
Bus 004 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 0bc2:ab30 Seagate RSS LLC BUP BK
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 275d:0ba6  USB OPTICAL MOUSE
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ lsmod | grep usb
btusb                  65536  0
btrtl                  24576  1 btusb
btbcm                  16384  1 btusb
btintel                28672  1 btusb
bluetooth             679936  28 btrtl,btintel,btbcm,bnep,btusb
usb_storage            81920  1 uas
usbhid                 65536  0
hid                   139264  4 i2c_hid,usbhid,hid_multitouch,hid_generic
scsi_mod              249856  4 sd_mod,usb_storage,uas,libata
$ lsmod | grep hci
ahci                   40960  0
libahci                40960  1 ahci
libata                278528  2 libahci,ahci
xhci_pci               20480  0
xhci_hcd              278528  1 xhci_pci
ehci_pci               20480  0
ehci_hcd               98304  1 ehci_pci
$

挂起后进入系统时,相关信息

$ lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
nvme0n1     259:0    0   477G  0 disk
├─nvme0n1p1 259:1    0   360M  0 part /boot
├─nvme0n1p3 259:2    0 412.6G  0 part /home/oliver
└─nvme0n1p6 259:3    0    64G  0 part /
$ lsusb
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 003: ID 05c8:0808 Cheng Uei Precision Industry Co., Ltd (Foxlink)
HP HD Camera
Bus 004 Device 005: ID 8087:0a2b Intel Corp.
Bus 004 Device 004: ID 138a:00ab Validity Sensors, Inc.
Bus 004 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ lsmod | grep usb
btusb                  65536  0
btrtl                  24576  1 btusb
btbcm                  16384  1 btusb
btintel                28672  1 btusb
bluetooth             679936  28 btrtl,btintel,btbcm,bnep,btusb
usb_storage            81920  1 uas
usbhid                 65536  0
hid                   139264  4 i2c_hid,usbhid,hid_multitouch,hid_generic
scsi_mod              249856  4 sd_mod,usb_storage,uas,libata
$ lsmod | grep hci
ahci                   40960  0
libahci                40960  1 ahci
libata                278528  2 libahci,ahci
xhci_pci               20480  0
xhci_hcd              278528  1 xhci_pci
ehci_pci               20480  0
ehci_hcd               98304  1 ehci_pci

一次开机后,挂起睡眠一分钟左右,再打开,问题复现。dmesg日志如下

[    0.000000] Linux version 5.4.51-1-lts (linux-lts@archlinux) (gcc version 10.1.0 (GCC)) #1 SMP Thu, 09 Jul 2020 16:25:27 +0000
[    0.000000] Command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img root=PARTUUID=efd8676f-23b3-b943-b243-1eb4c819150b rw quiet loglevel=3
[    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: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000004000000-0x0000000004009fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000400a000-0x0000000079f22fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079f23000-0x000000007ad22fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ad23000-0x000000007b422fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007b423000-0x000000007b470fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007b471000-0x000000008dffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedf1000-0x00000000fedf1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022f33ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x6b438018-0x6b445457] usable ==> usable
[    0.000000] e820: update [mem 0x6b438018-0x6b445457] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000003ffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000004000000-0x0000000004009fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000400a000-0x000000006b438017] usable
[    0.000000] reserve setup_data: [mem 0x000000006b438018-0x000000006b445457] usable
[    0.000000] reserve setup_data: [mem 0x000000006b445458-0x0000000079f22fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000079f23000-0x000000007ad22fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007ad23000-0x000000007b422fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007b423000-0x000000007b470fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007b471000-0x000000008dffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedf1000-0x00000000fedf1fff] 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-0x000000022f33ffff] usable
[    0.000000] efi: EFI v2.50 by HP
[    0.000000] efi:  ACPI=0x7b470000  ACPI 2.0=0x7b470014  SMBIOS=0x7a61e000  SMBIOS 3.0=0x7a61c000  ESRT=0x778b8898  MEMATTR=0x76add018 
[    0.000000] SMBIOS 3.1.0 present.
[    0.000000] DMI: HP HP EliteBook 735 G5/83DA, BIOS Q81 Ver. 01.00.03 04/30/2018
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2196.004 MHz processor
[    0.000391] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000392] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000396] last_pfn = 0x22f340 max_arch_pfn = 0x400000000
[    0.000401] MTRR default type: uncachable
[    0.000401] MTRR fixed ranges enabled:
[    0.000402]   00000-9FFFF write-back
[    0.000403]   A0000-BFFFF uncachable
[    0.000403]   C0000-DFFFF write-protect
[    0.000404]   E0000-FFFFF uncachable
[    0.000404] MTRR variable ranges enabled:
[    0.000405]   0 base 0000FF000000 mask FFFFFF000000 write-protect
[    0.000406]   1 base 000000000000 mask FFFF80000000 write-back
[    0.000407]   2 base 000080000000 mask FFFFC0000000 write-back
[    0.000408]   3 base 0000C0000000 mask FFFFF0000000 write-back
[    0.000408]   4 disabled
[    0.000408]   5 disabled
[    0.000409]   6 disabled
[    0.000409]   7 disabled
[    0.000410] TOM2: 0000000230000000 aka 8960M
[    0.000731] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000808] last_pfn = 0x8e000 max_arch_pfn = 0x400000000
[    0.004969] esrt: Reserving ESRT space from 0x00000000778b8898 to 0x00000000778b88d0.
[    0.004973] e820: update [mem 0x778b8000-0x778b8fff] usable ==> reserved
[    0.004985] check: Scanning 1 areas for low memory corruption
[    0.004994] Using GB pages for direct mapping
[    0.005232] Secure boot disabled
[    0.005233] RAMDISK: [mem 0x7f68c000-0x7fffefff]
[    0.005245] ACPI: Early table checksum verification disabled
[    0.005248] ACPI: RSDP 0x000000007B470014 000024 (v02 HPQOEM)
[    0.005251] ACPI: XSDT 0x000000007B436188 0000E4 (v01 HPQOEM SLIC-BPC 00000001      01000013)
[    0.005256] ACPI: FACP 0x000000007B460000 00010C (v05 HPQOEM SLIC-BPC 00000001 HP   00000001)
[    0.005260] ACPI: DSDT 0x000000007B449000 010393 (v02 HPQOEM 83DA     00000000 INTL 20160527)
[    0.005262] ACPI: FACS 0x000000007B372000 000040
[    0.005264] ACPI: SSDT 0x000000007B46D000 00012A (v02 HP     ShmTable 00000001 INTL 20160527)
[    0.005266] ACPI: SSDT 0x000000007B467000 005367 (v02 AMD    AmdTable 00000002 MSFT 02000002)
[    0.005268] ACPI: SSDT 0x000000007B465000 00119C (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.005270] ACPI: CRAT 0x000000007B464000 000810 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.005272] ACPI: CDIT 0x000000007B463000 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.005274] ACPI: UEFI 0x000000007B386000 000042 (v01 HPQOEM EDK2     00000002      01000013)
[    0.005276] ACPI: SSDT 0x000000007B462000 000EC4 (v02 HP     UcsiAcpi 00000001 INTL 20160527)
[    0.005278] ACPI: SSDT 0x000000007B461000 0000FB (v02 HP     UcsiCntr 00000001 INTL 20160527)
[    0.005279] ACPI: ASF! 0x000000007B45F000 00006E (v32 HPQOEM 83DA     00000001 HP   00000001)
[    0.005282] ACPI: MSDM 0x000000007B45E000 000055 (v03 HPQOEM SLIC-BPC 00000000 HP   00000001)
[    0.005283] ACPI: WSMT 0x000000007B45D000 000028 (v01 HPQOEM 83DA     00000001 HP   00000001)
[    0.005285] ACPI: HPET 0x000000007B45C000 000038 (v01 HPQOEM 83DA     00000001 HP   00000001)
[    0.005287] ACPI: APIC 0x000000007B45B000 000138 (v02 HPQOEM 83DA     00000001 HP   00000001)
[    0.005289] ACPI: MCFG 0x000000007B45A000 00003C (v01 HPQOEM 83DA     00000001 HP   00000001)
[    0.005290] ACPI: IVRS 0x000000007B447000 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.005292] ACPI: SSDT 0x000000007B446000 000884 (v01 HP     HPADNBWL 00001000 INTL 20160527)
[    0.005294] ACPI: SSDT 0x000000007B445000 000032 (v01 HP     HPCONDEV 00001000 INTL 20160527)
[    0.005296] ACPI: VFCT 0x000000007B437000 00D484 (v01 HPQOEM SLIC-BPC 00000001 AMD  31504F47)
[    0.005298] ACPI: SSDT 0x000000007B448000 0008B6 (v01 AMD    AmdTable 00000001 INTL 20160527)
[    0.005300] ACPI: FPDT 0x000000007B46F000 000044 (v01 HPQOEM EDK2     00000002      01000013)
[    0.005302] ACPI: SSDT 0x000000007B434000 001AE5 (v01 AMD    AmdTable 00000001 INTL 20160527)
[    0.005303] ACPI: BGRT 0x000000007B433000 000038 (v01 HPQOEM EDK2     00000002      01000013)
[    0.005305] ACPI: SSDT 0x000000007B46E000 0002F9 (v02 HP     PwrCtlEv 00000001 INTL 20160527)
[    0.005310] ACPI: Local APIC address 0xfee00000
[    0.005402] No NUMA configuration found
[    0.005403] Faking a node at [mem 0x0000000000000000-0x000000022f33ffff]
[    0.005405] NODE_DATA(0) allocated [mem 0x22f33c000-0x22f33ffff]
[    0.005425] Zone ranges:
[    0.005426]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005426]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005427]   Normal   [mem 0x0000000100000000-0x000000022f33ffff]
[    0.005428]   Device   empty
[    0.005428] Movable zone start for each node
[    0.005429] Early memory node ranges
[    0.005429]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.005430]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.005430]   node   0: [mem 0x0000000000100000-0x0000000003ffffff]
[    0.005431]   node   0: [mem 0x000000000400a000-0x0000000079f22fff]
[    0.005431]   node   0: [mem 0x000000007b471000-0x000000008dffffff]
[    0.005432]   node   0: [mem 0x0000000100000000-0x000000022f33ffff]
[    0.005526] Zeroed struct page in unavailable ranges: 17018 pages
[    0.005527] Initmem setup node 0 [mem 0x0000000000001000-0x000000022f33ffff]
[    0.005528] On node 0 totalpages: 1817990
[    0.005529]   DMA zone: 64 pages used for memmap
[    0.005529]   DMA zone: 23 pages reserved
[    0.005530]   DMA zone: 3998 pages, LIFO batch:0
[    0.005572]   DMA32 zone: 8939 pages used for memmap
[    0.005572]   DMA32 zone: 572072 pages, LIFO batch:63
[    0.013554]   Normal zone: 19405 pages used for memmap
[    0.013556]   Normal zone: 1241920 pages, LIFO batch:63
[    0.027041] ACPI: PM-Timer IO Port: 0x408
[    0.027044] ACPI: Local APIC address 0xfee00000
[    0.027050] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.027051] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.027051] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.027052] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.027052] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.027052] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.027053] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.027053] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.027054] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.027054] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.027054] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.027055] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.027055] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.027055] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.027056] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.027056] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.027076] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.027087] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.027088] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.027089] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.027091] ACPI: IRQ0 used by override.
[    0.027091] ACPI: IRQ9 used by override.
[    0.027093] Using ACPI (MADT) for SMP configuration information
[    0.027094] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.027102] e820: update [mem 0x76a94000-0x76adcfff] usable ==> reserved
[    0.027111] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[    0.027128] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.027129] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.027130] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.027131] PM: Registered nosave memory: [mem 0x04000000-0x04009fff]
[    0.027132] PM: Registered nosave memory: [mem 0x6b438000-0x6b438fff]
[    0.027133] PM: Registered nosave memory: [mem 0x6b445000-0x6b445fff]
[    0.027134] PM: Registered nosave memory: [mem 0x76a94000-0x76adcfff]
[    0.027135] PM: Registered nosave memory: [mem 0x778b8000-0x778b8fff]
[    0.027136] PM: Registered nosave memory: [mem 0x79f23000-0x7ad22fff]
[    0.027137] PM: Registered nosave memory: [mem 0x7ad23000-0x7b422fff]
[    0.027137] PM: Registered nosave memory: [mem 0x7b423000-0x7b470fff]
[    0.027138] PM: Registered nosave memory: [mem 0x8e000000-0xf7ffffff]
[    0.027139] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.027139] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.027139] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.027140] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.027140] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.027140] PM: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
[    0.027141] PM: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.027141] PM: Registered nosave memory: [mem 0xfed81000-0xfedf0fff]
[    0.027141] PM: Registered nosave memory: [mem 0xfedf1000-0xfedf1fff]
[    0.027142] PM: Registered nosave memory: [mem 0xfedf2000-0xfedfffff]
[    0.027142] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.027142] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.027143] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.027144] [mem 0x8e000000-0xf7ffffff] available for PCI devices
[    0.027145] Booting paravirtualized kernel on bare hardware
[    0.027148] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.115831] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.116639] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.116646] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.116647] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.116669] Built 1 zonelists, mobility grouping on.  Total pages: 1789559
[    0.116669] Policy zone: Normal
[    0.116670] Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img root=PARTUUID=efd8676f-23b3-b943-b243-1eb4c819150b rw quiet loglevel=3
[    0.117746] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.118249] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.118290] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.125237] Calgary: detecting Calgary via BIOS EBDA area
[    0.125238] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.140708] Memory: 6946820K/7271960K available (12291K kernel code, 1325K rwdata, 4004K rodata, 1704K init, 3408K bss, 325140K reserved, 0K cma-reserved)
[    0.140716] random: get_random_u64 called from __kmem_cache_create+0x3e/0x610 with crng_init=0
[    0.140982] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.141021] ftrace: allocating 37439 entries in 147 pages
[    0.152304] rcu: Hierarchical RCU implementation.
[    0.152305] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.152306] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.152307] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.154192] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.156368] Console: colour dummy device 80x25
[    0.156372] printk: console [tty0] enabled
[    0.156385] ACPI: Core revision 20190816
[    0.156587] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.156614] APIC: Switch to symmetric I/O mode setup
[    0.475575] Switched APIC routing to physical flat.
[    0.476950] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.526600] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa773f2175, max_idle_ns: 440795230159 ns
[    0.526606] Calibrating delay loop (skipped), value calculated using timer frequency.. 4392.00 BogoMIPS (lpj=21960040)
[    0.526608] pid_max: default: 32768 minimum: 301
[    0.528896] LSM: Security Framework initializing
[    0.528904] Yama: becoming mindful.
[    0.528997] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.529025] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.529044] *** VALIDATE tmpfs ***
[    0.529239] *** VALIDATE proc ***
[    0.529313] *** VALIDATE cgroup1 ***
[    0.529315] *** VALIDATE cgroup2 ***
[    0.529518] LVT offset 1 assigned for vector 0xf9
[    0.529566] LVT offset 2 assigned for vector 0xf4
[    0.529580] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.529581] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.529584] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.529585] Spectre V2 : Mitigation: Full AMD retpoline
[    0.529585] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.529586] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.529587] Spectre V2 : User space: Vulnerable
[    0.529588] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.529864] Freeing SMP alternatives memory: 32K
[    0.661105] smpboot: CPU0: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx (family: 0x17, model: 0x11, stepping: 0x0)
[    0.661216] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.661221] ... version:                0
[    0.661221] ... bit width:              48
[    0.661221] ... generic registers:      6
[    0.661222] ... value mask:             0000ffffffffffff
[    0.661222] ... max period:             00007fffffffffff
[    0.661222] ... fixed-purpose events:   0
[    0.661222] ... event mask:             000000000000003f
[    0.661260] rcu: Hierarchical SRCU implementation.
[    0.661783] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.661961] smp: Bringing up secondary CPUs ...
[    0.662073] x86: Booting SMP configuration:
[    0.662074] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.668967] smp: Brought up 1 node, 8 CPUs
[    0.668967] smpboot: Max logical packages: 2
[    0.668967] smpboot: Total of 8 processors activated (35136.06 BogoMIPS)
[    0.668967] devtmpfs: initialized
[    0.668967] x86/mm: Memory block size: 128MB
[    0.676838] PM: Registering ACPI NVS region [mem 0x04000000-0x04009fff] (40960 bytes)
[    0.676838] PM: Registering ACPI NVS region [mem 0x7ad23000-0x7b422fff] (7340032 bytes)
[    0.676838] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.676838] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.677369] pinctrl core: initialized pinctrl subsystem
[    0.677459] PM: RTC time: 02:06:18, date: 2020-07-15
[    0.678030] NET: Registered protocol family 16
[    0.678082] audit: initializing netlink subsys (disabled)
[    0.678085] audit: type=2000 audit(1594778777.220:1): state=initialized audit_enabled=0 res=1
[    0.678085] cpuidle: using governor ladder
[    0.678085] cpuidle: using governor menu
[    0.678085] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.678085] ACPI: bus type PCI registered
[    0.678085] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.678085] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.678085] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.678085] PCI: Using configuration type 1 for base access
[    0.678085] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.678085] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.678085] ACPI: Added _OSI(Module Device)
[    0.678085] ACPI: Added _OSI(Processor Device)
[    0.678085] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.678085] ACPI: Added _OSI(Processor Aggregator Device)
[    0.678085] ACPI: Added _OSI(Linux-Dell-Video)
[    0.678085] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.678085] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.686623] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.695264] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0], AE_NOT_FOUND (20190816/dswload2-162)
[    0.695269] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[    0.695271] ACPI: Skipping parse of AML opcode: Scope (0x0010)
[    0.696609] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.701540] ACPI: EC: EC started
[    0.701541] ACPI: EC: interrupt blocked
[    0.715105] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.715107] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.715108] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.715108] ACPI: Interpreter enabled
[    0.715132] ACPI: (supports S0 S1 S3 S4 S5)
[    0.715133] ACPI: Using IOAPIC for interrupt routing
[    0.715609] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.716608] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.716702] ACPI: Power Resource [PXP] (off)
[    0.718173] ACPI: Power Resource [APPR] (off)
[    0.718173] ACPI: Power Resource [P0ST] (on)
[    0.718173] ACPI: Power Resource [P3ST] (on)
[    0.720204] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.720209] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.720344] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.720471] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.720471] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.720486] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.720700] PCI host bridge to bus 0000:00
[    0.720702] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.720703] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.720704] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.720706] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.720707] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.720707] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.720708] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.720709] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.720710] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.720711] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.720712] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.720713] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.720713] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.720714] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.720715] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.720716] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[    0.720717] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfeafffff window]
[    0.720718] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.720728] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    0.720855] pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
[    0.721011] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.721125] pci 0000:00:01.3: [1022:15d3] type 01 class 0x060400
[    0.721251] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.721387] pci 0000:00:01.4: [1022:15d3] type 01 class 0x060400
[    0.721511] pci 0000:00:01.4: PME# supported from D0 D3hot D3cold
[    0.721636] pci 0000:00:01.7: [1022:15d3] type 01 class 0x060400
[    0.721760] pci 0000:00:01.7: PME# supported from D0 D3hot D3cold
[    0.721878] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.721986] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    0.722048] pci 0000:00:08.1: enabling Extended Tags
[    0.722109] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.722202] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    0.722263] pci 0000:00:08.2: enabling Extended Tags
[    0.722324] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.722450] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.722623] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.722812] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    0.722862] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    0.722910] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    0.722957] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    0.723006] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    0.723058] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    0.723105] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    0.723153] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    0.723300] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.723335] pci 0000:01:00.0: reg 0x10: [io  0x3300-0x33ff]
[    0.723366] pci 0000:01:00.0: reg 0x18: [mem 0xe0a14000-0xe0a14fff 64bit]
[    0.723384] pci 0000:01:00.0: reg 0x20: [mem 0xe0a00000-0xe0a03fff 64bit]
[    0.723504] pci 0000:01:00.0: supports D1 D2
[    0.723505] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.723634] pci 0000:01:00.1: [10ec:816a] type 00 class 0x070002
[    0.723667] pci 0000:01:00.1: reg 0x10: [io  0x3200-0x32ff]
[    0.723697] pci 0000:01:00.1: reg 0x18: [mem 0xe0a15000-0xe0a15fff 64bit]
[    0.723715] pci 0000:01:00.1: reg 0x20: [mem 0xe0a04000-0xe0a07fff 64bit]
[    0.723827] pci 0000:01:00.1: supports D1 D2
[    0.723828] pci 0000:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.723923] pci 0000:01:00.2: [10ec:816b] type 00 class 0x070002
[    0.723956] pci 0000:01:00.2: reg 0x10: [io  0x3100-0x31ff]
[    0.723985] pci 0000:01:00.2: reg 0x18: [mem 0xe0a16000-0xe0a16fff 64bit]
[    0.724004] pci 0000:01:00.2: reg 0x20: [mem 0xe0a08000-0xe0a0bfff 64bit]
[    0.724115] pci 0000:01:00.2: supports D1 D2
[    0.724116] pci 0000:01:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.724211] pci 0000:01:00.3: [10ec:816c] type 00 class 0x0c0701
[    0.724241] pci 0000:01:00.3: reg 0x10: [io  0x3000-0x30ff]
[    0.724265] pci 0000:01:00.3: reg 0x18: [mem 0xe0a17000-0xe0a17fff 64bit]
[    0.724280] pci 0000:01:00.3: reg 0x20: [mem 0xe0a0c000-0xe0a0ffff 64bit]
[    0.724389] pci 0000:01:00.3: supports D1 D2
[    0.724390] pci 0000:01:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.724485] pci 0000:01:00.4: [10ec:816d] type 00 class 0x0c0320
[    0.724518] pci 0000:01:00.4: reg 0x10: [mem 0xe0a18000-0xe0a18fff]
[    0.724548] pci 0000:01:00.4: reg 0x18: [mem 0xe0a10000-0xe0a13fff 64bit]
[    0.724681] pci 0000:01:00.4: PME# supported from D0 D3cold
[    0.724853] pci 0000:00:01.3: PCI bridge to [bus 01]
[    0.724858] pci 0000:00:01.3:   bridge window [io  0x3000-0x3fff]
[    0.724862] pci 0000:00:01.3:   bridge window [mem 0xe0a00000-0xe0afffff]
[    0.724971] pci 0000:02:00.0: [8086:24fd] type 00 class 0x028000
[    0.725045] pci 0000:02:00.0: reg 0x10: [mem 0xe0900000-0xe0901fff 64bit]
[    0.725297] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.725628] pci 0000:00:01.4: PCI bridge to [bus 02]
[    0.725635] pci 0000:00:01.4:   bridge window [mem 0xe0900000-0xe09fffff]
[    0.725728] pci 0000:03:00.0: [144d:a808] type 00 class 0x010802
[    0.725761] pci 0000:03:00.0: reg 0x10: [mem 0xe0800000-0xe0803fff 64bit]
[    0.726026] pci 0000:00:01.7: PCI bridge to [bus 03]
[    0.726034] pci 0000:00:01.7:   bridge window [mem 0xe0800000-0xe08fffff]
[    0.726146] pci 0000:04:00.0: [1002:15dd] type 00 class 0x030000
[    0.726191] pci 0000:04:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.726209] pci 0000:04:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.726221] pci 0000:04:00.0: reg 0x20: [io  0x2000-0x20ff]
[    0.726234] pci 0000:04:00.0: reg 0x24: [mem 0xe0700000-0xe077ffff]
[    0.726254] pci 0000:04:00.0: enabling Extended Tags
[    0.726270] pci 0000:04:00.0: BAR 0: assigned to efifb
[    0.726655] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.726786] pci 0000:04:00.1: [1002:15de] type 00 class 0x040300
[    0.726813] pci 0000:04:00.1: reg 0x10: [mem 0xe0788000-0xe078bfff]
[    0.726868] pci 0000:04:00.1: enabling Extended Tags
[    0.726941] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.727013] pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
[    0.727055] pci 0000:04:00.2: reg 0x18: [mem 0xe0600000-0xe06fffff]
[    0.727079] pci 0000:04:00.2: reg 0x24: [mem 0xe078e000-0xe078ffff]
[    0.727096] pci 0000:04:00.2: enabling Extended Tags
[    0.727252] pci 0000:04:00.3: [1022:15e0] type 00 class 0x0c0330
[    0.727288] pci 0000:04:00.3: reg 0x10: [mem 0xe0300000-0xe03fffff 64bit]
[    0.727350] pci 0000:04:00.3: enabling Extended Tags
[    0.727431] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[    0.727514] pci 0000:04:00.4: [1022:15e1] type 00 class 0x0c0330
[    0.727549] pci 0000:04:00.4: reg 0x10: [mem 0xe0400000-0xe04fffff 64bit]
[    0.727611] pci 0000:04:00.4: enabling Extended Tags
[    0.727692] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[    0.727777] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[    0.727804] pci 0000:04:00.6: reg 0x10: [mem 0xe0780000-0xe0787fff]
[    0.727858] pci 0000:04:00.6: enabling Extended Tags
[    0.727932] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[    0.728031] pci 0000:04:00.7: [1022:15e6] type 00 class 0x000000
[    0.728073] pci 0000:04:00.7: reg 0x18: [mem 0xe0500000-0xe05fffff]
[    0.728097] pci 0000:04:00.7: reg 0x24: [mem 0xe078c000-0xe078dfff]
[    0.728114] pci 0000:04:00.7: enabling Extended Tags
[    0.728331] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.728337] pci 0000:00:08.1:   bridge window [io  0x2000-0x2fff]
[    0.728341] pci 0000:00:08.1:   bridge window [mem 0xe0300000-0xe07fffff]
[    0.728347] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.728421] pci 0000:05:00.0: [1022:7901] type 00 class 0x010601
[    0.728505] pci 0000:05:00.0: reg 0x24: [mem 0xe0200000-0xe02007ff]
[    0.728525] pci 0000:05:00.0: enabling Extended Tags
[    0.728607] pci 0000:05:00.0: PME# supported from D3hot D3cold
[    0.728715] pci 0000:00:08.2: PCI bridge to [bus 05]
[    0.728723] pci 0000:00:08.2:   bridge window [mem 0xe0200000-0xe02fffff]
[    0.730077] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
[    0.730195] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
[    0.730289] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
[    0.730407] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
[    0.730514] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
[    0.730602] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
[    0.730691] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
[    0.730781] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
[    0.730892] ACPI: EC: interrupt unblocked
[    0.730911] ACPI: EC: event unblocked
[    0.730927] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.730928] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
[    0.730981] iommu: Default domain type: Translated 
[    0.736633] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.736633] pci 0000:04:00.0: vgaarb: bridge control possible
[    0.736633] pci 0000:04:00.0: vgaarb: setting as boot device
[    0.736633] vgaarb: loaded
[    0.736813] ACPI: bus type USB registered
[    0.736823] usbcore: registered new interface driver usbfs
[    0.736828] usbcore: registered new interface driver hub
[    0.736845] usbcore: registered new device driver usb
[    0.740485] pps_core: LinuxPPS API ver. 1 registered
[    0.740486] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.740489] PTP clock support registered
[    0.740495] EDAC MC: Ver: 3.0.0
[    0.740669] Registered efivars operations
[    0.740669] PCI: Using ACPI for IRQ routing
[    0.740669] PCI: pci_cache_line_size set to 64 bytes
[    0.740669] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.740669] e820: reserve RAM buffer [mem 0x6b438018-0x6bffffff]
[    0.740669] e820: reserve RAM buffer [mem 0x76a94000-0x77ffffff]
[    0.740669] e820: reserve RAM buffer [mem 0x778b8000-0x77ffffff]
[    0.740669] e820: reserve RAM buffer [mem 0x79f23000-0x7bffffff]
[    0.740669] e820: reserve RAM buffer [mem 0x8e000000-0x8fffffff]
[    0.740669] e820: reserve RAM buffer [mem 0x22f340000-0x22fffffff]
[    0.740669] NetLabel: Initializing
[    0.740669] NetLabel:  domain hash size = 128
[    0.740669] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.740669] NetLabel:  unlabeled traffic allowed by default
[    0.740669] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.740669] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.746609] clocksource: Switched to clocksource tsc-early
[    0.757266] *** VALIDATE bpf ***
[    0.757353] VFS: Disk quotas dquot_6.6.0
[    0.757370] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.757400] *** VALIDATE ramfs ***
[    0.757403] *** VALIDATE hugetlbfs ***
[    0.757454] pnp: PnP ACPI init
[    0.757716] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.757781] system 00:01: [io  0x0400-0x04cf] has been reserved
[    0.757782] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.757784] system 00:01: [io  0x04d6] has been reserved
[    0.757785] system 00:01: [io  0x0680-0x06ff] has been reserved
[    0.757785] system 00:01: [io  0x077a] has been reserved
[    0.757786] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.757787] system 00:01: [io  0x0c14] has been reserved
[    0.757788] system 00:01: [io  0x0c50-0x0c52] has been reserved
[    0.757789] system 00:01: [io  0x0c6c] has been reserved
[    0.757790] system 00:01: [io  0x0c6f] has been reserved
[    0.757791] system 00:01: [io  0x0cd0-0x0cdb] has been reserved
[    0.757792] system 00:01: [io  0x0840-0x0847] has been reserved
[    0.757796] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.757868] system 00:02: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.757871] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.757893] pnp 00:03: Plug and Play ACPI device, IDs HPQ8002 PNP0303 (active)
[    0.757910] pnp 00:04: Plug and Play ACPI device, IDs SYN306d SYN0100 SYN0002 PNP0f13 (active)
[    0.757991] system 00:05: [io  0x0200-0x027f] has been reserved
[    0.757993] system 00:05: [mem 0xfedf1000-0xfedf1fff] has been reserved
[    0.757996] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.758116] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.758118] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.758119] system 00:06: [mem 0xfec20000-0xfec20fff] has been reserved
[    0.758121] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.758310] system 00:07: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.758313] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.758778] pnp: PnP ACPI: found 8 devices
[    0.760715] thermal_sys: Registered thermal governor 'fair_share'
[    0.760716] thermal_sys: Registered thermal governor 'bang_bang'
[    0.760717] thermal_sys: Registered thermal governor 'step_wise'
[    0.760717] thermal_sys: Registered thermal governor 'user_space'
[    0.760718] thermal_sys: Registered thermal governor 'power_allocator'
[    0.765323] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.765359] pci 0000:00:01.3: PCI bridge to [bus 01]
[    0.765362] pci 0000:00:01.3:   bridge window [io  0x3000-0x3fff]
[    0.765368] pci 0000:00:01.3:   bridge window [mem 0xe0a00000-0xe0afffff]
[    0.765377] pci 0000:00:01.4: PCI bridge to [bus 02]
[    0.765382] pci 0000:00:01.4:   bridge window [mem 0xe0900000-0xe09fffff]
[    0.765391] pci 0000:00:01.7: PCI bridge to [bus 03]
[    0.765396] pci 0000:00:01.7:   bridge window [mem 0xe0800000-0xe08fffff]
[    0.765406] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.765408] pci 0000:00:08.1:   bridge window [io  0x2000-0x2fff]
[    0.765413] pci 0000:00:08.1:   bridge window [mem 0xe0300000-0xe07fffff]
[    0.765417] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.765423] pci 0000:00:08.2: PCI bridge to [bus 05]
[    0.765429] pci 0000:00:08.2:   bridge window [mem 0xe0200000-0xe02fffff]
[    0.765439] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.765440] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.765441] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.765442] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.765443] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.765445] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.765446] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.765447] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.765448] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.765449] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.765450] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.765451] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.765452] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.765453] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.765454] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.765455] pci_bus 0000:00: resource 19 [mem 0xd0000000-0xf7ffffff window]
[    0.765456] pci_bus 0000:00: resource 20 [mem 0xfc000000-0xfeafffff window]
[    0.765457] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.765458] pci_bus 0000:01: resource 1 [mem 0xe0a00000-0xe0afffff]
[    0.765459] pci_bus 0000:02: resource 1 [mem 0xe0900000-0xe09fffff]
[    0.765460] pci_bus 0000:03: resource 1 [mem 0xe0800000-0xe08fffff]
[    0.765461] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.765462] pci_bus 0000:04: resource 1 [mem 0xe0300000-0xe07fffff]
[    0.765462] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.765463] pci_bus 0000:05: resource 1 [mem 0xe0200000-0xe02fffff]
[    0.765566] NET: Registered protocol family 2
[    0.766144] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.766203] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.766393] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.766491] TCP: Hash tables configured (established 65536 bind 65536)
[    0.766529] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.766553] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.766633] NET: Registered protocol family 1
[    0.766638] NET: Registered protocol family 44
[    0.766916] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[    0.766924] pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
[    0.767109] pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
[    0.767236] PCI: CLS 64 bytes, default 64
[    0.767374] Trying to unpack rootfs image as initramfs...
[    0.882294] Freeing initrd memory: 9676K
[    0.882339] pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
[    0.882460] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.882461] pci 0000:00:00.2: PCI INT A: not connected
[    0.882746] pci 0000:00:01.0: Adding to iommu group 0
[    0.882904] pci 0000:00:01.3: Adding to iommu group 1
[    0.883050] pci 0000:00:01.4: Adding to iommu group 2
[    0.883177] pci 0000:00:01.7: Adding to iommu group 3
[    0.883321] pci 0000:00:08.0: Adding to iommu group 4
[    0.883348] pci 0000:00:08.1: Adding to iommu group 4
[    0.883373] pci 0000:00:08.2: Adding to iommu group 4
[    0.883507] pci 0000:00:14.0: Adding to iommu group 5
[    0.883530] pci 0000:00:14.3: Adding to iommu group 5
[    0.883670] pci 0000:00:18.0: Adding to iommu group 6
[    0.883695] pci 0000:00:18.1: Adding to iommu group 6
[    0.883716] pci 0000:00:18.2: Adding to iommu group 6
[    0.883738] pci 0000:00:18.3: Adding to iommu group 6
[    0.883759] pci 0000:00:18.4: Adding to iommu group 6
[    0.883780] pci 0000:00:18.5: Adding to iommu group 6
[    0.883801] pci 0000:00:18.6: Adding to iommu group 6
[    0.883822] pci 0000:00:18.7: Adding to iommu group 6
[    0.884002] pci 0000:01:00.0: Adding to iommu group 7
[    0.884053] pci 0000:01:00.1: Adding to iommu group 7
[    0.884102] pci 0000:01:00.2: Adding to iommu group 7
[    0.884152] pci 0000:01:00.3: Adding to iommu group 7
[    0.884201] pci 0000:01:00.4: Adding to iommu group 7
[    0.884361] pci 0000:02:00.0: Adding to iommu group 8
[    0.884518] pci 0000:03:00.0: Adding to iommu group 9
[    0.884602] pci 0000:04:00.0: Adding to iommu group 4
[    0.884669] pci 0000:04:00.1: Adding to iommu group 4
[    0.884735] pci 0000:04:00.2: Adding to iommu group 4
[    0.884800] pci 0000:04:00.3: Adding to iommu group 4
[    0.884865] pci 0000:04:00.4: Adding to iommu group 4
[    0.884930] pci 0000:04:00.6: Adding to iommu group 4
[    0.884996] pci 0000:04:00.7: Adding to iommu group 4
[    0.885063] pci 0000:05:00.0: Adding to iommu group 4
[    0.885378] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.885379] pci 0000:00:00.2: AMD-Vi: Extended features (0x4f77ef22294ada):
[    0.885379]  PPR NX GT IA GA PC GA_vAPIC
[    0.885381] AMD-Vi: Interrupt remapping enabled
[    0.885381] AMD-Vi: Virtual APIC enabled
[    0.943728] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.944538] amd_uncore: AMD NB counters detected
[    0.944542] amd_uncore: AMD LLC counters detected
[    0.945037] check: Scanning for low memory corruption every 60 seconds
[    0.945425] Initialise system trusted keyrings
[    0.945461] Key type blacklist registered
[    0.945553] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.946409] zbud: loaded
[    0.949605] Key type asymmetric registered
[    0.949606] Asymmetric key parser 'x509' registered
[    0.949614] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.950090] io scheduler mq-deadline registered
[    0.950091] io scheduler kyber registered
[    0.950126] io scheduler bfq registered
[    0.950552] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
[    0.950643] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[    0.950820] pcieport 0000:00:01.4: PME: Signaling with IRQ 27
[    0.950906] pcieport 0000:00:01.4: AER: enabled with IRQ 27
[    0.951071] pcieport 0000:00:01.7: PME: Signaling with IRQ 28
[    0.951157] pcieport 0000:00:01.7: AER: enabled with IRQ 28
[    0.951319] pcieport 0000:00:08.1: PME: Signaling with IRQ 29
[    0.951550] pcieport 0000:00:08.2: PME: Signaling with IRQ 30
[    0.951620] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.951686] efifb: probing for efifb
[    0.951728] efifb: framebuffer at 0xd0000000, using 8100k, total 8100k
[    0.951728] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.951729] efifb: scrolling: redraw
[    0.951729] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.951802] fbcon: Deferring console take-over
[    0.951803] fb0: EFI VGA frame buffer device
[    0.951848] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.951865] ACPI: Power Button [PWRB]
[    0.951901] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.951912] ACPI: Sleep Button [SLPB]
[    0.951929] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.951938] ACPI: Lid Switch [LID]
[    0.951965] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.952021] ACPI: Power Button [PWRF]
[    0.952910] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    0.954042] acpi device:0a: registered as cooling_device0
[    0.954122] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input4
[    0.954181] Monitor-Mwait will be used to enter C-1 state
[    0.955773] thermal LNXTHERM:00: registered as thermal_zone0
[    0.955774] ACPI: Thermal Zone [HEPZ] (30 C)
[    0.960421] thermal LNXTHERM:01: registered as thermal_zone1
[    0.960422] ACPI: Thermal Zone [CPUZ] (35 C)
[    0.963509] thermal LNXTHERM:02: registered as thermal_zone2
[    0.963510] ACPI: Thermal Zone [GFXZ] (0 C)
[    0.966175] thermal LNXTHERM:03: registered as thermal_zone3
[    0.966176] ACPI: Thermal Zone [EXTZ] (40 C)
[    0.969092] thermal LNXTHERM:04: registered as thermal_zone4
[    0.969093] ACPI: Thermal Zone [LOCZ] (39 C)
[    0.973415] thermal LNXTHERM:05: registered as thermal_zone5
[    0.973416] ACPI: Thermal Zone [BATZ] (32 C)
[    0.973453] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20190816/exoparg2-393)
[    0.973463] ACPI Error: Aborting method \_TZ.GETP due to previous error (AE_AML_PACKAGE_LIMIT) (20190816/psparse-529)
[    0.973467] ACPI Error: Aborting method \_TZ.CHGZ._CRT due to previous error (AE_AML_PACKAGE_LIMIT) (20190816/psparse-529)
[    0.974134] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20190816/exoparg2-393)
[    0.974141] ACPI Error: Aborting method \_TZ.GTTP due to previous error (AE_AML_PACKAGE_LIMIT) (20190816/psparse-529)
[    0.974145] ACPI Error: Aborting method \_TZ.CHGZ._TMP due to previous error (AE_AML_PACKAGE_LIMIT) (20190816/psparse-529)
[    0.974173] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20190816/exoparg2-393)
[    0.974180] ACPI Error: Aborting method \_TZ.GETP due to previous error (AE_AML_PACKAGE_LIMIT) (20190816/psparse-529)
[    0.974183] ACPI Error: Aborting method \_TZ.CHGZ._CRT due to previous error (AE_AML_PACKAGE_LIMIT) (20190816/psparse-529)
[    0.974190] [Firmware Bug]: No valid trip found
[    0.974381] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.975578] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.977381] nvme nvme0: pci function 0000:03:00.0
[    0.977421] usbcore: registered new interface driver usbserial_generic
[    0.977424] usbserial: USB Serial support registered for generic
[    0.977450] rtc_cmos 00:00: RTC can wake from S4
[    0.977931] rtc_cmos 00:00: registered as rtc0
[    0.977943] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.978088] ledtrig-cpu: registered to indicate activity on CPUs
[    0.978172] drop_monitor: Initializing network drop monitor service
[    0.978374] NET: Registered protocol family 10
[    0.983397] Segment Routing with IPv6
[    0.983422] NET: Registered protocol family 17
[    0.984114] RAS: Correctable Errors collector initialized.
[    0.984160] microcode: CPU0: patch_level=0x0810100b
[    0.984175] microcode: CPU1: patch_level=0x0810100b
[    0.984196] microcode: CPU2: patch_level=0x0810100b
[    0.984204] microcode: CPU3: patch_level=0x0810100b
[    0.984224] microcode: CPU4: patch_level=0x0810100b
[    0.984232] microcode: CPU5: patch_level=0x0810100b
[    0.984236] microcode: CPU6: patch_level=0x0810100b
[    0.984243] microcode: CPU7: patch_level=0x0810100b
[    0.984329] microcode: Microcode Update Driver: v2.2.
[    0.984336] IPI shorthand broadcast: enabled
[    0.984358] sched_clock: Marking stable (682121883, 302199609)->(989172076, -4850584)
[    0.984499] registered taskstats version 1
[    0.984507] Loading compiled-in X.509 certificates
[    0.987082] Loaded X.509 cert 'Build time autogenerated kernel key: f70d93bde326787df5122967fe4c2709ed14edf5'
[    0.987123] zswap: loaded using pool lzo/zbud
[    0.987265] Key type ._fscrypt registered
[    0.987265] Key type .fscrypt registered
[    0.991885] Key type big_key registered
[    0.992542] PM:   Magic number: 12:406:106
[    0.993148] rtc_cmos 00:00: setting system clock to 2020-07-15T02:06:18 UTC (1594778778)
[    1.222832] nvme nvme0: Shutdown timeout set to 8 seconds
[    1.240846] nvme nvme0: 16/0/0 default/read/poll queues
[    1.248719]  nvme0n1: p1 p3 p6
[    1.251442] Freeing unused decrypted memory: 2040K
[    1.252146] Freeing unused kernel image memory: 1704K
[    1.281945] Write protecting the kernel read-only data: 18432k
[    1.282795] Freeing unused kernel image memory: 2012K
[    1.283243] Freeing unused kernel image memory: 92K
[    1.293813] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.293815] Run /init as init process
[    1.423866] fbcon: Taking over console
[    1.423937] Console: switching to colour frame buffer device 240x67
[    1.496041] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.497005] i8042: Detected active multiplexing controller, rev 1.1
[    1.497475] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.497478] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.497479] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.497481] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.497482] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.504759] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.506278] ehci-pci: EHCI PCI platform driver
[    1.506496] ehci-pci 0000:01:00.4: EHCI Host Controller
[    1.506501] ehci-pci 0000:01:00.4: new USB bus registered, assigned bus number 1
[    1.506622] ehci-pci 0000:01:00.4: irq 49, io mem 0xe0a18000
[    1.516459] SCSI subsystem initialized
[    1.523749] libata version 3.00 loaded.
[    1.527389] ahci 0000:05:00.0: version 3.0
[    1.527654] ahci 0000:05:00.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.527657] ahci 0000:05:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part deso sadm sds 
[    1.528055] scsi host0: ahci
[    1.528301] scsi host1: ahci
[    1.528396] ata1: SATA max UDMA/133 abar m2048@0xe0200000 port 0xe0200100 irq 51
[    1.528400] ata2: SATA max UDMA/133 abar m2048@0xe0200000 port 0xe0200180 irq 52
[    1.541992] ehci-pci 0000:01:00.4: USB 0.0 started, EHCI 1.00
[    1.542271] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.542273] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.542274] usb usb1: Product: EHCI Host Controller
[    1.542275] usb usb1: Manufacturer: Linux 5.4.51-1-lts ehci_hcd
[    1.542276] usb usb1: SerialNumber: 0000:01:00.4
[    1.542510] hub 1-0:1.0: USB hub found
[    1.542572] hub 1-0:1.0: 1 port detected
[    1.542747] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    1.542754] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
[    1.542971] xhci_hcd 0000:04:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.544148] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.544149] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.544150] usb usb2: Product: xHCI Host Controller
[    1.544151] usb usb2: Manufacturer: Linux 5.4.51-1-lts xhci-hcd
[    1.544152] usb usb2: SerialNumber: 0000:04:00.3
[    1.544306] hub 2-0:1.0: USB hub found
[    1.544346] hub 2-0:1.0: 4 ports detected
[    1.545496] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    1.545500] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 3
[    1.545503] xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.545555] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.545616] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    1.545617] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.545619] usb usb3: Product: xHCI Host Controller
[    1.545620] usb usb3: Manufacturer: Linux 5.4.51-1-lts xhci-hcd
[    1.545621] usb usb3: SerialNumber: 0000:04:00.3
[    1.545841] hub 3-0:1.0: USB hub found
[    1.545888] hub 3-0:1.0: 4 ports detected
[    1.547080] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    1.547084] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
[    1.547251] xhci_hcd 0000:04:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.548264] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.548265] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.548267] usb usb4: Product: xHCI Host Controller
[    1.548268] usb usb4: Manufacturer: Linux 5.4.51-1-lts xhci-hcd
[    1.548269] usb usb4: SerialNumber: 0000:04:00.4
[    1.548380] hub 4-0:1.0: USB hub found
[    1.548397] hub 4-0:1.0: 2 ports detected
[    1.548844] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    1.548847] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 5
[    1.548850] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.548937] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.549048] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    1.549049] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.549050] usb usb5: Product: xHCI Host Controller
[    1.549051] usb usb5: Manufacturer: Linux 5.4.51-1-lts xhci-hcd
[    1.549052] usb usb5: SerialNumber: 0000:04:00.4
[    1.549184] hub 5-0:1.0: USB hub found
[    1.549203] hub 5-0:1.0: 1 port detected
[    1.577709] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.847490] ata1: SATA link down (SStatus 0 SControl 300)
[    1.858011] ata2: SATA link down (SStatus 0 SControl 300)
[    1.897070] usb 2-2: new low-speed USB device number 2 using xhci_hcd
[    1.910105] random: fast init done
[    1.916658] usb 4-1: new high-speed USB device number 2 using xhci_hcd
[    1.954535] EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Opts: (null)
[    1.976617] tsc: Refined TSC clocksource calibration: 2197.764 MHz
[    1.976624] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fadf28607b, max_idle_ns: 440795232520 ns
[    1.976886] clocksource: Switched to clocksource tsc
[    2.035182] systemd[1]: systemd 245.6-8-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)
[    2.057157] systemd[1]: Detected architecture x86-64.
[    2.090426] usb 2-2: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[    2.090428] usb 2-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.090429] usb 2-2: Product: USB OPTICAL MOUSE 
[    2.108621] usb 4-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
[    2.108624] usb 4-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.108625] usb 4-1: Product: USB2.0 Hub
[    2.158522] hub 4-1:1.0: USB hub found
[    2.158921] hub 4-1:1.0: 4 ports detected
[    2.170444] systemd[1]: Set hostname to <hp-laptop>.
[    2.226985] usb 3-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    2.258237] usb 3-3: New USB device found, idVendor=0bc2, idProduct=ab30, bcdDevice= 1.09
[    2.258239] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.258240] usb 3-3: Product: BUP BK
[    2.258241] usb 3-3: Manufacturer: Seagate
[    2.258242] usb 3-3: SerialNumber: NA9W2WJS
[    2.267930] systemd[1]: Created slice system-getty.slice.
[    2.268176] systemd[1]: Created slice system-modprobe.slice.
[    2.268360] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.268592] systemd[1]: Created slice User and Session Slice.
[    2.268660] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.268712] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.269121] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.269170] systemd[1]: Reached target Local Encrypted Volumes.
[    2.269213] systemd[1]: Reached target Paths.
[    2.269248] systemd[1]: Reached target Remote File Systems.
[    2.269282] systemd[1]: Reached target Slices.
[    2.269386] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.269608] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.269683] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.271508] systemd[1]: Listening on Process Core Dump Socket.
[    2.271574] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.271698] systemd[1]: Listening on Journal Audit Socket.
[    2.271813] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.271879] systemd[1]: Listening on Journal Socket.
[    2.271969] systemd[1]: Listening on udev Control Socket.
[    2.272037] systemd[1]: Listening on udev Kernel Socket.
[    2.272760] systemd[1]: Mounting Huge Pages File System...
[    2.273531] systemd[1]: Mounting POSIX Message Queue File System...
[    2.274247] systemd[1]: Mounting Kernel Debug File System...
[    2.275052] systemd[1]: Mounting Kernel Trace File System...
[    2.275918] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.276894] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.277677] systemd[1]: Starting Load Kernel Module drm...
[    2.277988] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    2.278021] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.279256] systemd[1]: Starting Journal Service...
[    2.280533] systemd[1]: Starting Load Kernel Modules...
[    2.281292] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.282121] systemd[1]: Starting udev Coldplug all Devices...
[    2.283629] systemd[1]: Mounted Huge Pages File System.
[    2.283780] systemd[1]: Mounted POSIX Message Queue File System.
[    2.283887] systemd[1]: Mounted Kernel Debug File System.
[    2.283992] systemd[1]: Mounted Kernel Trace File System.
[    2.284500] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.285598] Linux agpgart interface v0.103
[    2.287673] random: lvm: uninitialized urandom read (4 bytes read)
[    2.290365] EXT4-fs (nvme0n1p6): re-mounted. Opts: (null)
[    2.292195] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.293122] systemd[1]: Activating swap /swap...
[    2.293145] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    2.293502] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.294473] systemd[1]: Starting Load/Save Random Seed...
[    2.294511] systemd[1]: Condition check resulted in Create System Users being skipped.
[    2.295551] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.295734] Asymmetric key parser 'pkcs8' registered
[    2.307806] usb 4-2: new high-speed USB device number 3 using xhci_hcd
[    2.313041] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.314327] systemd[1]: Starting udev Kernel Device Manager...
[    2.319583] vboxdrv: loading out-of-tree module taints kernel.
[    2.319840] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[    2.330080] vboxdrv: Found 8 processor cores
[    2.330800] systemd[1]: modprobe@drm.service: Succeeded.
[    2.331223] systemd[1]: Finished Load Kernel Module drm.
[    2.346517] systemd[1]: Finished udev Coldplug all Devices.
[    2.356883] vboxdrv: TSC mode is Invariant, tentative frequency 2197758198 Hz
[    2.356884] vboxdrv: Successfully loaded version 6.1.10 (interface 0x002d0001)
[    2.358391] VBoxNetAdp: Successfully started.
[    2.361174] VBoxNetFlt: Successfully started.
[    2.362252] systemd[1]: Finished Load Kernel Modules.
[    2.362471] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    2.363460] systemd[1]: Mounting Kernel Configuration File System...
[    2.364394] systemd[1]: Starting Apply Kernel Variables...
[    2.365680] systemd[1]: Mounted Kernel Configuration File System.
[    2.373025] systemd[1]: Finished Apply Kernel Variables.
[    2.386646] Adding 2097148k swap on /swap.  Priority:-2 extents:2 across:2252796k SSFS
[    2.386708] systemd[1]: Activated swap /swap.
[    2.386771] systemd[1]: Reached target Swap.
[    2.388082] systemd[1]: Mounting Temporary Directory (/tmp)...
[    2.390575] systemd[1]: Mounted Temporary Directory (/tmp).
[    2.555212] usb 4-2: New USB device found, idVendor=05c8, idProduct=0808, bcdDevice= 1.07
[    2.555215] usb 4-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.555218] usb 4-2: Product: HP HD Camera
[    2.555219] usb 4-2: Manufacturer: Generic
[    2.555221] usb 4-2: SerialNumber: 0001
[    2.586636] usb 4-1.3: new full-speed USB device number 4 using xhci_hcd
[    2.611815] systemd[1]: Started Journal Service.
[    2.611908] audit: type=1130 audit(1594778780.104: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'
[    2.621797] systemd-journald[238]: Received client request to flush runtime journal.
[    2.624941] audit: type=1130 audit(1594778780.114:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.626048] audit: type=1130 audit(1594778780.114:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.667515] i2c_amd_mp2 0000:04:00.7: enabling device (0000 -> 0002)
[    2.667710] i2c_amd_mp2 0000:04:00.7: MP2 device registered.
[    2.667789] acpi_cpufreq: overriding BIOS provided _PSD data
[    2.669402] ACPI: AC Adapter [AC] (on-line)
[    2.671863] input: HP Wireless hotkeys as /devices/virtual/input/input10
[    2.689169] hidraw: raw HID events driver (C) Jiri Kosina
[    2.699646] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.705995] i2c_hid i2c-ALP001A:00: i2c-ALP001A:00 supply vdd not found, using dummy regulator
[    2.706001] battery: ACPI: Battery Slot [BAT0] (battery present)
[    2.706012] i2c_hid i2c-ALP001A:00: i2c-ALP001A:00 supply vddl not found, using dummy regulator
[    2.763152] usb 4-1.3: New USB device found, idVendor=138a, idProduct=00ab, bcdDevice= 1.64
[    2.763155] usb 4-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    2.763157] usb 4-1.3: SerialNumber: 6bb29886b67e
[    2.764145] audit: type=1130 audit(1594778780.254:5): 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'
[    2.764834] random: mktemp: uninitialized urandom read (6 bytes read)
[    2.765354] random: mktemp: uninitialized urandom read (6 bytes read)
[    2.878395] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B06 (\_SB.PCI0.SMBS.SMBO) (20190816/utaddress-204)
[    2.878410] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.883165] IPMI message handler: version 39.2
[    2.886122] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    2.886263] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    2.886297] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    2.886639] ipmi device interface
[    2.899498] ipmi_si: IPMI System Interface driver
[    2.899607] ipmi_si: Unable to find any System Interface(s)
[    2.903386] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.926654] usb 4-1.4: new full-speed USB device number 5 using xhci_hcd
[    2.928211] libphy: r8169: probed
[    2.928587] r8169 0000:01:00.0 eth0: RTL8168ep/8111ep, 10:62:e5:55:0f:ff, XID 502, IRQ 72
[    2.928591] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.930838] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.933446] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.934344] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.934346] cfg80211: failed to load regulatory.db
[    2.942113] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[    2.942231] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[    2.942265] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[    2.956730] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input13
[    2.956792] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input14
[    2.956849] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input15
[    2.956908] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input16
[    2.957738] cryptd: max_cpu_qlen set to 1000
[    2.967576] snd_hda_codec_conexant hdaudioC1D0: CX8200: BIOS auto-probing.
[    2.967985] Intel(R) Wireless WiFi driver for Linux
[    2.967986] Copyright(c) 2003- 2015 Intel Corporation
[    2.968117] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[    2.968375] snd_hda_codec_conexant hdaudioC1D0: autoconfig for CX8200: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    2.968378] snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.968380] snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
[    2.968381] snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
[    2.968382] snd_hda_codec_conexant hdaudioC1D0:    inputs:
[    2.968384] snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
[    2.968385] snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
[    2.969627] AVX2 version of gcm_enc/dec engaged.
[    2.969628] AES CTR mode by8 optimization enabled
[    2.975763] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input17
[    2.975849] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input18
[    2.976246] iwlwifi 0000:02:00.0: Found debug destination: EXTERNAL_DRAM
[    2.976248] iwlwifi 0000:02:00.0: Found debug configuration: 0
[    2.977101] iwlwifi 0000:02:00.0: loaded firmware version 36.79ff3ccf.0 op_mode iwlmvm
[    3.049300] audit: type=1130 audit(1594778780.544:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.060650] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
[    3.072920] usb 4-1.4: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[    3.072924] usb 4-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.080010] audit: type=1130 audit(1594778780.574:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-FF0B\x2d5271 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.290440] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    3.290666] [drm] amdgpu kernel modesetting enabled.
[    3.290749] Parsing CRAT table with 1 nodes
[    3.290753] Creating topology SYSFS entries
[    3.290781] Topology: Add APU node [0x0:0x0]
[    3.290781] Finished initializing topology
[    3.290891] amdgpu 0000:04:00.0: remove_conflicting_pci_framebuffers: bar 0: 0xd0000000 -> 0xdfffffff
[    3.290893] amdgpu 0000:04:00.0: remove_conflicting_pci_framebuffers: bar 2: 0xe0000000 -> 0xe01fffff
[    3.290894] amdgpu 0000:04:00.0: remove_conflicting_pci_framebuffers: bar 5: 0xe0700000 -> 0xe077ffff
[    3.290896] checking generic (d0000000 7e9000) vs hw (d0000000 10000000)
[    3.290897] fb0: switching to amdgpudrmfb from EFI VGA
[    3.290974] Console: switching to colour dummy device 80x25
[    3.290995] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
[    3.291263] [drm] initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x103C:0x83DA 0xD0).
[    3.292164] [drm] register mmio base: 0xE0700000
[    3.292165] [drm] register mmio size: 524288
[    3.292185] [drm] add ip block number 0 <soc15_common>
[    3.292186] [drm] add ip block number 1 <gmc_v9_0>
[    3.292187] [drm] add ip block number 2 <vega10_ih>
[    3.292188] [drm] add ip block number 3 <psp>
[    3.292189] [drm] add ip block number 4 <gfx_v9_0>
[    3.292189] [drm] add ip block number 5 <sdma_v4_0>
[    3.292190] [drm] add ip block number 6 <powerplay>
[    3.292191] [drm] add ip block number 7 <dm>
[    3.292192] [drm] add ip block number 8 <vcn_v1_0>
[    3.297434] ATOM BIOS: SWBRT32481.001
[    3.297760] [drm] VCN decode is enabled in VM mode
[    3.297761] [drm] VCN encode is enabled in VM mode
[    3.297762] [drm] VCN jpeg decode is enabled in VM mode
[    3.297824] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    3.297845] amdgpu 0000:04:00.0: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
[    3.297847] amdgpu 0000:04:00.0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    3.297849] amdgpu 0000:04:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    3.297855] [drm] Detected VRAM RAM=1024M, BAR=1024M
[    3.297857] [drm] RAM width 128bits DDR4
[    3.299200] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[    3.299879] iwlwifi 0000:02:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    3.300242] [TTM] Zone  kernel: Available graphics memory: 3559078 KiB
[    3.300243] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    3.300244] [TTM] Initializing pool allocator
[    3.300249] [TTM] Initializing DMA pool allocator
[    3.300345] [drm] amdgpu: 1024M of VRAM memory ready
[    3.300349] [drm] amdgpu: 3072M of GTT memory ready.
[    3.300378] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    3.300817] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[    3.336684] kvm: Nested Virtualization enabled
[    3.336699] kvm: Nested Paging enabled
[    3.336700] SVM: Virtual VMLOAD VMSAVE supported
[    3.336701] SVM: Virtual GIF supported
[    3.340413] MCE: In-kernel MCE decoding enabled.
[    3.345062] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.345064] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.349035] [drm] use_doorbell being set to: [true]
[    3.349151] amdgpu: [powerplay] hwmgr_sw_init smu backed is smu10_smu
[    3.349719] [drm] Found VCN firmware Version ENC: 1.9 DEC: 1 VEP: 0 Revision: 28
[    3.349726] [drm] PSP loading VCN firmware
[    3.350334] iwlwifi 0000:02:00.0: base HW address: 94:b8:6d:7c:c9:7d
[    3.360557] audit: type=1130 audit(1594778780.854:8): 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'
[    3.369827] audit: type=1127 audit(1594778780.864:9): pid=504 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    3.371581] [drm] reserve 0x400000 from 0xf43f800000 for PSP TMR
[    3.373364] audit: type=1130 audit(1594778780.864:10): 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'
[    3.425407] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    3.425763] thermal thermal_zone6: failed to read out thermal zone (-61)
[    3.636743] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.636745] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.742755] input: ALP001A:00 044E:121B Mouse as /devices/platform/AMDI0011:00/i2c-2/i2c-ALP001A:00/0018:044E:121B.0001/input/input19
[    3.742861] input: ALP001A:00 044E:121B Touchpad as /devices/platform/AMDI0011:00/i2c-2/i2c-ALP001A:00/0018:044E:121B.0001/input/input20
[    3.743543] input: ALP001A:00 044E:121B as /devices/platform/AMDI0011:00/i2c-2/i2c-ALP001A:00/0018:044E:121B.0001/input/input21
[    3.743625] hid-generic 0018:044E:121B.0001: input,hidraw0: I2C HID v1.00 Mouse [ALP001A:00 044E:121B] on i2c-ALP001A:00
[    3.768864] r8169 0000:01:00.0 enp1s0f0: renamed from eth0
[    3.779479] input: PS/2 Generic Mouse as /devices/platform/i8042/serio2/input/input12
[    3.870577] [drm] DM_PPLIB: values for F clock
[    3.870579] [drm] DM_PPLIB:	 400000 in kHz, 3049 in mV
[    3.870580] [drm] DM_PPLIB:	 933000 in kHz, 3724 in mV
[    3.870581] [drm] DM_PPLIB:	 1067000 in kHz, 3924 in mV
[    3.870582] [drm] DM_PPLIB:	 1200000 in kHz, 4074 in mV
[    3.870583] [drm] DM_PPLIB: values for DCF clock
[    3.870584] [drm] DM_PPLIB:	 300000 in kHz, 3049 in mV
[    3.870584] [drm] DM_PPLIB:	 600000 in kHz, 3724 in mV
[    3.870585] [drm] DM_PPLIB:	 626000 in kHz, 3924 in mV
[    3.870586] [drm] DM_PPLIB:	 654000 in kHz, 4074 in mV
[    3.876001] [drm] Display Core initialized with v3.2.48!
[    3.876204] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    3.886851] [drm] SADs count is: -2, don't need to read it
[    3.888640] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.888641] [drm] Driver supports precise vblank timestamp query.
[    3.902197] [drm] VCN decode and encode initialized successfully(under SPG Mode).
[    3.903840] kfd kfd: Allocated 3969056 bytes on gart
[    3.904605] kfd kfd: Failed to resume IOMMU for device 1002:15dd
[    3.904870] kfd kfd: device 1002:15dd NOT added due to errors
[    3.905712] [drm] fb mappable at 0x90BC1000
[    3.905712] [drm] vram apper at 0x90000000
[    3.905713] [drm] size 8294400
[    3.905713] [drm] fb depth is 24
[    3.905714] [drm]    pitch is 7680
[    3.905776] fbcon: amdgpudrmfb (fb0) is primary device
[    3.908535] Console: switching to colour frame buffer device 240x67
[    3.914968] amdgpu 0000:04:00.0: fb0: amdgpudrmfb frame buffer device
[    3.917827] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.917829] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.921746] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000f3615a49 (20190816/exresop-557)
[    3.921752] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20190816/dswexec-431)
[    3.921758] ACPI Error: Aborting method \_SB.WMIV.WVPO due to previous error (AE_AML_OPERAND_TYPE) (20190816/psparse-529)
[    3.921783] ACPI Error: Aborting method \_SB.WMIV.WMPV due to previous error (AE_AML_OPERAND_TYPE) (20190816/psparse-529)
[    3.923303] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000d900a7f7 (20190816/exresop-557)
[    3.923309] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20190816/dswexec-431)
[    3.923316] ACPI Error: Aborting method \_SB.WMIV.WVPO due to previous error (AE_AML_OPERAND_TYPE) (20190816/psparse-529)
[    3.923336] ACPI Error: Aborting method \_SB.WMIV.WMPV due to previous error (AE_AML_OPERAND_TYPE) (20190816/psparse-529)
[    3.924865] ACPI Error: Needed [Buffer/String/Package], found [Integer] 000000001d444f92 (20190816/exresop-557)
[    3.924870] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20190816/dswexec-431)
[    3.924879] ACPI Error: Aborting method \_SB.WMIV.WVPO due to previous error (AE_AML_OPERAND_TYPE) (20190816/psparse-529)
[    3.924945] ACPI Error: Aborting method \_SB.WMIV.WMPV due to previous error (AE_AML_OPERAND_TYPE) (20190816/psparse-529)
[    3.925128] input: HP WMI hotkeys as /devices/virtual/input/input23
[    3.941927] usbcore: registered new interface driver usb-storage
[    3.943051] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb2/2-2/2-2:1.0/0003:275D:0BA6.0002/input/input24
[    3.947230] scsi host2: uas
[    3.947365] usbcore: registered new interface driver uas
[    3.947916] scsi 2:0:0:0: Direct-Access     Seagate  BUP BK           0109 PQ: 0 ANSI: 6
[    3.959626] sd 2:0:0:0: [sda] 9767541167 512-byte logical blocks: (5.00 TB/4.55 TiB)
[    3.959630] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    3.959819] sd 2:0:0:0: [sda] Write Protect is off
[    3.959821] sd 2:0:0:0: [sda] Mode Sense: 53 00 00 08
[    3.960166] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.960626] random: crng init done
[    3.960628] random: 6 urandom warning(s) missed due to ratelimiting
[    3.960658] sd 2:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[    4.006791] amdgpu 0000:04:00.0: ring gfx uses VM inv eng 0 on hub 0
[    4.006795] amdgpu 0000:04:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    4.006797] amdgpu 0000:04:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    4.006799] amdgpu 0000:04:00.0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    4.006801] amdgpu 0000:04:00.0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    4.006803] amdgpu 0000:04:00.0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    4.006805] amdgpu 0000:04:00.0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    4.006806] amdgpu 0000:04:00.0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    4.006808] amdgpu 0000:04:00.0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    4.006810] amdgpu 0000:04:00.0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    4.006812] amdgpu 0000:04:00.0: ring sdma0 uses VM inv eng 0 on hub 1
[    4.006814] amdgpu 0000:04:00.0: ring vcn_dec uses VM inv eng 1 on hub 1
[    4.006816] amdgpu 0000:04:00.0: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    4.006818] amdgpu 0000:04:00.0: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    4.006820] amdgpu 0000:04:00.0: ring vcn_jpeg uses VM inv eng 6 on hub 1
[    4.016950] [drm] Initialized amdgpu 3.35.0 20150101 for 0000:04:00.0 on minor 0
[    4.094749]  sda: sda1
[    4.096454] sd 2:0:0:0: [sda] Attached SCSI disk
[    4.106866] mousedev: PS/2 mouse device common for all mice
[    4.107062] hid-generic 0003:275D:0BA6.0002: input,hidraw1: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:04:00.3-2/input0
[    4.107091] usbcore: registered new interface driver usbhid
[    4.107091] usbhid: USB HID core driver
[    4.113275] ACPI Error: Needed [Buffer/String/Package], found [Integer] 00000000b0f810ed (20190816/exresop-557)
[    4.113281] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Index] (20190816/dswexec-431)
[    4.113289] ACPI Error: Aborting method \_SB.WMIV.WVPO due to previous error (AE_AML_OPERAND_TYPE) (20190816/psparse-529)
[    4.113296] ACPI Error: Aborting method \_SB.WMIV.WMPV due to previous error (AE_AML_OPERAND_TYPE) (20190816/psparse-529)
[    4.134809] Generic FE-GE Realtek PHY r8169-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[    4.238505] input: ALP001A:00 044E:121B Mouse as /devices/platform/AMDI0011:00/i2c-2/i2c-ALP001A:00/0018:044E:121B.0001/input/input25
[    4.239005] input: ALP001A:00 044E:121B Touchpad as /devices/platform/AMDI0011:00/i2c-2/i2c-ALP001A:00/0018:044E:121B.0001/input/input26
[    4.239450] input: ALP001A:00 044E:121B UNKNOWN as /devices/platform/AMDI0011:00/i2c-2/i2c-ALP001A:00/0018:044E:121B.0001/input/input27
[    4.239670] hid-multitouch 0018:044E:121B.0001: input,hidraw0: I2C HID v1.00 Mouse [ALP001A:00 044E:121B] on i2c-ALP001A:00
[    4.278021] mc: Linux media interface: v0.10
[    4.278062] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.278064] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.287326] r8169 0000:01:00.0 enp1s0f0: Link is Down
[    4.296502] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[    4.297294] videodev: Linux video capture interface: v2.00
[    4.319421] uvcvideo: Found UVC 1.50 device HP HD Camera (05c8:0808)
[    4.337340] uvcvideo: Failed to initialize entity for entity 6
[    4.337341] uvcvideo: Failed to register entities (-22).
[    4.337426] input: HP HD Camera: HP HD Camera as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb4/4-2/4-2:1.0/input/input28
[    4.338602] uvcvideo: Found UVC 1.50 device HP HD Camera (05c8:0808)
[    4.343085] uvcvideo 4-2:1.2: Entity type for entity Extension 10 was not initialized!
[    4.343086] uvcvideo 4-2:1.2: Entity type for entity Extension 12 was not initialized!
[    4.343087] uvcvideo 4-2:1.2: Entity type for entity Processing 9 was not initialized!
[    4.343088] uvcvideo 4-2:1.2: Entity type for entity Camera 11 was not initialized!
[    4.343141] input: HP HD Camera: HP IR Camera as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb4/4-2/4-2:1.2/input/input29
[    4.343179] usbcore: registered new interface driver uvcvideo
[    4.343180] USB Video Class driver (1.1.1)
[    4.428334] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[    4.492491] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[    4.501105] iwlwifi 0000:02:00.0: BIOS contains WGDS but no WRDS
[    4.507622] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.507624] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.523630] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[    4.547257] Bluetooth: Core ver 2.22
[    4.547282] NET: Registered protocol family 31
[    4.547283] Bluetooth: HCI device and connection manager initialized
[    4.547287] Bluetooth: HCI socket layer initialized
[    4.547289] Bluetooth: L2CAP socket layer initialized
[    4.547293] Bluetooth: SCO socket layer initialized
[    4.557855] usbcore: registered new interface driver btusb
[    4.560846] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[    4.565841] Bluetooth: hci0: Device revision is 16
[    4.565842] Bluetooth: hci0: Secure boot is enabled
[    4.565842] Bluetooth: hci0: OTP lock is enabled
[    4.565843] Bluetooth: hci0: API lock is enabled
[    4.565843] Bluetooth: hci0: Debug lock is disabled
[    4.565844] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    4.566588] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[    4.656665] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[    4.721536] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[    4.727279] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.727280] Bluetooth: BNEP filters: protocol multicast
[    4.727284] Bluetooth: BNEP socket layer initialized
[    4.727306] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.727307] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.730498] iwlwifi 0000:02:00.0: BIOS contains WGDS but no WRDS
[    4.735335] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio3/input/input22
[    4.907693] EDAC amd64: Node 0: DRAM ECC disabled.
[    4.907695] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    5.077549] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.077551] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    6.002386] Bluetooth: hci0: Waiting for firmware download to complete
[    6.002594] Bluetooth: hci0: Firmware loaded in 1410877 usecs
[    6.002645] Bluetooth: hci0: Waiting for device to boot
[    6.017992] Bluetooth: hci0: Device booted in 15005 usecs
[    6.025679] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[    6.037124] Bluetooth: hci0: Applying Intel DDC parameters completed
[    6.211767] NET: Registered protocol family 38
[    9.570311] kauditd_printk_skb: 16 callbacks suppressed
[    9.570313] audit: type=1131 audit(1594778787.074:27): 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.922549] wlan0: authenticate with b0:df:c1:9d:41:89
[   13.924021] wlan0: send auth to b0:df:c1:9d:41:89 (try 1/3)
[   13.940441] wlan0: authenticated
[   13.946899] wlan0: associate with b0:df:c1:9d:41:89 (try 1/3)
[   13.950949] wlan0: RX AssocResp from b0:df:c1:9d:41:89 (capab=0x431 status=0 aid=3)
[   13.954313] wlan0: associated
[   14.002642] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   14.318446] audit: type=1131 audit(1594778791.814:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.079658] audit: type=1130 audit(1594778792.574:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.098383] audit: type=1130 audit(1594778792.594:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.208417] audit: type=1130 audit(1594778792.714:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=smb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.314241] audit: type=1131 audit(1594778802.814:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.765298] audit: type=1131 audit(1594778812.263:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   91.841768] audit: type=1100 audit(1594778869.294:34): pid=670 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="oliver" exe="/usr/bin/login" hostname=hp-laptop addr=? terminal=tty1 res=success'
[   91.853147] audit: type=1101 audit(1594778869.304:35): pid=670 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="oliver" exe="/usr/bin/login" hostname=hp-laptop addr=? terminal=tty1 res=success'
[   91.854426] audit: type=1103 audit(1594778869.304:36): pid=670 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="oliver" exe="/usr/bin/login" hostname=hp-laptop addr=? terminal=tty1 res=success'
[   91.854692] audit: type=1006 audit(1594778869.304:37): pid=670 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   91.880178] audit: type=1130 audit(1594778869.334:38): 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'
[   91.889062] audit: type=1101 audit(1594778869.344:39): pid=1013 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="oliver" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   91.889068] audit: type=1103 audit(1594778869.344:40): pid=1013 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="oliver" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   91.889072] audit: type=1006 audit(1594778869.344:41): pid=1013 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   91.890200] audit: type=1105 audit(1594778869.344:42): pid=1013 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="oliver" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   91.983782] audit: type=1130 audit(1594778869.434:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  109.638836] kauditd_printk_skb: 22 callbacks suppressed
[  109.638839] audit: type=1130 audit(1594778887.143:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  111.182303] audit: type=1100 audit(1594778888.677:62): pid=1313 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="oliver" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=hp-laptop addr=? terminal=tty1 res=success'
[  111.182519] audit: type=1101 audit(1594778888.677:63): pid=1313 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="oliver" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  111.195046] audit: type=1130 audit(1594778888.697:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gpm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  125.938926] PM: suspend entry (deep)
[  125.946642] Filesystems sync: 0.007 seconds
[  125.947661] Freezing user space processes ... (elapsed 0.001 seconds) done.
[  125.948946] OOM killer disabled.
[  125.948947] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[  125.950051] printk: Suspending console(s) (use no_console_suspend to debug)
[  125.951346] wlan0: deauthenticating from b0:df:c1:9d:41:89 by local choice (Reason: 3=DEAUTH_LEAVING)
[  126.087493] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[  126.479304] ACPI: EC: interrupt blocked
[  126.537012] ACPI: Preparing to enter system sleep state S3
[  126.538052] ACPI: EC: event blocked
[  126.538054] ACPI: EC: EC stopped
[  126.538055] PM: Saving platform NVS memory
[  126.538187] Disabling non-boot CPUs ...
[  126.539793] smpboot: CPU 1 is now offline
[  126.542670] smpboot: CPU 2 is now offline
[  126.545641] smpboot: CPU 3 is now offline
[  126.548251] smpboot: CPU 4 is now offline
[  126.551175] smpboot: CPU 5 is now offline
[  126.553952] smpboot: CPU 6 is now offline
[  126.556626] smpboot: CPU 7 is now offline
[  126.558488] ACPI: Low-level resume complete
[  126.558565] ACPI: EC: EC started
[  126.558565] PM: Restoring platform NVS memory
[  126.597381] Enabling non-boot CPUs ...
[  126.597425] x86: Booting SMP configuration:
[  126.597425] smpboot: Booting Node 0 Processor 1 APIC 0x1
[  126.597614] microcode: CPU1: patch_level=0x0810100b
[  126.600039] CPU1 is up
[  126.600080] smpboot: Booting Node 0 Processor 2 APIC 0x2
[  126.600337] microcode: CPU2: patch_level=0x0810100b
[  126.602734] CPU2 is up
[  126.602749] smpboot: Booting Node 0 Processor 3 APIC 0x3
[  126.602961] microcode: CPU3: patch_level=0x0810100b
[  126.605438] CPU3 is up
[  126.605453] smpboot: Booting Node 0 Processor 4 APIC 0x4
[  126.606377] microcode: CPU4: patch_level=0x0810100b
[  126.608846] CPU4 is up
[  126.608872] smpboot: Booting Node 0 Processor 5 APIC 0x5
[  126.609084] microcode: CPU5: patch_level=0x0810100b
[  126.611610] CPU5 is up
[  126.611624] smpboot: Booting Node 0 Processor 6 APIC 0x6
[  126.612482] microcode: CPU6: patch_level=0x0810100b
[  126.614988] CPU6 is up
[  126.615001] smpboot: Booting Node 0 Processor 7 APIC 0x7
[  126.615234] microcode: CPU7: patch_level=0x0810100b
[  126.618594] CPU7 is up
[  126.619974] ACPI: Waking up from system sleep state S3
[  127.137157] ACPI: EC: interrupt unblocked
[  127.198159] ACPI: EC: event unblocked
[  127.198295] usb usb1: root hub lost power or was reset
[  127.199899] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[  127.199981] [drm] PSP is resuming...
[  127.206903] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  127.219995] [drm] reserve 0x400000 from 0xf43f800000 for PSP TMR
[  127.335798] nvme nvme0: Shutdown timeout set to 8 seconds
[  127.351131] nvme nvme0: 16/0/0 default/read/poll queues
[  127.351442] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  127.416380] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[  127.425339] iwlwifi 0000:02:00.0: BIOS contains WGDS but no WRDS
[  127.486408] usb 4-2: reset high-speed USB device number 3 using xhci_hcd
[  127.525985] ata1: SATA link down (SStatus 0 SControl 300)
[  127.526035] ata2: SATA link down (SStatus 0 SControl 300)
[  127.697139] amdgpu: [powerplay] dpm has been enabled
[  127.838095] usb 4-1: reset high-speed USB device number 2 using xhci_hcd
[  127.846704] [drm] VCN decode and encode initialized successfully(under SPG Mode).
[  127.846728] amdgpu 0000:04:00.0: ring gfx uses VM inv eng 0 on hub 0
[  127.846730] amdgpu 0000:04:00.0: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  127.846731] amdgpu 0000:04:00.0: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  127.846732] amdgpu 0000:04:00.0: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  127.846734] amdgpu 0000:04:00.0: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  127.846735] amdgpu 0000:04:00.0: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  127.846736] amdgpu 0000:04:00.0: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  127.846737] amdgpu 0000:04:00.0: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  127.846738] amdgpu 0000:04:00.0: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  127.846739] amdgpu 0000:04:00.0: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  127.846740] amdgpu 0000:04:00.0: ring sdma0 uses VM inv eng 0 on hub 1
[  127.846741] amdgpu 0000:04:00.0: ring vcn_dec uses VM inv eng 1 on hub 1
[  127.846741] amdgpu 0000:04:00.0: ring vcn_enc0 uses VM inv eng 4 on hub 1
[  127.846742] amdgpu 0000:04:00.0: ring vcn_enc1 uses VM inv eng 5 on hub 1
[  127.846743] amdgpu 0000:04:00.0: ring vcn_jpeg uses VM inv eng 6 on hub 1
[  128.382019] usb 4-1.3: reset full-speed USB device number 4 using xhci_hcd
[  128.637774] usb 4-1.4: reset full-speed USB device number 5 using xhci_hcd
[  137.325079] xhci_hcd 0000:04:00.3: xHCI host not responding to stop endpoint command.
[  137.325101] xhci_hcd 0000:04:00.3: xHCI host controller not responding, assume dead
[  137.325132] xhci_hcd 0000:04:00.3: HC died; cleaning up
[  137.325368] PM: dpm_run_callback(): usb_dev_resume+0x0/0x10 returns -22
[  137.325374] PM: Device 2-2 failed to resume async: error -22
[  137.325661] acpi LNXPOWER:03: Turning OFF
[  137.326001] OOM killer enabled.
[  137.326002] Restarting tasks ... 
[  137.326077] usb 3-3: USB disconnect, device number 2
[  137.326164] usb 2-2: USB disconnect, device number 2
[  137.326602] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[  137.326720] done.
[  137.340573] audit: type=1130 audit(1594778931.740:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  137.353435] PM: suspend exit
[  137.414935] xhci_hcd 0000:04:00.3: xHCI host not responding to stop endpoint command.
[  137.500943] audit: type=1130 audit(1594778931.901:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  137.500946] audit: type=1131 audit(1594778931.901:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  137.556787] Generic FE-GE Realtek PHY r8169-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[  137.562866] audit: type=1130 audit(1594778931.961:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  137.701815] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[  137.706813] Bluetooth: hci0: Device revision is 16
[  137.706814] Bluetooth: hci0: Secure boot is enabled
[  137.706814] Bluetooth: hci0: OTP lock is enabled
[  137.706815] Bluetooth: hci0: API lock is enabled
[  137.706815] Bluetooth: hci0: Debug lock is disabled
[  137.706816] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[  137.706819] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[  137.715399] r8169 0000:01:00.0 enp1s0f0: Link is Down
[  137.844479] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  137.976638] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  138.024459] sd 2:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[  138.041352] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[  138.053165] iwlwifi 0000:02:00.0: BIOS contains WGDS but no WRDS
[  138.076825] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  138.164503] xhci_hcd 0000:04:00.3: WARN Can't disable streams for endpoint 0x82, streams are being disabled already
[  138.210137] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[  138.275053] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[  138.286797] iwlwifi 0000:02:00.0: BIOS contains WGDS but no WRDS
[  139.109627] Bluetooth: hci0: Waiting for firmware download to complete
[  139.110568] Bluetooth: hci0: Firmware loaded in 1380832 usecs
[  139.110586] Bluetooth: hci0: Waiting for device to boot
[  139.125615] Bluetooth: hci0: Device booted in 14702 usecs
[  139.125620] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[  139.136627] Bluetooth: hci0: Applying Intel DDC parameters completed
[  142.704662] audit: type=1131 audit(1594778937.115:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  145.611596] wlan0: authenticate with b0:df:c1:9d:41:89
[  145.612872] wlan0: send auth to b0:df:c1:9d:41:89 (try 1/3)
[  145.626665] wlan0: authenticated
[  145.638887] wlan0: associate with b0:df:c1:9d:41:89 (try 1/3)
[  145.642059] wlan0: RX AssocResp from b0:df:c1:9d:41:89 (capab=0x431 status=0 aid=3)
[  145.644673] wlan0: associated
[  145.666066] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  148.296231] audit: type=1131 audit(1594778942.709:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

离线

#2 2020-07-15 11:00:18

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,384
个人网站

Re: 睡眠挂起(suspend)再进系统后,usb设备无法使用

xHCI host not responding to stop endpoint command

挂起的时候内核注意到你有一条 USB 总线不响应了。
既然只在挂起的时候出现,有可能只是驱动的问题。试试换别的版本的内核?

离线

#3 2020-07-15 13:32:56

OliverLew
会员
注册时间: 2019-11-13
帖子: 6

Re: 睡眠挂起(suspend)再进系统后,usb设备无法使用

依云 说:

xHCI host not responding to stop endpoint command

挂起的时候内核注意到你有一条 USB 总线不响应了。
既然只在挂起的时候出现,有可能只是驱动的问题。试试换别的版本的内核?

不行,我试了官方源里的linux 5.7.8.arch1-1和linux-zen 5.7.8.zen2-1(其实两个应该差不多吧),都是和之前一样的问题,上面这行输出也依然存在。

======

更新:

我试着回滚了linux内核,换成了两个月前(当时应该没有问题)的版本,但是还是一样的结果。我有种不祥的预感这个问题比较难定位,在解决之前,我暂时先不挂起了吧。

最近编辑记录 OliverLew (2020-07-15 16:05:48)

离线

#4 2020-07-15 17:38:27

riven
会员
注册时间: 2020-05-14
帖子: 18

Re: 睡眠挂起(suspend)再进系统后,usb设备无法使用

硬件没那么容易坏 ,我笔记本都摔几次了 还好着


亦余心之所善兮,虽九死其犹未悔。

离线

#5 2021-10-17 16:39:00

smile_d_up
会员
注册时间: 2020-03-12
帖子: 1

Re: 睡眠挂起(suspend)再进系统后,usb设备无法使用

请问楼主是否解决了相关问题?我的735g5 2500U版也出现了相同的问题

离线

#6 2021-10-17 18:58:22

OliverLew
会员
注册时间: 2019-11-13
帖子: 6

Re: 睡眠挂起(suspend)再进系统后,usb设备无法使用

smile_d_up 说:

请问楼主是否解决了相关问题?我的735g5 2500U版也出现了相同的问题

并没有。现在换了新本子,也几乎没有挂起过了,无法证实现在的机器是否有问题。

离线

页脚