wifi rtl8822be rtw88 rtw_pci not working on ubuntu 20.04

Asked by hoku

I have a Lenovo Legion Y530 and recently I've upgraded from ubuntu 19.10 to 20.04.

Wifi adapter is on but does not show any network. This happened other times with other ubuntu versions and fixed with rtl_new from larry fingers git repo. This time it doesn't work that fix.

I'll provide as much information as I think you will be needing. I hope you can help me to fix it.

lspci -vs 07:00
07:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter (rev ff) (prog-if ff)
 !!! Unknown header type 7f
 Kernel driver in use: rtw_pci
 Kernel modules: rtwpci

lsmod | grep -i "\(rtl\|rtw\)"
btrtl 24576 1 btusb
rtwpci 24576 0
bluetooth 581632 31 btrtl,btintel,btbcm,bnep,btusb,rfcomm
rtw88 610304 1 rtwpci
rtl8xxxu 131072 0
mac80211 843776 3 rtwpci,rtl8xxxu,rtw88
cfg80211 704512 2 mac80211,rtw88

journalctl -xg rtw
may 26 10:11:58 legion kernel: WARNING: CPU: 0 PID: 1011 at drivers/net/wireless/realtek/rtw88/pci.c:1116 rtw_dbi_read8.constprop.0+0xaa/0xc0 [rtwpci]
may 26 10:11:58 legion kernel: Modules linked in: xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 bpfilter br_net>
may 26 10:11:59 legion kernel: RIP: 0010:rtw_dbi_read8.constprop.0+0xaa/0xc0 [rtwpci]
may 26 10:11:59 legion kernel: rtw_pci_link_ps+0x4e/0x90 [rtwpci]
may 26 10:11:59 legion kernel: rtw_leave_ips+0x1f/0x80 [rtw88]
may 26 10:11:59 legion kernel: rtw_ops_config+0xa3/0xe0 [rtw88]
may 26 10:11:59 legion kernel: rtw_pci 0000:07:00.0: failed to read ASPM, ret=-5
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: failed to poll offset=0x5 mask=0x2 value=0x0
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: mac power on failed
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: failed to power on mac
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: leave idle state failed
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: failed to leave ips state
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: failed to leave idle state
may 26 10:12:06 legion kernel: rtw_pci 0000:07:00.0: failed to poll offset=0x5 mask=0x2 value=0x0
may 26 10:12:06 legion kernel: WARNING: CPU: 5 PID: 340 at drivers/net/wireless/realtek/rtw88/pci.c:1116 rtw_dbi_read8.constprop.0+0xaa/0xc0 [rtwpci]
may 26 10:12:06 legion kernel: Modules linked in: xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 bpfilter br_net>
may 26 10:12:06 legion kernel: RIP: 0010:rtw_dbi_read8.constprop.0+0xaa/0xc0 [rtwpci]
may 26 10:12:06 legion kernel: rtw_pci_link_ps+0x4e/0x90 [rtwpci]
may 26 10:12:06 legion kernel: rtw_enter_ips+0x3e/0x50 [rtw88]
may 26 10:12:06 legion kernel: rtw_ops_config+0xd3/0xe0 [rtw88]
may 26 10:12:06 legion kernel: rtw_pci 0000:07:00.0: failed to read ASPM, ret=-5
may 26 10:12:06 legion kernel: WARNING: CPU: 7 PID: 1011 at drivers/net/wireless/realtek/rtw88/pci.c:1116 rtw_dbi_read8.constprop.0+0xaa/0xc0 [rtwpci]
may 26 10:12:06 legion kernel: Modules linked in: xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 bpfilter br_net>
may 26 10:12:06 legion kernel: RIP: 0010:rtw_dbi_read8.constprop.0+0xaa/0xc0 [rtwpci]
may 26 10:12:06 legion kernel: rtw_pci_link_ps+0x4e/0x90 [rtwpci]
may 26 10:12:06 legion kernel: rtw_leave_ips+0x1f/0x80 [rtw88]
may 26 10:12:06 legion kernel: rtw_ops_config+0xa3/0xe0 [rtw88]
may 26 10:12:06 legion kernel: rtw_pci 0000:07:00.0: failed to read ASPM, ret=-5
may 26 10:12:08 legion kernel: rtw_pci 0000:07:00.0: failed to poll offset=0x5 mask=0x2 value=0x0
may 26 10:12:08 legion kernel: rtw_pci 0000:07:00.0: mac power on failed
may 26 10:12:08 legion kernel: rtw_pci 0000:07:00.0: failed to power on mac
may 26 10:12:08 legion kernel: rtw_pci 0000:07:00.0: leave idle state failed
may 26 10:12:08 legion kernel: rtw_pci 0000:07:00.0: failed to leave ips state
may 26 10:12:08 legion kernel: rtw_pci 0000:07:00.0: failed to leave idle state
may 26 10:12:13 legion kernel: rtw_pci 0000:07:00.0: failed to poll offset=0x5 mask=0x2 value=0x0
jun 19 22:17:51 legion kernel: rtw_pci 0000:07:00.0: mac power on failed
jun 19 22:17:51 legion kernel: rtw_pci 0000:07:00.0: failed to power on mac

rfkill
ID TYPE DEVICE SOFT HARD
 0 wlan ideapad_wlan unblocked unblocked
 1 bluetooth ideapad_bluetooth blocked unblocked
 3 bluetooth hci0 blocked unblocked

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Do you have the latest BIOS?

Revision history for this message
hoku (pe83) said :
#2

Hi!

my BIOS version is

$ sudo dmidecode -s bios-version
8JCN50WW

$ sudo fwupdmgr get-updates
• SAMSUNG MZVLB256HAHQ-000L2 has no available firmware updates
• ST1000LM049-2GH172 has no available firmware updates
• System Firmware has no available firmware updates
• Touchpad has no available firmware updates
• UEFI Device Firmware has no available firmware updates
• UEFI Device Firmware has no available firmware updates
• UEFI Device Firmware has no available firmware updates
• UEFI Device Firmware has no available firmware updates
No updatable devices

and aparently there is not updates available.

On the other hand on lenvo's support site the say that there is a bios version 8JCN53WW
But I understand that's for winodws only. Heres the link:
https://pcsupport.lenovo.com/pt/en/products/laptops-and-netbooks/legion-series/legion-y530-15ich/81fv/81fv00e3sp/pf15gx01/downloads/DS503758

Do you think that might be the issue ?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

The newer BIOS may help

Revision history for this message
hoku (pe83) said :
#4

Is there another approach that we can consider ?

I'm afraid that doing a BIOS update thing might get worst and not better.

The kernel module errors aren't meaningful at all ?

why it says !!! Unknown header type 7f???

what does all the fail messages like,
may 26 10:11:59 legion kernel: rtw_pci 0000:07:00.0: failed to read ASPM, ret=-5
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: failed to poll offset=0x5 mask=0x2 value=0x0
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: mac power on failed
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: failed to power on mac
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: leave idle state failed
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: failed to leave ips state
may 26 10:12:01 legion kernel: rtw_pci 0000:07:00.0: failed to leave idle state
mean??

I'm sorry I'm trying to understand whats going on, why updating from 19.10 to 20.04 is causing so much trouble...
These aren't to very different versions as far as I could check.

I don't understand... i feel like updating the BIOS firmware is a lucky shoot ....

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

In my opinion the more important lines are

may 26 10:11:58 legion kernel: WARNING: CPU: 0 PID: 1011 at drivers/net/wireless/realtek/rtw88/pci.c:1116 rtw_dbi_read8.constprop.0+0xaa/0xc0 [rtwpci]
may 26 10:11:58 legion kernel: Modules linked in: xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 bpfilter br_net>
may 26 10:11:59 legion kernel: RIP: 0010:rtw_dbi_read8.constprop.0+0xaa/0xc0 [rtwpci]
may 26 10:11:59 legion kernel: rtw_pci_link_ps+0x4e/0x90 [rtwpci]
may 26 10:11:59 legion kernel: rtw_leave_ips+0x1f/0x80 [rtw88]
may 26 10:11:59 legion kernel: rtw_ops_config+0xa3/0xe0 [rtw88]

They indicate a program crash.

Which driver version are you currently using?
Those coming with the kernel (which version are you running?) or from another source (e.g. larry finger)?

Revision history for this message
Manfred Hampl (m-hampl) said :
#6

And for the lwfinger repo, you would probably need https://github.com/lwfinger/rtlwifi_new/tree/rtw88

Revision history for this message
hoku (pe83) said :
#7

I saw that repo, and used it before with ubutu 16, and 18 and beleive
But seems that is not suitable for kernels grater than 5

$ uname -a
Linux legion 5.4.0-37-generic #41-Ubuntu SMP Wed Jun 3 18:57:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

$ modinfo rtw88
filename: /lib/modules/5.4.0-37-generic/kernel/drivers/net/wireless/realtek/rtw88/rtw88.ko
license: Dual BSD/GPL
description: Realtek 802.11ac wireless core module
author: Realtek Corporation
firmware: rtw88/rtw8822b_fw.bin
firmware: rtw88/rtw8822c_wow_fw.bin
firmware: rtw88/rtw8822c_fw.bin
firmware: rtw88/rtw8723d_fw.bin
srcversion: A46D8B8DEBAFC11F1E2F2E9
depends: mac80211,cfg80211
retpoline: Y
intree: Y
name: rtw88
vermagic: 5.4.0-37-generic SMP mod_unload
sig_id: PKCS#7
signer: Build time autogenerated kernel key
sig_key: 28:76:AD:92:E9:CE:4F:50:32:F3:D4:3E:98:97:7B:B4:F1:F8:92
sig_hashalgo: sha512
signature: 69:FF:0B:F0:2A:83:AA:FB:4E:93:6E:37:26:A4:A6:23:7D:10:1E:45:
                75:F9:77:6A:FE:EF:85:AC:AA:B9:FF:03:13:FD:CE:E9:B9:CF:F2:66:
                9B:39:7A:1C:95:0F:02:27:BD:68:27:86:53:BF:FE:CD:4C:3B:B9:DB:
                D0:34:95:ED:85:0B:40:1C:F0:C5:7C:60:61:69:15:6A:96:FC:5C:42:
                76:43:63:AD:08:F1:3D:DC:91:1B:B7:9D:1C:59:19:62:7C:3B:62:3B:
                61:52:62:07:57:BD:F2:34:ED:B1:AA:AC:FA:7D:60:B3:5B:CA:93:22:
                F9:0A:CD:09:79:DB:A3:C7:0B:00:6E:19:59:FA:7C:FE:08:0B:0A:2D:
                B4:26:A6:6A:82:AE:1F:F0:ED:ED:59:19:F5:AE:2C:0F:82:EF:11:6B:
                FC:AD:75:4B:4B:8B:35:E2:05:D8:4D:14:35:9D:16:7F:49:CC:DE:45:
                17:31:19:A0:69:E0:7D:F0:0C:74:DF:F2:D8:93:F9:31:F9:D7:CD:D1:
                D9:62:C5:B3:24:95:75:7C:69:E3:86:A1:73:1B:20:AF:FA:0C:A1:CD:
                FA:28:53:FA:EE:C7:1F:3F:CD:16:86:7C:F7:CC:67:35:0E:92:EF:D8:
                13:82:84:BE:AD:2E:89:C3:06:B5:7C:65:11:8F:9B:D8:5F:F6:64:FD:
                B3:96:14:AC:21:4E:89:B8:52:7A:98:93:19:3C:5C:26:98:8A:6A:05:
                52:E7:BA:FE:39:D9:01:78:9B:9D:BD:21:54:CF:6E:B5:8A:2F:27:49:
                C5:77:95:5B:F0:6A:BC:BF:A4:7D:DB:97:50:EE:F5:FA:EF:CE:1A:C1:
                91:9F:EB:72:E5:8A:26:46:BE:11:C3:29:DB:87:FD:60:39:58:4B:6D:
                B5:63:71:87:8C:AC:18:43:E3:43:CD:6F:6D:AB:50:6D:CE:6F:9C:71:
                C1:6F:D1:AC:15:EC:F9:51:26:85:5E:C0:89:17:9F:AF:8C:79:00:BA:
                D9:EA:91:C4:4A:4D:10:97:D0:61:BF:A9:7A:DD:33:AF:E4:EC:4A:7A:
                25:59:3A:F8:E8:90:2E:29:CF:B2:9D:38:11:DF:BD:CD:DE:FB:97:E3:
                6A:27:02:CC:EC:3B:28:5B:BC:CF:64:D2:8D:E8:F4:3B:34:9F:15:EA:
                56:8E:63:28:43:1F:DE:A8:FD:B2:5C:1B:57:AF:DF:4A:19:C3:79:67:
                34:44:94:8A:47:DE:F4:03:8E:F4:DF:70:C6:68:1A:71:59:B0:2B:B5:
                54:B9:10:67:98:6E:9C:57:14:32:64:0E:C7:C9:EC:A5:71:5A:DA:5A:
                43:24:99:6A:D4:7E:1A:AE:37:3F:2C:8A
