clnhub / rtl8192eu-linux

Realtek rtl8192eu official Linux driver, versions: 5.2.19.1 (master), 5.6.3.1, 5.6.4 and 5.11.2.1 (default)
443 stars 90 forks source link

Not working for ubuntu 20.04 kernel version 5.11 #43

Open Leonardo-LX opened 2 years ago

Leonardo-LX commented 2 years ago

I update my system from ubuntu16.04 to ubuntu 20.04 kernel version is 5.11. I installed the rtl8192eu driver, but network-manager always show 'not adapter', is rtl8192eu driver not suitable for ubuntu20.04?or else?

clnhub commented 2 years ago

Which version (branch) did you try? (Master/5.6.3.1/5.6.4)?

Did it compile without issues? If it didn't, please post (make) log, if it did, please post lsusb output.

Vanyoo commented 2 years ago

Same system. I tried Master and 5.6.4 both, using ./install_wifi.sh will get the last print:

DKMS: install completed.
modprobe: ERROR: could not insert '8192eu': Exec format error

And dmesg will shower:

[ 1377.894086] usbcore: registered new interface driver rtl8xxxu
[ 1921.189009] usbcore: deregistering interface driver rtl8xxxu
[ 2026.874541] Module has invalid ELF structures

lsusb shows:

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 1c4f:0034 SiGma Micro Usb Mouse
Bus 001 Device 003: ID 2357:0135 TP-Link 802.11n  WLAN Adapter
Bus 001 Device 002: ID 2a7a:8a47  CASUE USB KB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Help. Dispute me several days.

clnhub commented 2 years ago

Could you post kernel and module c++ version?

cat /proc/version gcc --version

Vanyoo commented 2 years ago

cat /proc/version:

Linux version 5.11.0-40-generic (buildd@lgw01-amd64-010) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44~20.04.2-Ubuntu SMP Tue Oct 26 18:07:44 UTC 2021

gcc --version:

gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Thanks for ur reply.

clnhub commented 2 years ago

Can you run some tests on the generate module (8192eu.ko).

/var/lib/dkms/rtl8192eu/1.0/<kernel version>/x86_64/module/8192eu.ko

Try:

readelf -p .comment 8192eu.ko readelf -h 8192eu.ko

Also, please compile (without installing, don't mind the compiler warnings!) from within the driver directory with:

make clean make

And also run the readelf tests on the generated 8192eu.ko file.

Does it work with other kernels?

Vanyoo commented 2 years ago

readelf -p .comment 8192eu.ko prints:


String dump of section '.comment':
  [     1]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [    2c]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [    57]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [    82]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [    ad]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [    d8]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   103]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   12e]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   159]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   184]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   1af]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   1da]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   205]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   230]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   25b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   286]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   2b1]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   2dc]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   307]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   332]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   35d]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   388]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   3b3]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   3de]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   409]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   434]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   45f]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   48a]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   4b5]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   4e0]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   50b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   536]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   561]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   58c]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   5b7]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   5e2]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   60d]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   638]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   663]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   68e]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   6b9]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   6e4]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   70f]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   73a]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   765]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   790]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   7bb]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   7e6]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   811]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   83c]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   867]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   892]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   8bd]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   8e8]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   913]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   93e]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   969]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   994]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   9bf]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   9ea]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   a15]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   a40]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   a6b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   a96]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   ac1]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   aec]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   b17]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   b42]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   b6d]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   b98]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   bc3]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   bee]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   c19]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   c44]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   c6f]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   c9a]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   cc5]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   cf0]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   d1b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   d46]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   d71]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   d9c]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   dc7]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   df2]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   e1d]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   e48]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   e73]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   e9e]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   ec9]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   ef4]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   f1f]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   f4a]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   f75]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   fa0]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   fcb]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   ff6]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1021]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  104c]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1077]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  10a2]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  10cd]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  10f8]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1123]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  114e]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1179]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  11a4]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  11cf]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  11fa]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1225]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1250]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  127b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  12a6]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  12d1]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  12fc]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1327]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1352]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  137d]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  13a8]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  13d3]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  13fe]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1429]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1454]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  147f]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  14aa]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  14d5]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1500]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  152b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1556]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1581]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  15ac]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  15d7]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

readelf -h 8192eu.ko prints:

ELF Header:
  Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  Class:                             ELF64
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              REL (Relocatable file)
  Machine:                           Advanced Micro Devices X86-64
  Version:                           0x1
  Entry point address:               0x0
  Start of program headers:          0 (bytes into file)
  Start of section headers:          2262616 (bytes into file)
  Flags:                             0x0
  Size of this header:               64 (bytes)
  Size of program headers:           0 (bytes)
  Number of program headers:         0
  Size of section headers:           64 (bytes)
  Number of section headers:         41
  Section header string table index: 40

