You are not logged in.

#1 2021-03-05 17:25:30

avneesh
Member
Registered: 2017-07-19
Posts: 62

[Hardware]Weird usb port behaviour

I connected my optical mouse on usb port although it's indicator is glowing but clicks or moving it doesn't work. When I tried on other port it was working normally. I tried to find out on dmesg:

[   50.807510] audit: type=1131 audit(1614962900.863:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   50.975639] audit: type=1334 audit(1614962901.036:88): prog-id=18 op=UNLOAD
[   50.975662] audit: type=1334 audit(1614962901.036:89): prog-id=17 op=UNLOAD
[   53.294688] usb 1-2: new low-speed USB device number 5 using xhci_hcd
[   53.418104] usb 1-2: device descriptor read/64, error -71
[   53.648432] usb 1-2: device descriptor read/64, error -71
[   53.878632] usb 1-2: new low-speed USB device number 6 using xhci_hcd
[   54.002073] usb 1-2: device descriptor read/64, error -71
[   54.232231] usb 1-2: device descriptor read/64, error -71
[   54.338753] usb usb1-port2: attempt power cycle
[   54.982620] usb 1-2: new low-speed USB device number 7 using xhci_hcd
[   54.983404] usb 1-2: Device not responding to setup address.
[   55.189929] usb 1-2: Device not responding to setup address.
[   55.396245] usb 1-2: device not accepting address 7, error -71
[   55.519734] usb 1-2: new low-speed USB device number 8 using xhci_hcd
[   55.520473] usb 1-2: Device not responding to setup address.
[   55.727528] usb 1-2: Device not responding to setup address.
[   55.933228] usb 1-2: device not accepting address 8, error -71
[   55.933351] usb usb1-port2: unable to enumerate USB device
[   63.537300] audit: type=1101 audit(1614962913.588:90): pid=1110 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="krillxox" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   63.537816] audit: type=1110 audit(1614962913.588:91): pid=1110 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[   63.540139] audit: type=1105 audit(1614962913.592:92): pid=1110 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

I tried connecting keyboard also got same response. I'm using lenovo ideapad 310-kb.

Last edited by avneesh (2021-03-10 16:26:02)

Offline

#2 2021-03-05 21:15:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,552

Re: [Hardware]Weird usb port behaviour

https://urukrama.wordpress.com/2009/01/ … -error-71/

But there could also just be some other device on the hub messing up the communication.

lsusb -tvv

Offline

#3 2021-03-06 07:01:03

avneesh
Member
Registered: 2017-07-19
Posts: 62

Re: [Hardware]Weird usb port behaviour

But there could also just be some other device on the hub messing up the communication.

I tried by removing all devices from port then tried on port which isn't working still getting same.

Output of lsusb -tvv(when I plugged optical mouse on that port)

/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    /sys/bus/usb/devices/usb2  /dev/bus/usb/002/001
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    /sys/bus/usb/devices/usb1  /dev/bus/usb/001/001
    |__ Port 4: Dev 2, If 1, Class=Video, Driver=uvcvideo, 480M
        ID 5986:06b1 Acer, Inc 
        /sys/bus/usb/devices/1-4  /dev/bus/usb/001/002
    |__ Port 4: Dev 2, If 0, Class=Video, Driver=uvcvideo, 480M
        ID 5986:06b1 Acer, Inc 
        /sys/bus/usb/devices/1-4  /dev/bus/usb/001/002
    |__ Port 5: Dev 3, If 0, Class=Vendor Specific Class, Driver=rtsx_usb, 480M
        ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
        /sys/bus/usb/devices/1-5  /dev/bus/usb/001/003
    |__ Port 7: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
        ID 0cf3:e500 Qualcomm Atheros Communications 
        /sys/bus/usb/devices/1-7  /dev/bus/usb/001/004
    |__ Port 7: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
        ID 0cf3:e500 Qualcomm Atheros Communications 
        /sys/bus/usb/devices/1-7  /dev/bus/usb/001/004

Offline

#4 2021-03-06 08:36:03

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,552

Re: [Hardware]Weird usb port behaviour

The (probably all internal) webcam, usb and card-reader are on that hub… great.
Can you disable any/all of those in the UEFI/BIOS?

Offline

#5 2021-03-06 10:09:32

avneesh
Member
Registered: 2017-07-19
Posts: 62

Re: [Hardware]Weird usb port behaviour

There is no option regarding it. Can usb autosuspend be responsible for this, I saw some similar complaints due to that?

Offline

#6 2021-03-06 12:38:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,552

Re: [Hardware]Weird usb port behaviour

Can, perhaps. The glowing however suggests power supply - it's only communication that fails.
Also the other devices on the hub however work w/o any problems, do they?

Have you tried the behavior w/ rfkill'ing bluetooth? (Assuming the webcam isn't in use and no card in the reader either, so we blame BT ;-)

Offline

#7 2021-03-06 13:43:36

avneesh
Member
Registered: 2017-07-19
Posts: 62

Re: [Hardware]Weird usb port behaviour

Also the other devices on the hub however work w/o any problems, do they?

Pen drive was detected. When I connected phone before pd, it was charging but transfer options were disabled.
After removing pd from that port, optical mouse started working and phone was transfer options enabled. ?

Have you tried the behavior w/ rfkill'ing bluetooth?

Yeah, that doesn't effect the port.

Offline

#8 2021-03-06 13:55:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,552

Re: [Hardware]Weird usb port behaviour

Hold on, so w/o the "pen drive" (which, is the card reader??) the mouse (and other  devices) on the port work?
Run "dmesg -w", attach the "pen drive" and post the following  output.

Offline

#9 2021-03-07 12:16:08

avneesh
Member
Registered: 2017-07-19
Posts: 62

Re: [Hardware]Weird usb port behaviour

Hold on, so w/o the "pen drive" (which, is the card reader??) the mouse (and other  devices) on the port work?

Yeah, mouse and keyboard on that port started working after that.

