Xilinx / dma_ip_drivers

Xilinx QDMA IP Drivers
https://xilinx.github.io/dma_ip_drivers/
528 stars 399 forks source link

Error: Kernel module did not load properly. #115

Open yuxisjtu opened 3 years ago

yuxisjtu commented 3 years ago

Hello! i want to install the driver under ubuntu 18.04.5 and kernel 5.4.0-42-generic but failed i have try https://github.com/Xilinx/dma_ip_drivers/issues/39 and https://github.com/Xilinx/dma_ip_drivers/pull/44 but still not work,it reports below. ps. im sorry their may be a little language problem, i change it into english,and i dont know why it shows some horizontal lines

yux@yux-HP-Zhan-86-Pro-G2-MT-Business-PC:~/Desktop/dma_ip_drivers-master/XDMA/linuxernel$ cd xdma yux@yux-HP-Zhan-86-Pro-G2-MT-Business-PC:~/Desktop/dma_ip_drivers-master/XDMA/linuxernel/xdma$ sudo make clean [sudo] yux password: Makefile:10: XVC_FLAGS: . make -C /lib/modules/5.4.0-42-generic/build M=/home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma clean make[1]: Entering directory“/usr/src/linux-headers-5.4.0-42-generic” /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/Makefile:10: XVC_FLAGS: . CLEAN /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/Module.symvers make[1]:Leaving directory“/usr/src/linux-headers-5.4.0-42-generic” yux@yux-HP-Zhan-86-Pro-G2-MT-Business-PC:~/Desktop/dma_ip_drivers-master/XDMA/linuxernel/xdma$ sudo make install Makefile:10: XVC_FLAGS: . make -C /lib/modules/5.4.0-42-generic/build M=/home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma modules make[1]: Entering directory“/usr/src/linux-headers-5.4.0-42-generic” /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/Makefile:10: XVC_FLAGS: . CC [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/libxdma.o CC [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma_cdev.o CC [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/cdev_ctrl.o CC [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/cdev_events.o CC [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/cdev_sgdma.o CC [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/cdev_xvc.o CC [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/cdev_bypass.o CC [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma_mod.o CC [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma_thread.o LD [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma.o /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/Makefile:10: XVC_FLAGS: . Building modules, stage 2. MODPOST 1 modules CC [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma.mod.o LD [M] /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma.ko make[1]: Leaving directory“/usr/src/linux-headers-5.4.0-42-generic” make -C /lib/modules/5.4.0-42-generic/build M=/home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma modules_install make[1]: Entering directory“/usr/src/linux-headers-5.4.0-42-generic” INSTALL /home/yux/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma.ko DEPMOD 5.4.0-42-generic Warning: modules_install: missing 'System.map' file. Skipping depmod. make[1]: Leaving directory“/usr/src/linux-headers-5.4.0-42-generic” depmod -a yux@yux-HP-Zhan-86-Pro-G2-MT-Business-PC:~/Desktop/dma_ip_drivers-master/XDMA/linuxernel/xdma$ cd ../tools yux@yux-HP-Zhan-86-Pro-G2-MT-Business-PC:~/Desktop/dma_ip_drivers-master/XDMA/linuxernel/tools$ make clean rm -rf reg_rw .o .bin dma_to_device dma_from_device performance yux@yux-HP-Zhan-86-Pro-G2-MT-Business-PC:~/Desktop/dma_ip_drivers-master/XDMA/linuxernel/tools$ make cc -c -std=c99 -o reg_rw.o reg_rw.c -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGE_FILE_SOURCE cc -o reg_rw reg_rw.o cc -c -std=c99 -o dma_to_device.o dma_to_device.c -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGE_FILE_SOURCE In file included from /usr/include/assert.h:35:0, from dma_to_device.c:13: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]

warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"

^~~ cc -lrt -o dma_to_device dma_to_device.o -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGE_FILE_SOURCE cc -c -std=c99 -o dma_from_device.o dma_from_device.c -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGE_FILE_SOURCE In file included from /usr/include/assert.h:35:0, from dma_from_device.c:13: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]

warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"

^~~ cc -lrt -o dma_from_device dma_from_device.o -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGE_FILE_SOURCE cc -c -std=c99 -o performance.o performance.c -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGE_FILE_SOURCE cc -o performance performance.o -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGE_FILE_SOURCE yux@yux-HP-Zhan-86-Pro-G2-MT-Business-PC:~/Desktop/dma_ip_drivers-master/XDMA/linuxernel/tools$ cd ../tests yux@yux-HP-Zhan-86-Pro-G2-MT-Business-PC:~/Desktop/dma_ip_drivers-master/XDMA/linuxernel/tests$ sudo ./load_driver.sh Loading xdma driver...insmod: ERROR: could not insert module ../xdma/xdma.ko: Operation not permitted Error: Kernel module did not load properly. FAILED

do you have any advise?thanks!

jberaud commented 3 years ago

Can you please send the content of the dmesg ?

yuxisjtu commented 3 years ago

Can you please send the content of the dmesg ?

oh thank you, do you mean this? yux@yux-HP-Zhan-86-Pro-G2-MT-Business-PC:~/Desktop/dma_ip_drivers-master/XDMA/linuxernel$ dmesg [ 0.000000] microcode: microcode updated early to revision 0xd6, date = 2020-04-27 [ 0.000000] Linux version 5.4.0-42-generic (buildd@lgw01-amd64-023) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #46~18.04.1-Ubuntu SMP Fri Jul 10 07:21:24 UTC 2020 (Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic root=UUID=b1686b24-9cfc-4dba-8de4-082fb0fd5e4b ro quiet splash vt.handoff=1 [ 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: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000048fddfff] usable [ 0.000000] BIOS-e820: [mem 0x0000000048fde000-0x000000004943dfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000004943e000-0x00000000494bffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000494c0000-0x000000004955dfff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000004955e000-0x000000004bc0dfff] reserved [ 0.000000] BIOS-e820: [mem 0x000000004bc0e000-0x000000004bc0efff] usable [ 0.000000] BIOS-e820: [mem 0x000000004bc0f000-0x000000004f7fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000002ae7fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0x41539018-0x41549057] usable ==> usable [ 0.000000] e820: update [mem 0x41539018-0x41549057] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000041539017] usable [ 0.000000] reserve setup_data: [mem 0x0000000041539018-0x0000000041549057] usable [ 0.000000] reserve setup_data: [mem 0x0000000041549058-0x0000000048fddfff] usable [ 0.000000] reserve setup_data: [mem 0x0000000048fde000-0x000000004943dfff] reserved [ 0.000000] reserve setup_data: [mem 0x000000004943e000-0x00000000494bffff] ACPI data [ 0.000000] reserve setup_data: [mem 0x00000000494c0000-0x000000004955dfff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x000000004955e000-0x000000004bc0dfff] reserved [ 0.000000] reserve setup_data: [mem 0x000000004bc0e000-0x000000004bc0efff] usable [ 0.000000] reserve setup_data: [mem 0x000000004bc0f000-0x000000004f7fffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000002ae7fffff] usable [ 0.000000] efi: EFI v2.60 by American Megatrends [ 0.000000] efi: ACPI 2.0=0x4945c000 ACPI=0x4945c000 SMBIOS=0x4b9ae000 SMBIOS 3.0=0x4b9ad000 ESRT=0x473b1f98 MEMATTR=0x473b0018 [ 0.000000] secureboot: Secure boot enabled [ 0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7 [ 0.000000] SMBIOS 3.1.1 present. [ 0.000000] DMI: HP HP Zhan 86 Pro G2 MT Business PC/843C, BIOS F.13 10/11/2018 [ 0.000000] tsc: Detected 3200.000 MHz processor [ 0.000431] tsc: Detected 3199.980 MHz TSC [ 0.000431] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000432] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000436] last_pfn = 0x2ae800 max_arch_pfn = 0x400000000 [ 0.000439] MTRR default type: uncachable [ 0.000440] MTRR fixed ranges enabled: [ 0.000441] 00000-9FFFF write-back [ 0.000441] A0000-BFFFF uncachable [ 0.000442] C0000-FFFFF write-back [ 0.000442] MTRR variable ranges enabled: [ 0.000443] 0 base 0050000000 mask 7FF0000000 write-combining [ 0.000444] 1 base 004D000000 mask 7FFF000000 uncachable [ 0.000445] 2 base 0000000000 mask 7FC0000000 write-back [ 0.000445] 3 base 0040000000 mask 7FF0000000 write-back [ 0.000446] 4 base 0100000000 mask 7F00000000 write-back [ 0.000446] 5 base 02C0000000 mask 7FC0000000 uncachable [ 0.000447] 6 base 0200000000 mask 7F00000000 write-back [ 0.000448] 7 base 004E000000 mask 7FFE000000 uncachable [ 0.000448] 8 disabled [ 0.000448] 9 disabled [ 0.000837] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000996] last_pfn = 0x4bc0f max_arch_pfn = 0x400000000 [ 0.007524] esrt: Reserving ESRT space from 0x00000000473b1f98 to 0x00000000473b1fd0. [ 0.007527] e820: update [mem 0x473b1000-0x473b1fff] usable ==> reserved [ 0.007536] check: Scanning 1 areas for low memory corruption [ 0.007539] Using GB pages for direct mapping [ 0.007540] BRK [0x272a01000, 0x272a01fff] PGTABLE [ 0.007541] BRK [0x272a02000, 0x272a02fff] PGTABLE [ 0.007542] BRK [0x272a03000, 0x272a03fff] PGTABLE [ 0.007579] BRK [0x272a04000, 0x272a04fff] PGTABLE [ 0.007580] BRK [0x272a05000, 0x272a05fff] PGTABLE [ 0.007729] BRK [0x272a06000, 0x272a06fff] PGTABLE [ 0.007777] BRK [0x272a07000, 0x272a07fff] PGTABLE [ 0.007829] BRK [0x272a08000, 0x272a08fff] PGTABLE [ 0.007928] secureboot: Secure boot enabled [ 0.007929] RAMDISK: [mem 0x3d91c000-0x3fffdfff] [ 0.007939] ACPI: Early table checksum verification disabled [ 0.007942] ACPI: RSDP 0x000000004945C000 000024 (v02 HPQOEM) [ 0.007945] ACPI: XSDT 0x000000004945C0B8 0000EC (v01 HPQOEM SLIC-CPC 01072009 AMI 00010013) [ 0.007949] ACPI: FACP 0x00000000494A2F38 000114 (v06 HPQOEM SLIC-CPC 01072009 AMI 00010013) [ 0.007953] ACPI: DSDT 0x000000004945C230 046D02 (v02 HPQOEM SLIC-CPC 01072009 INTL 20160527) [ 0.007955] ACPI: FACS 0x000000004955B080 000040 [ 0.007956] ACPI: APIC 0x00000000494A3050 0000F4 (v04 HPQOEM SLIC-CPC 01072009 AMI 00010013) [ 0.007958] ACPI: FPDT 0x00000000494A3148 000044 (v01 HPQOEM SLIC-CPC 01072009 AMI 00010013) [ 0.007960] ACPI: FIDT 0x00000000494A3190 00009C (v01 HPQOEM SLIC-CPC 01072009 AMI 00010013) [ 0.007962] ACPI: MCFG 0x00000000494A3230 00003C (v01 HPQOEM SLIC-CPC 01072009 MSFT 00000097) [ 0.007964] ACPI: SSDT 0x00000000494A3270 000378 (v01 SataRe SataTabl 00001000 INTL 20160527) [ 0.007966] ACPI: SSDT 0x00000000494A35E8 0017D5 (v02 CpuRef CpuSsdt 00003000 INTL 20160527) [ 0.007968] ACPI: MSDM 0x00000000494A4DC0 000055 (v03 HPQOEM SLIC-CPC 01072009 AMI 00010013) [ 0.007970] ACPI: SSDT 0x00000000494A4E18 0031C7 (v02 SaSsdt SaSsdt 00003000 INTL 20160527) [ 0.007972] ACPI: SSDT 0x00000000494A7FE0 001FA8 (v02 PegSsd PegSsdt 00001000 INTL 20160527) [ 0.007974] ACPI: HPET 0x00000000494A9F88 000038 (v01 INTEL SLIC-CPC 00000002 01000013) [ 0.007976] ACPI: SSDT 0x00000000494A9FC0 002277 (v02 INTEL CflS_Rvp 00001000 INTL 20160527) [ 0.007978] ACPI: SSDT 0x00000000494AC238 000F9E (v02 INTEL Ther_Rvp 00001000 INTL 20160527) [ 0.007980] ACPI: SSDT 0x00000000494AD1D8 000910 (v02 INTEL xh_cfsd4 00000000 INTL 20160527) [ 0.007982] ACPI: UEFI 0x00000000494ADAE8 000048 (v01 HPQOEM SLIC-CPC 00000002 01000013) [ 0.007983] ACPI: LPIT 0x00000000494ADB30 00005C (v01 INTEL SLIC-CPC 00000002 01000013) [ 0.007985] ACPI: SSDT 0x00000000494ADB90 0027DE (v02 INTEL PtidDevc 00001000 INTL 20160527) [ 0.007987] ACPI: SSDT 0x00000000494B0370 000FFE (v02 INTEL TbtTypeC 00000000 INTL 20160527) [ 0.007989] ACPI: DBGP 0x00000000494B1370 000034 (v01 HPQOEM SLIC-CPC 00000002 01000013) [ 0.007991] ACPI: DBG2 0x00000000494B13A8 000054 (v00 HPQOEM SLIC-CPC 00000002 01000013) [ 0.007993] ACPI: SSDT 0x00000000494B1400 0019C4 (v02 HPQOEM UsbCTabl 00001000 INTL 20160527) [ 0.007995] ACPI: DMAR 0x00000000494B2DC8 0000A8 (v01 INTEL EDK2 00000002 01000013) [ 0.007997] ACPI: BGRT 0x00000000494B2E70 000038 (v01 HPQOEM SLIC-CPC 01072009 AMI 00010013) [ 0.007998] ACPI: SSDT 0x00000000494B2EA8 000843 (v01 HPQOEM SLIC-CPC 00000001 INTL 20160527) [ 0.008000] ACPI: WSMT 0x00000000494B36F0 000028 (v01 HPQOEM SLIC-CPC 01072009 AMI 00010013) [ 0.008006] ACPI: Local APIC address 0xfee00000 [ 0.008370] No NUMA configuration found [ 0.008371] Faking a node at [mem 0x0000000000000000-0x00000002ae7fffff] [ 0.008379] NODE_DATA(0) allocated [mem 0x2ae7d5000-0x2ae7fffff] [ 0.008523] Zone ranges: [ 0.008523] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.008524] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.008525] Normal [mem 0x0000000100000000-0x00000002ae7fffff] [ 0.008526] Device empty [ 0.008526] Movable zone start for each node [ 0.008528] Early memory node ranges [ 0.008529] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.008530] node 0: [mem 0x0000000000100000-0x0000000048fddfff] [ 0.008530] node 0: [mem 0x000000004bc0e000-0x000000004bc0efff] [ 0.008531] node 0: [mem 0x0000000100000000-0x00000002ae7fffff] [ 0.008716] Zeroed struct page in unavailable ranges: 34947 pages [ 0.008717] Initmem setup node 0 [mem 0x0000000000001000-0x00000002ae7fffff] [ 0.008718] On node 0 totalpages: 2062205 [ 0.008718] DMA zone: 64 pages used for memmap [ 0.008719] DMA zone: 22 pages reserved [ 0.008719] DMA zone: 3998 pages, LIFO batch:0 [ 0.008754] DMA32 zone: 4608 pages used for memmap [ 0.008755] DMA32 zone: 294879 pages, LIFO batch:63 [ 0.014247] Normal zone: 27552 pages used for memmap [ 0.014247] Normal zone: 1763328 pages, LIFO batch:63 [ 0.028858] Reserving Intel graphics memory at [mem 0x4d800000-0x4f7fffff] [ 0.029711] ACPI: PM-Timer IO Port: 0x1808 [ 0.029713] ACPI: Local APIC address 0xfee00000 [ 0.029718] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.029719] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.029719] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.029719] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.029720] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.029720] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.029721] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.029721] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.029721] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.029722] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.029722] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.029723] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1]) [ 0.029788] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.029789] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.029790] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.029791] ACPI: IRQ0 used by override. [ 0.029792] ACPI: IRQ9 used by override. [ 0.029793] Using ACPI (MADT) for SMP configuration information [ 0.029795] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.029799] e820: update [mem 0x45576000-0x4576cfff] usable ==> reserved [ 0.029806] smpboot: Allowing 12 CPUs, 0 hotplug CPUs [ 0.029817] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.029818] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff] [ 0.029819] PM: Registered nosave memory: [mem 0x41539000-0x41539fff] [ 0.029820] PM: Registered nosave memory: [mem 0x41549000-0x41549fff] [ 0.029821] PM: Registered nosave memory: [mem 0x45576000-0x4576cfff] [ 0.029822] PM: Registered nosave memory: [mem 0x473b1000-0x473b1fff] [ 0.029823] PM: Registered nosave memory: [mem 0x48fde000-0x4943dfff] [ 0.029823] PM: Registered nosave memory: [mem 0x4943e000-0x494bffff] [ 0.029823] PM: Registered nosave memory: [mem 0x494c0000-0x4955dfff] [ 0.029824] PM: Registered nosave memory: [mem 0x4955e000-0x4bc0dfff] [ 0.029825] PM: Registered nosave memory: [mem 0x4bc0f000-0x4f7fffff] [ 0.029825] PM: Registered nosave memory: [mem 0x4f800000-0xdfffffff] [ 0.029826] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.029826] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff] [ 0.029826] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff] [ 0.029827] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff] [ 0.029827] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [ 0.029827] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] [ 0.029828] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] [ 0.029828] PM: Registered nosave memory: [mem 0xfed04000-0xfedfffff] [ 0.029829] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.029829] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] [ 0.029829] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.029830] [mem 0x4f800000-0xdfffffff] available for PCI devices [ 0.029831] Booting paravirtualized kernel on bare hardware [ 0.029833] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.029838] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1 [ 0.030139] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144 [ 0.030144] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152 [ 0.030144] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- [ 0.030165] Built 1 zonelists, mobility grouping on. Total pages: 2029959 [ 0.030165] Policy zone: Normal [ 0.030166] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic root=UUID=b1686b24-9cfc-4dba-8de4-082fb0fd5e4b ro quiet splash vt.handoff=1 [ 0.030647] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.030860] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.030944] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.034458] Calgary: detecting Calgary via BIOS EBDA area [ 0.034460] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.053722] Memory: 7909320K/8248820K available (14339K kernel code, 2378K rwdata, 4924K rodata, 2704K init, 5020K bss, 339500K reserved, 0K cma-reserved) [ 0.053728] random: get_random_u64 called from __kmem_cache_create+0x41/0x550 with crng_init=0 [ 0.053867] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1 [ 0.053879] Kernel/User page tables isolation: enabled [ 0.053892] ftrace: allocating 44191 entries in 173 pages [ 0.067873] rcu: Hierarchical RCU implementation. [ 0.067874] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12. [ 0.067875] Tasks RCU enabled. [ 0.067876] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.067876] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12 [ 0.070080] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16 [ 0.070762] random: crng done (trusting CPU's manufacturer) [ 0.070779] vt handoff: transparent VT on vt#1 [ 0.070786] Console: colour dummy device 80x25 [ 0.070789] printk: console [tty0] enabled [ 0.070806] ACPI: Core revision 20190816 [ 0.071282] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns [ 0.071424] APIC: Switch to symmetric I/O mode setup [ 0.071426] DMAR: Host address width 39 [ 0.071426] DMAR: DRHD base: 0x000000fed90000 flags: 0x0 [ 0.071431] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e [ 0.071431] DMAR: DRHD base: 0x000000fed91000 flags: 0x1 [ 0.071434] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da [ 0.071434] DMAR: RMRR base: 0x000000493e2000 end: 0x00000049401fff [ 0.071435] DMAR: RMRR base: 0x0000004d000000 end: 0x0000004f7fffff [ 0.071436] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1 [ 0.071437] DMAR-IR: HPET id 0 under DRHD base 0xfed91000 [ 0.071437] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping. [ 0.074583] DMAR-IR: Enabled IRQ remapping in x2apic mode [ 0.074584] x2apic enabled [ 0.074614] Switched APIC routing to cluster x2apic. [ 0.083828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.103295] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e2036ff8d5, max_idle_ns: 440795275316 ns [ 0.103298] Calibrating delay loop (skipped), value calculated using timer frequency.. 6399.96 BogoMIPS (lpj=12799920) [ 0.103300] pid_max: default: 32768 minimum: 301 [ 0.105447] LSM: Security Framework initializing [ 0.105455] Yama: becoming mindful. [ 0.105512] AppArmor: AppArmor initialized [ 0.105554] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.105568] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.105584] VALIDATE tmpfs [ 0.105699] VALIDATE proc [ 0.105739] VALIDATE cgroup1 [ 0.105740] VALIDATE cgroup2 [ 0.105795] mce: CPU0: Thermal monitoring enabled (TM1) [ 0.105816] process: using mwait in idle threads [ 0.105818] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [ 0.105819] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [ 0.105820] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.105821] Spectre V2 : Mitigation: Full generic retpoline [ 0.105822] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.105822] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.105824] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.105824] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl [ 0.105825] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.105827] TAA: Mitigation: Clear CPU buffers [ 0.105830] SRBDS: Mitigation: Microcode [ 0.105830] MDS: Mitigation: Clear CPU buffers [ 0.106029] Freeing SMP alternatives memory: 40K [ 0.107752] smpboot: CPU0: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (family: 0x6, model: 0x9e, stepping: 0xa) [ 0.107866] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.107870] ... version: 4 [ 0.107870] ... bit width: 48 [ 0.107870] ... generic registers: 4 [ 0.107871] ... value mask: 0000ffffffffffff [ 0.107871] ... max period: 00007fffffffffff [ 0.107872] ... fixed-purpose events: 3 [ 0.107872] ... event mask: 000000070000000f [ 0.107904] rcu: Hierarchical SRCU implementation. [ 0.108994] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.109075] smp: Bringing up secondary CPUs ... [ 0.109146] x86: Booting SMP configuration: [ 0.109147] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 [ 0.119965] 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.119965] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details. [ 0.119965] #7 #8 #9 #10 #11 [ 0.119965] smp: Brought up 1 node, 12 CPUs [ 0.119965] smpboot: Max logical packages: 1 [ 0.119965] smpboot: Total of 12 processors activated (76799.52 BogoMIPS) [ 0.123576] devtmpfs: initialized [ 0.123576] x86/mm: Memory block size: 128MB [ 0.123884] PM: Registering ACPI NVS region [mem 0x494c0000-0x4955dfff] (647168 bytes) [ 0.123884] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.123884] futex hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 0.123884] pinctrl core: initialized pinctrl subsystem [ 0.123884] PM: RTC time: 11:23:18, date: 2021-04-01 [ 0.123884] NET: Registered protocol family 16 [ 0.123894] audit: initializing netlink subsys (disabled) [ 0.123900] audit: type=2000 audit(1617276198.044:1): state=initialized audit_enabled=0 res=1 [ 0.123900] EISA bus registered [ 0.123900] cpuidle: using governor ladder [ 0.123900] cpuidle: using governor menu [ 0.123900] ACPI: bus type PCI registered [ 0.123900] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.123900] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.123900] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.123900] PCI: Using configuration type 1 for base access [ 0.123900] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.124153] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.124153] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.127364] ACPI: Added _OSI(Module Device) [ 0.127365] ACPI: Added _OSI(Processor Device) [ 0.127365] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.127366] ACPI: Added _OSI(Processor Aggregator Device) [ 0.127367] ACPI: Added _OSI(Linux-Dell-Video) [ 0.127367] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.127368] ACPI: Added OSI(Linux-HPI-Hybrid-Graphics) [ 0.182986] ACPI: 12 ACPI AML tables successfully acquired and loaded [ 0.190232] ACPI: Dynamic OEM Table Load: [ 0.190237] ACPI: SSDT 0xFFFF9E92A3C79800 000708 (v02 PmRef Cpu0Ist 00003000 INTL 20160527) [ 0.191830] ACPI: _SB.PR00: _OSC native thermal LVT Acked [ 0.193678] ACPI: Dynamic OEM Table Load: [ 0.193682] ACPI: SSDT 0xFFFF9E92A42C2000 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527) [ 0.195131] ACPI: Dynamic OEM Table Load: [ 0.195135] ACPI: SSDT 0xFFFF9E92A42B8E00 00010A (v02 PmRef Cpu0Hwp 00003000 INTL 20160527) [ 0.196525] ACPI: Dynamic OEM Table Load: [ 0.196529] ACPI: SSDT 0xFFFF9E92A3C7D800 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527) [ 0.198317] ACPI: Dynamic OEM Table Load: [ 0.198323] ACPI: SSDT 0xFFFF9E92A4108000 000EF1 (v02 PmRef ApIst 00003000 INTL 20160527) [ 0.200584] ACPI: Dynamic OEM Table Load: [ 0.200588] ACPI: SSDT 0xFFFF9E92A42C0000 000317 (v02 PmRef ApHwp 00003000 INTL 20160527) [ 0.202074] ACPI: Dynamic OEM Table Load: [ 0.202078] ACPI: SSDT 0xFFFF9E92A42C4800 00030A (v02 PmRef ApCst 00003000 INTL 20160527) [ 0.209474] ACPI: Interpreter enabled [ 0.209508] ACPI: (supports S0 S3 S4 S5) [ 0.209509] ACPI: Using IOAPIC for interrupt routing [ 0.209542] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.211030] ACPI: Enabled 7 GPEs in block 00 to 7F [ 0.224425] ACPI: Power Resource [USBC] (on) [ 0.224595] ACPI: Power Resource [PAUD] (on) [ 0.227843] ACPI: Power Resource [V0PR] (on) [ 0.228041] ACPI: Power Resource [V1PR] (on) [ 0.228234] ACPI: Power Resource [V2PR] (on) [ 0.230810] ACPI: Power Resource [PXTC] (on) [ 0.234141] Initialized Local Variables for Method [_CRS]: [ 0.234142] Local0: 000000008f0bcb0b Integer 0000000000000000 [ 0.234145] Local1: 0000000088b47db3 Integer 0000000000000000 [ 0.234147] No Arguments are initialized for method [_CRS] [ 0.234148] ACPI Error: Aborting method _SB.PCI0.SPI1.FPNT._CRS due to previous error (AE_AML_INVALID_RESOURCE_TYPE) (20190816/psparse-531) [ 0.234155] ACPI Error: Method execution failed _SB.PCI0.SPI1.FPNT._CRS due to previous error (AE_AML_INVALID_RESOURCE_TYPE) (20190816/uteval-69) [ 0.235409] Initialized Local Variables for Method [_CRS]: [ 0.235410] Local0: 00000000090e50c9 Integer 0000000000000000 [ 0.235412] Local1: 000000007fa3bd7f Integer 0000000000000000 [ 0.235413] No Arguments are initialized for method [_CRS] [ 0.235415] ACPI Error: Aborting method _SB.PCI0.SPI2.FPNT._CRS due to previous error (AE_AML_INVALID_RESOURCE_TYPE) (20190816/psparse-531) [ 0.235421] ACPI Error: Method execution failed _SB.PCI0.SPI2.FPNT._CRS due to previous error (AE_AML_INVALID_RESOURCE_TYPE) (20190816/uteval-69) [ 0.236535] ACPI: Power Resource [WRST] (on) [ 0.242166] ACPI: Power Resource [FN00] (off) [ 0.242255] ACPI: Power Resource [FN01] (off) [ 0.242343] ACPI: Power Resource [FN02] (off) [ 0.242434] ACPI: Power Resource [FN03] (off) [ 0.242520] ACPI: Power Resource [FN04] (off) [ 0.243180] ACPI: Power Resource [PIN] (off) [ 0.243627] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.243632] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 0.247622] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR] [ 0.248651] PCI host bridge to bus 0000:00 [ 0.248652] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.248653] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.248654] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.248655] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.248655] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 0.248656] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] [ 0.248657] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] [ 0.248657] pci_bus 0000:00: root bus resource [mem 0x4f800000-0xdfffffff window] [ 0.248658] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window] [ 0.248659] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.248667] pci 0000:00:00.0: [8086:3ec2] type 00 class 0x060000 [ 0.249051] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 [ 0.249090] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 0.249347] pci 0000:00:02.0: [8086:3e92] type 00 class 0x030000 [ 0.249355] pci 0000:00:02.0: reg 0x10: [mem 0xc1000000-0xc1ffffff 64bit] [ 0.249359] pci 0000:00:02.0: reg 0x18: [mem 0x50000000-0x5fffffff 64bit pref] [ 0.249362] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f] [ 0.249378] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.249686] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000 [ 0.249729] pci 0000:00:12.0: reg 0x10: [mem 0xc2320000-0xc2320fff 64bit] [ 0.250061] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330 [ 0.250104] pci 0000:00:14.0: reg 0x10: [mem 0xc2300000-0xc230ffff 64bit] [ 0.250242] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.250463] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000 [ 0.250498] pci 0000:00:14.2: reg 0x10: [mem 0xc2316000-0xc2317fff 64bit] [ 0.250518] pci 0000:00:14.2: reg 0x18: [mem 0xc231f000-0xc231ffff 64bit] [ 0.251007] pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000 [ 0.251717] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.254381] pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000 [ 0.255108] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.257617] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000 [ 0.257657] pci 0000:00:16.0: reg 0x10: [mem 0xc231c000-0xc231cfff 64bit] [ 0.257776] pci 0000:00:16.0: PME# supported from D3hot [ 0.258069] pci 0000:00:17.0: [8086:a352] type 00 class 0x010601 [ 0.258106] pci 0000:00:17.0: reg 0x10: [mem 0xc2314000-0xc2315fff] [ 0.258120] pci 0000:00:17.0: reg 0x14: [mem 0xc231b000-0xc231b0ff] [ 0.258135] pci 0000:00:17.0: reg 0x18: [io 0x5090-0x5097] [ 0.258149] pci 0000:00:17.0: reg 0x1c: [io 0x5080-0x5083] [ 0.258164] pci 0000:00:17.0: reg 0x20: [io 0x5060-0x507f] [ 0.258178] pci 0000:00:17.0: reg 0x24: [mem 0xc231a000-0xc231a7ff] [ 0.258262] pci 0000:00:17.0: PME# supported from D3hot [ 0.258533] pci 0000:00:1c.0: [8086:a33c] type 01 class 0x060400 [ 0.258737] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.258773] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity [ 0.259048] pci 0000:00:1c.6: [8086:a33e] type 01 class 0x060400 [ 0.259243] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold [ 0.259277] pci 0000:00:1c.6: PTM enabled (root), 4ns granularity [ 0.259769] pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000 [ 0.260496] pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.262985] pci 0000:00:1f.0: [8086:a304] type 00 class 0x060100 [ 0.263413] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300 [ 0.263491] pci 0000:00:1f.3: reg 0x10: [mem 0xc2310000-0xc2313fff 64bit] [ 0.263564] pci 0000:00:1f.3: reg 0x20: [mem 0xc2000000-0xc20fffff 64bit] [ 0.263715] pci 0000:00:1f.3: PME# supported from D3hot D3cold [ 0.264054] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500 [ 0.264236] pci 0000:00:1f.4: reg 0x10: [mem 0xc2318000-0xc23180ff 64bit] [ 0.264452] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf] [ 0.264857] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000 [ 0.264884] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [ 0.265125] pci 0000:01:00.0: [10ee:7038] type 00 class 0x058000 [ 0.265137] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xc000ffff] [ 0.265141] pci 0000:01:00.0: reg 0x14: [mem 0x80000000-0xbfffffff] [ 0.265248] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.265251] pci 0000:00:01.0: bridge window [mem 0x80000000-0xc00fffff] [ 0.265380] pci 0000:02:00.0: [10ec:c821] type 00 class 0x028000 [ 0.265430] pci 0000:02:00.0: reg 0x10: [io 0x4000-0x40ff] [ 0.265462] pci 0000:02:00.0: reg 0x18: [mem 0xc2200000-0xc220ffff 64bit] [ 0.265634] pci 0000:02:00.0: supports D1 D2 [ 0.265634] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.265848] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.265853] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff] [ 0.265858] pci 0000:00:1c.0: bridge window [mem 0xc2200000-0xc22fffff] [ 0.265988] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 [ 0.266028] pci 0000:03:00.0: reg 0x10: [io 0x3000-0x30ff] [ 0.266056] pci 0000:03:00.0: reg 0x18: [mem 0xc2104000-0xc2104fff 64bit] [ 0.266076] pci 0000:03:00.0: reg 0x20: [mem 0xc2100000-0xc2103fff 64bit] [ 0.266219] pci 0000:03:00.0: supports D1 D2 [ 0.266219] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.266424] pci 0000:00:1c.6: PCI bridge to [bus 03] [ 0.266428] pci 0000:00:1c.6: bridge window [io 0x3000-0x3fff] [ 0.266433] pci 0000:00:1c.6: bridge window [mem 0xc2100000-0xc21fffff] [ 0.268255] ACPI: PCI Interrupt Link [LNKA] (IRQs) 0 [ 0.268291] ACPI: PCI Interrupt Link [LNKB] (IRQs) 1 [ 0.268325] ACPI: PCI Interrupt Link [LNKC] (IRQs) 0 [ 0.268359] ACPI: PCI Interrupt Link [LNKD] (IRQs) 0 [ 0.268393] ACPI: PCI Interrupt Link [LNKE] (IRQs) 0 [ 0.268426] ACPI: PCI Interrupt Link [LNKF] (IRQs) 0 [ 0.268460] ACPI: PCI Interrupt Link [LNKG] (IRQs) 0 [ 0.268494] ACPI: PCI Interrupt Link [LNKH] (IRQs) 0 [ 0.269104] iommu: Default domain type: Translated [ 0.269104] SCSI subsystem initialized [ 0.269104] libata version 3.00 loaded. [ 0.269104] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.269104] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.269104] pci 0000:00:02.0: vgaarb: bridge control possible [ 0.269104] vgaarb: loaded [ 0.269104] ACPI: bus type USB registered [ 0.269104] usbcore: registered new interface driver usbfs [ 0.269104] usbcore: registered new interface driver hub [ 0.269104] usbcore: registered new device driver usb [ 0.269104] pps_core: LinuxPPS API ver. 1 registered [ 0.269104] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.269104] PTP clock support registered [ 0.269104] EDAC MC: Ver: 3.0.0 [ 0.269104] Registered efivars operations [ 0.269104] PCI: Using ACPI for IRQ routing [ 0.355541] PCI: pci_cache_line_size set to 64 bytes [ 0.355846] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] [ 0.355847] e820: reserve RAM buffer [mem 0x41539018-0x43ffffff] [ 0.355847] e820: reserve RAM buffer [mem 0x45576000-0x47ffffff] [ 0.355848] e820: reserve RAM buffer [mem 0x473b1000-0x47ffffff] [ 0.355848] e820: reserve RAM buffer [mem 0x48fde000-0x4bffffff] [ 0.355849] e820: reserve RAM buffer [mem 0x4bc0f000-0x4bffffff] [ 0.355850] e820: reserve RAM buffer [mem 0x2ae800000-0x2afffffff] [ 0.355914] NetLabel: Initializing [ 0.355914] NetLabel: domain hash size = 128 [ 0.355915] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.355925] NetLabel: unlabeled traffic allowed by default [ 0.355933] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.355933] hpet0: 8 comparators, 64-bit 24.000000 MHz counter [ 0.357866] clocksource: Switched to clocksource tsc-early [ 0.364131] VALIDATE bpf [ 0.364195] VFS: Disk quotas dquot_6.6.0 [ 0.364206] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.364222] VALIDATE ramfs [ 0.364225] VALIDATE hugetlbfs [ 0.364290] AppArmor: AppArmor Filesystem Enabled [ 0.364307] pnp: PnP ACPI init [ 0.364573] system 00:00: [io 0x0680-0x069f] has been reserved [ 0.364575] system 00:00: [io 0x164e-0x164f] has been reserved [ 0.364579] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.364595] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.364689] system 00:02: [io 0x1854-0x1857] has been reserved [ 0.364692] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.364882] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.364883] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.364884] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.364885] system 00:03: [mem 0xe0000000-0xefffffff] has been reserved [ 0.364885] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.364886] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved [ 0.364887] system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.364888] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.364890] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.365121] system 00:04: [io 0x1800-0x18fe] could not be reserved [ 0.365122] system 00:04: [mem 0xfd000000-0xfd69ffff] has been reserved [ 0.365123] system 00:04: [mem 0xfd6c0000-0xfd6cffff] has been reserved [ 0.365124] system 00:04: [mem 0xfd6f0000-0xfdffffff] has been reserved [ 0.365125] system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 0.365126] system 00:04: [mem 0xfe200000-0xfe7fffff] has been reserved [ 0.365127] system 00:04: [mem 0xff000000-0xffffffff] has been reserved [ 0.365129] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.365440] system 00:05: [io 0x2000-0x20fe] has been reserved [ 0.365443] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.366568] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.367646] pnp: PnP ACPI: found 7 devices [ 0.368522] thermal_sys: Registered thermal governor 'fair_share' [ 0.368523] thermal_sys: Registered thermal governor 'bang_bang' [ 0.368523] thermal_sys: Registered thermal governor 'step_wise' [ 0.368524] thermal_sys: Registered thermal governor 'user_space' [ 0.368524] thermal_sys: Registered thermal governor 'power_allocator' [ 0.373014] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.373044] pci 0000:00:15.0: BAR 0: assigned [mem 0x4f800000-0x4f800fff 64bit] [ 0.373314] pci 0000:00:15.1: BAR 0: assigned [mem 0x4f801000-0x4f801fff 64bit] [ 0.373582] pci 0000:00:1e.0: BAR 0: assigned [mem 0x4f802000-0x4f802fff 64bit] [ 0.373848] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.373850] pci 0000:00:01.0: bridge window [mem 0x80000000-0xc00fffff] [ 0.373854] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.373857] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff] [ 0.373863] pci 0000:00:1c.0: bridge window [mem 0xc2200000-0xc22fffff] [ 0.373876] pci 0000:00:1c.6: PCI bridge to [bus 03] [ 0.373878] pci 0000:00:1c.6: bridge window [io 0x3000-0x3fff] [ 0.373885] pci 0000:00:1c.6: bridge window [mem 0xc2100000-0xc21fffff] [ 0.373898] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.373898] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.373899] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.373900] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e3fff window] [ 0.373900] pci_bus 0000:00: resource 8 [mem 0x000e4000-0x000e7fff window] [ 0.373901] pci_bus 0000:00: resource 9 [mem 0x000e8000-0x000ebfff window] [ 0.373902] pci_bus 0000:00: resource 10 [mem 0x000ec000-0x000effff window] [ 0.373903] pci_bus 0000:00: resource 11 [mem 0x4f800000-0xdfffffff window] [ 0.373903] pci_bus 0000:00: resource 12 [mem 0xfc800000-0xfe7fffff window] [ 0.373904] pci_bus 0000:01: resource 1 [mem 0x80000000-0xc00fffff] [ 0.373905] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff] [ 0.373906] pci_bus 0000:02: resource 1 [mem 0xc2200000-0xc22fffff] [ 0.373906] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff] [ 0.373907] pci_bus 0000:03: resource 1 [mem 0xc2100000-0xc21fffff] [ 0.374065] NET: Registered protocol family 2 [ 0.374182] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.374217] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.374322] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.374405] TCP: Hash tables configured (established 65536 bind 65536) [ 0.374434] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.374453] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.374490] NET: Registered protocol family 1 [ 0.374493] NET: Registered protocol family 44 [ 0.374501] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.374698] PCI: CLS 64 bytes, default 64 [ 0.374729] Trying to unpack rootfs image as initramfs... [ 0.832121] Freeing initrd memory: 39816K [ 0.867347] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.867351] software IO TLB: mapped [mem 0x3991c000-0x3d91c000] (64MB) [ 0.867667] check: Scanning for low memory corruption every 60 seconds [ 0.868716] Initialise system trusted keyrings [ 0.868725] Key type blacklist registered [ 0.868752] workingset: timestamp_bits=36 max_order=21 bucket_order=0 [ 0.869676] zbud: loaded [ 0.869957] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.870064] fuse: init (API version 7.31) [ 0.870077] VALIDATE fuse [ 0.870078] VALIDATE fuse [ 0.870146] Platform Keyring initialized [ 0.873218] Key type asymmetric registered [ 0.873219] Asymmetric key parser 'x509' registered [ 0.873225] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 0.873257] io scheduler mq-deadline registered [ 0.873572] pcieport 0000:00:01.0: PME: Signaling with IRQ 122 [ 0.873803] pcieport 0000:00:1c.0: PME: Signaling with IRQ 123 [ 0.873859] pcieport 0000:00:1c.0: AER: enabled with IRQ 123 [ 0.873903] pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+ [ 0.874201] pcieport 0000:00:1c.6: PME: Signaling with IRQ 124 [ 0.874255] pcieport 0000:00:1c.6: AER: enabled with IRQ 124 [ 0.874295] pcieport 0000:00:1c.6: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+ [ 0.874403] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.874445] efifb: probing for efifb [ 0.874461] efifb: Ignoring BGRT: unexpected or invalid BMP data [ 0.874461] efifb: framebuffer at 0x50000000, using 3072k, total 3072k [ 0.874462] efifb: mode is 1024x768x32, linelength=4096, pages=1 [ 0.874462] efifb: scrolling: redraw [ 0.874463] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.874487] fbcon: Deferring console take-over [ 0.874487] fb0: EFI VGA frame buffer device [ 0.874493] intel_idle: MWAIT substates: 0x11142120 [ 0.874494] intel_idle: v0.4.1 model 0x9E [ 0.874967] intel_idle: lapic_timer_reliable_states 0xffffffff [ 0.875109] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0 [ 0.875124] ACPI: Sleep Button [SLPB] [ 0.875146] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 [ 0.875156] ACPI: Power Button [PWRB] [ 0.875176] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 0.875197] ACPI: Power Button [PWRF] [ 0.879116] thermal LNXTHERM:00: registered as thermal_zone0 [ 0.879117] ACPI: Thermal Zone [HPTZ] (37 C) [ 0.879539] thermal LNXTHERM:01: registered as thermal_zone1 [ 0.879540] ACPI: Thermal Zone [TZ00] (28 C) [ 0.879680] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.902109] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.903544] Linux agpgart interface v0.103 [ 0.905889] loop: module loaded [ 0.906014] libphy: Fixed MDIO Bus: probed [ 0.906014] tun: Universal TUN/TAP device driver, 1.6 [ 0.906055] PPP generic driver version 2.4.2 [ 0.906141] VFIO - User Level meta-driver version: 0.3 [ 0.906220] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.906222] ehci-pci: EHCI PCI platform driver [ 0.906228] ehci-platform: EHCI generic platform driver [ 0.906234] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.906235] ohci-pci: OHCI PCI platform driver [ 0.906240] ohci-platform: OHCI generic platform driver [ 0.906244] uhci_hcd: USB Universal Host Controller Interface driver [ 0.906290] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.906293] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 [ 0.907374] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810 [ 0.907381] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 0.907545] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04 [ 0.907546] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.907547] usb usb1: Product: xHCI Host Controller [ 0.907548] usb usb1: Manufacturer: Linux 5.4.0-42-generic xhci-hcd [ 0.907549] usb usb1: SerialNumber: 0000:00:14.0 [ 0.907643] hub 1-0:1.0: USB hub found [ 0.907659] hub 1-0:1.0: 16 ports detected [ 0.908892] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 0.908894] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 0.908896] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed [ 0.908920] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04 [ 0.908921] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.908922] usb usb2: Product: xHCI Host Controller [ 0.908922] usb usb2: Manufacturer: Linux 5.4.0-42-generic xhci-hcd [ 0.908923] usb usb2: SerialNumber: 0000:00:14.0 [ 0.909010] hub 2-0:1.0: USB hub found [ 0.909029] hub 2-0:1.0: 8 ports detected [ 0.909493] usb: port power management may be unreliable [ 0.909752] i8042: PNP: No PS/2 controller found. [ 0.909857] mousedev: PS/2 mouse device common for all mice [ 0.910079] rtc_cmos 00:01: RTC can wake from S4 [ 0.911154] rtc_cmos 00:01: registered as rtc0 [ 0.911164] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 0.911168] i2c /dev entries driver [ 0.911192] device-mapper: uevent: version 1.0.3 [ 0.911232] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com [ 0.911244] platform eisa.0: Probing EISA bus 0 [ 0.911245] platform eisa.0: EISA: Cannot allocate resource for mainboard [ 0.911246] platform eisa.0: Cannot allocate resource for EISA slot 1 [ 0.911247] platform eisa.0: Cannot allocate resource for EISA slot 2 [ 0.911247] platform eisa.0: Cannot allocate resource for EISA slot 3 [ 0.911248] platform eisa.0: Cannot allocate resource for EISA slot 4 [ 0.911249] platform eisa.0: Cannot allocate resource for EISA slot 5 [ 0.911249] platform eisa.0: Cannot allocate resource for EISA slot 6 [ 0.911250] platform eisa.0: Cannot allocate resource for EISA slot 7 [ 0.911250] platform eisa.0: Cannot allocate resource for EISA slot 8 [ 0.911251] platform eisa.0: EISA: Detected 0 cards [ 0.911253] intel_pstate: Intel P-state driver initializing [ 0.912276] intel_pstate: HWP enabled [ 0.912558] ledtrig-cpu: registered to indicate activity on CPUs [ 0.912559] EFI Variables Facility v0.08 2004-May-17 [ 0.957089] intel_pmc_core INT33A1:00: initialized [ 0.957150] drop_monitor: Initializing network drop monitor service [ 0.957260] NET: Registered protocol family 10 [ 0.960342] Segment Routing with IPv6 [ 0.960352] NET: Registered protocol family 17 [ 0.960395] Key type dns_resolver registered [ 0.961008] RAS: Correctable Errors collector initialized. [ 0.961048] microcode: sig=0x906ea, pf=0x2, revision=0xd6 [ 0.961346] microcode: Microcode Update Driver: v2.2. [ 0.961349] IPI shorthand broadcast: enabled [ 0.961366] sched_clock: Marking stable (952622047, 8722988)->(968557922, -7212887) [ 0.961460] registered taskstats version 1 [ 0.961465] Loading compiled-in X.509 certificates [ 0.962322] Loaded X.509 cert 'Build time autogenerated kernel key: 48ee52262915d1ee4db3e3222acce2ebb1a0fb65' [ 0.962347] zswap: loaded using pool lzo/zbud [ 0.962457] Key type ._fscrypt registered [ 0.962458] Key type .fscrypt registered [ 0.965514] Key type big_key registered [ 0.967008] Key type encrypted registered [ 0.967010] AppArmor: AppArmor sha1 policy hashing enabled [ 0.968064] integrity: Loading X.509 certificate: UEFI:db [ 0.968083] integrity: Loaded X.509 cert 'HP Inc.: HP UEFI Secure Boot DB 2017: d9c01b50cfcae89d3b05345c163aa76e5dd589e7' [ 0.968083] integrity: Loading X.509 certificate: UEFI:db [ 0.968101] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' [ 0.968101] integrity: Loading X.509 certificate: UEFI:db [ 0.968114] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' [ 0.969391] ima: No TPM chip found, activating TPM-bypass! [ 0.969400] ima: Allocated hash algorithm: sha1 [ 0.969403] ima: No architecture policies found [ 0.969410] evm: Initialising EVM extended attributes: [ 0.969410] evm: security.selinux [ 0.969410] evm: security.SMACK64 [ 0.969410] evm: security.SMACK64EXEC [ 0.969411] evm: security.SMACK64TRANSMUTE [ 0.969411] evm: security.SMACK64MMAP [ 0.969411] evm: security.apparmor [ 0.969411] evm: security.ima [ 0.969412] evm: security.capability [ 0.969412] evm: HMAC attrs: 0x1 [ 0.970220] PM: Magic number: 1:51:377 [ 0.970546] rtc_cmos 00:01: setting system clock to 2021-04-01T11:23:19 UTC (1617276199) [ 0.970664] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7 [ 0.971260] Freeing unused decrypted memory: 2040K [ 0.971503] Freeing unused kernel image memory: 2704K [ 1.059613] Write protecting the kernel read-only data: 22528k [ 1.060051] Freeing unused kernel image memory: 2008K [ 1.060201] Freeing unused kernel image memory: 1220K [ 1.065480] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.065480] x86/mm: Checking user space page tables [ 1.070657] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.070658] Run /init as init process [ 1.129915] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.129976] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.130096] acpi PNP0C14:03: duplicate WMI GUID 5FB7F034-2C63-45E9-BE91-3D44E2C707E4 (first instance was on PNP0C14:02) [ 1.130097] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00) [ 1.132350] ahci 0000:00:17.0: version 3.0 [ 1.134362] r8169 0000:03:00.0: enabling device (0100 -> 0103) [ 1.143410] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x3d impl SATA mode [ 1.143411] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst [ 1.144101] libphy: r8169: probed [ 1.144245] r8169 0000:03:00.0 eth0: RTL8168h/8111h, 10:62:e5:03:be:53, XID 541, IRQ 127 [ 1.144246] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 1.144696] r8169 0000:03:00.0 enp3s0: renamed from eth0 [ 1.192099] scsi host0: ahci [ 1.192265] scsi host1: ahci [ 1.192409] scsi host2: ahci [ 1.192472] scsi host3: ahci [ 1.192525] scsi host4: ahci [ 1.192570] scsi host5: ahci [ 1.192603] ata1: SATA max UDMA/133 abar m2048@0xc231a000 port 0xc231a100 irq 126 [ 1.192604] ata2: DUMMY [ 1.192606] ata3: SATA max UDMA/133 abar m2048@0xc231a000 port 0xc231a200 irq 126 [ 1.192608] ata4: SATA max UDMA/133 abar m2048@0xc231a000 port 0xc231a280 irq 126 [ 1.192610] ata5: SATA max UDMA/133 abar m2048@0xc231a000 port 0xc231a300 irq 126 [ 1.192612] ata6: SATA max UDMA/133 abar m2048@0xc231a000 port 0xc231a380 irq 126 [ 1.239565] usb 1-5: new low-speed USB device number 2 using xhci_hcd [ 1.395730] usb 1-5: New USB device found, idVendor=04ca, idProduct=004b, bcdDevice= 1.09 [ 1.395731] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.395746] usb 1-5: Product: USB Keyboard [ 1.395746] usb 1-5: Manufacturer: Lite-On Technology Corp. [ 1.508393] ata6: SATA link down (SStatus 4 SControl 300) [ 1.508439] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.508458] ata5: SATA link down (SStatus 4 SControl 300) [ 1.508479] ata4: SATA link down (SStatus 4 SControl 300) [ 1.508494] ata3: SATA link down (SStatus 4 SControl 300) [ 1.510484] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [ 1.510486] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [ 1.510487] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [ 1.511873] ata1.00: ATA-9: TOSHIBA DT01ACA100, MS2OA800, max UDMA/133 [ 1.511874] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA [ 1.514153] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded [ 1.514154] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out [ 1.514155] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out [ 1.515572] usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd [ 1.515721] ata1.00: configured for UDMA/133 [ 1.515855] scsi 0:0:0:0: Direct-Access ATA TOSHIBA DT01ACA1 A800 PQ: 0 ANSI: 5 [ 1.516058] scsi 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.516188] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB) [ 1.516189] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 1.516195] sd 0:0:0:0: [sda] Write Protect is off [ 1.516196] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.516206] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.536187] usb 2-3: New USB device found, idVendor=17ef, idProduct=451d, bcdDevice= 1.00 [ 1.536188] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.536189] usb 2-3: Product: Lenovo Data Backup Services [ 1.536189] usb 2-3: Manufacturer: Lenovo [ 1.536190] usb 2-3: SerialNumber: 0123456789ABF3E [ 1.543926] usb-storage 2-3:1.0: USB Mass Storage device detected [ 1.544203] scsi host6: usb-storage 2-3:1.0 [ 1.544251] usbcore: registered new interface driver usb-storage [ 1.545114] usbcore: registered new interface driver uas [ 1.602339] sda: sda1 sda2 [ 1.602656] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.663580] usb 1-9: new low-speed USB device number 3 using xhci_hcd [ 1.815945] usb 1-9: New USB device found, idVendor=03f0, idProduct=0b4a, bcdDevice=72.00 [ 1.815946] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.815947] usb 1-9: Product: USB Optical Mouse [ 1.815948] usb 1-9: Manufacturer: Logitech [ 1.867600] tsc: Refined TSC clocksource calibration: 3191.991 MHz [ 1.867606] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e02bc5c24a, max_idle_ns: 440795346442 ns [ 1.867661] clocksource: Switched to clocksource tsc [ 1.943665] usb 1-14: new full-speed USB device number 4 using xhci_hcd [ 2.093030] usb 1-14: New USB device found, idVendor=0bda, idProduct=b00a, bcdDevice= 1.10 [ 2.093031] usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.093032] usb 1-14: Product: Bluetooth Radio [ 2.093032] usb 1-14: Manufacturer: Realtek [ 2.093033] usb 1-14: SerialNumber: 00e04c000001 [ 2.098443] hidraw: raw HID events driver (C) Jiri Kosina [ 2.105968] usbcore: registered new interface driver usbhid [ 2.105968] usbhid: USB HID core driver [ 2.107171] input: Lite-On Technology Corp. USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:04CA:004B.0001/input/input3 [ 2.163865] hid-generic 0003:04CA:004B.0001: input,hidraw0: USB HID v1.10 Keyboard [Lite-On Technology Corp. USB Keyboard] on usb-0000:00:14.0-5/input0 [ 2.163985] input: Lite-On Technology Corp. USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:04CA:004B.0002/input/input4 [ 2.223785] input: Lite-On Technology Corp. USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:04CA:004B.0002/input/input5 [ 2.223899] hid-generic 0003:04CA:004B.0002: input,hidraw1: USB HID v1.10 Device [Lite-On Technology Corp. USB Keyboard] on usb-0000:00:14.0-5/input1 [ 2.223986] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:03F0:0B4A.0003/input/input6 [ 2.224138] hid-generic 0003:03F0:0B4A.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-9/input0 [ 2.306278] fbcon: Taking over console [ 2.306343] Console: switching to colour frame buffer device 128x48 [ 2.374849] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 3.812517] systemd[1]: systemd 237 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) [ 3.831997] systemd[1]: Detected architecture x86-64. [ 3.883424] systemd[1]: Set hostname to . [ 3.917186] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7 [ 4.108453] scsi 6:0:0:0: Direct-Access Lenovo USB Hard Drive 1A02 PQ: 0 ANSI: 6 [ 4.108626] sd 6:0:0:0: Attached scsi generic sg1 type 0 [ 4.108972] sd 6:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB) [ 4.109169] sd 6:0:0:0: [sdb] Write Protect is off [ 4.109170] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 4.109366] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 4.445308] sdb: sdb1 [ 4.446567] sd 6:0:0:0: [sdb] Attached SCSI disk [ 5.338547] systemd[1]: Created slice User and Session Slice. [ 5.338570] systemd[1]: Reached target Remote File Systems. [ 5.338644] systemd[1]: Created slice System Slice. [ 5.338677] systemd[1]: Listening on udev Kernel Socket. [ 5.338683] systemd[1]: Reached target Slices. [ 5.338714] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 5.338748] systemd[1]: Listening on Syslog Socket. [ 5.639753] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro [ 5.748852] systemd-journald[405]: Received request to flush runtime journal from PID 1 [ 5.766108] lp: driver loaded but no devices found [ 5.787936] ppdev: user-space parallel port driver [ 6.083562] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k FS [ 9.136223] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer [ 9.136225] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 9.136225] RAPL PMU: hw unit of domain package 2^-14 Joules [ 9.136225] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 9.136226] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 9.217640] input: HP WMI hotkeys as /devices/virtual/input/input7 [ 9.221027] cryptd: max_cpu_qlen set to 1000 [ 9.322751] AVX2 version of gcm_enc/dec engaged. [ 9.322752] AES CTR mode by8 optimization enabled [ 9.856774] intel-lpss 0000:00:15.0: enabling device (0100 -> 0102) [ 9.856995] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 9.862433] intel-lpss 0000:00:15.1: enabling device (0100 -> 0102) [ 9.862610] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 9.867793] intel-lpss 0000:00:1e.0: enabling device (0100 -> 0102) [ 9.867977] idma64 idma64.2: Found Intel integrated DMA 64-bit [ 9.907962] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 10.046020] intel_rapl_common: Found RAPL domain package [ 10.046021] intel_rapl_common: Found RAPL domain core [ 10.046022] intel_rapl_common: Found RAPL domain uncore [ 10.046023] intel_rapl_common: Found RAPL domain dram [ 10.079260] dw-apb-uart.2: ttyS4 at MMIO 0x4f802000 (irq = 20, base_baud = 7500000) is a 16550A [ 10.238677] snd_hda_intel 0000:00:1f.3: enabling device (0100 -> 0102) [ 10.824204] checking generic (50000000 300000) vs hw (50000000 10000000) [ 10.824205] fb0: switching to inteldrmfb from EFI VGA [ 10.824313] Console: switching to colour dummy device 80x25 [ 10.824335] i915 0000:00:02.0: vgaarb: deactivate vga console [ 10.825611] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 10.825612] [drm] Driver supports precise vblank timestamp query. [ 10.826342] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 10.842591] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0 [ 10.844487] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 10.844758] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8 [ 10.844965] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 10.854706] Lockdown: systemd-udevd: unsigned module loading is restricted; see man kernel_lockdown.7 [ 10.868595] fbcon: i915drmfb (fb0) is primary device [ 10.868627] Console: switching to colour frame buffer device 240x67 [ 10.868655] i915 0000:00:02.0: fb0: i915drmfb frame buffer device [ 10.890399] Bluetooth: Core ver 2.22 [ 10.890406] NET: Registered protocol family 31 [ 10.890406] Bluetooth: HCI device and connection manager initialized [ 10.890409] Bluetooth: HCI socket layer initialized [ 10.890410] Bluetooth: L2CAP socket layer initialized [ 10.890411] Bluetooth: SCO socket layer initialized [ 10.939301] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4) [ 11.010975] usbcore: registered new interface driver btusb [ 11.012027] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC671: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line [ 11.012029] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x17/0x0/0x0/0x0/0x0) [ 11.012030] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 11.012031] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 11.012031] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 11.012032] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19 [ 11.012033] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x18 [ 11.012034] snd_hda_codec_realtek hdaudioC0D0: Line=0x1b [ 11.012238] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821 [ 11.013230] Bluetooth: hci0: RTL: rom_version status=0 version=1 [ 11.013235] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin [ 11.036360] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9 [ 11.036389] input: HDA Intel PCH Headset Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10 [ 11.036424] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11 [ 11.036457] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12 [ 11.036488] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13 [ 11.036523] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14 [ 11.036555] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15 [ 11.036589] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16 [ 11.036622] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17 [ 11.036658] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18 [ 11.071849] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin [ 11.096547] Bluetooth: hci0: RTL: cfg_sz 10, total sz 21678 [ 11.508296] Bluetooth: hci0: RTL: fw version 0x826ca99e [ 20.117491] audit: type=1400 audit(1617276218.641:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=765 comm="apparmor_parser" [ 20.120593] audit: type=1400 audit(1617276218.645:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=766 comm="apparmor_parser" [ 20.120595] audit: type=1400 audit(1617276218.645:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=768 comm="apparmor_parser" [ 20.120596] audit: type=1400 audit(1617276218.645:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=772 comm="apparmor_parser" [ 20.120650] audit: type=1400 audit(1617276218.645:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=764 comm="apparmor_parser" [ 20.120651] audit: type=1400 audit(1617276218.645:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=764 comm="apparmor_parser" [ 20.120652] audit: type=1400 audit(1617276218.645:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=764 comm="apparmor_parser" [ 20.121244] audit: type=1400 audit(1617276218.645:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=761 comm="apparmor_parser" [ 20.121245] audit: type=1400 audit(1617276218.645:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=761 comm="apparmor_parser" [ 20.121246] audit: type=1400 audit(1617276218.645:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=761 comm="apparmor_parser" [ 21.394914] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 21.394915] Bluetooth: BNEP filters: protocol multicast [ 21.394917] Bluetooth: BNEP socket layer initialized [ 22.190751] Lockdown: udisksd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7 [ 26.132058] Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE) [ 26.244971] r8169 0000:03:00.0 enp3s0: Link is Down [ 29.248728] r8169 0000:03:00.0 enp3s0: Link is Up - 100Mbps/Full - flow control rx/tx [ 29.248751] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready [ 36.475862] Bluetooth: RFCOMM TTY layer initialized [ 36.475865] Bluetooth: RFCOMM socket layer initialized [ 36.475869] Bluetooth: RFCOMM ver 1.11 [ 40.083986] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7 [ 41.978356] rfkill: input handler disabled [ 108.141633] Lockdown: insmod: unsigned module loading is restricted; see man kernel_lockdown.7 [ 897.011922] Lockdown: insmod: unsigned module loading is restricted; see man kernel_lockdown.7 [ 1008.230084] Lockdown: insmod: unsigned module loading is restricted; see man kernel_lockdown.7 [ 1127.052516] Lockdown: insmod: unsigned module loading is restricted; see man kernel_lockdown.7 [ 1477.740666] Lockdown: insmod: unsigned module loading is restricted; see man kernel_lockdown.7 [ 1615.231065] Lockdown: insmod: unsigned module loading is restricted; see man kernel_lockdown.7 [ 2394.200196] Lockdown: insmod: unsigned module loading is restricted; see man kernel_lockdown.7

jberaud commented 3 years ago

oh thank you, do you mean this?

Yes exactly. Thanks. So the problem is that you have secureboot and thus kernel lockdown enabled. It means that the kernel modules you load on your machine need to be signed. For upstream kernel modules, they are signed as part of the kernel generation. For out of tree drivers, you need to sign them using your own key.

You can find information about how to do that there: https://ubuntu.com/blog/how-to-sign-things-for-secure-boot

yuxisjtu commented 3 years ago

oh thank you, do you mean this?

Yes exactly. Thanks. So the problem is that you have secureboot and thus kernel lockdown enabled. It means that the kernel modules you load on your machine need to be signed. For upstream kernel modules, they are signed as part of the kernel generation. For out of tree drivers, you need to sign them using your own key.

You can find information about how to do that there: https://ubuntu.com/blog/how-to-sign-things-for-secure-boot

you help me a lot! i will try and then leave a message if it succeeds or not.

yuxisjtu commented 3 years ago

oh thank you, do you mean this?

Yes exactly. Thanks. So the problem is that you have secureboot and thus kernel lockdown enabled. It means that the kernel modules you load on your machine need to be signed. For upstream kernel modules, they are signed as part of the kernel generation. For out of tree drivers, you need to sign them using your own key.

You can find information about how to do that there: https://ubuntu.com/blog/how-to-sign-things-for-secure-boot

ohhh! you successfully solved my problem,thank you very much! Wish you have a good day!