And the compile file: readelf -p .comment 8192eu.ko:

  [     1]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [    2c]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [    57]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [    82]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [    ad]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [    d8]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   103]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   12e]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   159]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   184]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   1af]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   1da]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   205]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   230]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   25b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   286]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   2b1]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   2dc]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   307]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   332]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   35d]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   388]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   3b3]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   3de]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   409]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   434]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   45f]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   48a]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   4b5]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   4e0]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   50b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   536]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   561]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   58c]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   5b7]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   5e2]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   60d]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   638]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   663]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   68e]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   6b9]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   6e4]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   70f]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   73a]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   765]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   790]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   7bb]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   7e6]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   811]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   83c]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   867]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   892]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   8bd]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   8e8]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   913]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   93e]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   969]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   994]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   9bf]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   9ea]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   a15]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   a40]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   a6b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   a96]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   ac1]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   aec]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   b17]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   b42]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   b6d]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   b98]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   bc3]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   bee]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   c19]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   c44]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   c6f]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   c9a]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   cc5]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   cf0]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   d1b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   d46]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   d71]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   d9c]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   dc7]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   df2]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   e1d]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   e48]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   e73]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   e9e]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   ec9]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   ef4]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   f1f]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   f4a]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   f75]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   fa0]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   fcb]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [   ff6]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1021]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  104c]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1077]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  10a2]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  10cd]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  10f8]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1123]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  114e]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1179]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  11a4]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  11cf]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  11fa]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1225]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1250]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  127b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  12a6]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  12d1]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  12fc]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1327]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1352]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  137d]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  13a8]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  13d3]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  13fe]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1429]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1454]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  147f]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  14aa]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  14d5]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1500]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  152b]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1556]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  1581]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  15ac]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
  [  15d7]  GCC: (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

readelf -h 8192eu.ko:

ELF Header:
  Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  Class:                             ELF64
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              REL (Relocatable file)
  Machine:                           Advanced Micro Devices X86-64
  Version:                           0x1
  Entry point address:               0x0
  Start of program headers:          0 (bytes into file)
  Start of section headers:          2371416 (bytes into file)
  Flags:                             0x0
  Size of this header:               64 (bytes)
  Size of program headers:           0 (bytes)
  Number of program headers:         0
  Size of section headers:           64 (bytes)
  Number of section headers:         48
  Section header string table index: 47
clnhub commented 2 years ago

I have successfully tried the driver on 20.04 with kernel 5.11, so this seems to be caused by upgrading?

Can you re-install the driver, but replace the dkms uninstall/remove lines with (instead of -m -v)

sudo dkms remove rtl8192eu/1.0
sudo dkms uninstall rtl8192eu/1.0

Also If that doesn't work, can you try modprobe --force 8192eu and post dmesg | tail. There must be a more detailed error message about which (old) library, or header (link?) is causing this, because there does not seem to be anything wrong from the driver side.

Vanyoo commented 2 years ago
[    0.000000] microcode: microcode updated early to revision 0xea, date = 2021-01-05
[    0.000000] Linux version 5.11.0-40-generic (buildd@lgw01-amd64-010) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44~20.04.2-Ubuntu SMP Tue Oct 26 18:07:44 UTC 2021 (Ubuntu 5.11.0-40.44~20.04.2-generic 5.11.22)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-40-generic root=UUID=9c5d11b8-bb68-47be-b8af-eb27a382a99f ro quiet splash vt.handoff=7
[    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-0x000000000005efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000005f000-0x000000000005ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000060000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040400000-0x00000000824abfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000824ac000-0x00000000824acfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000824ad000-0x00000000824adfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000824ae000-0x000000008990efff] usable
[    0.000000] BIOS-e820: [mem 0x000000008990f000-0x0000000089d8efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000089d8f000-0x0000000089f6bfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000089f6c000-0x000000008a31efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008a31f000-0x000000008aefefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008aeff000-0x000000008aefffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008af00000-0x000000008fffffff] 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 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x81c73018-0x81c83057] usable ==> usable
[    0.000000] e820: update [mem 0x81c73018-0x81c83057] usable ==> usable
[    0.000000] e820: update [mem 0x81c62018-0x81c72e57] usable ==> usable
[    0.000000] e820: update [mem 0x81c62018-0x81c72e57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000005efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000005f000-0x000000000005ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000060000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000003fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000040000000-0x00000000403fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000040400000-0x0000000081c62017] usable
[    0.000000] reserve setup_data: [mem 0x0000000081c62018-0x0000000081c72e57] usable
[    0.000000] reserve setup_data: [mem 0x0000000081c72e58-0x0000000081c73017] usable
[    0.000000] reserve setup_data: [mem 0x0000000081c73018-0x0000000081c83057] usable
[    0.000000] reserve setup_data: [mem 0x0000000081c83058-0x00000000824abfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000824ac000-0x00000000824acfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000824ad000-0x00000000824adfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000824ae000-0x000000008990efff] usable
[    0.000000] reserve setup_data: [mem 0x000000008990f000-0x0000000089d8efff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000089d8f000-0x0000000089f6bfff] usable
[    0.000000] reserve setup_data: [mem 0x0000000089f6c000-0x000000008a31efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000008a31f000-0x000000008aefefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008aeff000-0x000000008aefffff] usable
[    0.000000] reserve setup_data: [mem 0x000000008af00000-0x000000008fffffff] 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 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000026dffffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI 2.0=0x8a27f000 ACPI=0x8a27f000 SMBIOS=0x8ac17000 MEMATTR=0x853d2018 ESRT=0x86a03998 MOKvar=0x85292000 RNG=0x8ac43c98
[    0.000000] efi: seeding entropy pool
[    0.000000] random: fast init done
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. MS-7B23/B360M MORTAR (MS-7B23), BIOS 1.60 03/25/2019
[    0.000000] tsc: Detected 2900.000 MHz processor
[    0.000000] tsc: Detected 2899.886 MHz TSC
[    0.000681] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000684] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000691] last_pfn = 0x26e000 max_arch_pfn = 0x400000000
[    0.000695] MTRR default type: write-back
[    0.000697] MTRR fixed ranges enabled:
[    0.000698]   00000-9FFFF write-back
[    0.000699]   A0000-BFFFF uncachable
[    0.000700]   C0000-FFFFF write-protect
[    0.000702] MTRR variable ranges enabled:
[    0.000702]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000705]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000706]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000707]   3 base 008C000000 mask 7FFC000000 uncachable
[    0.000708]   4 base 008B800000 mask 7FFF800000 uncachable
[    0.000709]   5 disabled
[    0.000710]   6 disabled
[    0.000711]   7 disabled
[    0.000712]   8 disabled
[    0.000712]   9 disabled
[    0.000813] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001477] last_pfn = 0x8af00 max_arch_pfn = 0x400000000
[    0.008407] found SMP MP-table at [mem 0x000fcd80-0x000fcd8f]
[    0.008418] esrt: Reserving ESRT space from 0x0000000086a03998 to 0x0000000086a039d0.
[    0.008423] e820: update [mem 0x86a03000-0x86a03fff] usable ==> reserved
[    0.008436] e820: update [mem 0x85292000-0x85292fff] usable ==> reserved
[    0.008453] check: Scanning 1 areas for low memory corruption
[    0.008457] Using GB pages for direct mapping
[    0.009113] secureboot: Secure boot disabled
[    0.009114] RAMDISK: [mem 0x3c88f000-0x3fffdfff]
[    0.009119] ACPI: Early table checksum verification disabled
[    0.009122] ACPI: RSDP 0x000000008A27F000 000024 (v02 ALASKA)
[    0.009126] ACPI: XSDT 0x000000008A27F0A0 0000C4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.009131] ACPI: FACP 0x000000008A2BDBD8 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.009137] ACPI: DSDT 0x000000008A27F200 03E9D7 (v02 ALASKA A M I    01072009 INTL 20160527)
[    0.009140] ACPI: FACS 0x000000008A31E080 000040
[    0.009143] ACPI: APIC 0x000000008A2BDCF0 0000A0 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.009146] ACPI: FPDT 0x000000008A2BDD90 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.009149] ACPI: FIDT 0x000000008A2BDDD8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.009152] ACPI: MCFG 0x000000008A2BDE78 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.009155] ACPI: SSDT 0x000000008A2BDEB8 001B1C (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
[    0.009158] ACPI: SSDT 0x000000008A2BF9D8 0031C6 (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
[    0.009161] ACPI: HPET 0x000000008A2C2BA0 000038 (v01 ALASKA A M I    00000002      01000013)
[    0.009164] ACPI: SSDT 0x000000008A2C2BD8 000FAE (v02 ALASKA Ther_Rvp 00001000 INTL 20160527)
[    0.009168] ACPI: SSDT 0x000000008A2C3B88 002FD4 (v02 INTEL  xh_cfsd4 00000000 INTL 20160527)
[    0.009171] ACPI: UEFI 0x000000008A2C6B60 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.009174] ACPI: LPIT 0x000000008A2C6BA8 000094 (v01 ALASKA A M I    00000002      01000013)
[    0.009177] ACPI: SSDT 0x000000008A2C6C40 0027DE (v02 ALASKA PtidDevc 00001000 INTL 20160527)
[    0.009180] ACPI: SSDT 0x000000008A2C9420 0014E2 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
[    0.009183] ACPI: DBGP 0x000000008A2CA908 000034 (v01 ALASKA A M I    00000002      01000013)
[    0.009186] ACPI: DBG2 0x000000008A2CA940 000054 (v00 ALASKA A M I    00000002      01000013)
[    0.009189] ACPI: SSDT 0x000000008A2CA998 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
[    0.009192] ACPI: SSDT 0x000000008A2CC500 000144 (v02 Intel  ADebTabl 00001000 INTL 20160527)
[    0.009195] ACPI: BGRT 0x000000008A2CC648 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.009198] ACPI: WSMT 0x000000008A2CC680 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.009201] ACPI: Reserving FACP table memory at [mem 0x8a2bdbd8-0x8a2bdceb]
[    0.009203] ACPI: Reserving DSDT table memory at [mem 0x8a27f200-0x8a2bdbd6]
[    0.009204] ACPI: Reserving FACS table memory at [mem 0x8a31e080-0x8a31e0bf]
[    0.009205] ACPI: Reserving APIC table memory at [mem 0x8a2bdcf0-0x8a2bdd8f]
[    0.009206] ACPI: Reserving FPDT table memory at [mem 0x8a2bdd90-0x8a2bddd3]
[    0.009207] ACPI: Reserving FIDT table memory at [mem 0x8a2bddd8-0x8a2bde73]
[    0.009208] ACPI: Reserving MCFG table memory at [mem 0x8a2bde78-0x8a2bdeb3]
[    0.009209] ACPI: Reserving SSDT table memory at [mem 0x8a2bdeb8-0x8a2bf9d3]
[    0.009210] ACPI: Reserving SSDT table memory at [mem 0x8a2bf9d8-0x8a2c2b9d]
[    0.009211] ACPI: Reserving HPET table memory at [mem 0x8a2c2ba0-0x8a2c2bd7]
[    0.009212] ACPI: Reserving SSDT table memory at [mem 0x8a2c2bd8-0x8a2c3b85]
[    0.009213] ACPI: Reserving SSDT table memory at [mem 0x8a2c3b88-0x8a2c6b5b]
[    0.009214] ACPI: Reserving UEFI table memory at [mem 0x8a2c6b60-0x8a2c6ba1]
[    0.009215] ACPI: Reserving LPIT table memory at [mem 0x8a2c6ba8-0x8a2c6c3b]
[    0.009216] ACPI: Reserving SSDT table memory at [mem 0x8a2c6c40-0x8a2c941d]
[    0.009217] ACPI: Reserving SSDT table memory at [mem 0x8a2c9420-0x8a2ca901]
[    0.009218] ACPI: Reserving DBGP table memory at [mem 0x8a2ca908-0x8a2ca93b]
[    0.009219] ACPI: Reserving DBG2 table memory at [mem 0x8a2ca940-0x8a2ca993]
[    0.009220] ACPI: Reserving SSDT table memory at [mem 0x8a2ca998-0x8a2cc4fe]
[    0.009222] ACPI: Reserving SSDT table memory at [mem 0x8a2cc500-0x8a2cc643]
[    0.009223] ACPI: Reserving BGRT table memory at [mem 0x8a2cc648-0x8a2cc67f]
[    0.009224] ACPI: Reserving WSMT table memory at [mem 0x8a2cc680-0x8a2cc6a7]
[    0.009237] ACPI: Local APIC address 0xfee00000
[    0.009542] No NUMA configuration found
[    0.009543] Faking a node at [mem 0x0000000000000000-0x000000026dffffff]
[    0.009552] NODE_DATA(0) allocated [mem 0x26dfd6000-0x26dffffff]
[    0.009849] Zone ranges:
[    0.009850]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.009852]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.009854]   Normal   [mem 0x0000000100000000-0x000000026dffffff]
[    0.009856]   Device   empty
[    0.009857] Movable zone start for each node
[    0.009860] Early memory node ranges
[    0.009861]   node   0: [mem 0x0000000000001000-0x000000000005efff]
[    0.009862]   node   0: [mem 0x0000000000060000-0x000000000009ffff]
[    0.009863]   node   0: [mem 0x0000000000100000-0x000000003fffffff]
[    0.009864]   node   0: [mem 0x0000000040400000-0x00000000824abfff]
[    0.009865]   node   0: [mem 0x00000000824ae000-0x000000008990efff]
[    0.009866]   node   0: [mem 0x0000000089d8f000-0x0000000089f6bfff]
[    0.009867]   node   0: [mem 0x000000008aeff000-0x000000008aefffff]
[    0.009868]   node   0: [mem 0x0000000100000000-0x000000026dffffff]
[    0.009870] Initmem setup node 0 [mem 0x0000000000001000-0x000000026dffffff]
[    0.009872] On node 0 totalpages: 2061961
[    0.009873]   DMA zone: 64 pages used for memmap
[    0.009874]   DMA zone: 25 pages reserved
[    0.009875]   DMA zone: 3998 pages, LIFO batch:0
[    0.009876]   DMA32 zone: 8732 pages used for memmap
[    0.009877]   DMA32 zone: 558827 pages, LIFO batch:63
[    0.009879]   Normal zone: 23424 pages used for memmap
[    0.009879]   Normal zone: 1499136 pages, LIFO batch:63
[    0.009882] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.009883] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.009903] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.013703] On node 0, zone DMA32: 1024 pages in unavailable ranges
[    0.013944] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.013958] On node 0, zone DMA32: 1152 pages in unavailable ranges
[    0.013992] On node 0, zone DMA32: 3987 pages in unavailable ranges
[    0.026225] On node 0, zone Normal: 20736 pages in unavailable ranges
[    0.026290] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.026303] Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff]
[    0.026517] ACPI: PM-Timer IO Port: 0x1808
[    0.026519] ACPI: Local APIC address 0xfee00000
[    0.026524] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.026526] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.026527] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.026528] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.026529] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.026530] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.026564] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.026567] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.026569] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.026570] ACPI: IRQ0 used by override.
[    0.026572] ACPI: IRQ9 used by override.
[    0.026573] Using ACPI (MADT) for SMP configuration information
[    0.026574] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.026581] e820: update [mem 0x85234000-0x85290fff] usable ==> reserved
[    0.026592] TSC deadline timer available
[    0.026593] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
[    0.026613] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.026616] PM: hibernation: Registered nosave memory: [mem 0x0005f000-0x0005ffff]
[    0.026618] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.026619] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x403fffff]
[    0.026621] PM: hibernation: Registered nosave memory: [mem 0x81c62000-0x81c62fff]
[    0.026623] PM: hibernation: Registered nosave memory: [mem 0x81c72000-0x81c72fff]
[    0.026624] PM: hibernation: Registered nosave memory: [mem 0x81c73000-0x81c73fff]
[    0.026626] PM: hibernation: Registered nosave memory: [mem 0x81c83000-0x81c83fff]
[    0.026627] PM: hibernation: Registered nosave memory: [mem 0x824ac000-0x824acfff]
[    0.026628] PM: hibernation: Registered nosave memory: [mem 0x824ad000-0x824adfff]
[    0.026630] PM: hibernation: Registered nosave memory: [mem 0x85234000-0x85290fff]
[    0.026632] PM: hibernation: Registered nosave memory: [mem 0x85292000-0x85292fff]
[    0.026634] PM: hibernation: Registered nosave memory: [mem 0x86a03000-0x86a03fff]
[    0.026635] PM: hibernation: Registered nosave memory: [mem 0x8990f000-0x89d8efff]
[    0.026637] PM: hibernation: Registered nosave memory: [mem 0x89f6c000-0x8a31efff]
[    0.026638] PM: hibernation: Registered nosave memory: [mem 0x8a31f000-0x8aefefff]
[    0.026640] PM: hibernation: Registered nosave memory: [mem 0x8af00000-0x8fffffff]
[    0.026641] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[    0.026641] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.026642] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.026643] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.026644] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.026644] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.026645] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.026646] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.026647] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.026647] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.026649] [mem 0x90000000-0xdfffffff] available for PCI devices
[    0.026650] Booting paravirtualized kernel on bare hardware
[    0.026652] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.026659] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:6 nr_cpu_ids:6 nr_node_ids:1
[    0.026830] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.026837] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.026839] pcpu-alloc: [0] 0 1 2 3 4 5 - -
[    0.026869] Built 1 zonelists, mobility grouping on.  Total pages: 2029716
[    0.026870] Policy zone: Normal
[    0.026872] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.11.0-40-generic root=UUID=9c5d11b8-bb68-47be-b8af-eb27a382a99f ro quiet splash vt.handoff=7
[    0.027348] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.027561] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.027624] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.050879] Memory: 7846892K/8247844K available (14345K kernel code, 3478K rwdata, 10340K rodata, 2688K init, 5976K bss, 400692K reserved, 0K cma-reserved)
[    0.050886] random: get_random_u64 called from __kmem_cache_create+0x2d/0x430 with crng_init=1
[    0.051000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.051014] Kernel/User page tables isolation: enabled
[    0.051031] ftrace: allocating 48706 entries in 191 pages
[    0.065991] ftrace: allocated 191 pages with 7 groups
[    0.066082] rcu: Hierarchical RCU implementation.
[    0.066083] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=6.
[    0.066084]  Rude variant of Tasks RCU enabled.
[    0.066085]  Tracing variant of Tasks RCU enabled.
[    0.066086] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.066087] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.069569] NR_IRQS: 524544, nr_irqs: 1536, preallocated irqs: 16
[    0.070125] random: crng done (trusting CPU's manufacturer)
[    0.070144] vt handoff: transparent VT on vt#7
[    0.070150] Console: colour dummy device 80x25
[    0.070167] printk: console [tty0] enabled
[    0.070184] ACPI: Core revision 20201113
[    0.070559] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.070650] APIC: Switch to symmetric I/O mode setup
[    0.072034] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.077239] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.094648] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ccd767b87, max_idle_ns: 440795223720 ns
[    0.094653] Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.77 BogoMIPS (lpj=11599544)
[    0.094656] pid_max: default: 32768 minimum: 301
[    0.097530] LSM: Security Framework initializing
[    0.097539] Yama: becoming mindful.
[    0.097561] AppArmor: AppArmor initialized
[    0.097605] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.097621] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.097844] x86/cpu: SGX disabled by BIOS
[    0.097884] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.097908] process: using mwait in idle threads
[    0.097909] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.097911] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.097913] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.097915] Spectre V2 : Mitigation: Full generic retpoline
[    0.097915] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.097916] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.097917] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.097919] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.097923] SRBDS: Mitigation: Microcode
[    0.097924] MDS: Mitigation: Clear CPU buffers
[    0.098142] Freeing SMP alternatives memory: 40K
[    0.100468] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1412
[    0.100486] smpboot: CPU0: Intel(R) Core(TM) i5-9400 CPU @ 2.90GHz (family: 0x6, model: 0x9e, stepping: 0xa)
[    0.100632] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.100643] ... version:                4
[    0.100644] ... bit width:              48
[    0.100644] ... generic registers:      8
[    0.100645] ... value mask:             0000ffffffffffff
[    0.100646] ... max period:             00007fffffffffff
[    0.100647] ... fixed-purpose events:   3
[    0.100647] ... event mask:             00000007000000ff
[    0.100737] rcu: Hierarchical SRCU implementation.
[    0.101422] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.101480] smp: Bringing up secondary CPUs ...
[    0.101553] x86: Booting SMP configuration:
[    0.101554] .... node  #0, CPUs:      #1 #2 #3 #4 #5
[    0.110842] smp: Brought up 1 node, 6 CPUs
[    0.110842] smpboot: Max logical packages: 1
[    0.110842] smpboot: Total of 6 processors activated (34798.63 BogoMIPS)
[    0.112243] devtmpfs: initialized
[    0.112243] x86/mm: Memory block size: 128MB
[    0.112243] PM: Registering ACPI NVS region [mem 0x824ac000-0x824acfff] (4096 bytes)
[    0.112243] PM: Registering ACPI NVS region [mem 0x89f6c000-0x8a31efff] (3878912 bytes)
[    0.112243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.112243] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.112243] pinctrl core: initialized pinctrl subsystem
[    0.112243] PM: RTC time: 04:05:37, date: 2021-11-22
[    0.112243] NET: Registered protocol family 16
[    0.112243] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.112243] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.112243] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.112243] audit: initializing netlink subsys (disabled)
[    0.112243] audit: type=2000 audit(1637553937.040:1): state=initialized audit_enabled=0 res=1
[    0.112243] thermal_sys: Registered thermal governor 'fair_share'
[    0.112243] thermal_sys: Registered thermal governor 'bang_bang'
[    0.112243] thermal_sys: Registered thermal governor 'step_wise'
[    0.112243] thermal_sys: Registered thermal governor 'user_space'
[    0.112243] thermal_sys: Registered thermal governor 'power_allocator'
[    0.112243] EISA bus registered
[    0.112243] cpuidle: using governor ladder
[    0.112243] cpuidle: using governor menu
[    0.112243] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.112243] ACPI: bus type PCI registered
[    0.112243] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.112243] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.112243] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.112243] PCI: Using configuration type 1 for base access
[    0.115428] Kprobes globally optimized
[    0.115432] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.115432] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.115432] ACPI: Added _OSI(Module Device)
[    0.115432] ACPI: Added _OSI(Processor Device)
[    0.115432] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.115432] ACPI: Added _OSI(Processor Aggregator Device)
[    0.115432] ACPI: Added _OSI(Linux-Dell-Video)
[    0.115432] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.115432] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.197397] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.205172] ACPI: Dynamic OEM Table Load:
[    0.205178] ACPI: SSDT 0xFFFF8E57C0E06800 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
[    0.206710] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.208573] ACPI: Dynamic OEM Table Load:
[    0.208578] ACPI: SSDT 0xFFFF8E57C0E43C00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.210252] ACPI: Dynamic OEM Table Load:
[    0.210257] ACPI: SSDT 0xFFFF8E57C08CE000 0005E4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.212006] ACPI: Dynamic OEM Table Load:
[    0.212010] ACPI: SSDT 0xFFFF8E57C0E3F600 00011B (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.213553] ACPI: Dynamic OEM Table Load:
[    0.213559] ACPI: SSDT 0xFFFF8E57C08CC800 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.215422] ACPI: Dynamic OEM Table Load:
[    0.215427] ACPI: SSDT 0xFFFF8E57C08C9800 0005FC (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.217158] ACPI: Dynamic OEM Table Load:
[    0.217162] ACPI: SSDT 0xFFFF8E57C0E41C00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.218922] ACPI: Dynamic OEM Table Load:
[    0.218928] ACPI: SSDT 0xFFFF8E57C091D000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160527)
[    0.221311] ACPI: Dynamic OEM Table Load:
[    0.221316] ACPI: SSDT 0xFFFF8E57C0E41400 00030A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.227277] ACPI: Interpreter enabled
[    0.227320] ACPI: (supports S0 S3 S4 S5)
[    0.227321] ACPI: Using IOAPIC for interrupt routing
[    0.227363] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.228800] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.242383] ACPI: Power Resource [USBC] (on)
[    0.246042] ACPI: Power Resource [V0PR] (on)
[    0.246522] ACPI: Power Resource [V1PR] (on)
[    0.246996] ACPI: Power Resource [V2PR] (on)
[    0.253895] ACPI: Power Resource [WRST] (on)
[    0.257392] ACPI: Power Resource [FN00] (off)
[    0.257495] ACPI: Power Resource [FN01] (off)
[    0.257596] ACPI: Power Resource [FN02] (off)
[    0.257696] ACPI: Power Resource [FN03] (off)
[    0.257797] ACPI: Power Resource [FN04] (off)
[    0.258594] ACPI: Power Resource [PIN] (off)
[    0.259195] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.259202] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.259439] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
[    0.259664] acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR]
[    0.259666] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.260787] PCI host bridge to bus 0000:00
[    0.260790] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.260792] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.260793] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.260794] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.260796] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.260797] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.260816] pci 0000:00:00.0: [8086:3ec2] type 00 class 0x060000
[    0.261025] pci 0000:00:02.0: [8086:3e92] type 00 class 0x030000
[    0.261033] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[    0.261039] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.261043] pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
[    0.261057] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.261237] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.261245] pci 0000:00:08.0: reg 0x10: [mem 0xa123e000-0xa123efff 64bit]
[    0.261428] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[    0.261447] pci 0000:00:12.0: reg 0x10: [mem 0xa123d000-0xa123dfff 64bit]
[    0.261666] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[    0.261681] pci 0000:00:14.0: reg 0x10: [mem 0xa1220000-0xa122ffff 64bit]
[    0.261736] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.262201] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[    0.262217] pci 0000:00:14.2: reg 0x10: [mem 0xa1236000-0xa1237fff 64bit]
[    0.262228] pci 0000:00:14.2: reg 0x18: [mem 0xa123c000-0xa123cfff 64bit]
[    0.262407] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[    0.262426] pci 0000:00:16.0: reg 0x10: [mem 0xa123b000-0xa123bfff 64bit]
[    0.262497] pci 0000:00:16.0: PME# supported from D3hot
[    0.262751] pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
[    0.262764] pci 0000:00:17.0: reg 0x10: [mem 0xa1234000-0xa1235fff]
[    0.262772] pci 0000:00:17.0: reg 0x14: [mem 0xa123a000-0xa123a0ff]
[    0.262780] pci 0000:00:17.0: reg 0x18: [io  0x3090-0x3097]
[    0.262788] pci 0000:00:17.0: reg 0x1c: [io  0x3080-0x3083]
[    0.262796] pci 0000:00:17.0: reg 0x20: [io  0x3060-0x307f]
[    0.262805] pci 0000:00:17.0: reg 0x24: [mem 0xa1239000-0xa12397ff]
[    0.262844] pci 0000:00:17.0: PME# supported from D3hot
[    0.263050] pci 0000:00:1b.0: [8086:a32c] type 01 class 0x060400
[    0.263128] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.263152] pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
[    0.263421] pci 0000:00:1f.0: [8086:a308] type 00 class 0x060100
[    0.263771] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
[    0.263805] pci 0000:00:1f.3: reg 0x10: [mem 0xa1230000-0xa1233fff 64bit]
[    0.263853] pci 0000:00:1f.3: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[    0.263930] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.264739] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[    0.264763] pci 0000:00:1f.4: reg 0x10: [mem 0xa1238000-0xa12380ff 64bit]
[    0.264791] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.264979] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[    0.264994] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.265169] pci 0000:00:1f.6: [8086:15bc] type 00 class 0x020000
[    0.265199] pci 0000:00:1f.6: reg 0x10: [mem 0xa1200000-0xa121ffff]
[    0.265352] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.265606] pci 0000:01:00.0: [8086:f1a6] type 00 class 0x010802
[    0.265631] pci 0000:01:00.0: reg 0x10: [mem 0xa1100000-0xa1103fff 64bit]
[    0.265857] pci 0000:00:1b.0: PCI bridge to [bus 01]
[    0.265861] pci 0000:00:1b.0:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.267315] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.267416] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *1
[    0.267515] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.267613] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.267710] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.267808] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.267905] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.268002] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.274909] iommu: Default domain type: Translated
[    0.274909] SCSI subsystem initialized
[    0.274909] libata version 3.00 loaded.
[    0.274909] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.274909] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.274909] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.274909] vgaarb: loaded
[    0.274909] ACPI: bus type USB registered
[    0.274909] usbcore: registered new interface driver usbfs
[    0.274909] usbcore: registered new interface driver hub
[    0.274909] usbcore: registered new device driver usb
[    0.274909] pps_core: LinuxPPS API ver. 1 registered
[    0.274909] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.274909] PTP clock support registered
[    0.274909] EDAC MC: Ver: 3.0.0
[    0.274909] Registered efivars operations
[    0.274909] NetLabel: Initializing
[    0.274909] NetLabel:  domain hash size = 128
[    0.274909] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.274909] NetLabel:  unlabeled traffic allowed by default
[    0.274909] PCI: Using ACPI for IRQ routing
[    0.320234] PCI: pci_cache_line_size set to 64 bytes
[    0.320300] e820: reserve RAM buffer [mem 0x0005f000-0x0005ffff]
[    0.320302] e820: reserve RAM buffer [mem 0x81c62018-0x83ffffff]
[    0.320303] e820: reserve RAM buffer [mem 0x81c73018-0x83ffffff]
[    0.320305] e820: reserve RAM buffer [mem 0x824ac000-0x83ffffff]
[    0.320306] e820: reserve RAM buffer [mem 0x85234000-0x87ffffff]
[    0.320307] e820: reserve RAM buffer [mem 0x85292000-0x87ffffff]
[    0.320308] e820: reserve RAM buffer [mem 0x86a03000-0x87ffffff]
[    0.320309] e820: reserve RAM buffer [mem 0x8990f000-0x8bffffff]
[    0.320310] e820: reserve RAM buffer [mem 0x89f6c000-0x8bffffff]
[    0.320311] e820: reserve RAM buffer [mem 0x8af00000-0x8bffffff]
[    0.320312] e820: reserve RAM buffer [mem 0x26e000000-0x26fffffff]
[    0.320315] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.320315] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.322668] clocksource: Switched to clocksource tsc-early
[    0.330232] VFS: Disk quotas dquot_6.6.0
[    0.330245] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.330331] AppArmor: AppArmor Filesystem Enabled
[    0.330355] pnp: PnP ACPI init
[    0.330459] system 00:00: [mem 0x40000000-0x403fffff] has been reserved
[    0.330465] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.330790] system 00:01: [io  0x0a00-0x0a0f] has been reserved
[    0.330792] system 00:01: [io  0x0a10-0x0a1f] has been reserved
[    0.330794] system 00:01: [io  0x0a20-0x0a2f] has been reserved
[    0.330795] system 00:01: [io  0x0a30-0x0a3f] has been reserved
[    0.330798] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.330942] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.330943] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.330947] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.331070] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.331074] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.331284] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.331286] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.331288] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.331290] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.331291] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.331292] system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.331294] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.331295] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.331299] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.331545] system 00:05: [io  0x1800-0x18fe] could not be reserved
[    0.331547] system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.331548] system 00:05: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.331550] system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.331551] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.331553] system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.331554] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.331557] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.331895] system 00:06: [io  0x2000-0x20fe] has been reserved
[    0.331898] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.332206] system 00:07: [mem 0xfd6e0000-0xfd6effff] has been reserved
[    0.332208] system 00:07: [mem 0xfd6d0000-0xfd6dffff] has been reserved
[    0.332209] system 00:07: [mem 0xfd6b0000-0xfd6bffff] has been reserved
[    0.332211] system 00:07: [mem 0xfd6a0000-0xfd6affff] has been reserved
[    0.332214] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.333361] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.334484] pnp: PnP ACPI: found 9 devices
[    0.339935] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.339988] NET: Registered protocol family 2
[    0.340061] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.340966] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.341003] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.341108] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.341169] TCP: Hash tables configured (established 65536 bind 65536)
[    0.341212] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.341240] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.341260] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.341301] NET: Registered protocol family 1
[    0.341306] NET: Registered protocol family 44
[    0.341313] pci 0000:00:1b.0: PCI bridge to [bus 01]
[    0.341322] pci 0000:00:1b.0:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.341329] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.341330] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.341332] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.341333] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
[    0.341334] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[    0.341336] pci_bus 0000:01: resource 1 [mem 0xa1100000-0xa11fffff]
[    0.341499] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.341781] PCI: CLS 64 bytes, default 64
[    0.341814] Trying to unpack rootfs image as initramfs...
[    0.460144] Freeing initrd memory: 56764K
[    0.460189] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.460190] software IO TLB: mapped [mem 0x000000007dc61000-0x0000000081c61000] (64MB)
[    0.460388] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.460463] check: Scanning for low memory corruption every 60 seconds
[    0.460834] Initialise system trusted keyrings
[    0.460846] Key type blacklist registered
[    0.460870] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.461786] zbud: loaded
[    0.462004] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.462098] fuse: init (API version 7.33)
[    0.462206] integrity: Platform Keyring initialized
[    0.470018] Key type asymmetric registered
[    0.470019] Asymmetric key parser 'x509' registered
[    0.470025] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.470047] io scheduler mq-deadline registered
[    0.470417] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.470461] efifb: probing for efifb
[    0.470473] efifb: showing boot graphics
[    0.470870] efifb: framebuffer at 0x90000000, using 1876k, total 1875k
[    0.470872] efifb: mode is 800x600x32, linelength=3200, pages=1
[    0.470873] efifb: scrolling: redraw
[    0.470874] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.470903] fbcon: Deferring console take-over
[    0.470904] fb0: EFI VGA frame buffer device
[    0.470910] intel_idle: MWAIT substates: 0x11142120
[    0.470911] intel_idle: v0.5.1 model 0x9E
[    0.471186] intel_idle: Local APIC timer is reliable in all C-states
[    0.471346] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.471364] ACPI: Sleep Button [SLPB]
[    0.471390] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.471404] ACPI: Power Button [PWRB]
[    0.471430] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.471452] ACPI: Power Button [PWRF]
[    0.471811] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1412
[    0.473141] thermal LNXTHERM:00: registered as thermal_zone0
[    0.473143] ACPI: Thermal Zone [TZ00] (28 C)
[    0.473316] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.494495] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.515693] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.517031] Linux agpgart interface v0.103
[    0.658768] loop: module loaded
[    0.659110] libphy: Fixed MDIO Bus: probed
[    0.659111] tun: Universal TUN/TAP device driver, 1.6
[    0.659190] PPP generic driver version 2.4.2
[    0.659359] VFIO - User Level meta-driver version: 0.3
[    0.659498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.659502] ehci-pci: EHCI PCI platform driver
[    0.659508] ehci-platform: EHCI generic platform driver
[    0.659516] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.659518] ohci-pci: OHCI PCI platform driver
[    0.659523] ohci-platform: OHCI generic platform driver
[    0.659530] uhci_hcd: USB Universal Host Controller Interface driver
[    0.659558] i8042: PNP: No PS/2 controller found.
[    0.659622] mousedev: PS/2 mouse device common for all mice
[    0.659713] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.660623] rtc_cmos rtc_cmos: registered as rtc0
[    0.660881] rtc_cmos rtc_cmos: setting system clock to 2021-11-22T04:05:38 UTC (1637553938)
[    0.660893] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.660898] i2c /dev entries driver
[    0.660930] device-mapper: uevent: version 1.0.3
[    0.660993] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[    0.661008] platform eisa.0: Probing EISA bus 0
[    0.661010] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.661011] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.661012] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.661013] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.661014] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.661015] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.661016] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.661017] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.661018] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.661019] platform eisa.0: EISA: Detected 0 cards
[    0.661021] intel_pstate: Intel P-state driver initializing
[    0.661524] intel_pstate: Disabling energy efficiency optimization
[    0.661525] intel_pstate: HWP enabled
[    0.661579] ledtrig-cpu: registered to indicate activity on CPUs
[    0.661581] EFI Variables Facility v0.08 2004-May-17
[    0.685286] intel_pmc_core INT33A1:00:  initialized
[    0.685327] drop_monitor: Initializing network drop monitor service
[    0.685419] NET: Registered protocol family 10
[    0.689427] Segment Routing with IPv6
[    0.689440] NET: Registered protocol family 17
[    0.689503] Key type dns_resolver registered
[    0.689825] microcode: sig=0x906ea, pf=0x2, revision=0xea
[    0.689981] microcode: Microcode Update Driver: v2.2.
[    0.689984] IPI shorthand broadcast: enabled
[    0.689991] sched_clock: Marking stable (689290636, 688597)->(694626041, -4646808)
[    0.690147] registered taskstats version 1
[    0.690154] Loading compiled-in X.509 certificates
[    0.690743] Loaded X.509 cert 'Build time autogenerated kernel key: 6c5dd34c8537f715fe85d833b66f9d2aa158f3cc'
[    0.691126] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.691504] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.691505] blacklist: Loading compiled-in revocation X.509 certificates
[    0.691521] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.691632] zswap: loaded using pool lzo/zbud
[    0.691877] Key type ._fscrypt registered
[    0.691878] Key type .fscrypt registered
[    0.691878] Key type fscrypt-provisioning registered
[    0.693734] Key type encrypted registered
[    0.693737] AppArmor: AppArmor sha1 policy hashing enabled
[    0.695037] integrity: Loading X.509 certificate: UEFI:MokListRT (MOKvar table)
[    0.695440] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.695442] ima: No TPM chip found, activating TPM-bypass!
[    0.695448] ima: Allocated hash algorithm: sha1
[    0.695453] ima: No architecture policies found
[    0.695458] evm: Initialising EVM extended attributes:
[    0.695458] evm: security.selinux
[    0.695459] evm: security.SMACK64
[    0.695460] evm: security.SMACK64EXEC
[    0.695460] evm: security.SMACK64TRANSMUTE
[    0.695460] evm: security.SMACK64MMAP
[    0.695461] evm: security.apparmor
[    0.695461] evm: security.ima
[    0.695462] evm: security.capability
[    0.695462] evm: HMAC attrs: 0x1
[    0.696811] PM:   Magic number: 13:618:60
[    0.696979] RAS: Correctable Errors collector initialized.
[    0.697637] Freeing unused decrypted memory: 2036K
[    0.697902] Freeing unused kernel image (initmem) memory: 2688K
[    0.734787] Write protecting the kernel read-only data: 28672k
[    0.735478] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.735837] Freeing unused kernel image (rodata/data gap) memory: 1948K
[    0.802740] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.802741] x86/mm: Checking user space page tables
[    0.841550] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.841553] Run /init as init process
[    0.841553]   with arguments:
[    0.841554]     /init
[    0.841555]     splash
[    0.841556]   with environment:
[    0.841556]     HOME=/
[    0.841557]     TERM=linux
[    0.841557]     BOOT_IMAGE=/boot/vmlinuz-5.11.0-40-generic
[    0.903190] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[    0.903233] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[    0.908710] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.908715] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.909563] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    0.909625] ahci 0000:00:17.0: version 3.0
[    0.909772] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.909959] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.909962] ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds apst
[    0.910062] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.910064] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.910066] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.910088] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[    0.910089] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.910091] usb usb1: Product: xHCI Host Controller
[    0.910092] usb usb1: Manufacturer: Linux 5.11.0-40-generic xhci-hcd
[    0.910093] usb usb1: SerialNumber: 0000:00:14.0
[    0.910173] hub 1-0:1.0: USB hub found
[    0.910189] hub 1-0:1.0: 16 ports detected
[    0.910806] e1000e: Intel(R) PRO/1000 Network Driver
[    0.910807] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.911020] nvme nvme0: pci function 0000:01:00.0
[    0.911295] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    0.912393] i2c i2c-0: 1/4 memory slots populated (from DMI)
[    0.913978] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[    0.913981] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.913982] usb usb2: Product: xHCI Host Controller
[    0.913983] usb usb2: Manufacturer: Linux 5.11.0-40-generic xhci-hcd
[    0.913984] usb usb2: SerialNumber: 0000:00:14.0
[    0.914064] hub 2-0:1.0: USB hub found
[    0.914101] hub 2-0:1.0: 6 ports detected
[    0.914115] i2c i2c-0: Successfully instantiated SPD at 0x53
[    0.920757] nvme nvme0: 6/0/0 default/read/poll queues
[    0.921648]  nvme0n1: p1 p2
[    1.166680] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[    1.186010] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    1.212891] scsi host0: ahci
[    1.213420] scsi host1: ahci
[    1.213955] scsi host2: ahci
[    1.214362] scsi host3: ahci
[    1.214769] scsi host4: ahci
[    1.215204] scsi host5: ahci
[    1.215328] ata1: SATA max UDMA/133 abar m2048@0xa1239000 port 0xa1239100 irq 122
[    1.215337] ata2: SATA max UDMA/133 abar m2048@0xa1239000 port 0xa1239180 irq 122
[    1.215347] ata3: SATA max UDMA/133 abar m2048@0xa1239000 port 0xa1239200 irq 122
[    1.215353] ata4: SATA max UDMA/133 abar m2048@0xa1239000 port 0xa1239280 irq 122
[    1.215358] ata5: SATA max UDMA/133 abar m2048@0xa1239000 port 0xa1239300 irq 122
[    1.215367] ata6: SATA max UDMA/133 abar m2048@0xa1239000 port 0xa1239380 irq 122
[    1.258920] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 00:d8:61:7d:96:47
[    1.258923] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    1.259132] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[    1.259849] e1000e 0000:00:1f.6 eno1: renamed from eth0
[    1.324818] usb 1-1: New USB device found, idVendor=2a7a, idProduct=8a47, bcdDevice= 0.01
[    1.324828] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.324829] usb 1-1: Product: CASUE USB KB
[    1.454661] usb 1-8: new high-speed USB device number 3 using xhci_hcd
[    1.478721] tsc: Refined TSC clocksource calibration: 2903.991 MHz
[    1.478725] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29dbfd570cc, max_idle_ns: 440795288626 ns
[    1.478772] clocksource: Switched to clocksource tsc
[    1.528914] ata3: SATA link down (SStatus 4 SControl 300)
[    1.529506] ata5: SATA link down (SStatus 4 SControl 300)
[    1.529537] ata6: SATA link down (SStatus 4 SControl 300)
[    1.529589] ata1: SATA link down (SStatus 4 SControl 300)
[    1.529612] ata2: SATA link down (SStatus 4 SControl 300)
[    1.529639] ata4: SATA link down (SStatus 4 SControl 300)
[    1.603128] usb 1-8: New USB device found, idVendor=2357, idProduct=0135, bcdDevice= 2.00
[    1.603130] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.603132] usb 1-8: Product: 802.11n  WLAN Adapter
[    1.603133] usb 1-8: Manufacturer: Realtek
[    1.603133] usb 1-8: SerialNumber: 081F711E492F
[    1.730657] usb 1-9: new low-speed USB device number 4 using xhci_hcd
[    1.883318] usb 1-9: New USB device found, idVendor=1c4f, idProduct=0034, bcdDevice= 1.10
[    1.883326] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.883327] usb 1-9: Product: Usb Mouse
[    1.883328] usb 1-9: Manufacturer: SIGMACHIP
[    1.887106] hid: raw HID events driver (C) Jiri Kosina
[    1.899705] usbcore: registered new interface driver usbhid
[    1.899706] usbhid: USB HID core driver
[    1.901668] input: CASUE USB KB as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:2A7A:8A47.0001/input/input3
[    1.958789] hid-generic 0003:2A7A:8A47.0001: input,hidraw0: USB HID v1.10 Keyboard [CASUE USB KB] on usb-0000:00:14.0-1/input0
[    1.958871] input: CASUE USB KB Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:2A7A:8A47.0002/input/input4
[    2.018763] input: CASUE USB KB System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:2A7A:8A47.0002/input/input5
[    2.018809] hid-generic 0003:2A7A:8A47.0002: input,hidraw1: USB HID v1.10 Device [CASUE USB KB] on usb-0000:00:14.0-1/input1
[    2.018873] input: SIGMACHIP Usb Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:1C4F:0034.0003/input/input6
[    2.018964] hid-generic 0003:1C4F:0034.0003: input,hidraw2: USB HID v1.10 Mouse [SIGMACHIP Usb Mouse] on usb-0000:00:14.0-9/input0
[    2.053645] fbcon: Taking over console
[    2.053701] Console: switching to colour frame buffer device 100x37
[    2.057671] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    2.123288] systemd[1]: Inserted module 'autofs4'
[    2.210531] systemd[1]: systemd 245.4-4ubuntu3.13 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.226733] systemd[1]: Detected architecture x86-64.
[    2.251383] systemd[1]: Set hostname to <chafou-MS-7B23>.
[    2.349494] systemd[1]: Created slice system-modprobe.slice.
[    2.349638] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.349775] systemd[1]: Created slice User and Session Slice.
[    2.349820] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.349940] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.349967] systemd[1]: Reached target User and Group Name Lookups.
[    2.349985] systemd[1]: Reached target Remote File Systems.
[    2.349996] systemd[1]: Reached target Slices.
[    2.350069] systemd[1]: Listening on Syslog Socket.
[    2.350127] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.350160] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.350274] systemd[1]: Listening on Journal Audit Socket.
[    2.350330] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.350391] systemd[1]: Listening on Journal Socket.
[    2.350453] systemd[1]: Listening on udev Control Socket.
[    2.350498] systemd[1]: Listening on udev Kernel Socket.
[    2.351036] systemd[1]: Mounting Huge Pages File System...
[    2.351550] systemd[1]: Mounting POSIX Message Queue File System...
[    2.352132] systemd[1]: Mounting Kernel Debug File System...
[    2.352703] systemd[1]: Mounting Kernel Trace File System...
[    2.353727] systemd[1]: Starting Journal Service...
[    2.354385] systemd[1]: Starting Set the console keyboard layout...
[    2.355032] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.355578] systemd[1]: Starting Load Kernel Module drm...
[    2.355898] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    2.355926] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.356738] systemd[1]: Starting Load Kernel Modules...
[    2.357275] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.357818] systemd[1]: Starting udev Coldplug all Devices...
[    2.358391] systemd[1]: Starting Uncomplicated firewall...
[    2.359453] systemd[1]: Mounted Huge Pages File System.
[    2.359536] systemd[1]: Mounted POSIX Message Queue File System.
[    2.359602] systemd[1]: Mounted Kernel Debug File System.
[    2.359832] systemd[1]: Mounted Kernel Trace File System.
[    2.360132] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.361219] systemd[1]: Finished Uncomplicated firewall.
[    2.366171] EXT4-fs (nvme0n1p2): re-mounted. Opts: errors=remount-ro. Quota mode: none.
[    2.367150] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.367314] systemd[1]: modprobe@drm.service: Succeeded.
[    2.367510] systemd[1]: Finished Load Kernel Module drm.
[    2.368098] systemd[1]: Activating swap /swapfile...
[    2.368304] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.368338] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    2.368883] systemd[1]: Starting Load/Save Random Seed...
[    2.369458] systemd[1]: Starting Create System Users...
[    2.375064] lp: driver loaded but no devices found
[    2.377937] ppdev: user-space parallel port driver
[    2.379162] systemd[1]: Finished Load/Save Random Seed.
[    2.380596] systemd[1]: Finished Create System Users.
[    2.381194] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.388681] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.389436] systemd[1]: Starting udev Kernel Device Manager...
[    2.392836] systemd[1]: Finished Load Kernel Modules.
[    2.393471] systemd[1]: Mounting FUSE Control File System...
[    2.394049] systemd[1]: Mounting Kernel Configuration File System...
[    2.394572] systemd[1]: Starting Apply Kernel Variables...
[    2.395915] systemd[1]: Mounted FUSE Control File System.
[    2.396994] systemd[1]: Mounted Kernel Configuration File System.
[    2.406806] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k SSFS
[    2.406848] systemd[1]: Activated swap /swapfile.
[    2.406881] systemd[1]: Reached target Swap.
[    2.407848] systemd[1]: Finished Set the console keyboard layout.
[    2.407928] systemd[1]: Reached target Local File Systems (Pre).
[    2.408914] systemd[1]: Mounting Mount unit for bare, revision 5...
[    2.409647] systemd[1]: Mounting Mount unit for core18, revision 2246...
[    2.410403] systemd[1]: Mounting Mount unit for core18, revision 2253...
[    2.411481] systemd[1]: Mounting Mount unit for gnome-3-34-1804, revision 66...
[    2.412426] systemd[1]: Mounting Mount unit for gnome-3-34-1804, revision 72...
[    2.412490] loop0: detected capacity change from 0 to 8
[    2.413342] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1515...
[    2.414038] systemd[1]: Mounting Mount unit for gtk-common-themes, revision 1519...
[    2.415321] systemd[1]: Mounting Mount unit for snap-store, revision 518...
[    2.415963] systemd[1]: Mounting Mount unit for snap-store, revision 547...
[    2.416697] systemd[1]: Mounting Mount unit for snapd, revision 13640...
[    2.417466] systemd[1]: Mounting Mount unit for snapd, revision 13831...
[    2.418089] systemd[1]: Finished Apply Kernel Variables.
[    2.425604] systemd[1]: Started Journal Service.
[    2.430500] systemd-journald[285]: Received client request to flush runtime journal.
[    2.434860] loop1: detected capacity change from 0 to 113640
[    2.463061] loop2: detected capacity change from 0 to 113656
[    2.463855] loop3: detected capacity change from 0 to 448496
[    2.492043] loop4: detected capacity change from 0 to 448512
[    2.510966] loop5: detected capacity change from 0 to 133320
[    2.551565] loop6: detected capacity change from 0 to 104536
[    2.569176] EDAC ie31200: No ECC support
[    2.575102] loop7: detected capacity change from 0 to 104360
[    2.603730] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    2.622539] ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    2.627053] loop8: detected capacity change from 0 to 86392
[    2.655876] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    2.655879] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.655880] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.655881] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.655881] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.661527] cryptd: max_cpu_qlen set to 1000
[    2.671156] pstore: Using crash dump compression: deflate
[    2.671166] pstore: Registered efi as persistent store backend
[    2.673946] AVX2 version of gcm_enc/dec engaged.
[    2.673948] AES CTR mode by8 optimization enabled
[    2.712184] loop9: detected capacity change from 0 to 133552
[    2.714410] irq 16: nobody cared (try booting with the "irqpoll" option)
[    2.714414] CPU: 4 PID: 427 Comm: modprobe Not tainted 5.11.0-40-generic #44~20.04.2-Ubuntu
[    2.714416] Hardware name: Micro-Star International Co., Ltd. MS-7B23/B360M MORTAR (MS-7B23), BIOS 1.60 03/25/2019
[    2.714418] Call Trace:
[    2.714419]  <IRQ>
[    2.714421]  dump_stack+0x74/0x92
[    2.714425]  __report_bad_irq+0x3a/0xaf
[    2.714427]  note_interrupt.cold+0xb/0x60
[    2.714428]  handle_irq_event_percpu+0x73/0x80
[    2.714431]  handle_irq_event+0x3b/0x60
[    2.714433]  handle_fasteoi_irq+0x9c/0x150
[    2.714434]  asm_call_irq_on_stack+0x12/0x20
[    2.714437]  </IRQ>
[    2.714438]  common_interrupt+0xc3/0x150
[    2.714440]  asm_common_interrupt+0x1e/0x40
[    2.714442] RIP: 0010:do_dentry_open+0x17d/0x370
[    2.714445] Code: 3c af 00 85 c0 0f 85 0a 01 00 00 8b 43 44 89 c2 83 e0 03 81 ca 00 00 08 00 89 53 44 83 f8 01 75 0c f0 41 ff 84 24 64 01 00 00 <8b> 53 44 f6 c2 01 74 18 48 8b 43 28 48 83 78 10 00 0f 84 92 01 00
[    2.714446] RSP: 0018:ffff9e65c0c87c78 EFLAGS: 00000202
[    2.714448] RAX: 0000000000000001 RBX: ffff8e57c6199b00 RCX: 0000000700000000
[    2.714449] RDX: 000000004808801d RSI: ffff8e57c6199b00 RDI: ffff8e57c75785e0
[    2.714450] RBP: ffff9e65c0c87ca8 R08: 0000000000000007 R09: 0000000000000064
[    2.714451] R10: ffff9e65c0c87c50 R11: 00666e6f632e6369 R12: ffff8e57c75785e0
[    2.714452] R13: ffffffffb9deb470 R14: ffff8e57c6199b10 R15: 0000000000000000
[    2.714453]  ? ext4_dax_fault+0x20/0x20
[    2.714456]  ? do_dentry_open+0x156/0x370
[    2.714458]  vfs_open+0x2d/0x30
[    2.714459]  path_openat+0xb17/0x1120
[    2.714461]  ? __alloc_pages_nodemask+0x164/0x300
[    2.714464]  ? __mod_lruvec_state+0x3a/0x50
[    2.714465]  do_filp_open+0x91/0x100
[    2.714467]  do_sys_openat2+0x221/0x2e0
[    2.714469]  do_sys_open+0x46/0x80
[    2.714471]  __x64_sys_openat+0x20/0x30
[    2.714472]  do_syscall_64+0x38/0x90
[    2.714473]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    2.714475] RIP: 0033:0x7ff499410eab
[    2.714477] Code: 25 00 00 41 00 3d 00 00 41 00 74 4b 64 8b 04 25 18 00 00 00 85 c0 75 67 44 89 e2 48 89 ee bf 9c ff ff ff b8 01 01 00 00 0f 05 <48> 3d 00 f0 ff ff 0f 87 91 00 00 00 48 8b 4c 24 28 64 48 33 0c 25
[    2.714478] RSP: 002b:00007ffe7074cc60 EFLAGS: 00000246 ORIG_RAX: 0000000000000101
[    2.714480] RAX: ffffffffffffffda RBX: 00007ffe7074cea0 RCX: 00007ff499410eab
[    2.714481] RDX: 0000000000080000 RSI: 00007ffe7074cea0 RDI: 00000000ffffff9c
[    2.714482] RBP: 00007ffe7074cea0 R08: 00000000ffffffff R09: 00007ffe7074cb60
[    2.714482] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000080000
[    2.714483] R13: 0000559d8c8f597a R14: 0000559d8c8f5970 R15: 0000559d8c8f5590
[    2.714485] handlers:
[    2.714486] [<00000000aeb5958f>] i801_isr [i2c_i801]
[    2.714489] Disabling IRQ #16
[    2.723354] checking generic (90000000 1d5000) vs hw (a0000000 1000000)
[    2.723358] checking generic (90000000 1d5000) vs hw (90000000 10000000)
[    2.723359] fb0: switching to inteldrmfb from EFI VGA
[    2.723433] Console: switching to colour dummy device 80x25
[    2.723468] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.726155] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.728960] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[    2.734914] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    2.787387] intel_rapl_common: Found RAPL domain package
[    2.787390] intel_rapl_common: Found RAPL domain core
[    2.787391] intel_rapl_common: Found RAPL domain uncore
[    2.787391] intel_rapl_common: Found RAPL domain dram
[    2.800738] loop10: detected capacity change from 0 to 66440
[    2.841391] audit: type=1400 audit(1637553940.673:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=471 comm="apparmor_parser"
[    2.842053] audit: type=1400 audit(1637553940.673:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=467 comm="apparmor_parser"
[    2.842056] audit: type=1400 audit(1637553940.673:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=467 comm="apparmor_parser"
[    2.842057] audit: type=1400 audit(1637553940.673:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=467 comm="apparmor_parser"
[    2.844596] audit: type=1400 audit(1637553940.677:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=466 comm="apparmor_parser"
[    2.846046] audit: type=1400 audit(1637553940.677:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=476 comm="apparmor_parser"
[    2.846049] audit: type=1400 audit(1637553940.677:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=476 comm="apparmor_parser"
[    2.848971] audit: type=1400 audit(1637553940.681:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=468 comm="apparmor_parser"
[    2.848975] audit: type=1400 audit(1637553940.681:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=468 comm="apparmor_parser"
[    3.016797] i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
[    3.023896] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.027242] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.027623] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    3.027884] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.097091] fbcon: i915drmfb (fb0) is primary device
[    3.097305] Console: switching to colour frame buffer device 256x67
[    3.097330] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.117777] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    3.117780] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.117781] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.117783] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.117784] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    3.117784] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.117785] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    3.117786] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    3.117787] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    3.153187] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[    3.153226] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    3.153259] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    3.153295] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    3.153325] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    3.153366] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    3.153397] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    3.153425] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    3.153454] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    3.153519] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    3.153552] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    3.153586] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    3.174648] snd_hda_intel 0000:00:1f.3: control 2:0:0:PCM Playback Volume:0 is already present
[    3.598964] loop11: detected capacity change from 0 to 8
[    4.977863] rfkill: input handler disabled
[    6.265364] e1000e 0000:00:1f.6 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    6.265467] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  140.798340] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  140.798474] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  140.801658] Module has invalid ELF structures
[ 1300.722065] Module has invalid ELF structures
[ 1377.894086] usbcore: registered new interface driver rtl8xxxu
[ 1921.189009] usbcore: deregistering interface driver rtl8xxxu
[ 2026.874541] Module has invalid ELF structures
[18055.889830] e1000e 0000:00:1f.6 eno1: NIC Link is Down
[18061.135981] usb 1-8: USB disconnect, device number 3
[35005.160650] e1000e 0000:00:1f.6 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[35027.889398] rfkill: input handler enabled
[35030.326310] rfkill: input handler disabled
[35030.416768] kauditd_printk_skb: 24 callbacks suppressed
[35030.416770] audit: type=1400 audit(1637588969.099:35): apparmor="DENIED" operation="capable" profile="/snap/snapd/13640/usr/lib/snapd/snap-confine" pid=42882 comm="snap-confine" capability=4  capname="fsetid"
[35031.949069] audit: type=1326 audit(1637588970.631:36): auid=1000 uid=1000 gid=1000 ses=27 subj=snap.snap-store.ubuntu-software pid=42882 comm="snap-store" exe="/snap/snap-store/547/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f3095e48639 code=0x50000
[35033.739264] audit: type=1107 audit(1637588972.423:37): pid=511 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=42882 label="snap.snap-store.ubuntu-software" peer_pid=524 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[35033.739938] audit: type=1107 audit(1637588972.423:38): pid=511 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=42882 label="snap.snap-store.ubuntu-software" peer_pid=524 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[35033.751619] audit: type=1107 audit(1637588972.435:39): pid=511 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.8" pid=42882 label="snap.snap-store.ubuntu-software" peer_pid=524 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[35033.751931] audit: type=1107 audit(1637588972.435:40): pid=511 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.8" pid=42882 label="snap.snap-store.ubuntu-software" peer_pid=524 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[35034.011096] audit: type=1400 audit(1637588972.695:41): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=42882 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[35078.395641] audit: type=1400 audit(1637589017.080:42): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=42882 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[35078.409629] audit: type=1400 audit(1637589017.096:43): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=42882 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[35079.022778] audit: type=1326 audit(1637589017.708:44): auid=1000 uid=1000 gid=1000 ses=27 subj=snap.snap-store.ubuntu-software pid=42882 comm="pool-org.gnome." exe="/snap/snap-store/547/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f3095e3e4e7 code=0x50000
[42902.989212] audit: type=1400 audit(1637596841.780:45): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=44338 comm="cups-browsed" capability=23  capname="sys_nice"
[66114.123862] audit: type=1400 audit(1637620053.396:46): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=42882 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[66114.137890] audit: type=1400 audit(1637620053.412:47): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=42882 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[66114.795023] audit: type=1326 audit(1637620054.068:48): auid=1000 uid=1000 gid=1000 ses=27 subj=snap.snap-store.ubuntu-software pid=42882 comm="pool-org.gnome." exe="/snap/snap-store/547/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f3095e3e4e7 code=0x50000
[66312.315194] loop11: detected capacity change from 0 to 448512
[66312.771061] audit: type=1400 audit(1637620252.047:49): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.hook.configure" pid=46926 comm="apparmor_parser"
[66313.249704] audit: type=1400 audit(1637620252.527:50): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.snap-store" pid=46927 comm="apparmor_parser"
[66313.257850] audit: type=1400 audit(1637620252.535:51): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.ubuntu-software" pid=46928 comm="apparmor_parser"
[66313.267883] audit: type=1400 audit(1637620252.543:52): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.ubuntu-software-local-file" pid=46929 comm="apparmor_parser"
[66313.276026] audit: type=1400 audit(1637620252.551:53): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap-update-ns.snap-store" pid=46925 comm="apparmor_parser"
[85074.794806] e1000e 0000:00:1f.6 eno1: NIC Link is Down
[85135.396117] e1000e 0000:00:1f.6 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[92692.918534] audit: type=1400 audit(1637646632.802:54): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=42882 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[92692.932206] audit: type=1400 audit(1637646632.814:55): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=42882 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[92692.942895] audit: type=1326 audit(1637646632.826:56): auid=1000 uid=1000 gid=1000 ses=27 subj=snap.snap-store.ubuntu-software pid=42882 comm="snap-store" exe="/snap/snap-store/547/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f3095e3e4e7 code=0x50000
[108026.416327] loop3: detected capacity change from 0 to 126632
[108040.764827] loop12: detected capacity change from 0 to 111080
[108041.158498] audit: type=1400 audit(1637661981.316:57): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/13640/usr/lib/snapd/snap-confine" pid=52101 comm="apparmor_parser"
[108041.158520] audit: type=1400 audit(1637661981.316:58): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/13640/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=52101 comm="apparmor_parser"
[108041.307385] audit: type=1400 audit(1637661981.464:59): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.hook.configure" pid=52105 comm="apparmor_parser"
[108041.665569] audit: type=1400 audit(1637661981.824:60): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.snap-store" pid=52104 comm="apparmor_parser"
[108041.710612] audit: type=1400 audit(1637661981.868:61): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.snap-store" pid=52106 comm="apparmor_parser"
[108041.724210] audit: type=1400 audit(1637661981.880:62): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.ubuntu-software" pid=52107 comm="apparmor_parser"
[108041.731116] audit: type=1400 audit(1637661981.888:63): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.ubuntu-software-local-file" pid=52108 comm="apparmor_parser"
[108064.988316] loop13: detected capacity change from 0 to 507712
[108071.901373] audit: type=1400 audit(1637662012.060:64): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/13640/usr/lib/snapd/snap-confine" pid=52260 comm="apparmor_parser"
[108071.901377] audit: type=1400 audit(1637662012.060:65): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/snapd/13640/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=52260 comm="apparmor_parser"
[108072.037667] audit: type=1400 audit(1637662012.196:66): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.hook.configure" pid=52263 comm="apparmor_parser"
[108072.419634] audit: type=1400 audit(1637662012.576:67): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap-update-ns.snap-store" pid=52262 comm="apparmor_parser"
[108072.452023] audit: type=1400 audit(1637662012.612:68): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.snap-store" pid=52264 comm="apparmor_parser"
[108072.454610] audit: type=1400 audit(1637662012.612:69): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.ubuntu-software" pid=52265 comm="apparmor_parser"
[108072.459152] audit: type=1400 audit(1637662012.616:70): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.snap-store.ubuntu-software-local-file" pid=52266 comm="apparmor_parser"
[129301.185517] audit: type=1400 audit(1637683241.763:71): apparmor="DENIED" operation="capable" profile="/usr/sbin/cups-browsed" pid=53010 comm="cups-browsed" capability=23  capname="sys_nice"