[    0.000000] Linux version 5.11.2-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Fri, 26 Feb 2021 18:26:41 +0000
[    0.000000] Command line: rw root=UUID=72b51be9-75eb-4a56-85d6-680d8e61a6dc initrd=boot\initramfs-linux.img
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000062f34fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000062f35000-0x0000000062f35fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000062f36000-0x0000000062f36fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000062f37000-0x0000000064a87fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000064a88000-0x0000000065b87fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000065b88000-0x000000007bd9dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bd9e000-0x000000007c78dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007c78e000-0x000000007ce7dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007cefe000-0x000000007cefefff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ceff000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffa10000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x60504018-0x60514057] usable ==> usable
[    0.000000] e820: update [mem 0x60504018-0x60514057] usable ==> usable
[    0.000000] e820: update [mem 0x604f5018-0x60503057] usable ==> usable
[    0.000000] e820: update [mem 0x604f5018-0x60503057] usable ==> usable
[    0.000000] e820: update [mem 0x5fd3b018-0x5fd52c57] usable ==> usable
[    0.000000] e820: update [mem 0x5fd3b018-0x5fd52c57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000005fd3b017] usable
[    0.000000] reserve setup_data: [mem 0x000000005fd3b018-0x000000005fd52c57] usable
[    0.000000] reserve setup_data: [mem 0x000000005fd52c58-0x00000000604f5017] usable
[    0.000000] reserve setup_data: [mem 0x00000000604f5018-0x0000000060503057] usable
[    0.000000] reserve setup_data: [mem 0x0000000060503058-0x0000000060504017] usable
[    0.000000] reserve setup_data: [mem 0x0000000060504018-0x0000000060514057] usable
[    0.000000] reserve setup_data: [mem 0x0000000060514058-0x0000000062f34fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000062f35000-0x0000000062f35fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000062f36000-0x0000000062f36fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000062f37000-0x0000000064a87fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000064a88000-0x0000000065b87fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000065b88000-0x000000007bd9dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000007bd9e000-0x000000007c78dfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000007c78e000-0x000000007ce7dfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000007ce7e000-0x000000007cefdfff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000007cefe000-0x000000007cefefff] usable
[    0.000000] reserve setup_data: [mem 0x000000007ceff000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ffa10000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000027effffff] usable
[    0.000000] efi: EFI v2.50 by INSYDE Corp.
[    0.000000] efi: ACPI 2.0=0x7cefd014 SMBIOS=0x7c002000 SMBIOS 3.0=0x7c000000 ESRT=0x7bffe7d8 PROP=0x62f31ba8 RNG=0x7c29d0d8 TPMEventLog=0x60532018 
[    0.000000] efi: seeding entropy pool
[    0.000000] [Firmware Bug]: TPM Final Events table missing or invalid
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: LENOVO 80TV/Torronto 5C2, BIOS 3JCN26WW 03/07/2017
[    0.000000] tsc: Detected 2700.000 MHz processor
[    0.000000] tsc: Detected 2699.909 MHz TSC
[    0.000000] [Firmware Bug]: TSC ADJUST: CPU0: -846990259 force to 0
[    0.000564] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000568] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000577] last_pfn = 0x27f000 max_arch_pfn = 0x400000000
[    0.000580] MTRR default type: write-back
[    0.000582] MTRR fixed ranges enabled:
[    0.000583]   00000-9FFFF write-back
[    0.000584]   A0000-BFFFF uncachable
[    0.000586]   C0000-FFFFF write-protect
[    0.000587] MTRR variable ranges enabled:
[    0.000588]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000590]   1 base 007E000000 mask 7FFE000000 uncachable
[    0.000592]   2 base 007D800000 mask 7FFF800000 uncachable
[    0.000593]   3 disabled
[    0.000594]   4 disabled
[    0.000595]   5 disabled
[    0.000596]   6 disabled
[    0.000596]   7 disabled
[    0.000597]   8 disabled
[    0.000598]   9 disabled
[    0.000750] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001729] last_pfn = 0x7ceff max_arch_pfn = 0x400000000
[    0.010301] esrt: Reserving ESRT space from 0x000000007bffe7d8 to 0x000000007bffe860.
[    0.010311] check: Scanning 1 areas for low memory corruption
[    0.010315] Using GB pages for direct mapping
[    0.010746] Secure boot disabled
[    0.010747] RAMDISK: [mem 0x5fd53000-0x604e7fff]
[    0.010752] ACPI: Early table checksum verification disabled
[    0.010755] ACPI: RSDP 0x000000007CEFD014 000024 (v02 LENOVO)
[    0.010760] ACPI: XSDT 0x000000007CEC8188 00010C (v01 LENOVO CB-01    00000001      01000013)
[    0.010766] ACPI: FACP 0x000000007CEEE000 00010C (v05 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010772] ACPI: DSDT 0x000000007CECE000 01C436 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010775] ACPI: FACS 0x000000007CE3B000 000040
[    0.010779] ACPI: UEFI 0x000000007CEFC000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010782] ACPI: UEFI 0x000000007CEFB000 000042 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010785] ACPI: POAT 0x000000007CEFA000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010789] ACPI: SSDT 0x000000007CEF9000 0004C8 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010792] ACPI: SSDT 0x000000007CEF8000 000046 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010795] ACPI: TPM2 0x000000007CEF7000 000034 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010799] ACPI: SSDT 0x000000007CEF3000 0030F8 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010802] ACPI: ASF! 0x000000007CEF2000 0000A5 (v32 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010806] ACPI: ASPT 0x000000007CEF1000 000034 (v07 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010809] ACPI: BOOT 0x000000007CEF0000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010812] ACPI: DBGP 0x000000007CEEF000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010816] ACPI: HPET 0x000000007CEED000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010819] ACPI: APIC 0x000000007CEEC000 0000BC (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010822] ACPI: MCFG 0x000000007CEEB000 00003C (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010826] ACPI: LPIT 0x000000007CECD000 000094 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010829] ACPI: WSMT 0x000000007CECC000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010832] ACPI: SSDT 0x000000007CECB000 00029F (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010836] ACPI: SSDT 0x000000007CECA000 000346 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010839] ACPI: SSDT 0x000000007CEC9000 000E41 (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010842] ACPI: SSDT 0x000000007CEC7000 00051E (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010846] ACPI: DBGP 0x000000007CEC6000 000034 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010849] ACPI: DBG2 0x000000007CEC5000 000054 (v00 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010852] ACPI: SSDT 0x000000007CEC3000 00106A (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010856] ACPI: SSDT 0x000000007CEC2000 000EDE (v02 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010859] ACPI: SSDT 0x000000007CEBE000 003467 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010863] ACPI: DMAR 0x000000007CEBD000 0000A8 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010866] ACPI: FPDT 0x000000007CEBC000 000044 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010869] ACPI: BGRT 0x000000007CEBB000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.010877] ACPI: Local APIC address 0xfee00000
[    0.010972] No NUMA configuration found
[    0.010973] Faking a node at [mem 0x0000000000000000-0x000000027effffff]
[    0.010980] NODE_DATA(0) allocated [mem 0x27effc000-0x27effffff]
[    0.011005] Zone ranges:
[    0.011006]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011008]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011010]   Normal   [mem 0x0000000100000000-0x000000027effffff]
[    0.011012]   Device   empty
[    0.011014] Movable zone start for each node
[    0.011015] Early memory node ranges
[    0.011015]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.011017]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.011018]   node   0: [mem 0x0000000000100000-0x0000000062f34fff]
[    0.011019]   node   0: [mem 0x0000000062f37000-0x0000000064a87fff]
[    0.011020]   node   0: [mem 0x0000000065b88000-0x000000007bd9dfff]
[    0.011021]   node   0: [mem 0x000000007cefe000-0x000000007cefefff]
[    0.011022]   node   0: [mem 0x0000000100000000-0x000000027effffff]
[    0.011215] Zeroed struct page in unavailable ranges: 25543 pages
[    0.011218] Initmem setup node 0 [mem 0x0000000000001000-0x000000027effffff]
[    0.011220] On node 0 totalpages: 2071609
[    0.011221]   DMA zone: 64 pages used for memmap
[    0.011222]   DMA zone: 21 pages reserved
[    0.011223]   DMA zone: 3996 pages, LIFO batch:0
[    0.011248]   DMA32 zone: 7795 pages used for memmap
[    0.011250]   DMA32 zone: 498845 pages, LIFO batch:63
[    0.014056]   Normal zone: 24512 pages used for memmap
[    0.014058]   Normal zone: 1568768 pages, LIFO batch:63
[    0.022933] Reserving Intel graphics memory at [mem 0x7e000000-0x7fffffff]
[    0.023110] ACPI: PM-Timer IO Port: 0x1808
[    0.023112] ACPI: Local APIC address 0xfee00000
[    0.023118] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.023120] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.023121] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.023122] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.023122] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.023123] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.023124] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.023125] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.023152] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.023155] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.023157] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.023159] ACPI: IRQ0 used by override.
[    0.023160] ACPI: IRQ9 used by override.
[    0.023162] Using ACPI (MADT) for SMP configuration information
[    0.023163] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.023170] e820: update [mem 0x6cb88000-0x6cc7bfff] usable ==> reserved
[    0.023182] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x52 (or later)
[    0.023185] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.023205] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.023208] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.023210] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.023212] PM: hibernation: Registered nosave memory: [mem 0x5fd3b000-0x5fd3bfff]
[    0.023214] PM: hibernation: Registered nosave memory: [mem 0x5fd52000-0x5fd52fff]
[    0.023216] PM: hibernation: Registered nosave memory: [mem 0x604f5000-0x604f5fff]
[    0.023218] PM: hibernation: Registered nosave memory: [mem 0x60503000-0x60503fff]
[    0.023219] PM: hibernation: Registered nosave memory: [mem 0x60504000-0x60504fff]
[    0.023221] PM: hibernation: Registered nosave memory: [mem 0x60514000-0x60514fff]
[    0.023223] PM: hibernation: Registered nosave memory: [mem 0x62f35000-0x62f35fff]
[    0.023224] PM: hibernation: Registered nosave memory: [mem 0x62f36000-0x62f36fff]
[    0.023226] PM: hibernation: Registered nosave memory: [mem 0x64a88000-0x65b87fff]
[    0.023228] PM: hibernation: Registered nosave memory: [mem 0x6cb88000-0x6cc7bfff]
[    0.023230] PM: hibernation: Registered nosave memory: [mem 0x7bd9e000-0x7c78dfff]
[    0.023231] PM: hibernation: Registered nosave memory: [mem 0x7c78e000-0x7ce7dfff]
[    0.023232] PM: hibernation: Registered nosave memory: [mem 0x7ce7e000-0x7cefdfff]
[    0.023233] PM: hibernation: Registered nosave memory: [mem 0x7ceff000-0x7fffffff]
[    0.023234] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.023235] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.023236] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfcffffff]
[    0.023237] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfe7fffff]
[    0.023238] PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfebfffff]
[    0.023239] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.023240] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.023241] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.023241] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.023242] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[    0.023243] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
[    0.023244] PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
[    0.023245] PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
[    0.023246] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.023247] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffa0ffff]
[    0.023248] PM: hibernation: Registered nosave memory: [mem 0xffa10000-0xffffffff]
[    0.023249] [mem 0x80000000-0xdfffffff] available for PCI devices
[    0.023251] Booting paravirtualized kernel on bare hardware
[    0.023253] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.028821] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.028956] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
[    0.028964] pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
[    0.028967] pcpu-alloc: [0] 0 1 2 3 
[    0.028988] Built 1 zonelists, mobility grouping on.  Total pages: 2039217
[    0.028990] Policy zone: Normal
[    0.028991] Kernel command line: rw root=UUID=72b51be9-75eb-4a56-85d6-680d8e61a6dc initrd=boot\initramfs-linux.img
[    0.029430] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029636] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.029687] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.048852] Memory: 7964008K/8286436K available (14344K kernel code, 2030K rwdata, 8896K rodata, 1720K init, 4324K bss, 322172K reserved, 0K cma-reserved)
[    0.048859] random: get_random_u64 called from __kmem_cache_create+0x26/0x530 with crng_init=0
[    0.048960] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.048971] Kernel/User page tables isolation: enabled
[    0.048986] ftrace: allocating 41778 entries in 164 pages
[    0.063490] ftrace: allocated 164 pages with 3 groups
[    0.063576] rcu: Preemptible hierarchical RCU implementation.
[    0.063577] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.063577] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.063579] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.063580] 	Trampoline variant of Tasks RCU enabled.
[    0.063581] 	Rude variant of Tasks RCU enabled.
[    0.063581] 	Tracing variant of Tasks RCU enabled.
[    0.063582] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.063583] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.067406] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.067763] Console: colour dummy device 80x25
[    0.067782] printk: console [tty0] enabled
[    0.067798] ACPI: Core revision 20201113
[    0.068092] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.068167] APIC: Switch to symmetric I/O mode setup
[    0.068169] DMAR: Host address width 39
[    0.068170] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.068176] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.068178] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.068182] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.068184] DMAR: RMRR base: 0x0000007c682000 end: 0x0000007c6a1fff
[    0.068186] DMAR: RMRR base: 0x0000007d800000 end: 0x0000007fffffff
[    0.068188] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.068189] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.068190] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.069682] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.069684] x2apic enabled
[    0.069697] Switched APIC routing to cluster x2apic.
[    0.073598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.088222] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26eae8729ef, max_idle_ns: 440795235156 ns
[    0.088227] Calibrating delay loop (skipped), value calculated using timer frequency.. 5401.81 BogoMIPS (lpj=8999696)
[    0.088230] pid_max: default: 32768 minimum: 301
[    0.091585] LSM: Security Framework initializing
[    0.091593] Yama: becoming mindful.
[    0.091599] LSM support for eBPF active
[    0.091622] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.091635] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.091879] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.091895] process: using mwait in idle threads
[    0.091897] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.091899] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.091902] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.091904] Spectre V2 : Mitigation: Full generic retpoline
[    0.091905] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.091905] Speculative Store Bypass: Vulnerable
[    0.091908] SRBDS: Vulnerable: No microcode
[    0.091908] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.092142] Freeing SMP alternatives memory: 36K
[    0.094972] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.094987] smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.095106] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.095120] ... version:                4
[    0.095121] ... bit width:              48
[    0.095122] ... generic registers:      4
[    0.095122] ... value mask:             0000ffffffffffff
[    0.095123] ... max period:             00007fffffffffff
[    0.095124] ... fixed-purpose events:   3
[    0.095125] ... event mask:             000000070000000f
[    0.095226] rcu: Hierarchical SRCU implementation.
[    0.095873] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.095922] smp: Bringing up secondary CPUs ...
[    0.096020] x86: Booting SMP configuration:
[    0.096021] .... node  #0, CPUs:      #1
[    0.003854] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
[    0.096420]  #2
[    0.096420] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.096420]  #3
[    0.096420] smp: Brought up 1 node, 4 CPUs
[    0.096420] smpboot: Max logical packages: 1
[    0.096420] smpboot: Total of 4 processors activated (21607.24 BogoMIPS)
[    0.098494] devtmpfs: initialized
[    0.098494] x86/mm: Memory block size: 128MB
[    0.098751] PM: Registering ACPI NVS region [mem 0x62f35000-0x62f35fff] (4096 bytes)
[    0.098751] PM: Registering ACPI NVS region [mem 0x64a88000-0x65b87fff] (17825792 bytes)
[    0.098751] PM: Registering ACPI NVS region [mem 0x7c78e000-0x7ce7dfff] (7274496 bytes)
[    0.098751] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.098751] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.098751] pinctrl core: initialized pinctrl subsystem
[    0.098751] PM: RTC time: 11:32:12, date: 2021-03-07
[    0.098751] NET: Registered protocol family 16
[    0.098751] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.098751] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.098758] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.098769] audit: initializing netlink subsys (disabled)
[    0.098785] audit: type=2000 audit(1615116732.029:1): state=initialized audit_enabled=0 res=1
[    0.098785] thermal_sys: Registered thermal governor 'fair_share'
[    0.098785] thermal_sys: Registered thermal governor 'bang_bang'
[    0.098785] thermal_sys: Registered thermal governor 'step_wise'
[    0.098785] thermal_sys: Registered thermal governor 'user_space'
[    0.098785] thermal_sys: Registered thermal governor 'power_allocator'
[    0.098785] cpuidle: using governor ladder
[    0.098785] cpuidle: using governor menu
[    0.098785] Simple Boot Flag at 0x44 set to 0x1
[    0.098785] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.098785] ACPI: bus type PCI registered
[    0.098785] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.098785] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.098785] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.098785] PCI: Using configuration type 1 for base access
[    0.101577] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.101577] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.101653] fbcon: Taking over console
[    0.101664] ACPI: Added _OSI(Module Device)
[    0.101665] ACPI: Added _OSI(Processor Device)
[    0.101666] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.101667] ACPI: Added _OSI(Processor Aggregator Device)
[    0.101668] ACPI: Added _OSI(Linux-Dell-Video)
[    0.101669] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.101670] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.134760] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.137640] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.142164] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.143424] ACPI: Dynamic OEM Table Load:
[    0.143434] ACPI: SSDT 0xFFFF9CD540FA2800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.145308] ACPI: Dynamic OEM Table Load:
[    0.145316] ACPI: SSDT 0xFFFF9CD540DE0800 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.148336] ACPI: EC: EC started
[    0.148337] ACPI: EC: interrupt blocked
[    0.152582] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.152584] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.152585] ACPI: Interpreter enabled
[    0.152633] ACPI: (supports S0 S3 S4 S5)
[    0.152634] ACPI: Using IOAPIC for interrupt routing
[    0.152675] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.153485] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.160873] ACPI: Power Resource [WRST] (on)
[    0.161269] ACPI: Power Resource [WRST] (on)
[    0.161667] ACPI: Power Resource [WRST] (on)
[    0.162063] ACPI: Power Resource [WRST] (on)
[    0.162455] ACPI: Power Resource [WRST] (on)
[    0.162845] ACPI: Power Resource [WRST] (on)
[    0.163236] ACPI: Power Resource [WRST] (on)
[    0.163627] ACPI: Power Resource [WRST] (on)
[    0.163730] ACPI: Power Resource [PC01] (on)
[    0.164139] ACPI: Power Resource [WRST] (on)
[    0.164577] ACPI: Power Resource [WRST] (on)
[    0.164992] ACPI: Power Resource [WRST] (on)
[    0.165385] ACPI: Power Resource [WRST] (on)
[    0.165763] ACPI: Power Resource [WRST] (on)
[    0.166143] ACPI: Power Resource [WRST] (on)
[    0.166521] ACPI: Power Resource [WRST] (on)
[    0.166899] ACPI: Power Resource [WRST] (on)
[    0.167281] ACPI: Power Resource [WRST] (on)
[    0.167658] ACPI: Power Resource [WRST] (on)
[    0.168034] ACPI: Power Resource [WRST] (on)
[    0.168419] ACPI: Power Resource [WRST] (on)
[    0.178760] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.178768] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.181809] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.181811] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.184043] PCI host bridge to bus 0000:00
[    0.184045] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.184048] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.184049] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.184051] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.184052] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.184053] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.184055] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.184056] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.184057] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.184058] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.184060] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.184061] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.184062] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.184064] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.184077] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    0.184959] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[    0.184969] pci 0000:00:02.0: reg 0x10: [mem 0xa2000000-0xa2ffffff 64bit]
[    0.184976] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.184980] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.184996] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.185962] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.185982] pci 0000:00:14.0: reg 0x10: [mem 0xa4500000-0xa450ffff 64bit]
[    0.186053] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.187133] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.187153] pci 0000:00:14.2: reg 0x10: [mem 0xa452a000-0xa452afff 64bit]
[    0.188091] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.188114] pci 0000:00:16.0: reg 0x10: [mem 0xa452b000-0xa452bfff 64bit]
[    0.188191] pci 0000:00:16.0: PME# supported from D3hot
[    0.189144] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    0.189159] pci 0000:00:17.0: reg 0x10: [mem 0xa4528000-0xa4529fff]
[    0.189168] pci 0000:00:17.0: reg 0x14: [mem 0xa452e000-0xa452e0ff]
[    0.189176] pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
[    0.189184] pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
[    0.189193] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    0.189201] pci 0000:00:17.0: reg 0x24: [mem 0xa452c000-0xa452c7ff]
[    0.189245] pci 0000:00:17.0: PME# supported from D3hot
[    0.190203] pci 0000:00:1c.0: [8086:9d14] type 01 class 0x060400
[    0.190283] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.191346] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[    0.191428] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.192484] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.192564] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.193629] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[    0.194669] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.194685] pci 0000:00:1f.2: reg 0x10: [mem 0xa4524000-0xa4527fff]
[    0.195669] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[    0.195694] pci 0000:00:1f.3: reg 0x10: [mem 0xa4520000-0xa4523fff 64bit]
[    0.195729] pci 0000:00:1f.3: reg 0x20: [mem 0xa4510000-0xa451ffff 64bit]
[    0.195781] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.196834] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.196891] pci 0000:00:1f.4: reg 0x10: [mem 0xa452d000-0xa452d0ff 64bit]
[    0.196961] pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
[    0.198018] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.198039] pci 0000:01:00.0: reg 0x10: [io  0x4000-0x40ff]
[    0.198068] pci 0000:01:00.0: reg 0x18: [mem 0xa4404000-0xa4404fff 64bit]
[    0.198086] pci 0000:01:00.0: reg 0x20: [mem 0xa4400000-0xa4403fff 64bit]
[    0.198199] pci 0000:01:00.0: supports D1 D2
[    0.198201] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.198354] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.198358] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.198361] pci 0000:00:1c.0:   bridge window [mem 0xa4400000-0xa44fffff]
[    0.198599] pci 0000:02:00.0: [168c:0042] type 00 class 0x028000
[    0.198647] pci 0000:02:00.0: reg 0x10: [mem 0xa4200000-0xa43fffff 64bit]
[    0.198913] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.199306] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.199310] pci 0000:00:1c.5:   bridge window [mem 0xa4200000-0xa43fffff]
[    0.199374] pci 0000:03:00.0: [10de:1299] type 00 class 0x030200
[    0.199389] pci 0000:03:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
[    0.199402] pci 0000:03:00.0: reg 0x14: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.199415] pci 0000:03:00.0: reg 0x1c: [mem 0xa0000000-0xa1ffffff 64bit pref]
[    0.199424] pci 0000:03:00.0: reg 0x24: [io  0x3000-0x307f]
[    0.199433] pci 0000:03:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.199453] pci 0000:03:00.0: Enabling HDA controller
[    0.199539] pci 0000:03:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1d.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
[    0.199669] pci 0000:03:00.1: [10de:0e0f] type 00 class 0x040300
[    0.199685] pci 0000:03:00.1: reg 0x10: [mem 0xa4000000-0xa4003fff]
[    0.199835] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.199838] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.199841] pci 0000:00:1d.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.199845] pci 0000:00:1d.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.202373] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.202445] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.202515] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.202584] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.202653] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.202721] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.202792] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.202864] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.203223] platform MSFT0101:00: failed to claim resource 1: [mem 0xfed40000-0xfed40fff]
[    0.203230] acpi MSFT0101:00: platform device creation failed: -16
[    0.203444] ACPI: EC: interrupt unblocked
[    0.203445] ACPI: EC: event unblocked
[    0.203456] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.203457] ACPI: EC: GPE=0x4f
[    0.203458] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.203460] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.203530] iommu: Default domain type: Translated 
[    0.204904] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.204904] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.204904] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.204905] vgaarb: loaded
[    0.205060] SCSI subsystem initialized
[    0.205066] libata version 3.00 loaded.
[    0.205066] ACPI: bus type USB registered
[    0.205066] usbcore: registered new interface driver usbfs
[    0.205066] usbcore: registered new interface driver hub
[    0.205066] usbcore: registered new device driver usb
[    0.205066] pps_core: LinuxPPS API ver. 1 registered
[    0.205066] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.205066] PTP clock support registered
[    0.205066] EDAC MC: Ver: 3.0.0
[    0.205173] Registered efivars operations
[    0.205173] NetLabel: Initializing
[    0.205173] NetLabel:  domain hash size = 128
[    0.205173] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.205173] NetLabel:  unlabeled traffic allowed by default
[    0.205173] PCI: Using ACPI for IRQ routing
[    0.232413] PCI: pci_cache_line_size set to 64 bytes
[    0.232609] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.232611] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.232612] e820: reserve RAM buffer [mem 0x5fd3b018-0x5fffffff]
[    0.232613] e820: reserve RAM buffer [mem 0x604f5018-0x63ffffff]
[    0.232615] e820: reserve RAM buffer [mem 0x60504018-0x63ffffff]
[    0.232616] e820: reserve RAM buffer [mem 0x62f35000-0x63ffffff]
[    0.232617] e820: reserve RAM buffer [mem 0x64a88000-0x67ffffff]
[    0.232618] e820: reserve RAM buffer [mem 0x6cb88000-0x6fffffff]
[    0.232619] e820: reserve RAM buffer [mem 0x7bd9e000-0x7bffffff]
[    0.232620] e820: reserve RAM buffer [mem 0x7ceff000-0x7fffffff]
[    0.232621] e820: reserve RAM buffer [mem 0x27f000000-0x27fffffff]
[    0.234920] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.234927] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.236996] clocksource: Switched to clocksource tsc-early
[    0.242787] VFS: Disk quotas dquot_6.6.0
[    0.242806] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.242888] pnp: PnP ACPI init
[    0.243058] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.243063] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.243066] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.243069] system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.243072] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.243075] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.243077] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.243085] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.243518] system 00:01: [io  0x2000-0x20fe] has been reserved
[    0.243525] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.244377] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.244381] system 00:02: [io  0xffff] has been reserved
[    0.244384] system 00:02: [io  0xffff] has been reserved
[    0.244386] system 00:02: [io  0xffff] has been reserved
[    0.244389] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.244391] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.244397] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.244526] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.244581] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.244587] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.244637] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.244670] pnp 00:06: Plug and Play ACPI device, IDs SYN2b8e PNP0f13 SYN0002 SYN2b00 (active)
[    0.246669] system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.246673] system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.246676] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.246679] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.246682] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.246687] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.247506] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.247509] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.247511] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.247512] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.247514] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.247517] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.247519] system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.247521] system 00:08: [mem 0xff000000-0xffffffff] could not be reserved
[    0.247522] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.247524] system 00:08: [mem 0x80000000-0x8001ffff] has been reserved
[    0.247528] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.247893] pnp: PnP ACPI: found 9 devices
[    0.253391] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.253445] NET: Registered protocol family 2
[    0.253569] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.253609] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.253723] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.253798] TCP: Hash tables configured (established 65536 bind 65536)
[    0.253848] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.253878] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.253904] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.253970] NET: Registered protocol family 1
[    0.253975] NET: Registered protocol family 44
[    0.253980] pci 0000:03:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.253989] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.253992] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.253997] pci 0000:00:1c.0:   bridge window [mem 0xa4400000-0xa44fffff]
[    0.254004] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.254007] pci 0000:00:1c.5:   bridge window [mem 0xa4200000-0xa43fffff]
[    0.254017] pci 0000:03:00.0: BAR 6: assigned [mem 0xa4080000-0xa40fffff pref]
[    0.254020] pci 0000:00:1d.0: PCI bridge to [bus 03]
[    0.254022] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.254025] pci 0000:00:1d.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.254028] pci 0000:00:1d.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.254033] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.254036] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.254037] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.254039] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.254040] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.254041] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.254043] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.254044] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.254046] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.254047] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.254048] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.254050] pci_bus 0000:00: resource 15 [mem 0x80000000-0xdfffffff window]
[    0.254051] pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
[    0.254053] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.254055] pci_bus 0000:01: resource 1 [mem 0xa4400000-0xa44fffff]
[    0.254056] pci_bus 0000:02: resource 1 [mem 0xa4200000-0xa43fffff]
[    0.254058] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.254059] pci_bus 0000:03: resource 1 [mem 0xa3000000-0xa40fffff]
[    0.254060] pci_bus 0000:03: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.254228] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.256120] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    0.256162] PCI: CLS 64 bytes, default 64
[    0.256200] Trying to unpack rootfs image as initramfs...
[    0.308731] Freeing initrd memory: 7764K
[    0.308774] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.308775] software IO TLB: mapped [mem 0x0000000077840000-0x000000007b840000] (64MB)
[    0.309075] check: Scanning for low memory corruption every 60 seconds
[    0.309332] Initialise system trusted keyrings
[    0.309341] Key type blacklist registered
[    0.309380] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.310419] zbud: loaded
[    0.319617] Key type asymmetric registered
[    0.319619] Asymmetric key parser 'x509' registered
[    0.319625] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.319651] io scheduler mq-deadline registered
[    0.319652] io scheduler kyber registered
[    0.319671] io scheduler bfq registered
[    0.319731] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.320044] pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
[    0.320252] pcieport 0000:00:1c.5: PME: Signaling with IRQ 123
[    0.320442] pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
[    0.320524] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.320550] efifb: probing for efifb
[    0.320566] efifb: framebuffer at 0xb0000000, using 8100k, total 8100k
[    0.320567] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.320569] efifb: scrolling: redraw
[    0.320569] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.320638] Console: switching to colour frame buffer device 240x67
[    0.324176] fb0: EFI VGA frame buffer device
[    0.324187] intel_idle: MWAIT substates: 0x11142120
[    0.324189] intel_idle: v0.5.1 model 0x8E
[    0.324412] intel_idle: Local APIC timer is reliable in all C-states
[    0.325036] ACPI: AC Adapter [ADP0] (on-line)
[    0.325100] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.325115] ACPI: Lid Switch [LID0]
[    0.325138] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.325151] ACPI: Power Button [PWRB]
[    0.325175] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.330639] ACPI: Power Button [PWRF]
[    0.331236] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.334713] Non-volatile memory driver v1.3
[    0.334714] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.334715] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.335122] ahci 0000:00:17.0: version 3.0
[    0.335420] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.335424] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    0.335841] scsi host0: ahci
[    0.336089] scsi host1: ahci
[    0.336125] ata1: SATA max UDMA/133 abar m2048@0xa452c000 port 0xa452c100 irq 125
[    0.336128] ata2: SATA max UDMA/133 abar m2048@0xa452c000 port 0xa452c180 irq 125
[    0.336158] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.336164] ehci-pci: EHCI PCI platform driver
[    0.336173] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.336175] ohci-pci: OHCI PCI platform driver
[    0.336182] uhci_hcd: USB Universal Host Controller Interface driver
[    0.336211] usbcore: registered new interface driver usbserial_generic
[    0.336215] usbserial: USB Serial support registered for generic
[    0.336238] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.353627] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.353653] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.354321] rtc_cmos 00:03: RTC can wake from S4
[    0.354948] rtc_cmos 00:03: registered as rtc0
[    0.355224] rtc_cmos 00:03: setting system clock to 2021-03-07T11:32:13 UTC (1615116733)
[    0.355237] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.355266] intel_pstate: Intel P-state driver initializing
[    0.356210] intel_pstate: HWP enabled
[    0.356324] ledtrig-cpu: registered to indicate activity on CPUs
[    0.395885] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.403327] pstore: Registered efi as persistent store backend
[    0.403349] hid: raw HID events driver (C) Jiri Kosina
[    0.403489] intel_pmc_core intel_pmc_core.0:  initialized
[    0.403526] drop_monitor: Initializing network drop monitor service
[    0.403589] Initializing XFRM netlink socket
[    0.403696] NET: Registered protocol family 10
[    0.408524] Segment Routing with IPv6
[    0.408527] RPL Segment Routing with IPv6
[    0.408557] NET: Registered protocol family 17
[    0.408926] microcode: sig=0x806e9, pf=0x80, revision=0x3a
[    0.408941] microcode: Microcode Update Driver: v2.2.
[    0.408946] IPI shorthand broadcast: enabled
[    0.408955] sched_clock: Marking stable (408323717, 520955)->(415238220, -6393548)
[    0.409061] registered taskstats version 1
[    0.409071] Loading compiled-in X.509 certificates
[    0.411832] Loaded X.509 cert 'Build time autogenerated kernel key: fb0d31d0a671576b14cf0061c683f95dca539094'
[    0.412050] zswap: loaded using pool lz4/z3fold
[    0.412238] Key type ._fscrypt registered
[    0.412239] Key type .fscrypt registered
[    0.412240] Key type fscrypt-provisioning registered
[    0.412379] pstore: Using crash dump compression: zstd
[    0.413447] PM:   Magic number: 13:150:529
[    0.413488] acpi INT3448:00: hash matches
[    0.413642] RAS: Correctable Errors collector initialized.
[    0.493959] battery: ACPI: Battery Slot [BAT0] (battery present)
[    0.650940] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.650975] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.651410] ata1.00: supports DRM functions and may not be fully accessible
[    0.653153] ata1.00: ATA-11: Samsung SSD 860 EVO 1TB, RVT04B6Q, max UDMA/133
[    0.653163] ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    0.653760] ata2.00: ATAPI: HL-DT-ST DVDRAM GUE0N, T.02, max UDMA/33
[    0.656581] ata1.00: supports DRM functions and may not be fully accessible
[    0.658538] ata2.00: configured for UDMA/33
[    0.660794] ata1.00: configured for UDMA/133
[    0.674305] ahci 0000:00:17.0: port does not support device sleep
[    0.674610] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 860  4B6Q PQ: 0 ANSI: 5
[    0.674871] ata1.00: Enabling discard_zeroes_data
[    0.674959] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    0.674980] sd 0:0:0:0: [sda] Write Protect is off
[    0.674986] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.675009] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.676171] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GUE0N     T.02 PQ: 0 ANSI: 5
[    0.677375]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[    0.678340] ata1.00: Enabling discard_zeroes_data
[    0.679548] sd 0:0:0:0: [sda] supports TCG Opal
[    0.679553] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.711722] Freeing unused decrypted memory: 2036K
[    0.712244] Freeing unused kernel image (initmem) memory: 1720K
[    0.714486] Write protecting the kernel read-only data: 26624k
[    0.715397] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.715895] Freeing unused kernel image (rodata/data gap) memory: 1344K
[    0.791723] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.791728] rodata_test: all tests were successful
[    0.791729] x86/mm: Checking user space page tables
[    0.849015] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.849019] Run /init as init process
[    0.849020]   with arguments:
[    0.849021]     /init
[    0.849022]   with environment:
[    0.849023]     HOME=/
[    0.849024]     TERM=linux
[    1.017905] random: fast init done
[    1.023233] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.023244] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.024328] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    1.024859] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[    1.024865] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.024868] usb usb1: Product: xHCI Host Controller
[    1.024870] usb usb1: Manufacturer: Linux 5.11.2-arch1-1 xhci-hcd
[    1.024872] usb usb1: SerialNumber: 0000:00:14.0
[    1.025027] hub 1-0:1.0: USB hub found
[    1.025046] hub 1-0:1.0: 12 ports detected
[    1.026210] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.026217] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.026221] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.026269] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[    1.026273] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.026275] usb usb2: Product: xHCI Host Controller
[    1.026277] usb usb2: Manufacturer: Linux 5.11.2-arch1-1 xhci-hcd
[    1.026280] usb usb2: SerialNumber: 0000:00:14.0
[    1.026395] hub 2-0:1.0: USB hub found
[    1.026409] hub 2-0:1.0: 6 ports detected
[    1.027343] usb: port power management may be unreliable
[    1.044034] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.044038] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.081210] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.318307] tsc: Refined TSC clocksource calibration: 2711.998 MHz
[    1.318321] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x27178451938, max_idle_ns: 440795251172 ns
[    1.318361] clocksource: Switched to clocksource tsc
[    1.355121] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    1.510936] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.526647] usb 1-4: New USB device found, idVendor=5986, idProduct=06b1, bcdDevice=53.07
[    1.526652] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.526654] usb 1-4: Product: EasyCamera
[    1.526655] usb 1-4: Manufacturer: Bison
[    1.526657] usb 1-4: SerialNumber: 151027
[    1.651597] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[    1.718127] systemd[1]: systemd 247.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    1.732161] systemd[1]: Detected architecture x86-64.
[    1.751333] systemd[1]: Set hostname to <ghoul>.
[    1.791905] usb 1-5: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    1.791919] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.791927] usb 1-5: Product: USB2.0-CRW
[    1.791932] usb 1-5: Manufacturer: Generic
[    1.791937] usb 1-5: SerialNumber: 20100201396000000
[    1.819196] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    1.914903] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[    1.924227] systemd[1]: Queued start job for default target Graphical Interface.
[    1.930111] systemd[1]: Created slice system-getty.slice.
[    1.930461] systemd[1]: Created slice system-modprobe.slice.
[    1.930747] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.931052] systemd[1]: Created slice User and Session Slice.
[    1.931156] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.931243] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.931411] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.931495] systemd[1]: Reached target Local Encrypted Volumes.
[    1.931550] systemd[1]: Reached target Login Prompts.
[    1.931617] systemd[1]: Reached target Paths.
[    1.931661] systemd[1]: Reached target Remote File Systems.
[    1.931705] systemd[1]: Reached target Slices.
[    1.931842] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.932159] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.933196] systemd[1]: Listening on Process Core Dump Socket.
[    1.933374] systemd[1]: Listening on Journal Audit Socket.
[    1.933496] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.933625] systemd[1]: Listening on Journal Socket.
[    1.933773] systemd[1]: Listening on udev Control Socket.
[    1.933882] systemd[1]: Listening on udev Kernel Socket.
[    1.934628] systemd[1]: Mounting Huge Pages File System...
[    1.935413] systemd[1]: Mounting POSIX Message Queue File System...
[    1.936255] systemd[1]: Mounting Kernel Debug File System...
[    1.937381] systemd[1]: Mounting Kernel Trace File System...
[    1.938512] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    1.939515] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.940664] systemd[1]: Starting Load Kernel Module configfs...
[    1.941806] systemd[1]: Starting Load Kernel Module drm...
[    1.942892] systemd[1]: Starting Load Kernel Module fuse...
[    1.943208] random: lvm: uninitialized urandom read (4 bytes read)
[    1.943835] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    1.943896] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    1.945695] systemd[1]: Starting Journal Service...
[    1.948893] Linux agpgart interface v0.103
[    1.950684] systemd[1]: Starting Load Kernel Modules...
[    1.951774] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.966218] fuse: init (API version 7.33)
[    1.966256] EXT4-fs (sda5): re-mounted. Opts: (null). Quota mode: none.
[    1.971603] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    1.972675] systemd[1]: Starting Coldplug All udev Devices...
[    1.974708] systemd[1]: Mounted Huge Pages File System.
[    1.974926] systemd[1]: Mounted POSIX Message Queue File System.
[    1.975100] systemd[1]: Mounted Kernel Debug File System.
[    1.975261] systemd[1]: Mounted Kernel Trace File System.
[    1.975867] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    1.976259] systemd[1]: modprobe@configfs.service: Succeeded.
[    1.976681] systemd[1]: Finished Load Kernel Module configfs.
[    1.977327] systemd[1]: Finished Remount Root and Kernel File Systems.
[    1.978530] systemd[1]: Mounting Kernel Configuration File System...
[    1.978705] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    1.986368] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    1.987426] systemd[1]: Starting Load/Save Random Seed...
[    1.987572] systemd[1]: Condition check resulted in Create System Users being skipped.
[    1.988555] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.989787] systemd[1]: modprobe@fuse.service: Succeeded.
[    1.990248] systemd[1]: Finished Load Kernel Module fuse.
[    1.990546] systemd[1]: Mounted Kernel Configuration File System.
[    1.992062] systemd[1]: Mounting FUSE Control File System...
[    1.995697] systemd[1]: Mounted FUSE Control File System.
[    2.001555] systemd[1]: modprobe@drm.service: Succeeded.
[    2.002058] systemd[1]: Finished Load Kernel Module drm.
[    2.002199] audit: type=1130 audit(1615116735.143:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.002204] audit: type=1131 audit(1615116735.143:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.002715] vboxdrv: loading out-of-tree module taints kernel.
[    2.002939] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[    2.008792] vboxdrv: Found 4 processor cores
[    2.020665] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.020798] audit: type=1130 audit(1615116735.159:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.021832] audit: type=1334 audit(1615116735.163:5): prog-id=13 op=LOAD
[    2.021883] audit: type=1334 audit(1615116735.163:6): prog-id=14 op=LOAD
[    2.022380] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    2.033471] systemd[1]: Started Journal Service.
[    2.034884] audit: type=1130 audit(1615116735.173:7): 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.038502] vboxdrv: TSC mode is Invariant, tentative frequency 2711997732 Hz
[    2.038505] vboxdrv: Successfully loaded version 6.1.18 (interface 0x00300000)
[    2.049785] systemd-journald[202]: Received client request to flush runtime journal.
[    2.050779] VBoxNetAdp: Successfully started.
[    2.056414] usb 1-7: New USB device found, idVendor=0cf3, idProduct=e500, bcdDevice= 0.01
[    2.056421] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.057337] VBoxNetFlt: Successfully started.
[    2.059301] audit: type=1130 audit(1615116735.199:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.070149] audit: type=1130 audit(1615116735.209:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.132784] audit: type=1130 audit(1615116735.273:10): 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.239784] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    2.239790] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    2.239793] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    2.239795] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[    2.280110] tpm_crb MSFT0101:00: [Firmware Bug]: Bad ACPI memory layout
[    2.318335] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5
[    2.354713] random: mktemp: uninitialized urandom read (6 bytes read)
[    2.411676] Adding 12025852k swap on /dev/sda7.  Priority:-2 extents:1 across:12025852k SSFS
[    2.453341] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    2.456674] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.500355] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.500755] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.501208] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    2.501256] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.503089] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    2.514888] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.515505] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.515510] cfg80211: failed to load regulatory.db
[    2.518625] libphy: r8169: probed
[    2.518805] r8169 0000:01:00.0 eth0: RTL8168gu/8111gu, 54:e1:ad:03:36:ce, XID 509, IRQ 128
[    2.518810] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.561134] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    2.609243] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    2.609247] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.609249] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.609250] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.609252] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.609253] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    2.665042] cryptd: max_cpu_qlen set to 1000
[    2.716855] r8169 0000:01:00.0 enp1s0: renamed from eth0
[    2.756865] iTCO_vendor_support: vendor-support=0
[    2.765235] AVX2 version of gcm_enc/dec engaged.
[    2.765238] AES CTR mode by8 optimization enabled
[    2.829266] urandom_read: 3 callbacks suppressed
[    2.829269] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    2.854732] random: NetworkManager: uninitialized urandom read (48 bytes read)
[    2.911508] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    2.911994] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.927385] Bluetooth: Core ver 2.22
[    2.927426] NET: Registered protocol family 31
[    2.927428] Bluetooth: HCI device and connection manager initialized
[    2.927432] Bluetooth: HCI socket layer initialized
[    2.927434] Bluetooth: L2CAP socket layer initialized
[    2.927438] Bluetooth: SCO socket layer initialized
[    2.997684] random: python3: uninitialized urandom read (24 bytes read)
[    3.027117] usbcore: registered new interface driver btusb
[    3.151589] Generic FE-GE Realtek PHY r8169-100:00: attached PHY driver (mii_bus:phy_addr=r8169-100:00, irq=IGNORE)
[    3.238472] snd_hda_intel 0000:03:00.1: Disabling MSI
[    3.238483] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[    3.241623] snd_hda_intel 0000:03:00.1: no codecs found!
[    3.284911] random: crng init done
[    3.284914] random: 1 urandom warning(s) missed due to ratelimiting
[    3.335038] r8169 0000:01:00.0 enp1s0: Link is Down
[    3.362532] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    3.419564] checking generic (b0000000 7e9000) vs hw (a2000000 1000000)
[    3.419570] checking generic (b0000000 7e9000) vs hw (b0000000 10000000)
[    3.419573] fb0: switching to inteldrmfb from EFI VGA
[    3.420874] Console: switching 
[    3.420875] intel_rapl_common: Found RAPL domain package
[    3.420877] to colour dummy device 80x25
[    3.420878] intel_rapl_common: Found RAPL domain core
[    3.420880] intel_rapl_common: Found RAPL domain uncore
[    3.420888] intel_rapl_common: Found RAPL domain dram
[    3.420890] intel_rapl_common: Found RAPL domain psys
[    3.420944] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.425407] psmouse serio1: synaptics: queried max coordinates: x [..5670], y [..4794]
[    3.433326] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.434053] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    3.434376] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    3.471136] psmouse serio1: synaptics: queried min coordinates: x [1314..], y [1098..]
[    3.506018] mc: Linux media interface: v0.10
[    3.560817] usbcore: registered new interface driver rtsx_usb
[    3.563328] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xf00323/0x840300/0x2a800/0x0, board id: 2848, fw id: 1960267
[    3.567284] videodev: Linux video capture interface: v2.00
[    3.617274] uvcvideo: Found UVC 1.00 device EasyCamera (5986:06b1)
[    3.618330] ath10k_pci 0000:02:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 17aa:0901
[    3.618336] ath10k_pci 0000:02:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[    3.618918] ath10k_pci 0000:02:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
[    3.621852] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[    3.626707] input: EasyCamera:  EasyCamera as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input8
[    3.626965] mousedev: PS/2 mouse device common for all mice
[    3.628534] usbcore: registered new interface driver uvcvideo
[    3.628538] USB Video Class driver (1.1.1)
[    3.689728] ath10k_pci 0000:02:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[    3.784264] ath10k_pci 0000:02:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    3.866779] ath: EEPROM regdomain: 0x6c
[    3.866783] ath: EEPROM indicates we should expect a direct regpair map
[    3.866784] ath: Country alpha2 being used: 00
[    3.866785] ath: Regpair used: 0x6c
[    3.870263] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[    4.749463] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    4.752373] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.752617] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[    4.752806] [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
[    4.752826] ACPI: Video Device [PXSX] (multi-head: yes  rom: yes  post: no)
[    4.752867] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/LNXVIDEO:01/input/input10
[    4.753016] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.763585] fbcon: i915drmfb (fb0) is primary device
[    4.765420] Console: switching to colour frame buffer device 240x67
[    4.787613] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.845525] snd_hda_codec_conexant hdaudioC0D0: CX20751/2: BIOS auto-probing.
[    4.846462] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[    4.846469] snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    4.846473] snd_hda_codec_conexant hdaudioC0D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[    4.846475] snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
[    4.846477] snd_hda_codec_conexant hdaudioC0D0:    inputs:
[    4.846479] snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x1a
[    4.846481] snd_hda_codec_conexant hdaudioC0D0:      Mic=0x19
[    4.872332] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    4.872391] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    4.872446] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    4.872497] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    4.872548] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    4.872599] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    4.872648] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    6.035194] kauditd_printk_skb: 26 callbacks suppressed
[    6.035198] audit: type=1100 audit(1615116739.176:37): pid=774 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.035233] audit: type=1101 audit(1615116739.176:38): pid=774 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.036080] audit: type=1103 audit(1615116739.176:39): pid=774 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.052282] audit: type=1130 audit(1615116739.193:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.063724] audit: type=1101 audit(1615116739.203:41): pid=781 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.063939] audit: type=1103 audit(1615116739.203:42): pid=781 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    6.063944] audit: type=1006 audit(1615116739.203:43): pid=781 uid=0 old-auid=4294967295 auid=975 tty=(none) old-ses=4294967295 ses=1 res=1
[    6.063947] audit: type=1300 audit(1615116739.203:43): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7fff576eb670 a2=3 a3=3cf items=0 ppid=1 pid=781 auid=975 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[    6.063950] audit: type=1327 audit(1615116739.203:43): proctitle="(systemd)"
[    6.066095] audit: type=1105 audit(1615116739.206:44): pid=781 uid=0 auid=975 ses=1 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="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.010620] kauditd_printk_skb: 12 callbacks suppressed
[   13.010623] audit: type=1131 audit(1615116746.153:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.165695] audit: type=1130 audit(1615116758.306:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   25.165917] audit: type=1131 audit(1615116758.306:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   30.729283] audit: type=1100 audit(1615116763.869:58): pid=4683 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="krillxox" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   30.731946] audit: type=1101 audit(1615116763.873:59): pid=4683 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="krillxox" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   30.732254] audit: type=1103 audit(1615116763.873:60): pid=4683 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="krillxox" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   30.732446] audit: type=1006 audit(1615116763.873:61): pid=4683 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   30.732451] audit: type=1300 audit(1615116763.873:61): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffc82b7b130 a2=4 a3=3e8 items=0 ppid=593 pid=4683 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
[   30.732455] audit: type=1327 audit(1615116763.873:61): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746839663434626139662D363534302D343935662D613733352D303766366632613661393737002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
[   30.745806] audit: type=1130 audit(1615116763.886:62): 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'
[   30.753190] audit: type=1101 audit(1615116763.893:63): pid=4685 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="krillxox" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   30.753235] audit: type=1103 audit(1615116763.893:64): pid=4685 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="krillxox" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   30.753299] audit: type=1006 audit(1615116763.893:65): pid=4685 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   37.076423] nvidia: module license 'NVIDIA' taints kernel.
[   37.076427] Disabling lock debugging due to kernel taint
[   37.105215] nvidia-nvlink: Nvlink Core is being initialized, major device number 234