parm: lps_deep_mode:Deeper PS mode. If 0, deep PS is disabled (uint)
parm: support_bf:Set Y to enable beamformee support (bool)
parm: debug_mask:Debugging mask (uint)

$ modinfo rtwpci
filename: /lib/modules/5.4.0-37-generic/kernel/drivers/net/wireless/realtek/rtw88/rtwpci.ko
license: Dual BSD/GPL
description: Realtek 802.11ac wireless PCI driver
author: Realtek Corporation
srcversion: 205B7A4BAA21D264A33B241
alias: pci:v000010ECd0000D723sv*sd*bc*sc*i*
alias: pci:v000010ECd0000C822sv*sd*bc*sc*i*
alias: pci:v000010ECd0000B822sv*sd*bc*sc*i*
depends: mac80211,rtw88
retpoline: Y
intree: Y
name: rtwpci
vermagic: 5.4.0-37-generic SMP mod_unload
sig_id: PKCS#7
signer: Build time autogenerated kernel key
sig_key: 28:76:AD:92:E9:CE:4F:50:32:F3:D4:3E:98:97:7B:B4:F1:F8:92
sig_hashalgo: sha512
signature: B4:7C:74:B7:75:C9:D6:ED:02:0A:B0:40:80:2D:B8:59:10:0C:56:C7:
                EF:CF:A2:E3:10:CC:14:61:4D:BF:68:C8:AE:77:B3:6C:97:A3:78:17:
                60:A8:C0:BB:32:F8:60:C6:AA:10:31:80:7B:CC:72:F1:EA:25:40:BE:
                72:B9:B6:29:4B:E9:66:91:11:23:B2:5E:3C:30:FE:C7:51:94:EB:43:
                50:DE:F8:DE:32:61:34:72:89:D1:F8:39:C2:25:29:E7:0C:20:72:F8:
                F8:87:EF:FB:27:79:BB:92:2F:B6:76:CD:9A:43:23:DE:C6:D1:92:8E:
                51:8C:B6:A7:FC:C1:AC:77:80:17:45:87:60:63:E7:F8:63:5F:38:EC:
                0F:C7:7B:35:86:8B:8A:E5:92:C1:5C:76:BE:DC:94:A9:78:28:9C:C8:
                60:90:67:AB:A1:D8:4A:BD:60:24:94:27:7C:AE:0F:5D:A2:B3:BC:E7:
                25:EE:15:84:0B:75:11:E0:11:CB:46:51:EB:20:05:28:6B:B4:EB:61:
                42:3A:AB:21:92:3C:4F:43:B6:33:87:02:61:1D:D4:12:18:4B:95:78:
                4C:EA:09:CC:58:85:0E:BE:D0:A8:1F:E0:6D:6E:C3:5C:4B:AD:72:70:
                D2:14:FC:76:40:28:34:9D:0C:C4:B2:04:F4:CA:FA:B9:7E:29:03:D4:
                34:4F:60:48:E5:9E:3B:A7:FC:54:56:3D:6C:DC:8D:F1:24:30:5C:3C:
                5E:EC:42:6E:73:25:10:F9:A8:5F:F6:C6:D9:84:97:5F:75:BD:08:DF:
                2D:B1:38:AE:8D:01:05:15:78:23:9C:1C:65:10:21:57:E0:6E:9D:ED:
                E9:A3:7B:2B:58:3A:29:99:A1:33:69:84:98:DD:DB:FD:08:6A:37:BD:
                8F:6F:71:19:61:AC:B7:A8:FA:A2:20:6C:F6:A5:D7:A9:80:D8:19:9D:
                70:38:82:4B:3B:92:2C:47:16:49:2F:86:ED:86:ED:F2:8D:1A:D4:4F:
                EF:06:B0:1A:48:C9:CA:34:DC:3B:7C:72:8E:27:A9:02:28:23:77:65:
                AC:05:F1:0E:9B:3F:5E:80:E6:AC:F3:0D:08:B1:ED:C0:62:4B:2F:70:
                8A:E1:E7:AA:F3:C0:11:43:0B:99:CA:12:F6:BB:1D:2D:2A:D7:6E:55:
                C5:28:B3:35:17:F2:2D:DD:83:D5:ED:83:22:F0:4B:1D:50:00:AB:4F:
                A2:C1:A6:C7:24:4F:64:91:C0:69:6A:C3:1A:1E:84:8D:F9:4B:72:31:
                A3:3D:FF:C1:62:EE:8B:E4:D8:BF:53:B1:E5:FA:58:79:5A:54:B0:9E:
                9E:B2:4B:2D:FA:85:58:01:3A:F5:B7:F4
parm: disable_msi:Set Y to disable MSI interrupt support (bool)

Revision history for this message
hoku (pe83) said :
#8

$ lshw -C network
WARNING: you should run this program as super-user.
  *-generic DISABLED
       description: Wireless interface
       product: RTL8822BE 802.11a/b/g/n/ac WiFi adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:07:00.0
       logical name: wlp7s0
       version: ff
       serial: dc:a2:66:37:ed:8d
       width: 32 bits
       clock: 66MHz
       capabilities: bus_master vga_palette cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rtw_pci driverversion=5.4.0-39-generic firmware=N/A latency=255 link=no maxlatency=255 mingnt=255 multicast=yes wireless=IEEE 802.11
       resources: irq:143 ioport:4000(size=256) memory:a4300000-a430ffff

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#9

Do you have a shortcut or switch to enable/disable WiFi? If so, press it. The WiFi is disabled.

Revision history for this message
hoku (pe83) said :
#10

No, I don't have a shortcut or switch, I don't know how the WiFi got disable, I'm still trying to find out how to enable it or if something else is going on.

I have been reading this.
https://github.com/lwfinger/rtlwifi_new/blob/rtw88/README.md

But I'm worried about the mention of the kernel API being changed. I have no idea, how to confirm if the kernel API changed or not, but in there assures that in ubuntu probably changed.. I would like modify the source but I have not a clue of how to do that.

Revision history for this message
hoku (pe83) said :
#11

rfkill
ID TYPE DEVICE SOFT HARD
 0 wlan ideapad_wlan unblocked unblocked
 1 bluetooth ideapad_bluetooth unblocked unblocked
 2 wlan phy0 unblocked unblocked
 3 bluetooth hci0 unblocked unblocked
 5 wlan phy2 unblocked unblocked

I think wifi should not be disable ...

Revision history for this message
Manfred Hampl (m-hampl) said :
#12

rfkill
 ID TYPE DEVICE SOFT HARD
  0 wlan ideapad_wlan unblocked unblocked
  1 bluetooth ideapad_bluetooth unblocked unblocked
  2 wlan phy0 unblocked unblocked
  3 bluetooth hci0 unblocked unblocked
  5 wlan phy2 unblocked unblocked

listing "wlan" three times is strange.
I am not sure, but I would not expect "ideapad" modules, if you have a Lenovo Legion device.

Have you tried lwfinger's software? if it doesn't work it should be easily possible to remove it again.

Revision history for this message
hoku (pe83) said :
#13

Manfred, I read this

https://github.com/lwfinger/rtlwifi_new/blob/rtw88/README.md

But I don't know how to modify the source. Do you know how ?

Revision history for this message
Manfred Hampl (m-hampl) said :
#14

Why do you think that you have to modify the source?

Revision history for this message
hoku (pe83) said :
#15

Is what is says on the README.md file...

let me quote...

"""
This code will build on any kernel 4.19 and newer as long as the distro has not modified any of the kernel APIs. IF YOU RUN UBUNTU, YOU CAN BE ASSURED THAT THE APIs HAVE CHANGED. NO, I WILL NOT MODIFY THE SOURCE FOR YOU. YOU ARE ON YOUR OWN!!!!!
"""

Revision history for this message
Manfred Hampl (m-hampl) said :
#16

Have you tried whether it works? it cannot get worse than the current situation that doesn't.

Revision history for this message
hoku (pe83) said :
#17

Well, I did what you said because may be I was to worried or scared to do so... and now it got worse.

Before I did the installation from the larry fingers's repo the network adapter was visible, but it was not able to find any network.
Now is not visible at all.. and the kernel modules rtlpci rtw_pci aren't there any more.

Is this an Ubuntu official site?
I thought that in here I can get help from knowledgeable and experienced people... for newbies I have my self.

Maybe I need to erase Ubuntu and change to another distro and see what happens ....
I'm so frustrated, i just updated from 19.10 to 20.04 and things got really nasty ...
There is no solution or what so ever and none really knows what is going on ...
And it seems to be imposible to reach Ubuntu tech support ...

Revision history for this message
Manfred Hampl (m-hampl) said :
#18
Revision history for this message
hoku (pe83) said :
#19

