You are not logged in.

#1 2020-04-14 11:30:33

paadpi
Member
Registered: 2020-04-14
Posts: 7

SD card reader RTS5229 / rtsx_pci -- does not recognize SD cards

Hi,

The issue I'm struggling with is no operation of my SD card reader under

$ uname -r
5.6.7-arch1-1
pacman -Qe linux
linux 5.6.7.arch1-1
$ lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda           8:0    0 931.5G  0 disk
└─sda1        8:1    0 931.5G  0 part
  └─sata    254:1    0 931.5G  0 crypt /mnt/sata
nvme0n1     259:0    0 223.6G  0 disk
├─nvme0n1p1 259:1    0   512M  0 part  /boot
└─nvme0n1p2 259:2    0 223.1G  0 part
  └─nvme    254:0    0 223.1G  0 crypt /mnt/nvme

There should be 'mmcblk0' device.

It worked perfectly under 5.4.23.1-lts, when I set up the box. Downgrading the kernel and linux-firmware to initial state did not help. Furthermore, the SD card reader works fine under my old archiso, which contains kernel 4.14.9-1.

I suspect that during one of updates some of 'rtsx_pci' module load configuration changed, but I have no idea where to find or how to fix it. Maybe someone can share a tip?

$ lspci -k # fragment
3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
        Subsystem: Intel Corporation RTS5229 PCI Express Card Reader
        Kernel driver in use: rtsx_pci
        Kernel modules: rtsx_pci
$ dmesg | grep -i 3b:00
[    0.369292] pci 0000:3b:00.0: [10ec:5229] type 00 class 0xff0000
[    0.369318] pci 0000:3b:00.0: reg 0x10: [mem 0xde200000-0xde200fff]
[    0.369453] pci 0000:3b:00.0: supports D1 D2
[    0.369454] pci 0000:3b:00.0: PME# supported from D1 D2 D3hot
$ dmesg |grep -i mmc
[    0.286351] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.286351] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820

Last edited by paadpi (2020-04-27 16:06:40)

Offline

#2 2020-04-23 07:18:18

paadpi
Member
Registered: 2020-04-14
Posts: 7

Re: SD card reader RTS5229 / rtsx_pci -- does not recognize SD cards

I found a bug report related to the topic https://lists.debian.org/debian-kernel/ … 00026.html
Can any one guide me how to enable following config options?

CONFIG_MFD_RTSX_PCI=m
CONFIG_MMC_REALTEK_PCI=m
CONFIG_MEMSTICK_REALTEK_PCI=m

Offline

#3 2020-04-23 10:56:03

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: SD card reader RTS5229 / rtsx_pci -- does not recognize SD cards

paadpi wrote:

I found a bug report related to the topic https://lists.debian.org/debian-kernel/ … 00026.html
Can any one guide me how to enable following config options?

CONFIG_MFD_RTSX_PCI=m
CONFIG_MMC_REALTEK_PCI=m
CONFIG_MEMSTICK_REALTEK_PCI=m

The bug report you linked to is for a very old kernel.
The first option is not available in linux 5.6.6-arch1-1 and the second two options are already set that way - i.e...

zgrep CONFIG_MEMSTICK_REALTEK_PCI /proc/config.gz
CONFIG_MEMSTICK_REALTEK_PCI=m

Edit: let's start off with you posting...

cat /etc/os-release

and if you are indeed using Arch proper,

pacman -Q | grep linux

and BTW - using an SD card in my laptop slot works perfectly on linux 5.6.6-arch1-1, with mmcblk0 info being shown in lsblk and the SD card automatically mounting.

Last edited by paulkerry (2020-04-23 11:03:54)

Offline

#4 2020-04-27 15:59:24

paadpi
Member
Registered: 2020-04-14
Posts: 7

Re: SD card reader RTS5229 / rtsx_pci -- does not recognize SD cards

paulkerry wrote:

and BTW - using an SD card in my laptop slot works perfectly on linux 5.6.6-arch1-1, with mmcblk0 info being shown in lsblk and the SD card automatically mounting.

Have you got a RTS5229 card reader or different one?

Last edited by paadpi (2020-04-27 15:59:37)

Offline

#5 2020-04-28 19:26:39

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: SD card reader RTS5229 / rtsx_pci -- does not recognize SD cards

Mine is a RTS5227

As mentioned earlier, please post the following...

cat /etc/os-release

and a full unedited...

dmesg

instead of those snippets you posted earlier.

Are any additional dmesg lines appended when you plug in the SD card and have you tried a different SD card?

Offline

#6 2020-04-29 06:50:52

paadpi
Member
Registered: 2020-04-14
Posts: 7

Re: SD card reader RTS5229 / rtsx_pci -- does not recognize SD cards

paulkerry wrote:

Mine is a RTS5227

As mentioned earlier, please post the following...

cat /etc/os-release

and a full unedited...

dmesg

instead of those snippets you posted earlier.

Are any additional dmesg lines appended when you plug in the SD card and have you tried a different SD card?

Tanks for attention smile

$ cat /etc/os-release
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="0;36"
HOME_URL="https://www.archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
LOGO=archlinux

Full dmesg -- inserting different sd cards don't add anything to the log.