[   37.105741] nvidia 0000:03:00.0: enabling device (0006 -> 0007)
[   37.222154] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  460.56  Tue Feb 23 23:31:36 UTC 2021
[   37.258844] ACPI Warning: \_SB.PCI0.RP09.PXSX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20201113/nsarguments-61)
[   37.685314] kauditd_printk_skb: 15 callbacks suppressed
[   37.685317] audit: type=1334 audit(1615116770.826:77): prog-id=23 op=LOAD
[   37.686784] audit: type=1334 audit(1615116770.826:78): prog-id=24 op=LOAD
[   37.711460] audit: type=1111 audit(1615116770.849:79): pid=301 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=5026 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[   37.715386] audit: type=1111 audit(1615116770.856:80): pid=301 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=5026 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[   37.764979] audit: type=1130 audit(1615116770.903:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   37.818621] audit: type=1111 audit(1615116770.959:82): pid=301 uid=0 auid=4294967295 ses=4294967295 msg='op=statistics arg="refresh-rate-ms" pid=5026 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
[   39.753704] wlp2s0: authenticate with 78:17:35:c0:29:bd
[   39.785145] wlp2s0: send auth to 78:17:35:c0:29:bd (try 1/3)
[   39.785879] wlp2s0: authenticated
[   39.795780] wlp2s0: associate with 78:17:35:c0:29:bd (try 1/3)
[   39.797623] wlp2s0: RX AssocResp from 78:17:35:c0:29:bd (capab=0x111 status=0 aid=3)
[   39.801530] wlp2s0: associated
[   39.898179] wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 78:17:35:c0:29:bd
[   40.009814] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[   40.143766] audit: type=1130 audit(1615116773.283:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   40.988991] audit: type=1131 audit(1615116774.126:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   40.996965] audit: type=1131 audit(1615116774.136:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   50.007759] audit: type=1131 audit(1615116783.146:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   53.328686] usb 1-2: new low-speed USB device number 5 using xhci_hcd
[   53.472812] usb 1-2: New USB device found, idVendor=0000, idProduct=3825, bcdDevice= 1.00
[   53.472831] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   53.472838] usb 1-2: Product:  USB OPTICAL MOUSE
[   53.541399] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0000:3825.0001/input/input18
[   53.541489] hid-generic 0003:0000:3825.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:14.0-2/input0
[   53.541527] usbcore: registered new interface driver usbhid
[   53.541528] usbhid: USB HID core driver
[   67.814389] audit: type=1131 audit(1615116800.953:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   67.905892] audit: type=1334 audit(1615116801.046:88): prog-id=24 op=UNLOAD
[   67.905899] audit: type=1334 audit(1615116801.046:89): prog-id=23 op=UNLOAD
[   76.140537] usb 1-2: USB disconnect, device number 5
[   76.464907] usb 1-2: new low-speed USB device number 6 using xhci_hcd
[   76.611383] usb 1-2: New USB device found, idVendor=0000, idProduct=3825, bcdDevice= 1.00
[   76.611390] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   76.611393] usb 1-2: Product:  USB OPTICAL MOUSE
[   76.613951] input:  USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:0000:3825.0002/input/input19
[   76.614272] hid-generic 0003:0000:3825.0002: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:14.0-2/input0
[   82.924890] usb 1-3: new low-speed USB device number 7 using xhci_hcd
[   83.075884] usb 1-3: New USB device found, idVendor=04ca, idProduct=009c, bcdDevice= 2.65
[   83.075890] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   83.075893] usb 1-3: Product: USB Keyboard
[   83.075895] usb 1-3: Manufacturer: Lite-On Technology Corp
[   83.082123] input: Lite-On Technology Corp USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:04CA:009C.0003/input/input20
[   83.138699] hid-generic 0003:04CA:009C.0003: input,hidraw1: USB HID v1.10 Keyboard [Lite-On Technology Corp USB Keyboard] on usb-0000:00:14.0-3/input0
[   83.141703] input: Lite-On Technology Corp USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:04CA:009C.0004/input/input21
[   83.198354] input: Lite-On Technology Corp USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:04CA:009C.0004/input/input22
[   83.198594] hid-generic 0003:04CA:009C.0004: input,hidraw2: USB HID v1.10 Device [Lite-On Technology Corp USB Keyboard] on usb-0000:00:14.0-3/input1
[  938.634765] audit: type=1130 audit(1615117672.209:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  938.634773] audit: type=1131 audit(1615117672.209:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1892.418317] wlp2s0: disconnect from AP 78:17:35:c0:29:bd for new auth to 78:17:35:c0:29:b9
[ 1892.425440] wlp2s0: authenticate with 78:17:35:c0:29:b9
[ 1892.454346] wlp2s0: send auth to 78:17:35:c0:29:b9 (try 1/3)
[ 1892.458429] wlp2s0: authenticated
[ 1892.460535] wlp2s0: associate with 78:17:35:c0:29:b9 (try 1/3)
[ 1892.464734] wlp2s0: RX ReassocResp from 78:17:35:c0:29:b9 (capab=0x411 status=0 aid=1)
[ 1892.467301] wlp2s0: associated
[ 1894.654662] audit: type=1130 audit(1615118628.231:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1905.025892] audit: type=1131 audit(1615118638.601:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1931.123485] wlp2s0: disconnect from AP 78:17:35:c0:29:b9 for new auth to 78:17:35:c0:29:bd
[ 1931.130768] wlp2s0: authenticate with 78:17:35:c0:29:bd
[ 1931.162835] wlp2s0: send auth to 78:17:35:c0:29:bd (try 1/3)
[ 1931.168349] wlp2s0: authenticated
[ 1931.170804] wlp2s0: associate with 78:17:35:c0:29:bd (try 1/3)
[ 1931.172093] wlp2s0: RX ReassocResp from 78:17:35:c0:29:bd (capab=0x111 status=0 aid=3)
[ 1931.174680] wlp2s0: associated
[ 1931.218166] wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 78:17:35:c0:29:bd
[ 1933.343819] audit: type=1130 audit(1615118666.917:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1944.033066] audit: type=1131 audit(1615118677.607:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2154.857379] audit: type=1100 audit(1615118888.425:96): pid=16892 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="krillxox" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2154.860590] audit: type=1101 audit(1615118888.429:97): pid=16892 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="krillxox" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2154.862339] audit: type=1110 audit(1615118888.432:98): pid=16892 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2154.868853] audit: type=1105 audit(1615118888.439:99): pid=16892 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 2181.828404] usb 1-2: USB disconnect, device number 6
[ 2188.166255] usb 1-2: new high-speed USB device number 8 using xhci_hcd
[ 2188.307250] usb 1-2: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.26
[ 2188.307265] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2188.307271] usb 1-2: Product: Cruzer Blade
[ 2188.307277] usb 1-2: Manufacturer: SanDisk
[ 2188.307281] usb 1-2: SerialNumber: 4C531001540711106395
[ 2188.406247] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 2188.406362] scsi host2: usb-storage 1-2:1.0
[ 2188.406455] usbcore: registered new interface driver usb-storage
[ 2188.409783] usbcore: registered new interface driver uas
[ 2189.424388] scsi 2:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.26 PQ: 0 ANSI: 6
[ 2189.428762] sd 2:0:0:0: [sdb] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
[ 2189.429417] sd 2:0:0:0: [sdb] Write Protect is off
[ 2189.429428] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 2189.431711] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2189.462997]  sdb: sdb1
[ 2189.467735] sd 2:0:0:0: [sdb] Attached SCSI removable disk