sudo apt-get update; sudo apt-get install usbutils pciutils hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | grep -Ei 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nnk | grep -iA2 net; lsusb; nmcli g; sudo lshw -short; uname -a; sudo updatedb; dmesg | grep -E '02:00|80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rror|rtl|RTL|rt2|RT2|rt3|RT3|rt5|RT5|rt6|RT6|rt7|RT7|usb|witch|wl';sudo dmidecode|grep -E 'anufact|roduct|erial|elease'; iwconfig; grep -E '80211|acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl' /etc/modprobe.d/*; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|grep -E 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; ls -lia /boot; grep tmpfs /etc/fstab; ubuntu-support-status || ubuntu-security-status; sudo update-pciids; sudo update-usbids; sudo lsmod

Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:6 http://archive.ubuntu.com/ubuntu focal-security InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version (3.4-1).
pciutils is already the newest version (1:3.6.4-1).
rfkill is already the newest version (2.34-0.1ubuntu9).
usbutils is already the newest version (1:012-2).
hwinfo is already the newest version (21.68-1).
The following package was automatically installed and is no longer required:
  gcc-9-base:i386
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: enp8s0
       version: 15
       serial: e8:6a:64:02:e8:fb
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII
       resources: irq:17 ioport:3000(size=256) memory:a4204000-a4204fff memory:a4200000-a4203fff
  *-network:0
       description: Wireless interface
       physical id: 3
       bus info: usb@1:1
       logical name: wlxd037457005fd
       serial: d0:37:45:70:05:fd
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=rtl8xxxu driverversion=5.4.0-39-generic firmware=N/A ip=192.168.1.147 link=yes multicast=yes wireless=IEEE 802.11
  *-network:1
       description: Ethernet interface
       physical id: 4
       logical name: docker0
       serial: 02:42:35:cc:3d:80
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.17.0.1 link=no multicast=yes
0: ideapad_wlan: Wireless LAN
 Soft blocked: no
 Hard blocked: no
1: ideapad_bluetooth: Bluetooth
 Soft blocked: no
 Hard blocked: no
2: hci0: Bluetooth
 Soft blocked: no
 Hard blocked: no
7: phy5: Wireless LAN
 Soft blocked: no
 Hard blocked: no
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"LYN_2.4G"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"vodafoneBDC0"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"vodafoneD7EA"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MOVISTAR_B610"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MiFibra-7A60"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MiFibra-268B"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MIWIFI_2G_hn4w"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MOVISTAR_71E9"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"WIRELESS-6CC8"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MiFibra-FD3F"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MiFibra-C4D4"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:"MOVISTAR_B40C"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:"vodafoneBA2112"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:""
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:"MOVISTAR_DJMIX"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MiFibra-4BB3"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"Invitado-4BB3"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MOVISTAR_E636"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MOVISTAR_B610-EXT"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    ESSID:"MOVISTAR_8DD0"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    ESSID:"MOVISTAR_3AE0"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    ESSID:"MOVISTAR_E780_INV"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    ESSID:"MIWIFI_2G_hmfp"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    ESSID:"DORO"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    ESSID:"MOVISTAR_64A4"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MIWIFI_2G_SKxE"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MiFibra-CD3F"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"WLAN_554E"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:" FREE WIFI"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:"vodafone6D10"
                    Channel:2
                    Frequency:2.417 GHz (Channel 2)
                    ESSID:"WLAN_487D"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"SERNAUTO"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"Planta baja "
                    Channel:4
                    Frequency:2.427 GHz (Channel 4)
                    ESSID:"WLAN_F8FE"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    ESSID:"MOVISTAR_0ED4"
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    ESSID:"MOVISTAR_3052"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"MOVISTAR_EEAD"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:"DIRECT-2A-HP DeskJet 2600 series"
                    Channel:9
                    Frequency:2.452 GHz (Channel 9)
                    ESSID:"vodafoneE488"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:"MOVISTAR_5708"
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    ESSID:"SERNAUTO_INVITADOS"
vboxnet0 Interface doesn't support scanning.

                    Channel:11
docker0 Interface doesn't support scanning.

lo Interface doesn't support scanning.

                    Frequency:2.462 GHz (Channel 11)
enp8s0 Interface doesn't support scanning.

                    ESSID:"FIRST-MM2"
tun0 Interface doesn't support scanning.

                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:"ENRIQUE_BARROS"
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    ESSID:"MOVISTAR_7F3A"
cat: /etc/network/interfaces: No such file or directory
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04 LTS"
07:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac WiFi adapter [10ec:b822] (rev ff)
 Kernel modules: rtw_8822be
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
 Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:38b4]
 Kernel driver in use: r8169
 Kernel modules: r8169
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 04ca:7070 Lite-On Technology Corp. Integrated Camera
Bus 001 Device 004: ID 0bda:b023 Realtek Semiconductor Corp. Bluetooth Radio
Bus 001 Device 007: ID 2357:0109 TP-Link TL WN823N RTL8192EU
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW WWAN
connected full enabled enabled enabled enabled
H/W path Device Class Description
==============================================================
                                    system 81FV (LENOVO_MT_81FV_BU_idea_FM_Legion Y530-15ICH)
/0 bus LNVNB161216
/0/0 memory 128KiB BIOS
/0/4 processor Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
/0/4/5 memory 384KiB L1 cache
/0/4/6 memory 1536KiB L2 cache
/0/4/7 memory 9MiB L3 cache
/0/25 memory 16GiB System Memory
/0/25/0 memory 16GiB SODIMM DDR4 Synchronous 2667 MHz (0,4 ns)
/0/25/1 memory [empty]
/0/100 bridge 8th Gen Core Processor Host Bridge/DRAM Registers
/0/100/1 bridge Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16)
/0/100/2 display UHD Graphics 630 (Mobile)
/0/100/4 generic Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
/0/100/8 generic Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
/0/100/12 generic Cannon Lake PCH Thermal Controller
/0/100/14 bus Cannon Lake PCH USB 3.1 xHCI Host Controller
/0/100/14/0 usb1 bus xHCI Host Controller
/0/100/14/0/1 generic 802.11n NIC
/0/100/14/0/6 multimedia Integrated Camera
/0/100/14/0/e communication Bluetooth Radio
/0/100/14/1 usb2 bus xHCI Host Controller
/0/100/14.2 memory RAM memory
/0/100/15 bus Cannon Lake PCH Serial IO I2C Controller #0
/0/100/15.1 bus Cannon Lake PCH Serial IO I2C Controller #1
/0/100/16 communication Cannon Lake PCH HECI Controller
/0/100/17 scsi4 storage Cannon Lake Mobile PCH SATA AHCI Controller
/0/100/17/0.0.0 /dev/sda disk 1TB ST1000LM049-2GH1
/0/100/17/0.0.0/1 /dev/sda1 volume 931GiB EXT4 volume
/0/100/1d bridge Cannon Lake PCH PCI Express Root Port #9
/0/100/1d/0 storage NVMe SSD Controller SM981/PM981/PM983
/0/100/1d.4 bridge Cannon Lake PCH PCI Express Root Port #13
/0/100/1d.4/0 generic RTL8822BE 802.11a/b/g/n/ac WiFi adapter
/0/100/1d.5 bridge Cannon Lake PCH PCI Express Root Port #14
/0/100/1d.5/0 enp8s0 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
/0/100/1e communication Cannon Lake PCH Serial IO UART Host Controller
/0/100/1f bridge HM470 Chipset LPC/eSPI Controller
/0/100/1f.3 multimedia Cannon Lake PCH cAVS
/0/100/1f.4 bus Cannon Lake PCH SMBus Controller
/0/100/1f.5 bus Cannon Lake PCH SPI Controller
/0/1 system PnP device PNP0c02
/0/2 system PnP device PNP0c02
/0/3 system PnP device PNP0c02
/0/5 system PnP device PNP0c02
/0/6 system PnP device PNP0b00
/0/7 generic PnP device INT3f0d
/0/8 input PnP device PNP0303
/0/9 system PnP device PNP0c02
/0/a system PnP device PNP0c02
/1 power CRB Battery 0
/2 power OEM Define 5
/3 wlxd037457005fd network Wireless interface
/4 docker0 network Ethernet interface
Linux legion 5.4.0-39-generic #43-Ubuntu SMP Fri Jun 19 10:28:31 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
sudo: updatedb: command not found
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.011886] No NUMA configuration found
[ 0.153148] APIC: Switch to symmetric I/O mode setup
[ 0.156405] Switched APIC routing to cluster x2apic.
[ 0.168998] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.168999] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.259433] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.TPLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
[ 0.259442] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
[ 0.259444] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.259503] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS01], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259507] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259540] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS02], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259544] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259575] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS03], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259579] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259610] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS04], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259613] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259644] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS05], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259647] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259678] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS06], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259681] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259712] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS07], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259715] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259746] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS08], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259749] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259780] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS09], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259783] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259814] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS10], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259817] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259848] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS11], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259851] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259881] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS12], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259885] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259915] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.HS13], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.259919] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.259951] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS14._UPC], AE_ALREADY_EXISTS (20190816/dswload2-326)
[ 0.259955] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
[ 0.259957] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.259959] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS14._PLD], AE_ALREADY_EXISTS (20190816/dswload2-326)
[ 0.259962] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
[ 0.259964] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.266409] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.USR1], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266414] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266419] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.USR2], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266422] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266458] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.SS01], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266462] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266493] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.SS02], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266496] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266527] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.SS03], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266531] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266561] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.SS04], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266565] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266595] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.SS05], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266599] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266629] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.SS06], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266632] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266663] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.SS07], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266666] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266696] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.SS08], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266700] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266730] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.SS09], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266733] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.266764] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.XHC.RHUB.SS10], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.266767] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.267767] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.I2C2.TPD0], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.267772] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.267809] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.I2C3.TPL1], AE_NOT_FOUND (20190816/dswload2-162)
[ 0.267812] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20190816/psobject-220)
[ 0.271305] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.PEG0.PEGP._ON], AE_ALREADY_EXISTS (20190816/dswload2-326)
[ 0.271310] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
[ 0.271312] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.271314] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.PEG0.PEGP._OFF], AE_ALREADY_EXISTS (20190816/dswload2-326)
[ 0.271318] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20190816/psobject-220)
[ 0.271319] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.396587] usbcore: registered new interface driver usbfs
[ 0.396587] usbcore: registered new interface driver hub
[ 0.396587] usbcore: registered new device driver usb
[ 0.482317] clocksource: Switched to clocksource tsc-early
[ 0.499199] pnp: PnP ACPI: found 9 devices
[ 0.680871] pcieport 0000:00:1d.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.681699] pcieport 0000:00:1d.5: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.683951] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.683969] ACPI: Lid Switch [LID0]
[ 0.695499] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[ 0.695501] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.695502] usb usb1: Product: xHCI Host Controller
[ 0.695503] usb usb1: Manufacturer: Linux 5.4.0-39-generic xhci-hcd
[ 0.695504] usb usb1: SerialNumber: 0000:00:14.0
[ 0.695614] hub 1-0:1.0: USB hub found
[ 0.696297] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[ 0.696298] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.696299] usb usb2: Product: xHCI Host Controller
[ 0.696300] usb usb2: Manufacturer: Linux 5.4.0-39-generic xhci-hcd
[ 0.696301] usb usb2: SerialNumber: 0000:00:14.0
[ 0.696422] hub 2-0:1.0: USB hub found
[ 0.741538] RAS: Correctable Errors collector initialized.
[ 0.754828] Error adding keys to platform keyring UEFI:db
[ 0.758434] ima: No TPM chip found, activating TPM-bypass!
[ 0.758444] ima: No architecture policies found
[ 0.869208] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.875096] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.938571] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[ 0.938572] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[ 0.938574] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[ 0.938575] wmi_bus wmi_bus-PNP0C14:00: WQ data block query control method not found
[ 0.948918] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 0.959570] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 0.963462] r8169 0000:08:00.0 eth0: RTL8168h/8111h, e8:6a:64:02:e8:fb, XID 541, IRQ 129
[ 0.963464] r8169 0000:08:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 0.965139] i2c_hid i2c-SYNA2B46:00: i2c-SYNA2B46:00 supply vdd not found, using dummy regulator
[ 0.965147] i2c_hid i2c-SYNA2B46:00: i2c-SYNA2B46:00 supply vddl not found, using dummy regulator
[ 0.970311] r8169 0000:08:00.0 enp8s0: renamed from eth0
[ 0.989648] idma64 idma64.2: Found Intel integrated DMA 64-bit
[ 1.029935] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.178724] usb 1-1: New USB device found, idVendor=2357, idProduct=0109, bcdDevice= 2.00
[ 1.178725] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.178726] usb 1-1: Product: 802.11n NIC
[ 1.178727] usb 1-1: Manufacturer: Realtek
[ 1.178727] usb 1-1: SerialNumber: 00e04c000001
[ 1.301921] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[ 1.461714] usb 1-6: New USB device found, idVendor=04ca, idProduct=7070, bcdDevice= 0.23
[ 1.461729] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.461729] usb 1-6: Product: Integrated Camera
[ 1.461730] usb 1-6: Manufacturer: 8SSC20F27068L1GZ8820943
[ 1.589888] usb 1-14: new full-speed USB device number 4 using xhci_hcd
[ 1.697947] clocksource: Switched to clocksource tsc
[ 1.740145] usb 1-14: New USB device found, idVendor=0bda, idProduct=b023, bcdDevice= 1.10
[ 1.740146] usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.740147] usb 1-14: Product: Bluetooth Radio
[ 1.740148] usb 1-14: Manufacturer: Realtek
[ 1.740148] usb 1-14: SerialNumber: 00e04c000001
[ 2.465712] Console: switching to colour frame buffer device 240x67
[ 2.725460] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
[ 2.754743] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[ 2.791886] EXT4-fs (nvme0n1p3): re-mounted. Opts: errors=remount-ro
[ 2.794020] lp: driver loaded but no devices found
[ 3.120080] intel_rapl_common: Found RAPL domain package
[ 3.120082] intel_rapl_common: Found RAPL domain dram
[ 3.127407] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.127653] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.158474] usbcore: registered new interface driver btusb
[ 3.160185] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 3.161158] Bluetooth: hci0: RTL: rom_version status=0 version=2
[ 3.161164] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_fw.bin
[ 3.161994] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_config.bin
[ 3.162184] Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270
[ 3.201995] uvcvideo: Found UVC 1.00 device Integrated Camera (04ca:7070)
[ 3.202047] rtw_pci 0000:07:00.0: Firmware version 27.2.0, H2C version 13
[ 3.209095] fb0: switching to inteldrmfb from EFI VGA
[ 3.209241] Console: switching to colour dummy device 80x25
[ 3.220246] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input8
[ 3.231454] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 3.257581] usb 1-1: Vendor: Realtek
[ 3.257582] usb 1-1: Product: 802.11n NI
[ 3.257583] usb 1-1: Serial:
[ 3.257584] usb 1-1: rtl8192eu_parse_efuse: dumping efuse (0x200 bytes):
[ 3.257585] usb 1-1: 00: 29 81 00 7c 01 40 03 00
[ 3.257586] usb 1-1: 08: 40 74 04 50 14 00 00 00
[ 3.257586] usb 1-1: 10: 28 28 28 29 29 29 2c 2c
[ 3.257587] usb 1-1: 18: 2c 2c 2c f2 ef ef ff ff
[ 3.257587] usb 1-1: 20: ff ff ff ff ff ff ff ff
[ 3.257588] usb 1-1: 28: ff ff ff ff ff ff ff ff
[ 3.257588] usb 1-1: 30: ff ff ff ff ff ff ff ff
[ 3.257589] usb 1-1: 38: ff ff 28 28 28 27 27 27
[ 3.257649] usb 1-1: 40: 2b 2b 2a 29 29 f2 ef ef
[ 3.257650] usb 1-1: 48: ff ff ff ff ff ff ff ff
[ 3.257650] usb 1-1: 50: ff ff ff ff ff ff ff ff
[ 3.257651] usb 1-1: 58: ff ff ff ff ff ff ff ff
[ 3.257651] usb 1-1: 60: ff ff ff ff ff ff ff ff
[ 3.257652] usb 1-1: 68: ff ff ff ff ff ff ff ff
[ 3.257653] usb 1-1: 70: ff ff ff ff ff ff ff ff
[ 3.257653] usb 1-1: 78: ff ff ff ff ff ff ff ff
[ 3.257654] usb 1-1: 80: ff ff ff ff ff ff ff ff
[ 3.257654] usb 1-1: 88: ff ff ff ff ff ff ff ff
[ 3.257655] usb 1-1: 90: ff ff ff ff ff ff ff ff
[ 3.257655] usb 1-1: 98: ff ff ff ff ff ff ff ff
[ 3.257656] usb 1-1: a0: ff ff ff ff ff ff ff ff
[ 3.257656] usb 1-1: a8: ff ff ff ff ff ff ff ff
[ 3.257657] usb 1-1: b0: ff ff ff ff ff ff ff ff
[ 3.257658] usb 1-1: b8: a1 0f 1f 00 00 00 ff ff
[ 3.257658] usb 1-1: c0: ff 01 00 10 00 00 00 ff
[ 3.257659] usb 1-1: c8: 00 00 ff ff ff ff ff ff
[ 3.257659] usb 1-1: d0: 57 23 09 01 e7 47 02 d0
[ 3.257660] usb 1-1: d8: 37 45 70 05 fd 0a 03 52
[ 3.257660] usb 1-1: e0: 65 61 6c 74 65 6b 20 0e
[ 3.257661] usb 1-1: e8: 03 38 30 32 2e 31 31 6e
[ 3.257661] usb 1-1: f0: 20 4e 49 43 20 00 00 ff
[ 3.257662] usb 1-1: f8: ff ff ff ff ff ff ff ff
[ 3.257663] usb 1-1: 100: ff ff ff ff ff ff ff ff
[ 3.257663] usb 1-1: 108: ff ff ff ff ff ff ff ff
[ 3.257664] usb 1-1: 110: ff ff ff ff ff ff ff 0d
[ 3.257664] usb 1-1: 118: 03 00 05 00 30 00 00 00
[ 3.257665] usb 1-1: 120: 00 93 ff ff ff ff ff ff
[ 3.257665] usb 1-1: 128: ff ff ff ff ff ff ff ff
[ 3.257666] usb 1-1: 130: f6 a8 98 2d 03 92 98 00
[ 3.257666] usb 1-1: 138: fc 8c 00 11 9b 44 02 0a
[ 3.257667] usb 1-1: 140: ff ff ff ff ff ff ff ff
[ 3.257667] usb 1-1: 148: ff ff ff ff ff ff ff ff
[ 3.257668] usb 1-1: 150: ff ff ff ff ff ff ff ff
[ 3.257673] usb 1-1: 158: ff ff ff ff ff ff ff ff
[ 3.257674] usb 1-1: 160: ff ff ff ff ff ff ff ff
[ 3.257675] usb 1-1: 168: ff ff ff ff ff ff ff ff
[ 3.257675] usb 1-1: 170: ff ff ff ff ff ff ff ff
[ 3.257676] usb 1-1: 178: ff ff ff ff ff ff ff ff
[ 3.257676] usb 1-1: 180: ff ff ff ff ff ff ff ff
[ 3.257677] usb 1-1: 188: ff ff ff ff ff ff ff ff
[ 3.257677] usb 1-1: 190: ff ff ff ff ff ff ff ff
[ 3.257678] usb 1-1: 198: ff ff ff ff ff ff ff ff
[ 3.257678] usb 1-1: 1a0: ff ff ff ff ff ff ff ff
[ 3.257679] usb 1-1: 1a8: ff ff ff ff ff ff ff ff
[ 3.257679] usb 1-1: 1b0: ff ff ff ff ff ff ff ff
[ 3.257680] usb 1-1: 1b8: ff ff ff ff ff ff ff ff
[ 3.257681] usb 1-1: 1c0: ff ff ff ff ff ff ff ff
[ 3.257681] usb 1-1: 1c8: ff ff ff ff ff ff ff ff
[ 3.257682] usb 1-1: 1d0: ff ff ff ff ff ff ff ff
[ 3.257682] usb 1-1: 1d8: ff ff ff ff ff ff ff ff
[ 3.257683] usb 1-1: 1e0: ff ff ff ff ff ff ff ff
[ 3.257683] usb 1-1: 1e8: ff ff ff ff ff ff ff ff
[ 3.257684] usb 1-1: 1f0: ff ff ff ff ff ff ff ff
[ 3.257684] usb 1-1: 1f8: ff ff ff ff ff ff ff ff
[ 3.257688] usb 1-1: RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
[ 3.257689] usb 1-1: RTL8192EU MAC: d0:37:45:70:05:fd
[ 3.257691] usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
[ 3.258532] usb 1-1: Firmware revision 19.0 (signature 0x92e1)
[ 3.301678] usbcore: registered new interface driver uvcvideo
[ 3.302067] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 3.302958] Console: switching to colour frame buffer device 240x67
[ 3.350322] intel_rapl_common: Found RAPL domain package
[ 3.350324] intel_rapl_common: Found RAPL domain core
[ 3.350324] intel_rapl_common: Found RAPL domain uncore
[ 3.350325] intel_rapl_common: Found RAPL domain dram
[ 3.413054] rtw_pci 0000:07:00.0 wlp7s0f0: renamed from wlan0
[ 3.454661] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 3.454706] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 3.454758] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 3.454803] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 3.454843] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[ 3.454882] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 3.454919] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 3.891766] audit: type=1400 audit(1593589918.626:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ippusbxd" pid=906 comm="apparmor_parser"
[ 3.907166] Bluetooth: hci0: RTL: fw version 0xab6b705c
[ 4.167528] usbcore: registered new interface driver rtl8xxxu
[ 4.202337] rtl8xxxu 1-1:1.0 wlxd037457005fd: renamed from wlan0
[ 4.462499] vboxdrv: Found 12 processor cores
[ 12.445036] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 12.449037] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 12.649602] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 12.853582] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 13.057717] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 14.280859] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 14.287095] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 14.489694] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 14.693700] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 14.897682] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 16.512587] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 16.518848] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 16.721667] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 16.925678] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 17.129750] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 19.293413] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 19.299413] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 19.501700] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 19.705700] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 19.909674] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 29.459097] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 29.464374] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 29.665691] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 29.869708] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 30.073672] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 43.564855] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 43.570466] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 43.773692] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 43.977703] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 44.181716] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 57.456553] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 57.463110] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 57.665710] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 57.869674] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 58.073669] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 73.556298] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 73.562752] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 73.765688] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 73.969689] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 74.173670] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 87.456629] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 87.462174] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 87.665693] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 87.869675] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 88.073673] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 99.148662] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 99.152929] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 99.353704] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 99.557676] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 99.761687] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 110.884728] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 110.890357] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 111.093699] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 111.297686] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 111.501701] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 425.141543] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 425.146238] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 425.349710] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 425.553684] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 425.757710] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 442.984258] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 442.990358] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 443.193705] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 443.397682] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 443.601712] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 450.140147] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 450.144318] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 450.345704] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 450.549688] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 450.753677] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 461.880511] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 461.886411] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 462.089712] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 462.293669] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 462.497680] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 476.130996] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 476.134966] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 476.337705] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 476.541682] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 476.745700] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 493.968280] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 493.974233] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 494.177650] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 494.381678] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 494.585676] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 502.141811] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 502.146146] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 502.349684] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 502.553691] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 502.757722] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 513.886314] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 513.890605] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 514.093709] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 514.297679] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 514.501708] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 828.132813] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 828.138611] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 828.341703] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 828.545682] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 828.749676] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 839.861554] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 839.865960] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 840.069705] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 840.273679] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 840.477676] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 853.143159] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 853.147459] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 853.349713] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 853.553685] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 853.757680] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 864.881043] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 864.887289] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 865.089697] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 865.293679] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 865.497681] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 879.149782] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 879.154144] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 879.357684] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 879.561715] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 879.765714] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 890.888712] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 890.894334] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 891.097710] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 891.301675] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 891.505682] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 905.139748] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 905.143717] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 905.345682] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 905.549654] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 905.753713] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 916.876737] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 916.882395] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 917.085714] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 2/3)
[ 917.289676] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 3/3)
[ 917.493674] wlxd037457005fd: authentication with d0:6e:de:1b:9a:85 timed out
[ 1122.326394] audit: type=1107 audit(1593591037.062:57): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.11" pid=2601 label="snap.snap-store.ubuntu-software" peer_pid=965 peer_label="unconfined"
[ 1174.760627] usb 1-1: USB disconnect, device number 2
[ 1174.869036] usb 1-1: rtl8192eu_active_to_emu: Disabling MAC timed out
[ 1174.869038] usb 1-1: disconnecting
[ 1175.937679] usb 1-1: new high-speed USB device number 5 using xhci_hcd
[ 1176.086287] usb 1-1: New USB device found, idVendor=2357, idProduct=0109, bcdDevice= 2.00
[ 1176.086292] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1176.086296] usb 1-1: Product: 802.11n NIC
[ 1176.086298] usb 1-1: Manufacturer: Realtek
[ 1176.086301] usb 1-1: SerialNumber: 00e04c000001
[ 1176.147882] usb 1-1: Vendor: Realtek
[ 1176.147886] usb 1-1: Product: 802.11n NI
[ 1176.147888] usb 1-1: Serial:
[ 1176.147891] usb 1-1: rtl8192eu_parse_efuse: dumping efuse (0x200 bytes):
[ 1176.147894] usb 1-1: 00: 29 81 00 7c 01 40 03 00
[ 1176.147896] usb 1-1: 08: 40 74 04 50 14 00 00 00
[ 1176.147899] usb 1-1: 10: 28 28 28 29 29 29 2c 2c
[ 1176.147901] usb 1-1: 18: 2c 2c 2c f2 ef ef ff ff
[ 1176.147903] usb 1-1: 20: ff ff ff ff ff ff ff ff
[ 1176.147905] usb 1-1: 28: ff ff ff ff ff ff ff ff
[ 1176.147907] usb 1-1: 30: ff ff ff ff ff ff ff ff
[ 1176.147910] usb 1-1: 38: ff ff 28 28 28 27 27 27
[ 1176.147912] usb 1-1: 40: 2b 2b 2a 29 29 f2 ef ef
[ 1176.147914] usb 1-1: 48: ff ff ff ff ff ff ff ff
[ 1176.147916] usb 1-1: 50: ff ff ff ff ff ff ff ff
[ 1176.147918] usb 1-1: 58: ff ff ff ff ff ff ff ff
[ 1176.147920] usb 1-1: 60: ff ff ff ff ff ff ff ff
[ 1176.147922] usb 1-1: 68: ff ff ff ff ff ff ff ff
[ 1176.147924] usb 1-1: 70: ff ff ff ff ff ff ff ff
[ 1176.147927] usb 1-1: 78: ff ff ff ff ff ff ff ff
[ 1176.147929] usb 1-1: 80: ff ff ff ff ff ff ff ff
[ 1176.147931] usb 1-1: 88: ff ff ff ff ff ff ff ff
[ 1176.147933] usb 1-1: 90: ff ff ff ff ff ff ff ff
[ 1176.147935] usb 1-1: 98: ff ff ff ff ff ff ff ff
[ 1176.147937] usb 1-1: a0: ff ff ff ff ff ff ff ff
[ 1176.147939] usb 1-1: a8: ff ff ff ff ff ff ff ff
[ 1176.147941] usb 1-1: b0: ff ff ff ff ff ff ff ff
[ 1176.147944] usb 1-1: b8: a1 0f 1f 00 00 00 ff ff
[ 1176.147946] usb 1-1: c0: ff 01 00 10 00 00 00 ff
[ 1176.147948] usb 1-1: c8: 00 00 ff ff ff ff ff ff
[ 1176.147950] usb 1-1: d0: 57 23 09 01 e7 47 02 d0
[ 1176.147952] usb 1-1: d8: 37 45 70 05 fd 0a 03 52
[ 1176.147954] usb 1-1: e0: 65 61 6c 74 65 6b 20 0e
[ 1176.147956] usb 1-1: e8: 03 38 30 32 2e 31 31 6e
[ 1176.147958] usb 1-1: f0: 20 4e 49 43 20 00 00 ff
[ 1176.147961] usb 1-1: f8: ff ff ff ff ff ff ff ff
[ 1176.147963] usb 1-1: 100: ff ff ff ff ff ff ff ff
[ 1176.147965] usb 1-1: 108: ff ff ff ff ff ff ff ff
[ 1176.147967] usb 1-1: 110: ff ff ff ff ff ff ff 0d
[ 1176.147969] usb 1-1: 118: 03 00 05 00 30 00 00 00
[ 1176.147971] usb 1-1: 120: 00 93 ff ff ff ff ff ff
[ 1176.147973] usb 1-1: 128: ff ff ff ff ff ff ff ff
[ 1176.147975] usb 1-1: 130: f6 a8 98 2d 03 92 98 00
[ 1176.147978] usb 1-1: 138: fc 8c 00 11 9b 44 02 0a
[ 1176.147980] usb 1-1: 140: ff ff ff ff ff ff ff ff
[ 1176.147982] usb 1-1: 148: ff ff ff ff ff ff ff ff
[ 1176.147984] usb 1-1: 150: ff ff ff ff ff ff ff ff
[ 1176.147986] usb 1-1: 158: ff ff ff ff ff ff ff ff
[ 1176.147988] usb 1-1: 160: ff ff ff ff ff ff ff ff
[ 1176.147990] usb 1-1: 168: ff ff ff ff ff ff ff ff
[ 1176.147992] usb 1-1: 170: ff ff ff ff ff ff ff ff
[ 1176.147995] usb 1-1: 178: ff ff ff ff ff ff ff ff
[ 1176.147997] usb 1-1: 180: ff ff ff ff ff ff ff ff
[ 1176.147999] usb 1-1: 188: ff ff ff ff ff ff ff ff
[ 1176.148001] usb 1-1: 190: ff ff ff ff ff ff ff ff
[ 1176.148003] usb 1-1: 198: ff ff ff ff ff ff ff ff
[ 1176.148005] usb 1-1: 1a0: ff ff ff ff ff ff ff ff
[ 1176.148007] usb 1-1: 1a8: ff ff ff ff ff ff ff ff
[ 1176.148009] usb 1-1: 1b0: ff ff ff ff ff ff ff ff
[ 1176.148012] usb 1-1: 1b8: ff ff ff ff ff ff ff ff
[ 1176.148014] usb 1-1: 1c0: ff ff ff ff ff ff ff ff
[ 1176.148016] usb 1-1: 1c8: ff ff ff ff ff ff ff ff
[ 1176.148018] usb 1-1: 1d0: ff ff ff ff ff ff ff ff
[ 1176.148020] usb 1-1: 1d8: ff ff ff ff ff ff ff ff
[ 1176.148022] usb 1-1: 1e0: ff ff ff ff ff ff ff ff
[ 1176.148024] usb 1-1: 1e8: ff ff ff ff ff ff ff ff
[ 1176.148026] usb 1-1: 1f0: ff ff ff ff ff ff ff ff
[ 1176.148029] usb 1-1: 1f8: ff ff ff ff ff ff ff ff
[ 1176.148033] usb 1-1: RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
[ 1176.148036] usb 1-1: RTL8192EU MAC: d0:37:45:70:05:fd
[ 1176.148039] usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
[ 1176.148125] usb 1-1: Firmware revision 19.0 (signature 0x92e1)
[ 1177.036338] audit: type=1400 audit(1593591091.770:7969): apparmor="DENIED" operation="open" profile="snap.opera.opera" name="/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/busnum" pid=3108 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1177.036345] audit: type=1400 audit(1593591091.770:7970): apparmor="DENIED" operation="open" profile="snap.opera.opera" name="/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/devnum" pid=3108 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1177.041287] rtl8xxxu 1-1:1.0 wlxd037457005fd: renamed from wlan0
[ 1218.819627] usb 1-1: USB disconnect, device number 5
[ 1218.996949] usb 1-1: rtl8192eu_active_to_emu: Disabling MAC timed out
[ 1218.996951] usb 1-1: disconnecting
[ 1220.681707] usb 1-1: new high-speed USB device number 6 using xhci_hcd
[ 1220.830248] usb 1-1: New USB device found, idVendor=2357, idProduct=0109, bcdDevice= 2.00
[ 1220.830254] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1220.830257] usb 1-1: Product: 802.11n NIC
[ 1220.830260] usb 1-1: Manufacturer: Realtek
[ 1220.830262] usb 1-1: SerialNumber: 00e04c000001
[ 1220.894029] usb 1-1: Vendor: Realtek
[ 1220.894033] usb 1-1: Product: 802.11n NI
[ 1220.894035] usb 1-1: Serial:
[ 1220.894039] usb 1-1: rtl8192eu_parse_efuse: dumping efuse (0x200 bytes):
[ 1220.894042] usb 1-1: 00: 29 81 00 7c 01 40 03 00
[ 1220.894044] usb 1-1: 08: 40 74 04 50 14 00 00 00
[ 1220.894046] usb 1-1: 10: 28 28 28 29 29 29 2c 2c
[ 1220.894049] usb 1-1: 18: 2c 2c 2c f2 ef ef ff ff
[ 1220.894051] usb 1-1: 20: ff ff ff ff ff ff ff ff
[ 1220.894053] usb 1-1: 28: ff ff ff ff ff ff ff ff
[ 1220.894055] usb 1-1: 30: ff ff ff ff ff ff ff ff
[ 1220.894057] usb 1-1: 38: ff ff 28 28 28 27 27 27
[ 1220.894059] usb 1-1: 40: 2b 2b 2a 29 29 f2 ef ef
[ 1220.894061] usb 1-1: 48: ff ff ff ff ff ff ff ff
[ 1220.894063] usb 1-1: 50: ff ff ff ff ff ff ff ff
[ 1220.894066] usb 1-1: 58: ff ff ff ff ff ff ff ff
[ 1220.894068] usb 1-1: 60: ff ff ff ff ff ff ff ff
[ 1220.894070] usb 1-1: 68: ff ff ff ff ff ff ff ff
[ 1220.894072] usb 1-1: 70: ff ff ff ff ff ff ff ff
[ 1220.894074] usb 1-1: 78: ff ff ff ff ff ff ff ff
[ 1220.894076] usb 1-1: 80: ff ff ff ff ff ff ff ff
[ 1220.894078] usb 1-1: 88: ff ff ff ff ff ff ff ff
[ 1220.894080] usb 1-1: 90: ff ff ff ff ff ff ff ff
[ 1220.894082] usb 1-1: 98: ff ff ff ff ff ff ff ff
[ 1220.894085] usb 1-1: a0: ff ff ff ff ff ff ff ff
[ 1220.894087] usb 1-1: a8: ff ff ff ff ff ff ff ff
[ 1220.894089] usb 1-1: b0: ff ff ff ff ff ff ff ff
[ 1220.894091] usb 1-1: b8: a1 0f 1f 00 00 00 ff ff
[ 1220.894093] usb 1-1: c0: ff 01 00 10 00 00 00 ff
[ 1220.894095] usb 1-1: c8: 00 00 ff ff ff ff ff ff
[ 1220.894097] usb 1-1: d0: 57 23 09 01 e7 47 02 d0
[ 1220.894099] usb 1-1: d8: 37 45 70 05 fd 0a 03 52
[ 1220.894102] usb 1-1: e0: 65 61 6c 74 65 6b 20 0e
[ 1220.894104] usb 1-1: e8: 03 38 30 32 2e 31 31 6e
[ 1220.894106] usb 1-1: f0: 20 4e 49 43 20 00 00 ff
[ 1220.894108] usb 1-1: f8: ff ff ff ff ff ff ff ff
[ 1220.894110] usb 1-1: 100: ff ff ff ff ff ff ff ff
[ 1220.894112] usb 1-1: 108: ff ff ff ff ff ff ff ff
[ 1220.894114] usb 1-1: 110: ff ff ff ff ff ff ff 0d
[ 1220.894117] usb 1-1: 118: 03 00 05 00 30 00 00 00
[ 1220.894119] usb 1-1: 120: 00 93 ff ff ff ff ff ff
[ 1220.894121] usb 1-1: 128: ff ff ff ff ff ff ff ff
[ 1220.894123] usb 1-1: 130: f6 a8 98 2d 03 92 98 00
[ 1220.894125] usb 1-1: 138: fc 8c 00 11 9b 44 02 0a
[ 1220.894127] usb 1-1: 140: ff ff ff ff ff ff ff ff
[ 1220.894129] usb 1-1: 148: ff ff ff ff ff ff ff ff
[ 1220.894131] usb 1-1: 150: ff ff ff ff ff ff ff ff
[ 1220.894134] usb 1-1: 158: ff ff ff ff ff ff ff ff
[ 1220.894136] usb 1-1: 160: ff ff ff ff ff ff ff ff
[ 1220.894138] usb 1-1: 168: ff ff ff ff ff ff ff ff
[ 1220.894140] usb 1-1: 170: ff ff ff ff ff ff ff ff
[ 1220.894142] usb 1-1: 178: ff ff ff ff ff ff ff ff
[ 1220.894144] usb 1-1: 180: ff ff ff ff ff ff ff ff
[ 1220.894146] usb 1-1: 188: ff ff ff ff ff ff ff ff
[ 1220.894149] usb 1-1: 190: ff ff ff ff ff ff ff ff
[ 1220.894151] usb 1-1: 198: ff ff ff ff ff ff ff ff
[ 1220.894153] usb 1-1: 1a0: ff ff ff ff ff ff ff ff
[ 1220.894155] usb 1-1: 1a8: ff ff ff ff ff ff ff ff
[ 1220.894157] usb 1-1: 1b0: ff ff ff ff ff ff ff ff
[ 1220.894159] usb 1-1: 1b8: ff ff ff ff ff ff ff ff
[ 1220.894161] usb 1-1: 1c0: ff ff ff ff ff ff ff ff
[ 1220.894163] usb 1-1: 1c8: ff ff ff ff ff ff ff ff
[ 1220.894165] usb 1-1: 1d0: ff ff ff ff ff ff ff ff
[ 1220.894168] usb 1-1: 1d8: ff ff ff ff ff ff ff ff
[ 1220.894170] usb 1-1: 1e0: ff ff ff ff ff ff ff ff
[ 1220.894172] usb 1-1: 1e8: ff ff ff ff ff ff ff ff
[ 1220.894174] usb 1-1: 1f0: ff ff ff ff ff ff ff ff
[ 1220.894176] usb 1-1: 1f8: ff ff ff ff ff ff ff ff
[ 1220.894181] usb 1-1: RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
[ 1220.894184] usb 1-1: RTL8192EU MAC: d0:37:45:70:05:fd
[ 1220.894187] usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
[ 1220.894283] usb 1-1: Firmware revision 19.0 (signature 0x92e1)
[ 1221.793093] audit: type=1400 audit(1593591136.526:7971): apparmor="DENIED" operation="open" profile="snap.opera.opera" name="/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/busnum" pid=3108 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1221.793096] audit: type=1400 audit(1593591136.526:7972): apparmor="DENIED" operation="open" profile="snap.opera.opera" name="/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/devnum" pid=3108 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1221.800207] rtl8xxxu 1-1:1.0 wlxd037457005fd: renamed from wlan0
[ 1230.034777] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 1230.038929] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 1230.042998] wlxd037457005fd: authenticated
[ 1230.045654] wlxd037457005fd: associate with d0:6e:de:1b:9a:85 (try 1/3)
[ 1230.051187] wlxd037457005fd: RX AssocResp from d0:6e:de:1b:9a:85 (capab=0x411 status=0 aid=1)
[ 1230.051834] usb 1-1: rtl8xxxu_bss_info_changed: HT supported
[ 1230.052367] wlxd037457005fd: associated
[ 1230.100597] IPv6: ADDRCONF(NETDEV_CHANGE): wlxd037457005fd: link becomes ready
[ 1687.053099] wlxd037457005fd: deauthenticating from d0:6e:de:1b:9a:85 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1690.027398] usb 1-1: USB disconnect, device number 6
[ 1690.139104] usb 1-1: rtl8192eu_active_to_emu: Disabling MAC timed out
[ 1690.139105] usb 1-1: disconnecting
[ 1952.389625] rtw_8822be 0000:07:00.0: Firmware version 27.2.0, H2C version 13
[ 1952.420842] rtw_8822be: probe of 0000:07:00.0 failed with error -114
[ 2604.847536] audit: type=1107 audit(1593592519.928:7974): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="state" mask="send" name=":1.932" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2605.286538] audit: type=1107 audit(1593592520.364:7975): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="state" mask="send" name=":1.932" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2631.126538] usb 1-1: new high-speed USB device number 7 using xhci_hcd
[ 2631.274993] usb 1-1: New USB device found, idVendor=2357, idProduct=0109, bcdDevice= 2.00
[ 2631.274995] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2631.274995] usb 1-1: Product: 802.11n NIC
[ 2631.274996] usb 1-1: Manufacturer: Realtek
[ 2631.274996] usb 1-1: SerialNumber: 00e04c000001
[ 2631.334709] usb 1-1: Vendor: Realtek
[ 2631.334710] usb 1-1: Product: 802.11n NI
[ 2631.334711] usb 1-1: Serial:
[ 2631.334712] usb 1-1: rtl8192eu_parse_efuse: dumping efuse (0x200 bytes):
[ 2631.334713] usb 1-1: 00: 29 81 00 7c 01 40 03 00
[ 2631.334714] usb 1-1: 08: 40 74 04 50 14 00 00 00
[ 2631.334715] usb 1-1: 10: 28 28 28 29 29 29 2c 2c
[ 2631.334715] usb 1-1: 18: 2c 2c 2c f2 ef ef ff ff
[ 2631.334716] usb 1-1: 20: ff ff ff ff ff ff ff ff
[ 2631.334716] usb 1-1: 28: ff ff ff ff ff ff ff ff
[ 2631.334717] usb 1-1: 30: ff ff ff ff ff ff ff ff
[ 2631.334718] usb 1-1: 38: ff ff 28 28 28 27 27 27
[ 2631.334718] usb 1-1: 40: 2b 2b 2a 29 29 f2 ef ef
[ 2631.334719] usb 1-1: 48: ff ff ff ff ff ff ff ff
[ 2631.334720] usb 1-1: 50: ff ff ff ff ff ff ff ff
[ 2631.334720] usb 1-1: 58: ff ff ff ff ff ff ff ff
[ 2631.334721] usb 1-1: 60: ff ff ff ff ff ff ff ff
[ 2631.334721] usb 1-1: 68: ff ff ff ff ff ff ff ff
[ 2631.334722] usb 1-1: 70: ff ff ff ff ff ff ff ff
[ 2631.334723] usb 1-1: 78: ff ff ff ff ff ff ff ff
[ 2631.334723] usb 1-1: 80: ff ff ff ff ff ff ff ff
[ 2631.334724] usb 1-1: 88: ff ff ff ff ff ff ff ff
[ 2631.334724] usb 1-1: 90: ff ff ff ff ff ff ff ff
[ 2631.334725] usb 1-1: 98: ff ff ff ff ff ff ff ff
[ 2631.334726] usb 1-1: a0: ff ff ff ff ff ff ff ff
[ 2631.334726] usb 1-1: a8: ff ff ff ff ff ff ff ff
[ 2631.334727] usb 1-1: b0: ff ff ff ff ff ff ff ff
[ 2631.334728] usb 1-1: b8: a1 0f 1f 00 00 00 ff ff
[ 2631.334728] usb 1-1: c0: ff 01 00 10 00 00 00 ff
[ 2631.334729] usb 1-1: c8: 00 00 ff ff ff ff ff ff
[ 2631.334729] usb 1-1: d0: 57 23 09 01 e7 47 02 d0
[ 2631.334730] usb 1-1: d8: 37 45 70 05 fd 0a 03 52
[ 2631.334731] usb 1-1: e0: 65 61 6c 74 65 6b 20 0e
[ 2631.334731] usb 1-1: e8: 03 38 30 32 2e 31 31 6e
[ 2631.334732] usb 1-1: f0: 20 4e 49 43 20 00 00 ff
[ 2631.334732] usb 1-1: f8: ff ff ff ff ff ff ff ff
[ 2631.334733] usb 1-1: 100: ff ff ff ff ff ff ff ff
[ 2631.334734] usb 1-1: 108: ff ff ff ff ff ff ff ff
[ 2631.334734] usb 1-1: 110: ff ff ff ff ff ff ff 0d
[ 2631.334735] usb 1-1: 118: 03 00 05 00 30 00 00 00
[ 2631.334736] usb 1-1: 120: 00 93 ff ff ff ff ff ff
[ 2631.334736] usb 1-1: 128: ff ff ff ff ff ff ff ff
[ 2631.334737] usb 1-1: 130: f6 a8 98 2d 03 92 98 00
[ 2631.334737] usb 1-1: 138: fc 8c 00 11 9b 44 02 0a
[ 2631.334738] usb 1-1: 140: ff ff ff ff ff ff ff ff
[ 2631.334739] usb 1-1: 148: ff ff ff ff ff ff ff ff
[ 2631.334739] usb 1-1: 150: ff ff ff ff ff ff ff ff
[ 2631.334740] usb 1-1: 158: ff ff ff ff ff ff ff ff
[ 2631.334741] usb 1-1: 160: ff ff ff ff ff ff ff ff
[ 2631.334741] usb 1-1: 168: ff ff ff ff ff ff ff ff
[ 2631.334742] usb 1-1: 170: ff ff ff ff ff ff ff ff
[ 2631.334742] usb 1-1: 178: ff ff ff ff ff ff ff ff
[ 2631.334743] usb 1-1: 180: ff ff ff ff ff ff ff ff
[ 2631.334744] usb 1-1: 188: ff ff ff ff ff ff ff ff
[ 2631.334744] usb 1-1: 190: ff ff ff ff ff ff ff ff
[ 2631.334745] usb 1-1: 198: ff ff ff ff ff ff ff ff
[ 2631.334745] usb 1-1: 1a0: ff ff ff ff ff ff ff ff
[ 2631.334746] usb 1-1: 1a8: ff ff ff ff ff ff ff ff
[ 2631.334747] usb 1-1: 1b0: ff ff ff ff ff ff ff ff
[ 2631.334747] usb 1-1: 1b8: ff ff ff ff ff ff ff ff
[ 2631.334748] usb 1-1: 1c0: ff ff ff ff ff ff ff ff
[ 2631.334749] usb 1-1: 1c8: ff ff ff ff ff ff ff ff
[ 2631.334749] usb 1-1: 1d0: ff ff ff ff ff ff ff ff
[ 2631.334750] usb 1-1: 1d8: ff ff ff ff ff ff ff ff
[ 2631.334750] usb 1-1: 1e0: ff ff ff ff ff ff ff ff
[ 2631.334751] usb 1-1: 1e8: ff ff ff ff ff ff ff ff
[ 2631.334752] usb 1-1: 1f0: ff ff ff ff ff ff ff ff
[ 2631.334752] usb 1-1: 1f8: ff ff ff ff ff ff ff ff
[ 2631.334754] usb 1-1: RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
[ 2631.334755] usb 1-1: RTL8192EU MAC: d0:37:45:70:05:fd
[ 2631.334756] usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
[ 2631.334786] usb 1-1: Firmware revision 19.0 (signature 0x92e1)
[ 2632.210996] audit: type=1107 audit(1593592547.293:7976): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2632.211555] audit: type=1107 audit(1593592547.293:7977): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="DeviceAdded" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2632.212176] audit: type=1107 audit(1593592547.293:7978): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2632.225498] audit: type=1400 audit(1593592547.305:7979): apparmor="DENIED" operation="open" profile="snap.opera.opera" name="/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/busnum" pid=3108 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 2632.225500] audit: type=1400 audit(1593592547.305:7980): apparmor="DENIED" operation="open" profile="snap.opera.opera" name="/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/devnum" pid=3108 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 2632.231192] rtl8xxxu 1-1:1.0 wlxd037457005fd: renamed from wlan0
[ 2632.325042] audit: type=1107 audit(1593592547.405:7981): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2641.160353] audit: type=1107 audit(1593592556.241:7982): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2641.214723] audit: type=1107 audit(1593592556.297:7983): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2642.310988] audit: type=1107 audit(1593592557.393:7984): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2642.311845] audit: type=1107 audit(1593592557.393:7985): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2642.312551] audit: type=1107 audit(1593592557.393:7986): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2642.312821] audit: type=1107 audit(1593592557.393:7987): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="StateChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2642.313460] audit: type=1107 audit(1593592557.393:7988): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2642.315114] audit: type=1107 audit(1593592557.397:7989): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2642.320347] wlxd037457005fd: authenticate with d0:6e:de:1b:9a:85
[ 2642.324516] wlxd037457005fd: send auth to d0:6e:de:1b:9a:85 (try 1/3)
[ 2642.327185] wlxd037457005fd: authenticated
[ 2642.330284] wlxd037457005fd: associate with d0:6e:de:1b:9a:85 (try 1/3)
[ 2642.339115] wlxd037457005fd: RX AssocResp from d0:6e:de:1b:9a:85 (capab=0x411 status=0 aid=1)
[ 2642.339989] usb 1-1: rtl8xxxu_bss_info_changed: HT supported
[ 2642.340511] wlxd037457005fd: associated
[ 2642.363339] IPv6: ADDRCONF(NETDEV_CHANGE): wlxd037457005fd: link becomes ready
[ 2642.483085] audit: type=1107 audit(1593592557.565:7990): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 2642.483829] audit: type=1107 audit(1593592557.565:7991): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="StateChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3100.551809] audit: type=1107 audit(1593593015.642:8001): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3100.554435] audit: type=1107 audit(1593593015.646:8002): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="DeviceAdded" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3100.558449] audit: type=1107 audit(1593593015.650:8003): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3299.496426] audit: type=1107 audit(1593593214.596:8004): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3299.497168] audit: type=1107 audit(1593593214.596:8005): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3310.390918] audit: type=1107 audit(1593593225.488:8006): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3310.391529] audit: type=1107 audit(1593593225.492:8007): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="DeviceAdded" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3310.392225] audit: type=1107 audit(1593593225.492:8008): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3310.404486] audit: type=1107 audit(1593593225.504:8009): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3310.410207] audit: type=1107 audit(1593593225.508:8010): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3310.411723] audit: type=1107 audit(1593593225.512:8011): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3310.413580] audit: type=1107 audit(1593593225.512:8012): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3310.419706] audit: type=1107 audit(1593593225.520:8013): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
[ 3310.420385] audit: type=1107 audit(1593593225.520:8014): pid=964 uid=103 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_signal" bus="system" path="/org/freedesktop/NetworkManager" interface="org.freedesktop.NetworkManager" member="PropertiesChanged" name=":1.932" mask="receive" pid=10828 label="snap.spotify.spotify" peer_pid=10585 peer_label="unconfined"
 Release Date: 01/18/2019
 Manufacturer: LENOVO
 Product Name: 81FV
 Serial Number: PF15GX01
 Manufacturer: LENOVO
 Product Name: LNVNB161216
 Serial Number: PF15GX01
 Manufacturer: LENOVO
 Serial Number: PF15GX01
 Manufacturer: Intel(R) Corporation
 Serial Number: To Be Filled By O.E.M.
 Port Type: Serial Port 16550A Compatible
 Manufacturer: Samsung
 Serial Number: 22DDC741
 Manufacturer: Not Specified
 Serial Number: Not Specified
 Manufacturer: -Virtual Battery 0-
 Manufacture Date: 08/08/2010
 Serial Number: Battery 0
 Manufacturer: OEM Define 2
 Serial Number: OEM Define 3
  Debug Use USB(Disabled:Serial)
wlxd037457005fd IEEE 802.11 ESSID:"LYN_2.4G"
          Mode:Managed Frequency:2.412 GHz Access Point: D0:6E:DE:1B:9A:85
          Bit Rate=1 Mb/s Tx-Power=20 dBm
          Retry short limit:7 RTS thr=2347 B Fragment thr:off
          Power Management:off
          Link Quality=20/70 Signal level=-90 dBm
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:624 Missed beacon:0

vboxnet0 no wireless extensions.

docker0 no wireless extensions.

lo no wireless extensions.

enp8s0 no wireless extensions.

tun0 no wireless extensions.

/etc/modprobe.d/alsa-base.conf:install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
/etc/modprobe.d/blacklist-ath_pci.conf:# which ath5k cannot recover. To prevent this condition, stop
/etc/modprobe.d/blacklist-ath_pci.conf:blacklist ath_pci
/etc/modprobe.d/blacklist.conf:blacklist eth1394
/etc/modprobe.d/blacklist.conf:# replaced by p54pci
/etc/modprobe.d/blacklist.conf:blacklist prism54
/etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb.
/etc/modprobe.d/blacklist.conf:blacklist bcm43xx
/etc/modprobe.d/blacklist-oss.conf:blacklist uart6850
/etc/modprobe.d/iwlwifi.conf:# /etc/modprobe.d/iwlwifi.conf
/etc/modprobe.d/iwlwifi.conf:# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
/etc/modprobe.d/iwlwifi.conf:# microcode file installed on the system. When removing iwlwifi, first
/etc/modprobe.d/iwlwifi.conf:# remove the iwl?vm module and then iwlwifi.
/etc/modprobe.d/iwlwifi.conf:remove iwlwifi \
/etc/modprobe.d/iwlwifi.conf:(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
/etc/modprobe.d/iwlwifi.conf:&& /sbin/modprobe -r mac80211
/etc/modprobe.d/mdadm.conf:# set start_ro=1 to make newly assembled arrays read-only initially,
cat: /var/lib/NetworkManager/NetworkManager.state: Permission denied
12: PCI 800.0: 0200 Ethernet controller
  [Created at pci.386]
  Unique ID: I+SI.jBPvGKYS5JB
  Parent ID: Muvi.cVbqUICplx3
  SysFS ID: /devices/pci0000:00/0000:00:1d.5/0000:08:00.0
  SysFS BusID: 0000:08:00.0
  Hardware Class: network
  Model: "Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8168 "RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller"
  SubVendor: pci 0x17aa "Lenovo"
  SubDevice: pci 0x38b4
  Revision: 0x15
  Driver: "r8169"
  Driver Modules: "r8169"
  Device File: enp8s0
  I/O Ports: 0x3000-0x3fff (rw)
  Memory Range: 0xa4204000-0xa4204fff (rw,non-prefetchable)
  Memory Range: 0xa4200000-0xa4203fff (rw,non-prefetchable)
  IRQ: 17 (5675818 events)
  HW Address: e8:6a:64:02:e8:fb
  Permanent HW Address: e8:6a:64:02:e8:fb
  Link detected: no
  Module Alias: "pci:v000010ECd00008168sv000017AAsd000038B4bc02sc00i00"
  Driver Info #0:
    Driver Status: r8169 is active
    Driver Activation Cmd: "modprobe r8169"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #29 (PCI bridge)

16: PCI 700.0: 0280 Network controller
  [Created at pci.386]
  Unique ID: aK5u.dShJMKxhhfC
  Parent ID: VZQt.aT3fvu5wLyF
  SysFS ID: /devices/pci0000:00/0000:00:1d.4/0000:07:00.0
  SysFS BusID: 0000:07:00.0
  Hardware Class: network
  Model: "Realtek RTL8822BE 802.11a/b/g/n/ac WiFi adapter"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0xb822 "RTL8822BE 802.11a/b/g/n/ac WiFi adapter"
  SubVendor: pci 0x17aa "Lenovo"
  SubDevice: pci 0xb023
  Revision: 0xff
  I/O Ports: 0x4000-0x4fff (rw)
  Memory Range: 0xa4300000-0xa430ffff (rw,non-prefetchable)
  IRQ: 16 (no events)
  Module Alias: "pci:v000010ECd0000B822sv000017AAsd0000B023bc02sc80i00"
  Driver Info #0:
    Driver Status: rtw_8822be is active
    Driver Activation Cmd: "modprobe rtw_8822be"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #21 (PCI bridge)

35: USB 00.0: 0282 WLAN controller
  [Created at usb.122]
  Unique ID: ADDn.3tSB9EujntA
  Parent ID: k4bc.2DFUsyrieMD
  SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0
  SysFS BusID: 1-1:1.0
  Hardware Class: network
  Model: "TP-Link TL WN823N RTL8192EU"
  Hotplug: USB
  Vendor: usb 0x2357 "TP-Link"
  Device: usb 0x0109 "TL WN823N RTL8192EU"
  Revision: "2.00"
  Serial ID: "00e04c000001"
  Driver: "rtl8xxxu"
  Driver Modules: "rtl8xxxu"
  Device File: wlxd037457005fd
  Features: WLAN
  Speed: 480 Mbps
  HW Address: d0:37:45:70:05:fd
  Permanent HW Address: d0:37:45:70:05:fd
  Link detected: yes
  WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 2.484
  WLAN encryption modes: WEP40 WEP104 TKIP CCMP
  WLAN authentication modes: open sharedkey wpa-psk wpa-eap
  Module Alias: "usb:v2357p0109d0200dc00dsc00dp00icFFiscFFipFFin00"
  Driver Info #0:
    Driver Status: rtl8xxxu is active
    Driver Activation Cmd: "modprobe rtl8xxxu"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #32 (Hub)
root 978 0.0 0.1 41804 20348 ? Ss 09:51 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
root 1008 0.2 0.0 14144 9240 ? Ss 09:51 0:28 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
username 3409 0.1 0.5 557116 81840 ? Sl 10:10 0:08 /snap/opera/79/usr/lib/x86_64-linux-gnu/opera/opera --type=utility --field-trial-handle=6964108056149986326,14460998144609390583,131072 --lang=en-US --service-sandbox-type=network --enable-quic --shared-files=v8_snapshot_data:100
root 10585 0.1 0.1 618216 22052 ? Ssl 10:27 0:10 /usr/sbin/NetworkManager --no-daemon
username 11010 0.0 0.5 1281048 92124 ? Sl 10:35 0:03 /snap/spotify/41/usr/share/spotify/spotify --type=utility --field-trial-handle=10324316573079207420,13939620722527074242,131072 --disable-features=MimeHandlerViewInCrossProcessFrame --lang=en-US --service-sandbox-type=network --no-sandbox --log-file=/snap/spotify/41/usr/share/spotify/debug.log --log-severity=disable --product-version=Spotify/1.1.26.501 --lang=en --log-file=/snap/spotify/41/usr/share/spotify/debug.log --service-request-channel-token=7267895023055945354 --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
username 12655 0.0 0.1 218404 17824 ? Sl 10:43 0:00 /usr/lib/virtualbox/VBoxNetDHCP --comment HostInterfaceNetworking-vboxnet0 --config /home/username/.config/VirtualBox/HostInterfaceNetworking-vboxnet0-Dhcpd.config --log /home/username/.config/VirtualBox/HostInterfaceNetworking-vboxnet0-Dhcpd.log
username 14559 0.1 0.3 283756 64824 ? Sl 10:44 0:06 /usr/lib/slack/slack --type=utility --field-trial-handle=322554060369230062,7466858811990677914,131072 --disable-features=SpareRendererForSitePerProcess,WebRtcHideLocalIpsWithMdns --lang=en-US --service-sandbox-type=network --standard-schemes=slack-resources,slack-sounds,slack-webapp-dev --secure-schemes=slack-resources,slack-sounds,slack-webapp-dev --bypasscsp-schemes=slack-resources,slack-sounds,slack-webapp-dev --cors-schemes=slack-resources,slack-sounds,slack-webapp-dev --fetch-schemes=slack-resources,slack-sounds,slack-webapp-dev --service-worker-schemes=slack-resources,slack-sounds,slack-webapp-dev --service-request-channel-token=9845279586030465566 --shared-files=v8_context_snapshot_data:100,v8_natives_data:101
root 17371 0.0 0.0 171868 10000 ? Sl 10:46 0:00 /usr/lib/NetworkManager/nm-openvpn-service --bus-name org.freedesktop.NetworkManager.openvpn.Connection_3
nm-open+ 17379 0.1 0.0 11604 8700 ? S 10:46 0:07 /usr/sbin/openvpn --remote vpn.mrmilu.com 1194 udp --nobind --dev tun --cipher AES-256-GCM --auth SHA512 --auth-nocache --tls-auth /root/.cert/nm-openvpn/mrm-username-tls-auth.pem 1 --remote-cert-tls server --reneg-sec 0 --verb 1 --syslog nm-openvpn --tun-mtu 24000 --script-security 2 --up /usr/lib/NetworkManager/nm-openvpn-service-openvpn-helper --debug 0 17371 --bus-name org.freedesktop.NetworkManager.openvpn.Connection_3 --tun -- --up-restart --persist-key --persist-tun --management /var/run/NetworkManager/nm-openvpn-18bc0e61-033c-4b1c-8936-0f412e5956b0 unix --management-client-user root --management-client-group root --management-query-passwords --auth-retry interact --route-noexec --ifconfig-noexec --client --ca /root/.cert/nm-openvpn/mrm-username-ca.pem --cert /root/.cert/nm-openvpn/mrm-username-cert.pem --key /root/.cert/nm-openvpn/mrm-username-key.pem --user nm-openvpn --group nm-openvpn --chroot /var/lib/openvpn/chroot
username 106629 0.0 0.0 11564 2748 pts/6 S+ 12:34 0:00 grep --color=auto -E wpa|icd|etwork
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 10.0.0.37 0.0.0.0 UG 0 0 0 tun0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlxd037457005fd
10.0.0.1 10.0.0.37 255.255.255.255 UGH 0 0 0 tun0
10.0.0.37 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
10.10.0.0 0.0.0.0 255.255.255.0 U 0 0 0 vboxnet0
88.198.213.88 192.168.1.1 255.255.255.255 UGH 0 0 0 wlxd037457005fd
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlxd037457005fd
192.168.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 wlxd037457005fd
# This file is managed by man:systemd-resolved(8). Do not edit.
#
# This is a dynamic resolv.conf file for connecting local clients to the
# internal DNS stub resolver of systemd-resolved. This file lists all
# configured search domains.
#
# Run "resolvectl status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs must not access this file directly, but only through the
# symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way,
# replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.

nameserver 127.0.0.53
options edns0
search home
total 132065
130817 drwxr-xr-x 4 root root 4096 jun 29 11:07 .
     2 drwxr-xr-x 20 root root 4096 mar 15 20:09 ..
131951 -rw-r--r-- 1 root root 237753 jun 3 16:24 config-5.4.0-37-generic
131946 -rw-r--r-- 1 root root 237753 jun 19 11:56 config-5.4.0-39-generic
     1 drwx------ 3 root root 512 ene 1 1970 efi
130819 drwxr-xr-x 4 root root 4096 jun 29 11:07 grub
130979 lrwxrwxrwx 1 root root 27 jun 26 09:42 initrd.img -> initrd.img-5.4.0-39-generic
134115 -rw-r--r-- 1 root root 50681954 jun 19 22:17 initrd.img-5.4.0-37-generic
130934 -rw-r--r-- 1 root root 50682609 jun 26 09:42 initrd.img-5.4.0-39-generic
131293 lrwxrwxrwx 1 root root 27 jun 26 09:42 initrd.img.old -> initrd.img-5.4.0-37-generic
135240 -rw-r--r-- 1 root root 182704 feb 14 00:09 memtest86+.bin
135242 -rw-r--r-- 1 root root 184380 feb 14 00:09 memtest86+.elf
135244 -rw-r--r-- 1 root root 184884 feb 14 00:09 memtest86+_multiboot.bin
131948 -rw------- 1 root root 4738082 jun 3 16:24 System.map-5.4.0-37-generic
130989 -rw------- 1 root root 4738082 jun 19 11:56 System.map-5.4.0-39-generic
130978 lrwxrwxrwx 1 root root 24 jun 26 09:42 vmlinuz -> vmlinuz-5.4.0-39-generic
131954 -rw------- 1 root root 11662080 jun 3 17:32 vmlinuz-5.4.0-37-generic
134117 -rw------- 1 root root 11662080 jun 19 12:04 vmlinuz-5.4.0-39-generic
134118 lrwxrwxrwx 1 root root 24 jun 26 09:42 vmlinuz.old -> vmlinuz-5.4.0-37-generic
ubuntu-support-status: command not found
1974 packages installed, of which:
1758 receive package updates with LTS until 4/2025
 202 could receive security updates with ESM Apps until 4/2030
   2 packages are from third parties
  12 packages are no longer available for download

Packages from third parties are not provided by the official Ubuntu
archive, for example packages from Personal Package Archives in
Launchpad.
For more information on the packages, run 'ubuntu-security-status
--thirdparty'.

Packages that are not available for download may be left over from a
previous release of Ubuntu, may have been installed directly from a
.deb file, or are from a source which has been disabled.
For more information on the packages, run 'ubuntu-security-status
--unavailable'.

Enable Extended Security Maintenance (ESM Apps) to get 0 security
updates (so far) and enable coverage of 202 packages.

This machine is not attached to an Ubuntu Advantage subscription.
See https://ubuntu.com/advantage
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 259k 100 259k 0 0 193k 0 0:00:01 0:00:01 --:--:-- 193k
ln: failed to create hard link '/usr/share/misc/pci.ids.old': File exists
sudo: update-usbids: command not found
Module Size Used by
rtw_8822be 16384 0
rtw_8822b 225280 1 rtw_8822be
rtw_pci 24576 1 rtw_8822be
rtw_core 163840 2 rtw_8822b,rtw_pci
ccm 20480 9
rfcomm 81920 7
xt_conntrack 16384 1
xt_MASQUERADE 20480 1
nf_conntrack_netlink 45056 0
nfnetlink 16384 2 nf_conntrack_netlink
xt_addrtype 16384 2
iptable_filter 16384 1
iptable_nat 16384 1
nf_nat 40960 2 iptable_nat,xt_MASQUERADE
nf_conntrack 139264 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE
nf_defrag_ipv6 24576 1 nf_conntrack
nf_defrag_ipv4 16384 1 nf_conntrack
bpfilter 32768 0
br_netfilter 28672 0
bridge 176128 1 br_netfilter
stp 16384 1 bridge
llc 16384 2 bridge,stp
xfrm_user 36864 3
xfrm_algo 16384 1 xfrm_user
l2tp_ppp 28672 0
l2tp_netlink 24576 1 l2tp_ppp
l2tp_core 32768 2 l2tp_ppp,l2tp_netlink
ip6_udp_tunnel 16384 1 l2tp_core
udp_tunnel 16384 1 l2tp_core
pppox 16384 1 l2tp_ppp
vboxnetadp 28672 0
vboxnetflt 28672 1
aufs 262144 0
vboxdrv 487424 4 vboxnetadp,vboxnetflt
cmac 16384 9
algif_hash 16384 4
algif_skcipher 16384 4
af_alg 24576 18 algif_hash,algif_skcipher
overlay 114688 0
bnep 24576 2
nls_iso8859_1 16384 1
x86_pkg_temp_thermal 20480 0
intel_powerclamp 20480 0
snd_hda_codec_hdmi 61440 1
coretemp 20480 0
kvm_intel 282624 0
kvm 663552 1 kvm_intel
snd_hda_codec_realtek 118784 1
snd_hda_codec_generic 81920 1 snd_hda_codec_realtek
mei_hdcp 24576 0
intel_rapl_msr 20480 0
joydev 24576 0
snd_sof_pci 20480 0
crct10dif_pclmul 16384 1
snd_sof_intel_hda_common 69632 1 snd_sof_pci
snd_soc_hdac_hda 24576 1 snd_sof_intel_hda_common
snd_sof_intel_hda 20480 1 snd_sof_intel_hda_common
ghash_clmulni_intel 16384 0
snd_sof_intel_byt 20480 1 snd_sof_pci
snd_sof_intel_ipc 20480 1 snd_sof_intel_byt
snd_sof 106496 4 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_byt,snd_sof_intel_ipc
snd_sof_xtensa_dsp 16384 1 snd_sof_pci
snd_hda_ext_core 28672 3 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_soc_acpi_intel_match 32768 2 snd_sof_pci,snd_sof_intel_hda_common
snd_soc_acpi 16384 2 snd_sof_pci,snd_soc_acpi_intel_match
ledtrig_audio 16384 3 snd_hda_codec_generic,snd_hda_codec_realtek,snd_sof
snd_soc_core 245760 3 snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
snd_compress 24576 1 snd_soc_core
ac97_bus 16384 1 snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_hda_intel 53248 3
snd_intel_dspcfg 24576 3 snd_hda_intel,snd_sof_pci,snd_sof_intel_hda_common
snd_hda_codec 131072 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda
snd_hda_core 90112 9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hwdep 20480 1 snd_hda_codec
aesni_intel 372736 19
uvcvideo 98304 0
snd_pcm 106496 8 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_sof,snd_sof_intel_hda_common,snd_soc_core,snd_hda_core,snd_pcm_dmaengine
videobuf2_vmalloc 20480 1 uvcvideo
crypto_simd 16384 1 aesni_intel
cryptd 24576 6 crypto_simd,ghash_clmulni_intel
videobuf2_memops 20480 1 videobuf2_vmalloc
i915 1986560 37
btusb 57344 0
glue_helper 16384 1 aesni_intel
videobuf2_v4l2 24576 1 uvcvideo
btrtl 24576 1 btusb
rtl8xxxu 131072 0
videobuf2_common 49152 2 videobuf2_v4l2,uvcvideo
btbcm 16384 1 btusb
snd_seq_midi 20480 0
btintel 24576 1 btusb
videodev 225280 3 videobuf2_v4l2,uvcvideo,videobuf2_common
snd_seq_midi_event 16384 1 snd_seq_midi
bluetooth 581632 39 btrtl,btintel,btbcm,bnep,btusb,rfcomm
snd_rawmidi 36864 1 snd_seq_midi
mac80211 843776 3 rtw_core,rtl8xxxu,rtw_pci
mc 53248 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
ecdh_generic 16384 2 bluetooth
ecc 28672 1 ecdh_generic
snd_seq 69632 2 snd_seq_midi,snd_seq_midi_event
intel_cstate 20480 0
intel_rapl_perf 20480 0
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
snd_timer 36864 2 snd_seq,snd_pcm
cfg80211 704512 2 rtw_core,mac80211
drm_kms_helper 184320 1 i915
input_leds 16384 0
snd 90112 19 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
i2c_algo_bit 16384 1 i915
fb_sys_fops 16384 1 drm_kms_helper
processor_thermal_device 24576 0
syscopyarea 16384 1 drm_kms_helper
mei_me 40960 1
sysfillrect 16384 1 drm_kms_helper
serio_raw 20480 0
intel_wmi_thunderbolt 20480 0
wmi_bmof 16384 0
ucsi_acpi 16384 0
intel_rapl_common 24576 2 intel_rapl_msr,processor_thermal_device
libarc4 16384 1 mac80211
8250_dw 16384 0
hid_multitouch 28672 0
soundcore 16384 1 snd
mei 106496 3 mei_hdcp,mei_me
sysimgblt 16384 1 drm_kms_helper
intel_soc_dts_iosf 20480 1 processor_thermal_device
mac_hid 16384 0
intel_pch_thermal 16384 0
typec_ucsi 40960 1 ucsi_acpi
typec 45056 1 typec_ucsi
ideapad_laptop 20480 0
sparse_keymap 16384 1 ideapad_laptop
int3403_thermal 16384 0
int340x_thermal_zone 16384 2 int3403_thermal,processor_thermal_device
int3400_thermal 20480 0
acpi_pad 184320 0
acpi_thermal_rel 16384 1 int3400_thermal
sch_fq_codel 20480 8
parport_pc 40960 0
ppdev 24576 0
lp 20480 0
parport 53248 3 parport_pc,lp,ppdev
drm 491520 12 drm_kms_helper,i915
ip_tables 32768 2 iptable_filter,iptable_nat
x_tables 40960 5 xt_conntrack,iptable_filter,xt_addrtype,ip_tables,xt_MASQUERADE
autofs4 45056 2
btrfs 1253376 0
xor 24576 1 btrfs
zstd_compress 167936 1 btrfs
raid6_pq 114688 1 btrfs
libcrc32c 16384 3 nf_conntrack,nf_nat,btrfs
hid_generic 16384 0
crc32_pclmul 16384 0
i2c_i801 32768 0
nvme 49152 4
r8169 90112 0
intel_lpss_pci 20480 0
ahci 40960 1
intel_lpss 16384 1 intel_lpss_pci
realtek 24576 1
i2c_hid 28672 0
nvme_core 102400 6 nvme
idma64 20480 0
libahci 32768 1 ahci
virt_dma 20480 1 idma64
hid 131072 3 i2c_hid,hid_multitouch,hid_generic
wmi 32768 3 intel_wmi_thunderbolt,wmi_bmof,ideapad_laptop
pinctrl_cannonlake 36864 0
video 49152 2 ideapad_laptop,i915
pinctrl_intel 28672 1 pinctrl_cannonlake

Revision history for this message
hoku (pe83) said :
#20

Please have in mind that I'm using a usb wireless adapter because I need to keep working.

Thanks

Revision history for this message
Launchpad Janitor (janitor) said :
#21

This question was expired because it remained in the 'Open' state without activity for the last 15 days.