I used sudo dkms remove rtl8192eu/1.0 sudo dkms uninstall rtl8192eu/1.0 in install_wifi.sh, add --force in the script too, add dmesg | tail at last. I am unfamiliar with the dmesg, cannot find the detail error message about which library or header causing this...So I post the all.

clnhub commented 2 years ago

You can try ldconfig -v or ldconfig -X -N -v (normal user). This will check and/or rebuild library cache and links.

Vanyoo commented 2 years ago

Terrible...I tried, and not have any error. Then I tried modprobe --force 8192eu and install_wifi.sh, but still has this error : modprobe: ERROR: could not insert '8192eu': Exec format error

clnhub commented 2 years ago

Yeah that's not good. Did ldconfig not show any errors at all? I have had no issues with the driver on 20.04, 20.10, 21.04 and 21.10 (current) with any 5.x kernel other than the (fixed) issues mentioned in the commits.

The code is fine, there is something not linking correctly on your system. This could be corruption, missing config files, links, or headers. It is hard to debug if nothing else fails.

Can you run (and post) modinfo 8192eu.ko ? And also run modprobe -v 8192eu.ko ? There must be more information available.

Vanyoo commented 2 years ago

modinfo 8192eu.ko:

filename:       /home/chafou/Desktop/rtl8192eu-linux-master/8192eu.ko
version:        v5.2.19.1_25633.20171222_COEX20171113-0047
author:         Realtek Semiconductor Corp.
description:    Realtek Wireless Lan Driver
license:        GPL
srcversion:     E2FD491C8080E7FD6059913
alias:          usb:v2C4Ep0104d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2C4Ep0100d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2357p0126d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2357p0109d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2357p0107d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2357p0108d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2001p3319d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2001p3312d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0BDAp818Cd*dc*dsc*dp*icFFiscFFipFFin*
alias:          usb:v0BDAp818Bd*dc*dsc*dp*icFFiscFFipFFin*
depends:        cfg80211
retpoline:      Y
name:           8192eu
vermagic:       5.11.0-40-generic SMP mod_unload modversions
parm:           rtw_ips_mode:The default IPS mode (int)
parm:           rtw_lps_level:The default LPS level (int)
parm:           rtw_usb_rxagg_mode:int
parm:           rtw_dynamic_agg_enable:int
parm:           rtw_drv_log_level:set log level when insert driver module, default log level is _DRV_INFO_ = 4 (uint)
parm:           rtw_tx_bw_mode:The max tx bw for 2.4G and 5G. format is the same as rtw_bw_mode (uint)
parm:           rtw_rx_ampdu_sz_limit_1ss:RX AMPDU size limit for 1SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_rx_ampdu_sz_limit_2ss:RX AMPDU size limit for 2SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_rx_ampdu_sz_limit_3ss:RX AMPDU size limit for 3SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_rx_ampdu_sz_limit_4ss:RX AMPDU size limit for 4SS link of each BW, 0xFF: no limitation (array of uint)
parm:           rtw_rf_config:int
parm:           rtw_country_code:The default country code (in alpha2) (charp)
parm:           rtw_channel_plan:The default chplan ID when rtw_alpha2 is not specified or valid (int)
parm:           rtw_excl_chs:exclusive channel array (array of uint)
parm:           rtw_btcoex_enable:BT co-existence on/off, 0:off, 1:on, 2:by efuse (int)
parm:           rtw_ant_num:Antenna number setting, 0:by efuse (int)
parm:           rtw_qos_opt_enable:int
parm:           ifname:The default name to allocate for first interface (charp)
parm:           if2name:The default name to allocate for second interface (charp)
parm:           rtw_pwrtrim_enable:int
parm:           rtw_initmac:charp
parm:           rtw_special_rf_path:int
parm:           rtw_chip_version:int
parm:           rtw_rfintfs:int
parm:           rtw_lbkmode:int
parm:           rtw_network_mode:int
parm:           rtw_channel:int
parm:           rtw_mp_mode:int
parm:           rtw_wmm_enable:int
parm:           rtw_vrtl_carrier_sense:int
parm:           rtw_vcs_type:int
parm:           rtw_busy_thresh:int
parm:           rtw_ht_enable:int
parm:           rtw_bw_mode:int
parm:           rtw_ampdu_enable:int
parm:           rtw_rx_stbc:int
parm:           rtw_rx_ampdu_amsdu:int
parm:           rtw_tx_ampdu_amsdu:int
parm:           rtw_lowrate_two_xmit:int
parm:           rtw_power_mgnt:int
parm:           rtw_smart_ps:int
parm:           rtw_low_power:int
parm:           rtw_wifi_spec:int
parm:           rtw_full_ch_in_p2p_handshake:int
parm:           rtw_antdiv_cfg:int
parm:           rtw_antdiv_type:int
parm:           rtw_drv_ant_band_switch:int
parm:           rtw_single_ant_path:int
parm:           rtw_switch_usb_mode:int
parm:           rtw_enusbss:int
parm:           rtw_hwpdn_mode:int
parm:           rtw_hwpwrp_detect:int
parm:           rtw_hw_wps_pbc:int
parm:           rtw_check_hw_status:int
parm:           rtw_max_roaming_times:The max roaming times to try (uint)
parm:           rtw_mc2u_disable:int
parm:           rtw_80211d:Enable 802.11d mechanism (int)
parm:           rtw_notch_filter:0:Disable, 1:Enable, 2:Enable only for P2P (uint)
parm:           rtw_hiq_filter:0:allow all, 1:allow special, 2:deny all (uint)
parm:           rtw_adaptivity_en:0:disable, 1:enable (uint)
parm:           rtw_adaptivity_mode:0:normal, 1:carrier sense (uint)
parm:           rtw_adaptivity_dml:0:disable, 1:enable (uint)
parm:           rtw_adaptivity_dc_backoff:DC backoff for Adaptivity (uint)
parm:           rtw_adaptivity_th_l2h_ini:th_l2h_ini for Adaptivity (int)
parm:           rtw_adaptivity_th_edcca_hl_diff:th_edcca_hl_diff for Adaptivity (int)
parm:           rtw_amplifier_type_2g:BIT3:2G ext-PA, BIT4:2G ext-LNA (uint)
parm:           rtw_amplifier_type_5g:BIT6:5G ext-PA, BIT7:5G ext-LNA (uint)
parm:           rtw_RFE_type:default init value:64 (uint)
parm:           rtw_powertracking_type:default init value:64 (uint)
parm:           rtw_GLNA_type:default init value:0 (uint)
parm:           rtw_TxBBSwing_2G:default init value:0xFF (uint)
parm:           rtw_TxBBSwing_5G:default init value:0xFF (uint)
parm:           rtw_OffEfuseMask:default open Efuse Mask value:0 (uint)
parm:           rtw_FileMaskEfuse:default drv Mask Efuse value:0 (uint)
parm:           rtw_rxgain_offset_2g:default RF Gain 2G Offset value:0 (uint)
parm:           rtw_rxgain_offset_5gl:default RF Gain 5GL Offset value:0 (uint)
parm:           rtw_rxgain_offset_5gh:uint
parm:           rtw_rxgain_offset_5gm:default RF Gain 5GM Offset value:0 (uint)
parm:           rtw_pll_ref_clk_sel:force pll_ref_clk_sel, 0xF:use autoload value (uint)
parm:           rtw_tx_pwr_by_rate:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm:           rtw_target_tx_pwr_2g_a:2.4G target tx power (unit:dBm) of RF path A for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_2g_b:2.4G target tx power (unit:dBm) of RF path B for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_2g_c:2.4G target tx power (unit:dBm) of RF path C for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_target_tx_pwr_2g_d:2.4G target tx power (unit:dBm) of RF path D for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm:           rtw_phy_file_path:The path of phy parameter (charp)
parm:           rtw_load_phy_file:PHY File Bit Map (int)
parm:           rtw_decrypt_phy_file:Enable Decrypt PHY File (int)
parm:           rtw_en_napi:int
parm:           rtw_en_gro:int
parm:           rtw_iqk_fw_offload:int