P.S> On next boot I noticed same behaviour, since that port is working??

Offline

#10 2021-03-07 13:06:07

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,552

Re: [Hardware]Weird usb port behaviour

On next boot I noticed same behaviour, since that port is working??

Does that suggest the issue is no longer reproducible?
Does it maybe only manifest w/ a S3 cycle when the pendrive is attached?

[   76.464907] usb 1-2: new low-speed USB device number 6 using xhci_hcd
[   76.611383] usb 1-2: New USB device found, idVendor=0000, idProduct=3825, bcdDevice= 1.00
[   76.611390] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   76.611393] usb 1-2: Product:  USB OPTICAL MOUSE
…
[ 2181.828404] usb 1-2: USB disconnect, device number 6
[ 2188.166255] usb 1-2: new high-speed USB device number 8 using xhci_hcd
[ 2188.307250] usb 1-2: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.26
[ 2188.307265] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2188.307271] usb 1-2: Product: Cruzer Blade
[ 2188.307277] usb 1-2: Manufacturer: SanDisk
[ 2188.307281] usb 1-2: SerialNumber: 4C531001540711106395
[ 2188.406247] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 2188.406362] scsi host2: usb-storage 1-2:1.0
[ 2188.406455] usbcore: registered new interface driver usb-storage
[ 2188.409783] usbcore: registered new interface driver uas
[ 2189.424388] scsi 2:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.26 PQ: 0 ANSI: 6
[ 2189.428762] sd 2:0:0:0: [sdb] 15633408 512-byte logical blocks: (8.00 GB/7.45 GiB)
[ 2189.429417] sd 2:0:0:0: [sdb] Write Protect is off
[ 2189.429428] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 2189.431711] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 2189.462997]  sdb: sdb1
[ 2189.467735] sd 2:0:0:0: [sdb] Attached SCSI removable disk