$ dmesg
[    0.000000] microcode: microcode updated early to revision 0xca, date = 2019-09-26
[    0.000000] Linux version 5.6.7-arch1-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Thu, 23 Apr 2020 09:13:56 +0000
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID="57c8ce0e-51d3-4452-a9fa-1f9291308c69":nvme rootflags=subvol=root root=UUID="1bfde928-6cf4-47d9-afc5-ea84853e30db"
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-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-0x0000000030b05fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000030b06000-0x0000000030b06fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000030b07000-0x0000000030b07fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000030b08000-0x000000003a10dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003a10e000-0x000000003a5a2fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003a5a3000-0x000000003a5e8fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003a5e9000-0x000000003aa05fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003aa06000-0x000000003affdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003affe000-0x000000003affefff] usable
[    0.000000] BIOS-e820: [mem 0x000000003afff000-0x000000003fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004beffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x2b426018-0x2b436e57] usable ==> usable
[    0.000000] e820: update [mem 0x2b426018-0x2b436e57] 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-0x000000002b426017] usable
[    0.000000] reserve setup_data: [mem 0x000000002b426018-0x000000002b436e57] usable
[    0.000000] reserve setup_data: [mem 0x000000002b436e58-0x0000000030b05fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000030b06000-0x0000000030b06fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000030b07000-0x0000000030b07fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000030b08000-0x000000003a10dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000003a10e000-0x000000003a5a2fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000003a5a3000-0x000000003a5e8fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000003a5e9000-0x000000003aa05fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000003aa06000-0x000000003affdfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000003affe000-0x000000003affefff] usable
[    0.000000] reserve setup_data: [mem 0x000000003afff000-0x000000003fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004beffffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi:  TPMFinalLog=0x3a9d5000  ACPI 2.0=0x3a5b1000  ACPI=0x3a5b1000  SMBIOS=0x3ae08000  SMBIOS 3.0=0x3ae07000  MEMATTR=0x388c7018  ESRT=0x3ae04e98  RNG=0x3ae35618  TPMEventLog=0x30c0d018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: Intel(R) Client Systems NUC7i7BNH/NUC7i7BNB, BIOS BNKBL357.86A.0080.2019.0725.1139 07/25/2019
[    0.000000] tsc: Detected 3500.000 MHz processor
[    0.001147] tsc: Detected 3499.912 MHz TSC
[    0.001147] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001148] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001153] last_pfn = 0x4bf000 max_arch_pfn = 0x400000000
[    0.001158] MTRR default type: write-back
[    0.001158] MTRR fixed ranges enabled:
[    0.001159]   00000-9FFFF write-back
[    0.001160]   A0000-BFFFF uncachable
[    0.001161]   C0000-FFFFF write-protect
[    0.001161] MTRR variable ranges enabled:
[    0.001162]   0 base 0080000000 mask 7F80000000 uncachable
[    0.001163]   1 base 0040000000 mask 7FC0000000 uncachable
[    0.001163]   2 base 003C000000 mask 7FFC000000 uncachable
[    0.001164]   3 base 003B800000 mask 7FFF800000 uncachable
[    0.001164]   4 disabled
[    0.001165]   5 disabled
[    0.001165]   6 disabled
[    0.001165]   7 disabled
[    0.001166]   8 disabled
[    0.001166]   9 disabled
[    0.001643] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001861] last_pfn = 0x3afff max_arch_pfn = 0x400000000
[    0.008076] esrt: Reserving ESRT space from 0x000000003ae04e98 to 0x000000003ae04ed0.
[    0.008087] check: Scanning 1 areas for low memory corruption
[    0.008105] Using GB pages for direct mapping
[    0.008107] BRK [0x4b6c01000, 0x4b6c01fff] PGTABLE
[    0.008108] BRK [0x4b6c02000, 0x4b6c02fff] PGTABLE
[    0.008109] BRK [0x4b6c03000, 0x4b6c03fff] PGTABLE
[    0.008139] BRK [0x4b6c04000, 0x4b6c04fff] PGTABLE
[    0.008140] BRK [0x4b6c05000, 0x4b6c05fff] PGTABLE
[    0.008263] BRK [0x4b6c06000, 0x4b6c06fff] PGTABLE
[    0.008329] BRK [0x4b6c07000, 0x4b6c07fff] PGTABLE
[    0.008363] BRK [0x4b6c08000, 0x4b6c08fff] PGTABLE
[    0.008397] Secure boot disabled
[    0.008398] RAMDISK: [mem 0x2b437000-0x2c3eafff]
[    0.008404] ACPI: Early table checksum verification disabled
[    0.008406] ACPI: RSDP 0x000000003A5B1000 000024 (v02 INTEL )
[    0.008409] ACPI: XSDT 0x000000003A5B10B8 0000F4 (v01 INTEL  NUC7i7BN 00000050 AMI  00010013)
[    0.008413] ACPI: FACP 0x000000003A5DDD60 000114 (v06 INTEL  NUC7i7BN 00000050 AMI  00010013)
[    0.008417] ACPI: DSDT 0x000000003A5B1240 02CB1C (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008419] ACPI: FACS 0x000000003AA05F80 000040
[    0.008421] ACPI: APIC 0x000000003A5DDE78 000084 (v03 INTEL  NUC7i7BN 00000050 AMI  00010013)
[    0.008423] ACPI: FPDT 0x000000003A5DDF00 000044 (v01 INTEL  NUC7i7BN 00000050 AMI  00010013)
[    0.008425] ACPI: FIDT 0x000000003A5DDF48 00009C (v01 INTEL  NUC7i7BN 00000050 AMI  00010013)
[    0.008427] ACPI: MCFG 0x000000003A5DDFE8 00003C (v01 INTEL  NUC7i7BN 00000050 MSFT 00000097)
[    0.008429] ACPI: SSDT 0x000000003A5DE028 000359 (v01 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008432] ACPI: SSDT 0x000000003A5DE388 003163 (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008434] ACPI: HPET 0x000000003A5E14F0 000038 (v01 INTEL  NUC7i7BN 00000050 MSFT 0000005F)
[    0.008436] ACPI: SSDT 0x000000003A5E1528 0009E3 (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008438] ACPI: UEFI 0x000000003A5E1F10 000048 (v01 INTEL  NUC7i7BN 00000050      01000013)
[    0.008440] ACPI: SSDT 0x000000003A5E1F58 000A5D (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008442] ACPI: SSDT 0x000000003A5E29B8 0017AE (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008444] ACPI: LPIT 0x000000003A5E4168 000094 (v01 INTEL  NUC7i7BN 00000050 MSFT 0000005F)
[    0.008445] ACPI: SSDT 0x000000003A5E4200 000141 (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008447] ACPI: SSDT 0x000000003A5E4348 00029F (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008449] ACPI: SSDT 0x000000003A5E45E8 003002 (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008451] ACPI: SSDT 0x000000003A5E75F0 0000DB (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008453] ACPI: SSDT 0x000000003A5E76D0 0002E9 (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008455] ACPI: DBGP 0x000000003A5E79C0 000034 (v01 INTEL  NUC7i7BN 00000050 MSFT 0000005F)
[    0.008457] ACPI: DBG2 0x000000003A5E79F8 000054 (v00 INTEL  NUC7i7BN 00000050 MSFT 0000005F)
[    0.008459] ACPI: SSDT 0x000000003A5E7A50 0012E5 (v02 INTEL  NUC7i7BN 00000050 INTL 20160422)
[    0.008461] ACPI: DMAR 0x000000003A5E8D38 0000A8 (v01 INTEL  NUC7i7BN 00000050 INTL 00000001)
[    0.008463] ACPI: NHLT 0x000000003A5E8DE0 00002D (v00 INTEL  NUC7i7BN 00000050      01000013)
[    0.008465] ACPI: BGRT 0x000000003A5E8E10 000038 (v01 INTEL  NUC7i7BN 00000050 AMI  00010013)
[    0.008467] ACPI: TPM2 0x000000003A5E8E48 000034 (v04 INTEL  NUC7i7BN 00000050 AMI  00000000)
[    0.008469] ACPI: WSMT 0x000000003A5E8E80 000028 (v01 INTEL  NUC7i7BN 00000050 AMI  00010013)
[    0.008475] ACPI: Local APIC address 0xfee00000
[    0.008616] No NUMA configuration found
[    0.008617] Faking a node at [mem 0x0000000000000000-0x00000004beffffff]
[    0.008619] NODE_DATA(0) allocated [mem 0x4beffc000-0x4beffffff]
[    0.008642] Zone ranges:
[    0.008642]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008643]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008644]   Normal   [mem 0x0000000100000000-0x00000004beffffff]
[    0.008645]   Device   empty
[    0.008646] Movable zone start for each node
[    0.008646] Early memory node ranges
[    0.008647]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.008647]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.008648]   node   0: [mem 0x0000000000100000-0x0000000030b05fff]
[    0.008648]   node   0: [mem 0x0000000030b08000-0x000000003a10dfff]
[    0.008649]   node   0: [mem 0x000000003affe000-0x000000003affefff]
[    0.008649]   node   0: [mem 0x0000000100000000-0x00000004beffffff]
[    0.008854] Zeroed struct page in unavailable ranges: 28503 pages
[    0.008854] Initmem setup node 0 [mem 0x0000000000001000-0x00000004beffffff]
[    0.008855] On node 0 totalpages: 4165801
[    0.008856]   DMA zone: 64 pages used for memmap
[    0.008856]   DMA zone: 21 pages reserved
[    0.008857]   DMA zone: 3996 pages, LIFO batch:0
[    0.008897]   DMA32 zone: 3653 pages used for memmap
[    0.008898]   DMA32 zone: 233741 pages, LIFO batch:63
[    0.012701]   Normal zone: 61376 pages used for memmap
[    0.012701]   Normal zone: 3928064 pages, LIFO batch:63
[    0.070661] Reserving Intel graphics memory at [mem 0x3c000000-0x3fffffff]
[    0.070824] ACPI: PM-Timer IO Port: 0x1808
[    0.070825] ACPI: Local APIC address 0xfee00000
[    0.070830] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.070831] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.070831] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.070831] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.070857] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.070859] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.070860] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.070861] ACPI: IRQ0 used by override.
[    0.070862] ACPI: IRQ9 used by override.
[    0.070863] Using ACPI (MADT) for SMP configuration information
[    0.070864] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.070869] e820: update [mem 0x36bfc000-0x36c5dfff] usable ==> reserved
[    0.070876] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.070895] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.070897] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.070898] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.070899] PM: hibernation: Registered nosave memory: [mem 0x2b426000-0x2b426fff]
[    0.070900] PM: hibernation: Registered nosave memory: [mem 0x2b436000-0x2b436fff]
[    0.070901] PM: hibernation: Registered nosave memory: [mem 0x30b06000-0x30b06fff]
[    0.070901] PM: hibernation: Registered nosave memory: [mem 0x30b07000-0x30b07fff]
[    0.070902] PM: hibernation: Registered nosave memory: [mem 0x36bfc000-0x36c5dfff]
[    0.070904] PM: hibernation: Registered nosave memory: [mem 0x3a10e000-0x3a5a2fff]
[    0.070904] PM: hibernation: Registered nosave memory: [mem 0x3a5a3000-0x3a5e8fff]
[    0.070904] PM: hibernation: Registered nosave memory: [mem 0x3a5e9000-0x3aa05fff]
[    0.070905] PM: hibernation: Registered nosave memory: [mem 0x3aa06000-0x3affdfff]
[    0.070906] PM: hibernation: Registered nosave memory: [mem 0x3afff000-0x3fffffff]
[    0.070906] PM: hibernation: Registered nosave memory: [mem 0x40000000-0xdfffffff]
[    0.070907] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.070907] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.070907] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.070908] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.070908] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.070909] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.070909] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.070909] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
[    0.070910] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.070910] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.070911] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.070914] [mem 0x40000000-0xdfffffff] available for PCI devices
[    0.070916] Booting paravirtualized kernel on bare hardware
[    0.070933] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.074492] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.074729] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u524288
[    0.074733] pcpu-alloc: s196608 r8192 d28672 u524288 alloc=1*2097152
[    0.074734] pcpu-alloc: [0] 0 1 2 3 
[    0.074749] Built 1 zonelists, mobility grouping on.  Total pages: 4100687
[    0.074749] Policy zone: Normal
[    0.074750] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID="57c8ce0e-51d3-4452-a9fa-1f9291308c69":nvme rootflags=subvol=root root=UUID="1bfde928-6cf4-47d9-afc5-ea84853e30db"
[    0.076525] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.077430] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.077473] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.150950] Memory: 16222816K/16663204K available (12291K kernel code, 1463K rwdata, 4504K rodata, 1620K init, 3220K bss, 440388K reserved, 0K cma-reserved)
[    0.150958] random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
[    0.151051] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.151062] Kernel/User page tables isolation: enabled
[    0.151077] ftrace: allocating 40157 entries in 157 pages
[    0.163309] ftrace: allocated 157 pages with 5 groups
[    0.163404] rcu: Preemptible hierarchical RCU implementation.
[    0.163405] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.163405] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.163406] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.163407] 	Tasks RCU enabled.
[    0.163407] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.163408] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.165608] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.165951] Console: colour dummy device 80x25
[    0.165956] printk: console [tty0] enabled
[    0.165968] ACPI: Core revision 20200110
[    0.166212] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.166299] APIC: Switch to symmetric I/O mode setup
[    0.166301] DMAR: Host address width 39
[    0.166301] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.166307] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.166307] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.166310] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.166311] DMAR: RMRR base: 0x0000003ab9a000 end: 0x0000003ade3fff
[    0.166312] DMAR: RMRR base: 0x0000003b800000 end: 0x0000003fffffff
[    0.166314] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.166314] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.166315] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.168237] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.168238] x2apic enabled
[    0.168250] Switched APIC routing to cluster x2apic.
[    0.172232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.186297] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3272fd97217, max_idle_ns: 440795241220 ns
[    0.186300] Calibrating delay loop (skipped), value calculated using timer frequency.. 7002.48 BogoMIPS (lpj=11666373)
[    0.186302] pid_max: default: 32768 minimum: 301
[    0.187973] LSM: Security Framework initializing
[    0.187977] Yama: becoming mindful.
[    0.188037] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.188085] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.188097] *** VALIDATE tmpfs ***
[    0.188213] *** VALIDATE proc ***
[    0.188251] *** VALIDATE cgroup ***
[    0.188252] *** VALIDATE cgroup2 ***
[    0.188326] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.188342] process: using mwait in idle threads
[    0.188344] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.188345] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.188346] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.188347] Spectre V2 : Mitigation: Full generic retpoline
[    0.188348] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.188348] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.188349] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.188349] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.188350] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.188353] MDS: Mitigation: Clear CPU buffers
[    0.188624] Freeing SMP alternatives memory: 32K
[    0.189660] TSC deadline timer enabled
[    0.189664] smpboot: CPU0: Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.209666] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.209692] ... version:                4
[    0.209693] ... bit width:              48
[    0.209693] ... generic registers:      4
[    0.209694] ... value mask:             0000ffffffffffff
[    0.209694] ... max period:             00007fffffffffff
[    0.209694] ... fixed-purpose events:   3
[    0.209695] ... event mask:             000000070000000f
[    0.216314] rcu: Hierarchical SRCU implementation.
[    0.239743] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.246326] smp: Bringing up secondary CPUs ...
[    0.286360] x86: Booting SMP configuration:
[    0.286361] .... node  #0, CPUs:      #1 #2
[    0.326738] 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.366362]  #3
[    0.366725] smp: Brought up 1 node, 4 CPUs
[    0.366725] smpboot: Max logical packages: 1
[    0.366725] smpboot: Total of 4 processors activated (28010.93 BogoMIPS)
[    0.367976] devtmpfs: initialized
[    0.367976] x86/mm: Memory block size: 128MB
[    0.369655] PM: Registering ACPI NVS region [mem 0x30b06000-0x30b06fff] (4096 bytes)
[    0.369655] PM: Registering ACPI NVS region [mem 0x3a5e9000-0x3aa05fff] (4313088 bytes)
[    0.369759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.369759] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.369759] pinctrl core: initialized pinctrl subsystem
[    0.369779] PM: RTC time: 06:07:49, date: 2020-04-29
[    0.369782] thermal_sys: Registered thermal governor 'fair_share'
[    0.369782] thermal_sys: Registered thermal governor 'bang_bang'
[    0.369783] thermal_sys: Registered thermal governor 'step_wise'
[    0.369783] thermal_sys: Registered thermal governor 'user_space'
[    0.369784] thermal_sys: Registered thermal governor 'power_allocator'
[    0.369861] NET: Registered protocol family 16
[    0.369921] audit: initializing netlink subsys (disabled)
[    0.369928] audit: type=2000 audit(1588140469.203:1): state=initialized audit_enabled=0 res=1
[    0.369928] cpuidle: using governor ladder
[    0.369928] cpuidle: using governor menu
[    0.369928] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.369928] ACPI: bus type PCI registered
[    0.369928] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.369928] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.369928] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.369928] PCI: Using configuration type 1 for base access
[    0.370434] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.370576] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.370576] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.373045] ACPI: Added _OSI(Module Device)
[    0.373046] ACPI: Added _OSI(Processor Device)
[    0.373046] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.373047] ACPI: Added _OSI(Processor Aggregator Device)
[    0.373048] ACPI: Added _OSI(Linux-Dell-Video)
[    0.373048] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.373049] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.408357] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    5.402971] ACPI: Dynamic OEM Table Load:
[    5.402975] ACPI: SSDT 0xFFFF8EB6BCA78800 0007BC (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    5.404347] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[    5.405602] ACPI: Dynamic OEM Table Load:
[    5.405606] ACPI: SSDT 0xFFFF8EB6BC4B4000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    5.406885] ACPI: Dynamic OEM Table Load:
[    5.406888] ACPI: SSDT 0xFFFF8EB6BC6EB000 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    5.408095] ACPI: Dynamic OEM Table Load:
[    5.408098] ACPI: SSDT 0xFFFF8EB6BCA79000 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    5.409652] ACPI: Dynamic OEM Table Load:
[    5.409657] ACPI: SSDT 0xFFFF8EB6BCACC000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    5.411547] ACPI: Dynamic OEM Table Load:
[    5.411550] ACPI: SSDT 0xFFFF8EB6BC4B5400 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    5.412862] ACPI: Dynamic OEM Table Load:
[    5.412865] ACPI: SSDT 0xFFFF8EB6BC4B7000 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    5.415631] ACPI: EC: EC started
[    5.415631] ACPI: EC: interrupt blocked
[    5.415656] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    5.415657] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC used to handle transactions
[    5.415657] ACPI: Interpreter enabled
[    5.415706] ACPI: (supports S0 S3 S4 S5)
[    5.415709] ACPI: Using IOAPIC for interrupt routing
[    5.415744] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    5.416682] ACPI: Enabled 7 GPEs in block 00 to 7F
[    5.433192] ACPI: Power Resource [WRST] (on)
[    5.449223] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    5.449228] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    5.449404] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
[    5.449672] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[    5.449672] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    5.450256] PCI host bridge to bus 0000:00
[    5.450259] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    5.450260] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    5.450260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    5.450261] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    5.450262] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    5.450263] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    5.450263] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    5.450264] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    5.450265] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    5.450266] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    5.450266] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    5.450267] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    5.450268] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    5.450268] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    5.450269] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    5.450270] pci_bus 0000:00: root bus resource [mem 0x40000000-0xdfffffff window]
[    5.450271] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    5.450272] pci_bus 0000:00: root bus resource [bus 00-fe]
[    5.450280] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    5.450597] pci 0000:00:02.0: [8086:5927] type 00 class 0x030000
[    5.450607] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[    5.450613] pci 0000:00:02.0: reg 0x18: [mem 0x40000000-0x7fffffff 64bit pref]
[    5.450616] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    5.450629] pci 0000:00:02.0: BAR 2: assigned to efifb
[    5.450781] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    5.450793] pci 0000:00:08.0: reg 0x10: [mem 0xdc34f000-0xdc34ffff 64bit]
[    5.450950] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    5.450970] pci 0000:00:14.0: reg 0x10: [mem 0xdc330000-0xdc33ffff 64bit]
[    5.451031] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    5.451241] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    5.451261] pci 0000:00:14.2: reg 0x10: [mem 0xdc34e000-0xdc34efff 64bit]
[    5.451437] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    5.451462] pci 0000:00:16.0: reg 0x10: [mem 0xdc34d000-0xdc34dfff 64bit]
[    5.451533] pci 0000:00:16.0: PME# supported from D3hot
[    5.451737] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    5.451754] pci 0000:00:17.0: reg 0x10: [mem 0xdc348000-0xdc349fff]
[    5.451761] pci 0000:00:17.0: reg 0x14: [mem 0xdc34c000-0xdc34c0ff]
[    5.451768] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    5.451774] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    5.451781] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    5.451788] pci 0000:00:17.0: reg 0x24: [mem 0xdc34b000-0xdc34b7ff]
[    5.451826] pci 0000:00:17.0: PME# supported from D3hot
[    5.451984] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    5.452055] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    5.452265] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[    5.452337] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    5.452528] pci 0000:00:1c.7: [8086:9d17] type 01 class 0x060400
[    5.452599] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    5.452789] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    5.452860] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    5.453101] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    5.453342] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    5.453355] pci 0000:00:1f.2: reg 0x10: [mem 0xdc344000-0xdc347fff]
[    5.453534] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
[    5.453559] pci 0000:00:1f.3: reg 0x10: [mem 0xdc340000-0xdc343fff 64bit]
[    5.453583] pci 0000:00:1f.3: reg 0x20: [mem 0xdc320000-0xdc32ffff 64bit]
[    5.453629] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    5.453871] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    5.453930] pci 0000:00:1f.4: reg 0x10: [mem 0xdc34a000-0xdc34a0ff 64bit]
[    5.453999] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    5.454211] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000
[    5.454232] pci 0000:00:1f.6: reg 0x10: [mem 0xdc300000-0xdc31ffff]
[    5.454312] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    5.454507] pci 0000:01:00.0: [8086:15da] type 01 class 0x060400
[    5.454565] pci 0000:01:00.0: enabling Extended Tags
[    5.454647] pci 0000:01:00.0: supports D1 D2
[    5.454647] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.454783] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    5.454787] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    5.454790] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    5.454857] pci 0000:02:00.0: [8086:15da] type 01 class 0x060400
[    5.454919] pci 0000:02:00.0: enabling Extended Tags
[    5.455003] pci 0000:02:00.0: supports D1 D2
[    5.455004] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.455106] pci 0000:02:01.0: [8086:15da] type 01 class 0x060400
[    5.455168] pci 0000:02:01.0: enabling Extended Tags
[    5.455251] pci 0000:02:01.0: supports D1 D2
[    5.455251] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.455350] pci 0000:02:02.0: [8086:15da] type 01 class 0x060400
[    5.455412] pci 0000:02:02.0: enabling Extended Tags
[    5.455495] pci 0000:02:02.0: supports D1 D2
[    5.455495] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.455614] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[    5.455621] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    5.455627] pci 0000:01:00.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    5.455663] pci 0000:02:00.0: PCI bridge to [bus 03]
[    5.455670] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[    5.455712] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[    5.455719] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[    5.455725] pci 0000:02:01.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    5.455783] pci 0000:39:00.0: [8086:15db] type 00 class 0x0c0330
[    5.455817] pci 0000:39:00.0: reg 0x10: [mem 0xd9f00000-0xd9f0ffff]
[    5.455892] pci 0000:39:00.0: enabling Extended Tags
[    5.455996] pci 0000:39:00.0: supports D1 D2
[    5.455997] pci 0000:39:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    5.456079] pci 0000:39:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x4 link at 0000:02:02.0 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    5.456177] pci 0000:02:02.0: PCI bridge to [bus 39]
[    5.456185] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[    5.456373] pci 0000:3a:00.0: [8086:24fd] type 00 class 0x028000
[    5.456467] pci 0000:3a:00.0: reg 0x10: [mem 0xdc200000-0xdc201fff 64bit]
[    5.456687] pci 0000:3a:00.0: PME# supported from D0 D3hot D3cold
[    5.457296] pci 0000:00:1c.5: PCI bridge to [bus 3a]
[    5.457300] pci 0000:00:1c.5:   bridge window [mem 0xdc200000-0xdc2fffff]
[    5.457407] pci 0000:3b:00.0: [10ec:5229] type 00 class 0xff0000
[    5.457438] pci 0000:3b:00.0: reg 0x10: [mem 0xdc100000-0xdc100fff]
[    5.457578] pci 0000:3b:00.0: supports D1 D2
[    5.457579] pci 0000:3b:00.0: PME# supported from D1 D2 D3hot
[    5.457701] pci 0000:00:1c.7: ASPM: current common clock configuration is broken, reconfiguring
[    5.466375] pci 0000:00:1c.7: PCI bridge to [bus 3b]
[    5.466379] pci 0000:00:1c.7:   bridge window [mem 0xdc100000-0xdc1fffff]
[    5.466469] pci 0000:3c:00.0: [1987:5007] type 00 class 0x010802
[    5.466494] pci 0000:3c:00.0: reg 0x10: [mem 0xdc000000-0xdc003fff 64bit]
[    5.466716] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    5.466720] pci 0000:00:1d.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    5.468057] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    5.468110] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    5.468161] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    5.468213] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    5.468263] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    5.468313] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    5.468362] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    5.468411] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    5.468877] ACPI: EC: interrupt unblocked
[    5.468894] ACPI: EC: event unblocked
[    5.468904] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    5.468904] ACPI: EC: GPE=0x14
[    5.468905] ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC used to handle transactions and events
[    5.468980] iommu: Default domain type: Translated 
[    5.468991] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    5.468991] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    5.468991] pci 0000:00:02.0: vgaarb: bridge control possible
[    5.468991] vgaarb: loaded
[    5.468991] SCSI subsystem initialized
[    5.468991] libata version 3.00 loaded.
[    5.468991] ACPI: bus type USB registered
[    5.468991] usbcore: registered new interface driver usbfs
[    5.468991] usbcore: registered new interface driver hub
[    5.468991] usbcore: registered new device driver usb
[    5.468991] pps_core: LinuxPPS API ver. 1 registered
[    5.468991] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.468991] PTP clock support registered
[    5.468991] EDAC MC: Ver: 3.0.0
[    5.469923] Registered efivars operations
[    5.469923] PCI: Using ACPI for IRQ routing
[    5.493546] PCI: pci_cache_line_size set to 64 bytes
[    5.494117] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    5.494118] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    5.494118] e820: reserve RAM buffer [mem 0x2b426018-0x2bffffff]
[    5.494119] e820: reserve RAM buffer [mem 0x30b06000-0x33ffffff]
[    5.494119] e820: reserve RAM buffer [mem 0x36bfc000-0x37ffffff]
[    5.494120] e820: reserve RAM buffer [mem 0x3a10e000-0x3bffffff]
[    5.494121] e820: reserve RAM buffer [mem 0x3afff000-0x3bffffff]
[    5.494121] e820: reserve RAM buffer [mem 0x4bf000000-0x4bfffffff]
[    5.494203] NetLabel: Initializing
[    5.494204] NetLabel:  domain hash size = 128
[    5.494204] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    5.494213] NetLabel:  unlabeled traffic allowed by default
[    5.494216] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    5.494216] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    5.496332] clocksource: Switched to clocksource tsc-early
[    5.505225] *** VALIDATE bpf ***
[    5.505350] VFS: Disk quotas dquot_6.6.0
[    5.505361] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    5.505383] *** VALIDATE ramfs ***
[    5.505384] *** VALIDATE hugetlbfs ***
[    5.505418] pnp: PnP ACPI init
[    5.505843] system 00:00: [io  0x0a00-0x0a1f] has been reserved
[    5.505844] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    5.505845] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    5.505846] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    5.505846] system 00:00: [io  0x0a50-0x0a5f] has been reserved
[    5.505847] system 00:00: [io  0x0a60-0x0a6f] has been reserved
[    5.505851] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.506083] system 00:01: [io  0x0680-0x069f] has been reserved
[    5.506084] system 00:01: [io  0xffff] has been reserved
[    5.506085] system 00:01: [io  0xffff] has been reserved
[    5.506086] system 00:01: [io  0xffff] has been reserved
[    5.506087] system 00:01: [io  0x1800-0x18fe] has been reserved
[    5.506088] system 00:01: [io  0x164e-0x164f] has been reserved
[    5.506090] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.506178] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    5.506221] system 00:03: [io  0x1854-0x1857] has been reserved
[    5.506223] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    5.506488] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    5.506489] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    5.506490] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    5.506491] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    5.506492] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    5.506493] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    5.506494] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    5.506495] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    5.506496] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    5.506497] system 00:04: [mem 0xdffe0000-0xdfffffff] has been reserved
[    5.506499] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.506573] system 00:05: [mem 0xfd000000-0xfdabffff] has been reserved
[    5.506574] system 00:05: [mem 0xfdad0000-0xfdadffff] has been reserved
[    5.506575] system 00:05: [mem 0xfdb00000-0xfdffffff] has been reserved
[    5.506577] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    5.506578] system 00:05: [mem 0xfe036000-0xfe03bfff] has been reserved
[    5.506578] system 00:05: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    5.506579] system 00:05: [mem 0xfe410000-0xfe7fffff] has been reserved
[    5.506582] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.506850] system 00:06: [io  0xff00-0xfffe] has been reserved
[    5.506852] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.507975] system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
[    5.507976] system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
[    5.507977] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    5.507978] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    5.507979] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    5.507981] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.508812] pnp: PnP ACPI: found 8 devices
[    5.514301] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.514326] pci 0000:02:01.0: bridge window [io  0x1000-0x0fff] to [bus 04-38] add_size 1000
[    5.514327] pci 0000:02:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
[    5.514329] pci 0000:02:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
[    5.514330] pci 0000:01:00.0: bridge window [io  0x1000-0x0fff] to [bus 02-39] add_size 2000
[    5.514331] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01-39] add_size 3000
[    5.514336] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x4fff]
[    5.514338] pci 0000:01:00.0: BAR 13: assigned [io  0x2000-0x3fff]
[    5.514341] pci 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    5.514342] pci 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    5.514343] pci 0000:02:01.0: BAR 13: assigned [io  0x2000-0x2fff]
[    5.514344] pci 0000:02:02.0: BAR 13: assigned [io  0x3000-0x3fff]
[    5.514346] pci 0000:02:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    5.514347] pci 0000:02:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    5.514348] pci 0000:02:00.0: PCI bridge to [bus 03]
[    5.514353] pci 0000:02:00.0:   bridge window [mem 0xda000000-0xda0fffff]
[    5.514361] pci 0000:02:01.0: PCI bridge to [bus 04-38]
[    5.514363] pci 0000:02:01.0:   bridge window [io  0x2000-0x2fff]
[    5.514367] pci 0000:02:01.0:   bridge window [mem 0xc4000000-0xd9efffff]
[    5.514370] pci 0000:02:01.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    5.514375] pci 0000:02:02.0: PCI bridge to [bus 39]
[    5.514377] pci 0000:02:02.0:   bridge window [io  0x3000-0x3fff]
[    5.514381] pci 0000:02:02.0:   bridge window [mem 0xd9f00000-0xd9ffffff]
[    5.514389] pci 0000:01:00.0: PCI bridge to [bus 02-39]
[    5.514391] pci 0000:01:00.0:   bridge window [io  0x2000-0x3fff]
[    5.514395] pci 0000:01:00.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    5.514398] pci 0000:01:00.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    5.514403] pci 0000:00:1c.0: PCI bridge to [bus 01-39]
[    5.514404] pci 0000:00:1c.0:   bridge window [io  0x2000-0x4fff]
[    5.514407] pci 0000:00:1c.0:   bridge window [mem 0xc4000000-0xda0fffff]
[    5.514409] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    5.514413] pci 0000:00:1c.5: PCI bridge to [bus 3a]
[    5.514416] pci 0000:00:1c.5:   bridge window [mem 0xdc200000-0xdc2fffff]
[    5.514420] pci 0000:00:1c.7: PCI bridge to [bus 3b]
[    5.514423] pci 0000:00:1c.7:   bridge window [mem 0xdc100000-0xdc1fffff]
[    5.514428] pci 0000:00:1d.0: PCI bridge to [bus 3c]
[    5.514430] pci 0000:00:1d.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    5.514436] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    5.514437] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    5.514438] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    5.514438] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    5.514439] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    5.514440] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    5.514441] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    5.514441] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    5.514442] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    5.514443] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    5.514444] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    5.514445] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    5.514445] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    5.514446] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    5.514447] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    5.514448] pci_bus 0000:00: resource 19 [mem 0x40000000-0xdfffffff window]
[    5.514449] pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
[    5.514450] pci_bus 0000:01: resource 0 [io  0x2000-0x4fff]
[    5.514450] pci_bus 0000:01: resource 1 [mem 0xc4000000-0xda0fffff]
[    5.514451] pci_bus 0000:01: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    5.514452] pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
[    5.514453] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[    5.514453] pci_bus 0000:02: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    5.514454] pci_bus 0000:03: resource 1 [mem 0xda000000-0xda0fffff]
[    5.514455] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    5.514456] pci_bus 0000:04: resource 1 [mem 0xc4000000-0xd9efffff]
[    5.514457] pci_bus 0000:04: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    5.514457] pci_bus 0000:39: resource 0 [io  0x3000-0x3fff]
[    5.514458] pci_bus 0000:39: resource 1 [mem 0xd9f00000-0xd9ffffff]
[    5.514459] pci_bus 0000:3a: resource 1 [mem 0xdc200000-0xdc2fffff]
[    5.514460] pci_bus 0000:3b: resource 1 [mem 0xdc100000-0xdc1fffff]
[    5.514461] pci_bus 0000:3c: resource 1 [mem 0xdc000000-0xdc0fffff]
[    5.514619] NET: Registered protocol family 2
[    5.514725] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    5.514815] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    5.515020] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    5.515080] TCP: Hash tables configured (established 131072 bind 65536)
[    5.515129] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    5.515167] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    5.515237] NET: Registered protocol family 1
[    5.515241] NET: Registered protocol family 44
[    5.515251] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    5.515540] pci 0000:01:00.0: CLS mismatch (64 != 128), using 64 bytes
[    5.515629] pci 0000:01:00.0: enabling device (0006 -> 0007)
[    5.515668] pci 0000:02:02.0: enabling device (0006 -> 0007)
[    5.515858] Trying to unpack rootfs image as initramfs...
[    5.671764] Freeing initrd memory: 16080K
[    5.686386] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    5.686388] software IO TLB: mapped [mem 0x32bfc000-0x36bfc000] (64MB)
[    5.686503] check: Scanning for low memory corruption every 60 seconds
[    5.686795] Initialise system trusted keyrings
[    5.686804] Key type blacklist registered
[    5.686851] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    5.687721] zbud: loaded
[    5.691231] Key type asymmetric registered
[    5.691232] Asymmetric key parser 'x509' registered
[    5.691238] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    5.691301] io scheduler mq-deadline registered
[    5.691302] io scheduler kyber registered
[    5.691337] io scheduler bfq registered
[    5.692263] pcieport 0000:02:01.0: enabling device (0006 -> 0007)
[    5.692536] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.692586] efifb: probing for efifb
[    5.692598] efifb: framebuffer at 0x40000000, using 8100k, total 8100k
[    5.692599] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    5.692599] efifb: scrolling: redraw
[    5.692600] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    5.692628] fbcon: Deferring console take-over
[    5.692628] fb0: EFI VGA frame buffer device
[    5.692634] intel_idle: MWAIT substates: 0x11142120
[    5.692635] intel_idle: v0.4.1 model 0x8E
[    5.692834] intel_idle: lapic_timer_reliable_states 0xffffffff
[    5.692907] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    5.692922] ACPI: Sleep Button [SLPB]
[    5.692942] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    5.692954] ACPI: Power Button [PWRB]
[    5.692981] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    5.693002] ACPI: Power Button [PWRF]
[    5.693662] thermal LNXTHERM:00: registered as thermal_zone0
[    5.693663] ACPI: Thermal Zone [TZ0] (-263 C)
[    5.693955] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.694738] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    5.694739] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    5.695205] nvme nvme0: pci function 0000:3c:00.0
[    5.695227] ahci 0000:00:17.0: version 3.0
[    5.695467] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    5.695469] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    5.695602] scsi host0: ahci
[    5.695649] ata1: SATA max UDMA/133 abar m2048@0xdc34b000 port 0xdc34b100 irq 130
[    5.695687] usbcore: registered new interface driver usbserial_generic
[    5.695689] usbserial: USB Serial support registered for generic
[    5.695704] rtc_cmos 00:02: RTC can wake from S4
[    5.696240] rtc_cmos 00:02: registered as rtc0
[    5.696251] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    5.696286] intel_pstate: Intel P-state driver initializing
[    5.696545] intel_pstate: HWP enabled
[    5.696609] ledtrig-cpu: registered to indicate activity on CPUs
[    5.696646] intel_pmc_core INT33A1:00:  initialized
[    5.696687] drop_monitor: Initializing network drop monitor service
[    5.696795] NET: Registered protocol family 10
[    5.701663] Segment Routing with IPv6
[    5.701681] NET: Registered protocol family 17
[    5.701965] RAS: Correctable Errors collector initialized.
[    5.701995] microcode: sig=0x806e9, pf=0x40, revision=0xca
[    5.702114] microcode: Microcode Update Driver: v2.2.
[    5.702117] IPI shorthand broadcast: enabled
[    5.702122] sched_clock: Marking stable (5701708943, 402945)->(5748421304, -46309416)
[    5.702170] registered taskstats version 1
[    5.702177] Loading compiled-in X.509 certificates
[    5.704819] Loaded X.509 cert 'Build time autogenerated kernel key: 5e58d0788a1f759f2eecefaefe4bef8e45a54bbf'
[    5.704844] zswap: loaded using pool lzo/zbud
[    5.705006] Key type ._fscrypt registered
[    5.705007] Key type .fscrypt registered
[    5.705008] Key type fscrypt-provisioning registered
[    5.709467] Key type big_key registered
[    5.710423] PM:   Magic number: 0:865:115
[    5.710624] rtc_cmos 00:02: setting system clock to 2020-04-29T06:07:54 UTC (1588140474)
[    5.911054] nvme nvme0: 4/0/0 default/read/poll queues
[    5.914671]  nvme0n1: p1 p2
[    6.007021] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.010597] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    6.010602] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    6.010605] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    6.011144] ata1.00: supports DRM functions and may not be fully accessible
[    6.012071] ata1.00: ATA-11: Samsung SSD 860 QVO 1TB, RVQ02B6Q, max UDMA/133
[    6.012075] ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    6.016028] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    6.016033] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    6.016036] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    6.016579] ata1.00: supports DRM functions and may not be fully accessible
[    6.019780] ata1.00: configured for UDMA/133
[    6.030077] ahci 0000:00:17.0: port does not support device sleep
[    6.030408] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 860  2B6Q PQ: 0 ANSI: 5
[    6.030713] ata1.00: Enabling discard_zeroes_data
[    6.030788] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    6.030801] sd 0:0:0:0: [sda] Write Protect is off
[    6.030803] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.030822] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.031064] ata1.00: Enabling discard_zeroes_data
[    6.035280]  sda: sda1
[    6.035643] ata1.00: Enabling discard_zeroes_data
[    6.036859] sd 0:0:0:0: [sda] supports TCG Opal
[    6.036863] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.038499] Freeing unused decrypted memory: 2040K
[    6.039007] Freeing unused kernel image (initmem) memory: 1620K
[    6.086555] Write protecting the kernel read-only data: 20480k
[    6.087483] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    6.088012] Freeing unused kernel image (rodata/data gap) memory: 1640K
[    6.135904] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    6.135905] x86/mm: Checking user space page tables
[    6.160776] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    6.160777] Run /init as init process
[    6.160778]   with arguments:
[    6.160779]     /init
[    6.160779]   with environment:
[    6.160779]     HOME=/
[    6.160780]     TERM=linux
[    6.160780]     cryptdevice=UUID="57c8ce0e-51d3-4452-a9fa-1f9291308c69":nvme
[    6.211010] fbcon: Taking over console
[    6.211058] Console: switching to colour frame buffer device 240x67
[    6.299178] cryptd: max_cpu_qlen set to 1000
[    6.303523] AVX2 version of gcm_enc/dec engaged.
[    6.303523] AES CTR mode by8 optimization enabled
[    6.310234] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.310240] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    6.311349] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    6.311654] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    6.311875] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    6.311876] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.311877] usb usb1: Product: xHCI Host Controller
[    6.311878] usb usb1: Manufacturer: Linux 5.6.7-arch1-1 xhci-hcd
[    6.311879] usb usb1: SerialNumber: 0000:00:14.0
[    6.311993] hub 1-0:1.0: USB hub found
[    6.312009] hub 1-0:1.0: 12 ports detected
[    6.313610] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.313614] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    6.313617] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    6.313656] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[    6.313657] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.313659] usb usb2: Product: xHCI Host Controller
[    6.313660] usb usb2: Manufacturer: Linux 5.6.7-arch1-1 xhci-hcd
[    6.313661] usb usb2: SerialNumber: 0000:00:14.0
[    6.313745] hub 2-0:1.0: USB hub found
[    6.313755] hub 2-0:1.0: 6 ports detected
[    6.314415] usb: port power management may be unreliable
[    6.314642] xhci_hcd 0000:39:00.0: xHCI Host Controller
[    6.314646] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 3
[    6.315868] xhci_hcd 0000:39:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
[    6.316062] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    6.316064] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.316065] usb usb3: Product: xHCI Host Controller
[    6.316065] usb usb3: Manufacturer: Linux 5.6.7-arch1-1 xhci-hcd
[    6.316066] usb usb3: SerialNumber: 0000:39:00.0
[    6.316186] hub 3-0:1.0: USB hub found
[    6.316194] hub 3-0:1.0: 2 ports detected
[    6.316682] xhci_hcd 0000:39:00.0: xHCI Host Controller
[    6.316700] xhci_hcd 0000:39:00.0: new USB bus registered, assigned bus number 4
[    6.316702] xhci_hcd 0000:39:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    6.316734] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[    6.316735] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.316736] usb usb4: Product: xHCI Host Controller
[    6.316737] usb usb4: Manufacturer: Linux 5.6.7-arch1-1 xhci-hcd
[    6.316738] usb usb4: SerialNumber: 0000:39:00.0
[    6.316891] hub 4-0:1.0: USB hub found
[    6.316899] hub 4-0:1.0: 2 ports detected
[    6.392346] device-mapper: uevent: version 1.0.3
[    6.392418] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    6.398171] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    6.402381] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    6.643248] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    6.646539] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[    6.699893] tsc: Refined TSC clocksource calibration: 3504.013 MHz
[    6.699904] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32821f6091b, max_idle_ns: 440795222628 ns
[    6.699931] clocksource: Switched to clocksource tsc
[    6.769988] usb 3-1: device descriptor read/64, error -71
[    6.786219] usb 1-3: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.00
[    6.786224] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.786227] usb 1-3: Product: USB Receiver
[    6.786229] usb 1-3: Manufacturer: Logitech
[    6.796684] hid: raw HID events driver (C) Jiri Kosina
[    6.800946] usbcore: registered new interface driver usbhid
[    6.800947] usbhid: USB HID core driver
[    6.802562] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C534.0001/input/input3
[    6.856729] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
[    6.857218] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/input/input4
[    6.857303] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/input/input5
[    6.909875] usb 1-8: new full-speed USB device number 3 using xhci_hcd
[    6.913295] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/input/input6
[    6.913517] hid-generic 0003:046D:C534.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
[    6.969829] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
[    6.999975] usb 3-1: device descriptor read/64, error -71
[    7.051430] usb 1-8: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[    7.051434] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.101043] logitech-djreceiver 0003:046D:C534.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
[    7.157887] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1
[    7.159674] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input9
[    7.159843] input: Logitech Wireless Keyboard PID:4023 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input10
[    7.159868] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
[    7.159977] input: Logitech Wireless Keyboard PID:4023 System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input11
[    7.160103] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-3/input1:1
[    7.160641] input: Logitech Wireless Mouse PID:4022 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4022.0004/input/input16
[    7.160788] hid-generic 0003:046D:4022.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4022] on usb-0000:00:14.0-3/input1:2
[    7.230588] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    7.254444] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input20
[    7.254595] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-3/input1:1
[    7.262222] input: Logitech Wireless Mouse PID:4022 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0002/0003:046D:4022.0004/input/input21
[    7.262400] logitech-hidpp-device 0003:046D:4022.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4022] on usb-0000:00:14.0-3/input1:2
[    7.262494] usb 4-1: New USB device found, idVendor=0bda, idProduct=0412, bcdDevice= 1.25
[    7.262498] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.262501] usb 4-1: Product: 4-Port USB 3.0 Hub
[    7.262504] usb 4-1: Manufacturer: Generic
[    7.271693] hub 4-1:1.0: USB hub found
[    7.274419] hub 4-1:1.0: 2 ports detected
[    7.376533] usb 3-1: new full-speed USB device number 3 using xhci_hcd
[    7.500049] usb 3-1: device descriptor read/64, error -71
[    7.607055] random: fast init done
[    7.730119] usb 3-1: device descriptor read/64, error -71
[    7.800168] logitech-hidpp-device 0003:046D:4023.0003: HID++ 2.0 device connected.
[    7.836679] usb usb3-port1: attempt power cycle
[    8.479916] usb 3-1: new full-speed USB device number 4 using xhci_hcd
[    8.480185] usb 3-1: Device not responding to setup address.
[    8.686809] usb 3-1: Device not responding to setup address.
[    8.893178] usb 3-1: device not accepting address 4, error -71
[    9.016609] usb 3-1: new full-speed USB device number 5 using xhci_hcd
[    9.016848] usb 3-1: Device not responding to setup address.
[    9.223485] usb 3-1: Device not responding to setup address.
[    9.429931] usb 3-1: device not accepting address 5, error -71
[    9.430054] usb usb3-port1: unable to enumerate USB device
[   12.219995] random: cryptsetup: uninitialized urandom read (2 bytes read)
[   12.286303] raid6: avx2x4   gen() 44117 MB/s
[   12.342968] raid6: avx2x4   xor() 21896 MB/s
[   12.399632] raid6: avx2x2   gen() 45698 MB/s
[   12.456298] raid6: avx2x2   xor() 25072 MB/s
[   12.512970] raid6: avx2x1   gen() 36066 MB/s
[   12.569631] raid6: avx2x1   xor() 21070 MB/s
[   12.626298] raid6: sse2x4   gen() 17565 MB/s
[   12.682966] raid6: sse2x4   xor()  9965 MB/s
[   12.739631] raid6: sse2x2   gen() 17904 MB/s
[   12.796298] raid6: sse2x2   xor() 11386 MB/s
[   12.852966] raid6: sse2x1   gen() 15183 MB/s
[   12.909631] raid6: sse2x1   xor()  7834 MB/s
[   12.909632] raid6: using algorithm avx2x2 gen() 45698 MB/s
[   12.909632] raid6: .... xor() 25072 MB/s, rmw enabled
[   12.909632] raid6: using avx2x2 recovery algorithm
[   12.910303] xor: automatically using best checksumming function   avx       
[   12.937437] Btrfs loaded, crc32c=crc32c-intel
[   12.938281] BTRFS: device label ROOT devid 1 transid 10038 /dev/dm-0 scanned by systemd-udevd (206)
[   12.967286] BTRFS info (device dm-0): disk space caching is enabled
[   12.967288] BTRFS info (device dm-0): has skinny extents
[   12.974781] BTRFS info (device dm-0): enabling ssd optimizations
[   13.110229] systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   13.126631] systemd[1]: Detected architecture x86-64.
[   13.154975] systemd[1]: Set hostname to <nuc>.
[   13.270051] systemd[1]: Created slice system-getty.slice.
[   13.270250] systemd[1]: Created slice system-modprobe.slice.
[   13.270411] systemd[1]: Created slice Cryptsetup Units Slice.
[   13.270602] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   13.270754] systemd[1]: Created slice User and Session Slice.
[   13.270824] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   13.270890] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   13.271017] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   13.271081] systemd[1]: Reached target Paths.
[   13.271128] systemd[1]: Reached target Remote File Systems.
[   13.271164] systemd[1]: Reached target Slices.
[   13.271197] systemd[1]: Reached target Swap.
[   13.271262] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   13.272392] systemd[1]: Listening on Process Core Dump Socket.
[   13.272460] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   13.272584] systemd[1]: Listening on Journal Audit Socket.
[   13.272673] systemd[1]: Listening on Journal Socket (/dev/log).
[   13.272766] systemd[1]: Listening on Journal Socket.
[   13.272874] systemd[1]: Listening on Network Service Netlink Socket.
[   13.273342] systemd[1]: Listening on udev Control Socket.
[   13.273438] systemd[1]: Listening on udev Kernel Socket.
[   13.274070] systemd[1]: Mounting Huge Pages File System...
[   13.274716] systemd[1]: Mounting POSIX Message Queue File System...
[   13.275465] systemd[1]: Mounting Kernel Debug File System...
[   13.276209] systemd[1]: Mounting /sys/kernel/tracing...
[   13.277251] systemd[1]: Mounting Temporary Directory (/tmp)...
[   13.277945] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   13.278788] systemd[1]: Starting Load Kernel Module drm...
[   13.278910] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   13.279939] systemd[1]: Starting Journal Service...
[   13.281034] systemd[1]: Starting Load Kernel Modules...
[   13.281805] systemd[1]: Starting Remount Root and Kernel File Systems...
[   13.282571] systemd[1]: Starting udev Coldplug all Devices...
[   13.283717] systemd[1]: Mounted Huge Pages File System.
[   13.283899] systemd[1]: Mounted POSIX Message Queue File System.
[   13.284068] systemd[1]: Mounted Kernel Debug File System.
[   13.284220] systemd[1]: Mounted /sys/kernel/tracing.
[   13.284366] systemd[1]: Mounted Temporary Directory (/tmp).
[   13.284892] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   13.290635] Linux agpgart interface v0.103
[   13.294532] BTRFS info (device dm-0): disk space caching is enabled
[   13.296188] Asymmetric key parser 'pkcs8' registered
[   13.296212] systemd[1]: Finished Remount Root and Kernel File Systems.
[   13.296410] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   13.296496] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   13.297190] systemd[1]: Starting Load/Save Random Seed...
[   13.298060] systemd[1]: Condition check resulted in Create System Users being skipped.
[   13.298727] systemd[1]: Starting Create Static Device Nodes in /dev...
[   13.300106] systemd[1]: Finished Load Kernel Modules.
[   13.301166] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[   13.301968] systemd[1]: Mounting Kernel Configuration File System...
[   13.304202] systemd[1]: Starting Apply Kernel Variables...
[   13.308021] systemd[1]: Mounted Kernel Configuration File System.
[   13.329999] systemd[1]: Finished Create Static Device Nodes in /dev.
[   13.331181] systemd[1]: modprobe@drm.service: Succeeded.
[   13.331444] systemd[1]: Finished Load Kernel Module drm.
[   13.332705] systemd[1]: Finished Apply Kernel Variables.
[   13.333640] systemd[1]: Reached target Local File Systems (Pre).
[   13.334498] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[   13.335239] systemd[1]: Starting udev Kernel Device Manager...
[   13.372275] systemd[1]: Finished udev Coldplug all Devices.
[   13.550833] systemd[1]: Started Journal Service.
[   13.551752] audit: type=1130 audit(1588140482.336:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.559599] systemd-journald[424]: Received client request to flush runtime journal.
[   13.609145] random: crng init done
[   13.609654] audit: type=1130 audit(1588140482.392:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.618045] audit: type=1130 audit(1588140482.402:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.708023] audit: type=1130 audit(1588140482.492:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.889945] audit: type=1130 audit(1588140482.676:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.015416] mousedev: PS/2 mouse device common for all mice
[   14.085104] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[   14.089613] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   14.089896] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   14.093321] audit: type=1130 audit(1588140482.879:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ask-password-console comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.122136] audit: type=1130 audit(1588140482.906:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-nvme0n1p1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.145791] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   14.153903] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   14.154374] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   14.154375] cfg80211: failed to load regulatory.db
[   14.188603] input: PC Speaker as /devices/platform/pcspkr/input/input22
[   14.206580] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[   14.206581] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   14.207015] e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
[   14.207228] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   14.208218] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   14.208219] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   14.208220] RAPL PMU: hw unit of domain package 2^-14 Joules
[   14.208220] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   14.208221] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   14.208221] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   14.208353] Bluetooth: Core ver 2.22
[   14.208366] NET: Registered protocol family 31
[   14.208367] Bluetooth: HCI device and connection manager initialized
[   14.208370] Bluetooth: HCI socket layer initialized
[   14.208372] Bluetooth: L2CAP socket layer initialized
[   14.208375] Bluetooth: SCO socket layer initialized
[   14.218449] usbcore: registered new interface driver btusb
[   14.222872] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[   14.223884] Bluetooth: hci0: Device revision is 16
[   14.223885] Bluetooth: hci0: Secure boot is enabled
[   14.223885] Bluetooth: hci0: OTP lock is enabled
[   14.223886] Bluetooth: hci0: API lock is enabled
[   14.223886] Bluetooth: hci0: Debug lock is disabled
[   14.223887] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   14.225768] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[   14.249126] Intel(R) Wireless WiFi driver for Linux
[   14.249127] Copyright(c) 2003- 2015 Intel Corporation
[   14.249598] iwlwifi 0000:3a:00.0: enabling device (0000 -> 0002)
[   14.259870] iwlwifi 0000:3a:00.0: Found debug destination: EXTERNAL_DRAM
[   14.259872] iwlwifi 0000:3a:00.0: Found debug configuration: 0
[   14.260347] iwlwifi 0000:3a:00.0: loaded firmware version 36.77d01142.0 8265-36.ucode op_mode iwlmvm
[   14.367616] BTRFS info (device dm-0): device fsid 1bfde928-6cf4-47d9-afc5-ea84853e30db devid 1 moved old:/dev/mapper/nvme new:/dev/dm-0
[   14.368081] BTRFS info (device dm-0): device fsid 1bfde928-6cf4-47d9-afc5-ea84853e30db devid 1 moved old:/dev/dm-0 new:/dev/mapper/nvme
[   14.413001] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[   14.442890] iwlwifi 0000:3a:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[   14.452938] iwlwifi 0000:3a:00.0: Applying debug destination EXTERNAL_DRAM
[   14.453624] iwlwifi 0000:3a:00.0: Allocated 0x00400000 bytes for firmware monitor.
[   14.480833] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[   14.480847] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   14.481889] iTCO_vendor_support: vendor-support=0
[   14.487220] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   14.487274] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   14.492660] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   14.495045] audit: type=1130 audit(1588140483.279:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.498680] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 1c:69:7a:0e:a9:ef
[   14.498997] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[   14.499062] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[   14.506836] e1000e 0000:00:1f.6 eno1: renamed from eth0
[   14.507489] iwlwifi 0000:3a:00.0: base HW address: 50:e0:85:5a:07:5d
[   14.525023] i915 0000:00:02.0: Found 64MB of eDRAM
[   14.525034] checking generic (40000000 7e9000) vs hw (db000000 1000000)
[   14.525035] checking generic (40000000 7e9000) vs hw (40000000 40000000)
[   14.525036] fb0: switching to inteldrmfb from EFI VGA
[   14.525092] Console: switching to colour dummy device 80x25
[   14.525120] i915 0000:00:02.0: vgaarb: deactivate vga console
[   14.526162] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   14.526166] [drm] Driver supports precise vblank timestamp query.
[   14.526671] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   14.527251] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   14.528200] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   14.582697] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   14.583021] thermal thermal_zone2: failed to read out thermal zone (-61)
[   14.693629] intel_rapl_common: Found RAPL domain package
[   14.693631] intel_rapl_common: Found RAPL domain core
[   14.693632] intel_rapl_common: Found RAPL domain uncore
[   14.693633] intel_rapl_common: Found RAPL domain dram
[   14.800811] [drm] failed to retrieve link info, disabling eDP
[   14.839532] [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
[   14.841315] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   14.841905] acpi device:0f: registered as cooling_device6
[   14.841997] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input23
[   14.842204] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   15.042553] fbcon: i915drmfb (fb0) is primary device
[   15.244682] Console: switching to colour frame buffer device 240x67
[   15.266833] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[   15.310122] audit: type=1130 audit(1588140484.096:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.338117] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC283: line_outs=1 (0x21/0x0/0x0/0x0/0x0) type:hp
[   15.338120] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   15.338121] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   15.338123] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   15.338124] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   15.397062] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[   15.397157] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[   15.397244] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[   15.397351] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[   15.397435] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[   15.397539] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[   15.660354] Bluetooth: hci0: Waiting for firmware download to complete
[   15.660911] Bluetooth: hci0: Firmware loaded in 1405364 usecs
[   15.660956] Bluetooth: hci0: Waiting for device to boot
[   15.672926] Bluetooth: hci0: Device booted in 11709 usecs
[   15.673059] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[   15.675936] Bluetooth: hci0: Applying Intel DDC parameters completed
[   15.677931] Bluetooth: hci0: Firmware revision 0.1 build 50 week 12 2019
[   19.595657] audit: type=1131 audit(1588140488.379:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.744107] BTRFS: device label satassd devid 1 transid 124 /dev/dm-1 scanned by systemd-udevd (458)
[   29.754113] audit: type=1130 audit(1588140498.539:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@sata comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.756720] BTRFS info (device dm-1): enabling ssd optimizations
[   29.756723] BTRFS info (device dm-1): disk space caching is enabled
[   29.756724] BTRFS info (device dm-1): has skinny extents
[   29.774400] audit: type=1130 audit(1588140498.559:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.780592] audit: type=1127 audit(1588140498.566:14): pid=565 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   29.783591] audit: type=1130 audit(1588140498.569:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.788234] audit: type=1130 audit(1588140498.572:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.790983] audit: type=1334 audit(1588140498.576:17): prog-id=7 op=LOAD
[   29.791140] audit: type=1334 audit(1588140498.576:18): prog-id=8 op=LOAD
[   29.792465] audit: type=1130 audit(1588140498.576:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-boot-system-token comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.796750] audit: type=1130 audit(1588140498.582:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.815368] audit: type=1130 audit(1588140498.599:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.823906] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   29.823908] Bluetooth: BNEP filters: protocol multicast
[   29.823911] Bluetooth: BNEP socket layer initialized
[   29.834407] NET: Registered protocol family 38
[   30.210798] iwlwifi 0000:3a:00.0: Applying debug destination EXTERNAL_DRAM
[   30.346478] iwlwifi 0000:3a:00.0: Applying debug destination EXTERNAL_DRAM
[   30.413349] iwlwifi 0000:3a:00.0: FW already configured (0) - re-configuring
[   30.428280] iwlwifi 0000:3a:00.0: BIOS contains WGDS but no WRDS
[   30.878979] wlan0: authenticate with a8:7d:12:96:6c:4d
[   30.883128] wlan0: send auth to a8:7d:12:96:6c:4d (try 1/3)
[   30.888550] wlan0: authenticated
[   30.889737] wlan0: associate with a8:7d:12:96:6c:4d (try 1/3)
[   30.891387] wlan0: RX AssocResp from a8:7d:12:96:6c:4d (capab=0x1011 status=0 aid=1)
[   30.893607] wlan0: associated
[   30.939819] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   30.973934] wlan0: Limiting TX power to 23 (23 - 0) dBm as advertised by a8:7d:12:96:6c:4d
[   60.260294] kauditd_printk_skb: 13 callbacks suppressed
[   60.260297] audit: type=1131 audit(1588140529.046:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   60.349933] audit: type=1334 audit(1588140529.136:36): prog-id=10 op=UNLOAD
[   60.349937] audit: type=1334 audit(1588140529.136:37): prog-id=9 op=UNLOAD
[   77.769891] audit: type=1100 audit(1588140546.556:38): pid=671 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="paadpi" exe="/usr/bin/login" hostname=nuc addr=? terminal=tty1 res=success'
[   77.773188] audit: type=1101 audit(1588140546.559:39): pid=671 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="paadpi" exe="/usr/bin/login" hostname=nuc addr=? terminal=tty1 res=success'
[   77.774114] audit: type=1103 audit(1588140546.559:40): pid=671 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="paadpi" exe="/usr/bin/login" hostname=nuc addr=? terminal=tty1 res=success'
[   77.774144] audit: type=1006 audit(1588140546.559:41): pid=671 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   77.791428] audit: type=1130 audit(1588140546.576:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   77.794503] audit: type=1101 audit(1588140546.579:43): pid=690 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="paadpi" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   77.794618] audit: type=1103 audit(1588140546.579:44): pid=690 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="paadpi" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   77.794672] audit: type=1006 audit(1588140546.579:45): pid=690 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   77.795093] audit: type=1105 audit(1588140546.579:46): pid=690 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="paadpi" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   77.801006] audit: type=1334 audit(1588140546.586:47): prog-id=11 op=LOAD
[   96.815785] logitech-hidpp-device 0003:046D:4022.0004: HID++ 2.0 device connected.
[  928.880931] kauditd_printk_skb: 4 callbacks suppressed
[  928.880932] audit: type=1130 audit(1588141397.666:52): 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'
[  928.880935] audit: type=1131 audit(1588141397.666:53): 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'
[  996.777065] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe B FIFO underrun

Offline

#7 2020-04-29 10:41:11

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: SD card reader RTS5229 / rtsx_pci -- does not recognize SD cards

Thanks for the logs. Do you have udisks2 installed - https://www.archlinux.org/packages/extra/x86_64/udisks2 ?

Also it looks like there is a newer bios version - you have 0080 and 0081 is available...
https://downloadcenter.intel.com/downlo … duct=95067
although it doesn't specifically mention anything to do with the card reader.

Offline

#8 2020-04-29 11:58:17

paadpi
Member
Registered: 2020-04-14
Posts: 7

Re: SD card reader RTS5229 / rtsx_pci -- does not recognize SD cards

I installed udisk2, but it did not help.

I suspect that it is a kernel or a linux-firmware bug for RTS5229. I'm just not sure how to confirm it.

Offline

#9 2020-04-29 12:13:10

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: SD card reader RTS5229 / rtsx_pci -- does not recognize SD cards

Offline

Board footer

Powered by FluxBB