modprobe -v 8192eu.ko:

modprobe: FATAL: Module 8192eu.ko not found in directory /lib/modules/5.11.0-40-generic

The second command, I also tried modprobe -v ./8192eu.ko in the build directory, but it still find in /lib/modules/5.11.0-40-generic.

I am really appreciate your patient help. Maybe I should buy one latest adaptor to resolve this problem, LOL, really cost ur long time.

clnhub commented 2 years ago

Fortunately, these are basic Linux developer troubleshooting steps, which do not take a lot of time. Linux seems to be even worse than Windows with keeping track of header and library changes between updates.

Another step is to remove and re-install the build software.

sudo apt-get purge linux-headers-generic build-essential dkms git

Remove the kernel header directories in /usr/src/ for you current kernel (5.11) only and also remove the rtl8192eu-1.0 directory.

sudo rm -r .usr/src/linux-headers-5.11.0-40-generic sudo rm -r .usr/src/linux-headers-5.11.0-40 sudo rm -r /usr/src/rtl8192eu-1.0

Reboot and re-install the build software (this requires an active internet connection, so you may need to restore rtl8xxxu temporarily with running sudo modprobe rtl8xxxu)

sudo apt-get install linux-headers-generic build-essential dkms git

Run the installer again.

Hansander commented 2 years ago

Cloning the repo and running ./install_wifi worked like a charm, thank you. I am on Manjaro kernel 5.15.