Unknown optical mouse connected (do yo uhave another?) and after some wlan activity, the mouse is removed and I assume the SanDisk  Cruzer Blade is the pendrive in question?
There're no errors or issues recorded with it , but did you actually unplug the mouse?
Do you experience the same issues w/ a different random pendrive?

Offline

#11 2021-03-10 07:14:51

avneesh
Member
Registered: 2017-07-19
Posts: 62

Re: [Hardware]Weird usb port behaviour

Does that suggest the issue is no longer reproducible?

No, it's no longer reproducible. I even tried to boot laptop after keeping it shutdown for a day somehow it's working. Even error -71 is gone from dmesg... and wired mouse and keyboard are working.

do yo uhave another?

No, I was checking out that mouse by plugging in after boot to check whether it was working(strangely it started working w/o even before plugging and removing pd from that port).

Do you experience the same issues w/ a different random pendrive?

No, I was just experiencing w/ wired keyboard and mouse only tbh even I didn't got it why(how?) it suddenly started working.
Maybe I should keep this thread solved until I encounter again?

Offline

#12 2021-03-10 07:54:49

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,552

Re: [Hardware]Weird usb port behaviour

Some electric issue w/ the pendrive contacts, maybe…
It's not necessarily "solved" (since we didn't really solve anything nor are sure that it actually is), but "[hardware?]"?

Offline

Board footer

Powered by FluxBB