Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
chime
Level 3
Level 3
Posts: 125
Joined: Thu Oct 29, 2015 8:17 am

Need wifi driver for TP-Link AC600 T2E or workaround [SOLVED]

Post by chime »

I have a new computer with a TP-Link ac600 Archer T2E wifi card. I am using Mint Cinnamon 21.3. Using a compatible dongle, I was able to install a driver for a TP-Link dongle (T2U), and it works fine. However I can not find a driver for the T2E, which is the installed wifi card.

I have searched here and all over the web. TP-Link's website had instructions to compile a driver but was for Ubuntu 16.04, and didn't work. I read here to install rtl8812au, but that does not work either. I read one post where Realtek rtw89 worked for someone, but not me.

I now know to avoid anything with TP-Link, but the computer was an amazing bargain even if I have to replace the card, but I would rather not.

Any help would be appreciated.
Last edited by chime on Wed Mar 27, 2024 11:23 am, edited 2 times in total.
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by sleeper12 »

With the adapter plugged in, post what this shows:

Code: Select all

lsusb
seasons
Level 4
Level 4
Posts: 373
Joined: Fri Nov 17, 2023 5:00 pm

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by seasons »

If it's a newer Realtek chipset, all you need to do is install the 6.5 kernel. Be sure to remove anything else (8812au, rtw89) you tried to install first.
If the 6.5 kernel doesn't work, please give the lsusb output sleeper12 asked for, so we can see what chipset we're dealing with.
chime wrote: Sun Mar 24, 2024 4:30 pm I now know to avoid anything with TP-Link
No. TP-Link has little to do with it. It depends on what chipset the product uses. Some TP-Link devices may "plug and play" with Linux while other devices might require a newer kernel or installing an out-of-tree kernel module. The same goes with other wireless brands. Heck, TP-Link (and other wireless vendors) has this maddening habit of making different revisions of a product name (v1, v2, etc.) with different chipsets, so v1 may work without hassle while v2 doesn't.
chime
Level 3
Level 3
Posts: 125
Joined: Thu Oct 29, 2015 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by chime »

Thanks for information and help. I am going to take the steps you suggest, and meanwhile here is the output:

Bus 002 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 24ae:1100 Shenzhen Rapoo Technology Co., Ltd. Rapoo 2.4G Wireless Device
Bus 001 Device 002: ID 24ae:2000 Shenzhen Rapoo Technology Co., Ltd. 2.4G Wireless Device Serial
Bus 001 Device 005: ID 14cd:168a Super Top Elecom Co., Ltd MR-K013 Multicard Reader
Bus 001 Device 007: ID 2357:011f TP-Link 802.11ac WLAN Adapter
Bus 001 Device 006: ID 248a:8514 Maxxter Wireless Receiver
Bus 001 Device 004: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


This includes the dongle that is in use currently.
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by JeremyB »

chime
Level 3
Level 3
Posts: 125
Joined: Thu Oct 29, 2015 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by chime »

JeremyB wrote: Mon Mar 25, 2024 6:12 am https://askubuntu.com/a/1456289/ should work
I saw that one, it does not work for me. I have uninstalled and reinstalled it, and it does nothing.

By uninstalling I found the rtl8812au-5.6.4.2 is being used by the TP-Link dongle. That is now installed. I am also now posting the lsusb output with the dongle unplugged to avoid confusion.

Bus 002 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) Flash Drive
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 24ae:1100 Shenzhen Rapoo Technology Co., Ltd. Rapoo 2.4G Wireless Device
Bus 001 Device 003: ID 24ae:2000 Shenzhen Rapoo Technology Co., Ltd. 2.4G Wireless Device Serial
Bus 001 Device 002: ID 0e8d:2008 MediaTek Inc. Cyrus Technology CS 24
Bus 001 Device 006: ID 14cd:168a Super Top Elecom Co., Ltd MR-K013 Multicard Reader
Bus 001 Device 007: ID 248a:8514 Maxxter Wireless Receiver
Bus 001 Device 005: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by JeremyB »

Post results from terminal for

Code: Select all

lspci -nnk|grep -iA3 net
User avatar
Pjotr
Level 24
Level 24
Posts: 20142
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by Pjotr »

chime wrote: Mon Mar 25, 2024 7:15 am
JeremyB wrote: Mon Mar 25, 2024 6:12 am https://askubuntu.com/a/1456289/ should work
I saw that one, it does not work for me. I have uninstalled and reinstalled it, and it does nothing.
Did you reboot after installing it?
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
chime
Level 3
Level 3
Posts: 125
Joined: Thu Oct 29, 2015 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by chime »

Yes I rebooted. The rtw89 from askubuntu.com was probably the first thing I found a couple days ago, and I have rebooted several times since. I uninstalling and reinstalling after you posted that. Still nothing.

Here is the requested output with the dongle removed:

00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-LM [8086:15b7]
Subsystem: Fujitsu Technology Solutions Ethernet Connection (2) I219-LM [1734:121f]
Kernel driver in use: e1000e
Kernel modules: e1000e
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119 [GeForce GT 610] [10de:104a] (rev a1)
--
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:b821]
Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:b821]
03:00.0 Non-Volatile memory controller [0108]: Silicon Motion, Inc. SM2263EN/SM2263XT SSD Controller [126f:2263] (rev 03)
Subsystem: Silicon Motion, Inc. SM2263EN/SM2263XT SSD Controller [126f:2263]
User avatar
MiZoG
Level 8
Level 8
Posts: 2395
Joined: Fri Jan 26, 2018 8:30 pm
Location: Athens, Greece

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by MiZoG »

JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by JeremyB »

Open update manager, view menu, linux kernels and install the newest 6.5 kernel and reboot
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by sleeper12 »

Morrownr says ID 2357:011f needs rtl8821au: https://github.com/morrownr/8821au-2021 ... device-IDs
chime
Level 3
Level 3
Posts: 125
Joined: Thu Oct 29, 2015 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by chime »

sleeper12 wrote: Mon Mar 25, 2024 11:18 am Morrownr says ID 2357:011f needs rtl8821au: https://github.com/morrownr/8821au-2021 ... device-IDs
MiZoG wrote: Mon Mar 25, 2024 8:50 am Linux hardware database suggests aircrack-ng github repo

See also: TP-Link AC600 Archer T2U Nano driver for Ubuntu 18.04. This old thread was updated a year ago.
I have already downloaded those drivers from those sources. The rtl8812au enabled my T2U dongle, but neither works for the T2E card.
JeremyB wrote: Mon Mar 25, 2024 9:38 am Open update manager, view menu, linux kernels and install the newest 6.5 kernel and reboot
That failed to work as well, unfortunately.
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by sleeper12 »

Check rfkill list Is anything blocked?
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by JeremyB »

See the wireless script link in my signature and post results
chime
Level 3
Level 3
Posts: 125
Joined: Thu Oct 29, 2015 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by chime »

sleeper12 wrote: Mon Mar 25, 2024 12:33 pm Check rfkill list Is anything blocked?
Nothing blocked.
JeremyB wrote: Mon Mar 25, 2024 12:36 pm See the wireless script link in my signature and post results
cat wireless-info.txt | nc termbin.com 9999
https://termbin.com/40ma

Code: Select all

########## wireless info START ##########

Report from: 25 Mar 2024 19:59 CET +0100

Booted last: 25 Mar 2024 00:00 CET +0100

Script from: 25 Jan 2020 03:34 UTC +0000

##### release ###########################

Distributor ID:	Linuxmint
Description:	Linux Mint 21.3
Release:	21.3
Codename:	virginia

##### kernel ############################

Linux 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Parameters: ro, quiet, splash

##### desktop ###########################

Cinnamon

##### lspci #############################

00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-LM [8086:15b7]
	Subsystem: Fujitsu Technology Solutions Ethernet Connection (2) I219-LM [1734:121f]
	Kernel driver in use: e1000e

02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:b821]
	Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:b821]

03:00.0 Non-Volatile memory controller [0108]: Silicon Motion, Inc. SM2263EN/SM2263XT SSD Controller [126f:2263] (rev 03)

##### lsusb #############################

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 24ae:1100 Shenzhen Rapoo Technology Co., Ltd. Rapoo 2.4G Wireless Device
Bus 001 Device 002: ID 24ae:2000 Shenzhen Rapoo Technology Co., Ltd. 2.4G Wireless Device Serial
Bus 001 Device 005: ID 14cd:168a Super Top Elecom Co., Ltd MR-K013 Multicard Reader
Bus 001 Device 007: ID 248a:8514 Maxxter Wireless Receiver
Bus 001 Device 006: ID 2357:011f TP-Link 802.11ac WLAN Adapter 
Bus 001 Device 004: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA card info ##################

##### rfkill ############################

0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

##### secure boot #######################

SecureBoot disabled

##### lsmod #############################

cfg80211              974848  1 88XXau
wmi                    32768  0

##### interfaces ########################

[/etc/network/interfaces]
source /etc/network/interfaces.d/*

##### ifconfig ##########################

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback <MAC address> brd <MAC address>
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp0s31f6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether <MAC 'enp0s31f6' [IF1]> brd <MAC address>
3: wlx<IF from MAC [IF2]>: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 2312 qdisc mq state UP group default qlen 1000
    link/ether <MAC 'wlx<IF from MAC [IF2]>' [IF2]> brd <MAC address>
    inet 192.168.1.23/24 brd 192.168.1.255 scope global dynamic noprefixroute wlx<IF from MAC [IF2]>
       valid_lft 76724sec preferred_lft 76724sec
    inet6 fe80::60c8:e87d:d072:c81a/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
4: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1441 qdisc fq_codel state UNKNOWN group default qlen 500
    link/none 
    inet 10.25.18.225/24 scope global tun0
       valid_lft forever preferred_lft forever
    inet6 fe80::9496:6c28:7666:e8fd/64 scope link stable-privacy 
       valid_lft forever preferred_lft forever

##### iwconfig ##########################

lo        no wireless extensions.

enp0s31f6  no wireless extensions.

tun0      no wireless extensions.

wlx<IF from MAC [IF2]>  IEEE 802.11an  ESSID:"Robot Taco Shell"  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency:5.66 GHz  Access Point: <MAC 'Robot Taco Shell' [AC1]>   
          Bit Rate:150 Mb/s   Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=70/100  Signal level=-55 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

##### route #############################

0.0.0.0/1 via 10.25.18.1 dev tun0 
default via 192.168.1.1 dev wlx<IF from MAC [IF2]> proto dhcp metric 20600 
10.0.0.243 via 10.25.18.1 dev tun0 
10.25.18.0/24 dev tun0 proto kernel scope link src 10.25.18.225 
128.0.0.0/1 via 10.25.18.1 dev tun0 
156.146.60.85 via 192.168.1.1 dev wlx<IF from MAC [IF2]> 
169.254.0.0/16 dev wlx<IF from MAC [IF2]> scope link metric 1000 
192.168.1.0/24 dev wlx<IF from MAC [IF2]> proto kernel scope link src 192.168.1.23 metric 600 

##### resolv.conf #######################

[777 root '/etc/resolv.conf' -> '../run/systemd/resolve/stub-resolv.conf']

nameserver 127.0.0.53
options edns0 trust-ad
search home

##### network managers ##################

Installed:

	NetworkManager

Running:

root        1025       1  0 17:17 ?        00:00:01 /usr/sbin/NetworkManager --no-daemon

##### NetworkManager info ###############

GENERAL.DEVICE:                         wlx<IF from MAC [IF2]>
GENERAL.TYPE:                           wifi
GENERAL.NM-TYPE:                        NMDeviceWifi
GENERAL.DBUS-PATH:                      /org/freedesktop/NetworkManager/Devices/3
GENERAL.VENDOR:                         TP-Link
GENERAL.PRODUCT:                        802.11ac WLAN Adapter 
GENERAL.DRIVER:                         rtl88XXau
GENERAL.DRIVER-VERSION:                 5.15.0-101-generic
GENERAL.FIRMWARE-VERSION:               --
GENERAL.HWADDR:                         <MAC 'wlx<IF from MAC [IF2]>' [IF2]>
GENERAL.MTU:                            2312
GENERAL.STATE:                          100 (connected)
GENERAL.REASON:                         0 (No reason given)
GENERAL.IP4-CONNECTIVITY:               3 (limited)
GENERAL.IP6-CONNECTIVITY:               3 (limited)
GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10.2/1-10.2:1.0/net/wlx<IF from MAC [IF2]>
GENERAL.PATH:                           pci-0000:00:14.0-usb-0:10.2:1.0
GENERAL.IP-IFACE:                       wlx<IF from MAC [IF2]>
GENERAL.IS-SOFTWARE:                    no
GENERAL.NM-MANAGED:                     yes
GENERAL.AUTOCONNECT:                    yes
GENERAL.FIRMWARE-MISSING:               no
GENERAL.NM-PLUGIN-MISSING:              no
GENERAL.PHYS-PORT-ID:                   --
GENERAL.CONNECTION:                     Auto Robot Taco Shell
GENERAL.CON-UUID:                       87c7b052-1d61-43eb-a66a-c2eabc4b7e29
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
GENERAL.METERED:                        no (guessed)
CAPABILITIES.CARRIER-DETECT:            no
CAPABILITIES.SPEED:                     unknown
CAPABILITIES.IS-SOFTWARE:               no
CAPABILITIES.SRIOV:                     no
INTERFACE-FLAGS.UP:                     yes
INTERFACE-FLAGS.LOWER-UP:               yes
INTERFACE-FLAGS.CARRIER:                yes
INTERFACE-FLAGS.PROMISC:                no
WIFI-PROPERTIES.WEP:                    yes
WIFI-PROPERTIES.WPA:                    yes
WIFI-PROPERTIES.WPA2:                   yes
WIFI-PROPERTIES.TKIP:                   yes
WIFI-PROPERTIES.CCMP:                   yes
WIFI-PROPERTIES.AP:                     yes
WIFI-PROPERTIES.ADHOC:                  yes
WIFI-PROPERTIES.2GHZ:                   yes
WIFI-PROPERTIES.5GHZ:                   yes
WIFI-PROPERTIES.MESH:                   no
WIFI-PROPERTIES.IBSS-RSN:               no
IP4.ADDRESS[1]:                         192.168.1.23/24
IP4.GATEWAY:                            192.168.1.1
IP4.ROUTE[1]:                           dst = 192.168.1.0/24, nh = 0.0.0.0, mt = 600
IP4.ROUTE[2]:                           dst = 0.0.0.0/0, nh = 192.168.1.1, mt = 20600
IP4.ROUTE[3]:                           dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.ROUTE[4]:                           dst = 156.146.60.85/32, nh = 192.168.1.1, mt = 0
IP4.DNS[1]:                             192.168.1.1
IP4.DOMAIN[1]:                          home
DHCP4.OPTION[1]:                        broadcast_address = 192.168.1.255
DHCP4.OPTION[2]:                        dhcp_lease_time = 86400
DHCP4.OPTION[3]:                        dhcp_server_identifier = 192.168.1.1
DHCP4.OPTION[4]:                        domain_name = home
DHCP4.OPTION[5]:                        domain_name_servers = 192.168.1.1
DHCP4.OPTION[6]:                        expiry = 1711469803
DHCP4.OPTION[7]:                        ip_address = 192.168.1.23
DHCP4.OPTION[8]:                        next_server = 192.168.1.1
DHCP4.OPTION[9]:                        requested_broadcast_address = 1
DHCP4.OPTION[10]:                       requested_domain_name = 1
DHCP4.OPTION[11]:                       requested_domain_name_servers = 1
DHCP4.OPTION[12]:                       requested_domain_search = 1
DHCP4.OPTION[13]:                       requested_host_name = 1
DHCP4.OPTION[14]:                       requested_interface_mtu = 1
DHCP4.OPTION[15]:                       requested_ms_classless_static_routes = 1
DHCP4.OPTION[16]:                       requested_nis_domain = 1
DHCP4.OPTION[17]:                       requested_nis_servers = 1
DHCP4.OPTION[18]:                       requested_ntp_servers = 1
DHCP4.OPTION[19]:                       requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[20]:                       requested_root_path = 1
DHCP4.OPTION[21]:                       requested_routers = 1
DHCP4.OPTION[22]:                       requested_static_routes = 1
DHCP4.OPTION[23]:                       requested_subnet_mask = 1
DHCP4.OPTION[24]:                       requested_time_offset = 1
DHCP4.OPTION[25]:                       requested_wpad = 1
DHCP4.OPTION[26]:                       routers = 192.168.1.1
DHCP4.OPTION[27]:                       subnet_mask = 255.255.255.0
IP6.ADDRESS[1]:                         fe80::60c8:e87d:d072:c81a/64
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 1024
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/4
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   87c7b052-1d61-43eb-a66a-c2eabc4b7e29 | Auto Robot Taco Shell

GENERAL.DEVICE:                         tun0
GENERAL.TYPE:                           tun
GENERAL.NM-TYPE:                        NMDeviceTun
GENERAL.DBUS-PATH:                      /org/freedesktop/NetworkManager/Devices/4
GENERAL.VENDOR:                         --
GENERAL.PRODUCT:                        --
GENERAL.DRIVER:                         tun
GENERAL.DRIVER-VERSION:                 1.6
GENERAL.FIRMWARE-VERSION:               --
GENERAL.HWADDR:                         (unknown)
GENERAL.MTU:                            1441
GENERAL.STATE:                          100 (connected (externally))
GENERAL.REASON:                         0 (No reason given)
GENERAL.IP4-CONNECTIVITY:               4 (full)
GENERAL.IP6-CONNECTIVITY:               3 (limited)
GENERAL.UDI:                            /sys/devices/virtual/net/tun0
GENERAL.PATH:                           --
GENERAL.IP-IFACE:                       tun0
GENERAL.IS-SOFTWARE:                    yes
GENERAL.NM-MANAGED:                     yes
GENERAL.AUTOCONNECT:                    yes
GENERAL.FIRMWARE-MISSING:               no
GENERAL.NM-PLUGIN-MISSING:              no
GENERAL.PHYS-PORT-ID:                   --
GENERAL.CONNECTION:                     tun0
GENERAL.CON-UUID:                       ecaf73ff-58e8-4bc0-9b6e-da08cf97ad68
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/2
GENERAL.METERED:                        no (guessed)
CAPABILITIES.CARRIER-DETECT:            no
CAPABILITIES.SPEED:                     unknown
CAPABILITIES.IS-SOFTWARE:               yes
CAPABILITIES.SRIOV:                     no
INTERFACE-FLAGS.UP:                     yes
INTERFACE-FLAGS.LOWER-UP:               yes
INTERFACE-FLAGS.CARRIER:                yes
INTERFACE-FLAGS.PROMISC:                no
IP4.ADDRESS[1]:                         10.25.18.225/24
IP4.GATEWAY:                            --
IP4.ROUTE[1]:                           dst = 10.25.18.0/24, nh = 0.0.0.0, mt = 0
IP4.ROUTE[2]:                           dst = 0.0.0.0/1, nh = 10.25.18.1, mt = 0
IP4.ROUTE[3]:                           dst = 128.0.0.0/1, nh = 10.25.18.1, mt = 0
IP4.ROUTE[4]:                           dst = 10.0.0.243/32, nh = 10.25.18.1, mt = 0
IP4.ROUTE[5]:                           dst = 0.0.0.0/0, nh = 0.0.0.0, mt = 0, table=259
IP6.ADDRESS[1]:                         fe80::9496:6c28:7666:e8fd/64
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 256
IP6.ROUTE[2]:                           dst = 2000::/3, nh = ::, mt = 1024
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/6
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   ecaf73ff-58e8-4bc0-9b6e-da08cf97ad68 | tun0

GENERAL.DEVICE:                         enp0s31f6
GENERAL.TYPE:                           ethernet
GENERAL.NM-TYPE:                        NMDeviceEthernet
GENERAL.DBUS-PATH:                      /org/freedesktop/NetworkManager/Devices/2
GENERAL.VENDOR:                         Intel Corporation
GENERAL.PRODUCT:                        Ethernet Connection (2) I219-LM
GENERAL.DRIVER:                         e1000e
GENERAL.DRIVER-VERSION:                 5.15.0-101-generic
GENERAL.FIRMWARE-VERSION:               0.8-4
GENERAL.HWADDR:                         <MAC 'enp0s31f6' [IF1]>
GENERAL.MTU:                            1500
GENERAL.STATE:                          20 (unavailable)
GENERAL.REASON:                         2 (Device is now managed)
GENERAL.IP4-CONNECTIVITY:               1 (none)
GENERAL.IP6-CONNECTIVITY:               1 (none)
GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1f.6/net/enp0s31f6
GENERAL.PATH:                           pci-0000:00:1f.6
GENERAL.IP-IFACE:                       --
GENERAL.IS-SOFTWARE:                    no
GENERAL.NM-MANAGED:                     yes
GENERAL.AUTOCONNECT:                    yes
GENERAL.FIRMWARE-MISSING:               no
GENERAL.NM-PLUGIN-MISSING:              no
GENERAL.PHYS-PORT-ID:                   --
GENERAL.CONNECTION:                     --
GENERAL.CON-UUID:                       --
GENERAL.CON-PATH:                       --
GENERAL.METERED:                        unknown
CAPABILITIES.CARRIER-DETECT:            yes
CAPABILITIES.SPEED:                     unknown
CAPABILITIES.IS-SOFTWARE:               no
CAPABILITIES.SRIOV:                     no
INTERFACE-FLAGS.UP:                     yes
INTERFACE-FLAGS.LOWER-UP:               no
INTERFACE-FLAGS.CARRIER:                no
INTERFACE-FLAGS.PROMISC:                no
WIRED-PROPERTIES.CARRIER:               off
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: --

SSID                           BSSID              MODE   CHAN  FREQ      RATE        SIGNAL  BARS  SECURITY     ACTIVE  IN-USE 
Robot Taco Shell               <MAC 'Robot Taco Shell' [AC3]>  Infra  1     2412 MHz  130 Mbit/s  97      ▂▄▆█  WPA1 WPA2    no             
Acrobatic Mustard Catastrophe  <MAC 'Acrobatic Mustard Catastrophe' [AC2]>  Infra  1     2412 MHz  130 Mbit/s  87      ▂▄▆█  WPA1 WPA2    no             
Robot Taco Shell               <MAC 'Robot Taco Shell' [AC1]>  Infra  132   5660 MHz  405 Mbit/s  75      ▂▄▆_  WPA1 WPA2    yes     *      
freebox_IANNI                  <MAC 'freebox_IANNI' [AC7]>  Infra  7     2442 MHz  405 Mbit/s  70      ▂▄▆_  WPA2         no             
Titi                           <MAC 'Titi' [AC9]>  Infra  11    2462 MHz  130 Mbit/s  69      ▂▄▆_  WPA1 WPA2    no             
Freebox-483C8D                 <MAC 'Freebox-483C8D' [AC10]>  Infra  11    2462 MHz  195 Mbit/s  67      ▂▄▆_  WPA2         no             
FreeWifi_secure                <MAC 'FreeWifi_secure' [AC4]>  Infra  7     2442 MHz  405 Mbit/s  64      ▂▄▆_  WPA2 802.1X  no             
SFR_922F                       <MAC 'SFR_922F' [AC6]>  Infra  6     2437 MHz  260 Mbit/s  57      ▂▄▆_  WPA1 WPA2    no             
--                             <MAC '' [AC8]>  Infra  7     2442 MHz  65 Mbit/s   54      ▂▄__  --           no             
Livebox-A920                   <MAC 'Livebox-A920' [AC5]>  Infra  6     2437 MHz  130 Mbit/s  50      ▂▄__  WPA1 WPA2    no             
Livebox-2480                   <MAC 'Livebox-2480' [AC12]>  Infra  100   5500 MHz  540 Mbit/s  20      ▂___  WPA1 WPA2    no             
Tanneur 7                      <MAC 'Tanneur 7' [AC13]>  Infra  108   5540 MHz  540 Mbit/s  20      ▂___  WPA2         no             
--                             <MAC '' [AC14]>  Infra  116   5580 MHz  405 Mbit/s  19      ▂___  WPA2         no             
Titi                           <MAC 'Titi' [AC11]>  Infra  44    5220 MHz  405 Mbit/s  14      ▂___  WPA1 WPA2    no             

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true

##### NetworkManager config #############

[[/etc/NetworkManager/conf.d/default-wifi-powersave-on.conf]]
[connection]
wifi.powersave = 3

[[/etc/NetworkManager/conf.d/wgpia.conf]]
[keyfile]
unmanaged-devices=interface-name:wgpia*

[[/etc/NetworkManager/NetworkManager.conf]]
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no

[[/usr/lib/NetworkManager/conf.d/10-dns-resolved.conf]]
[main]
dns=systemd-resolved

[[/usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf]]
[keyfile]
unmanaged-devices=none

[[/usr/lib/NetworkManager/conf.d/20-connectivity-ubuntu.conf]]
[connectivity]
uri=http://connectivity-check.ubuntu.com./

[[/usr/lib/NetworkManager/conf.d/no-mac-addr-change.conf]]
[device-31-mac-addr-change]
match-device=driver:eagle_sdio,driver:wl
wifi.scan-rand-mac-address=no

##### NetworkManager profiles ###########

[[/etc/NetworkManager/system-connections/Auto Acrobatic Mustard Catastrophe-ae925de6-59c9-4d8f-8d4d-931fb8d57ac7.nmconnection]] (600 root)
[connection] id=Auto Acrobatic Mustard Catastrophe | type=wifi
[wifi] ssid=Acrobatic Mustard Catastrophe
[ipv4] method=auto
[ipv6] method=auto

[[/etc/NetworkManager/system-connections/Auto Acrobatic Mustard Catastrophe.nmconnection]] (600 root)
[connection] id=Auto Acrobatic Mustard Catastrophe | type=wifi
[wifi] ssid=Acrobatic Mustard Catastrophe
[ipv4] method=auto
[ipv6] method=auto

[[/etc/NetworkManager/system-connections/Auto Robot Taco Shell.nmconnection]] (600 root)
[connection] id=Auto Robot Taco Shell | type=wifi
[wifi] ssid=Robot Taco Shell
[ipv4] method=auto
[ipv6] method=auto

[[/etc/NetworkManager/system-connections/Auto Robot Taco Shell-87c7b052-1d61-43eb-a66a-c2eabc4b7e29.nmconnection]] (600 root)
[connection] id=Auto Robot Taco Shell | type=wifi
[wifi] ssid=Robot Taco Shell
[ipv4] method=auto
[ipv6] method=auto

##### Netplan config ####################

##### iw reg get ########################

Region: Europe/Berlin (based on set time zone)

global
country FR: DFS-ETSI
	(2400 - 2483 @ 40), (N/A, 20), (N/A)
	(5150 - 5250 @ 80), (N/A, 23), (N/A), NO-OUTDOOR, AUTO-BW
	(5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS, AUTO-BW
	(5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS
	(5725 - 5875 @ 80), (N/A, 13), (N/A)
	(5945 - 6425 @ 160), (N/A, 23), (N/A), NO-OUTDOOR
	(57000 - 71000 @ 2160), (N/A, 40), (N/A)

phy#0
country 99: DFS-UNSET
	(2402 - 2472 @ 40), (N/A, 20), (N/A)
	(2457 - 2482 @ 40), (N/A, 20), (N/A), PASSIVE-SCAN
	(2474 - 2494 @ 40), (N/A, 20), (N/A), NO-OFDM, PASSIVE-SCAN
	(5140 - 5860 @ 80), (N/A, 30), (N/A), PASSIVE-SCAN

##### iwlist channels ###################

lo        no frequency information.

enp0s31f6  no frequency information.

tun0      no frequency information.

wlx<IF from MAC [IF2]>  32 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Channel 36 : 5.18 GHz
          Channel 40 : 5.2 GHz
          Channel 44 : 5.22 GHz
          Channel 48 : 5.24 GHz
          Channel 52 : 5.26 GHz
          Channel 56 : 5.28 GHz
          Channel 60 : 5.3 GHz
          Channel 64 : 5.32 GHz
          Channel 100 : 5.5 GHz
          Channel 104 : 5.52 GHz
          Channel 108 : 5.54 GHz
          Channel 112 : 5.56 GHz
          Channel 116 : 5.58 GHz
          Channel 120 : 5.6 GHz
          Channel 124 : 5.62 GHz
          Channel 128 : 5.64 GHz
          Channel 132 : 5.66 GHz
          Channel 136 : 5.68 GHz
          Channel 140 : 5.7 GHz
          Current Frequency:5.66 GHz (Channel 132)

##### iwlist scan #######################

lo        Interface doesn't support scanning.

enp0s31f6  Interface doesn't support scanning.

tun0      Interface doesn't support scanning.

Channel occupancy:

      2   APs on   Frequency:2.412 GHz (Channel 1)
      2   APs on   Frequency:2.437 GHz (Channel 6)
      3   APs on   Frequency:2.442 GHz (Channel 7)
      2   APs on   Frequency:2.462 GHz (Channel 11)
      1   APs on   Frequency:5.22 GHz (Channel 44)
      1   APs on   Frequency:5.54 GHz (Channel 108)
      1   APs on   Frequency:5.58 GHz (Channel 116)
      2   APs on   Frequency:5.5 GHz (Channel 100)
      1   APs on   Frequency:5.66 GHz (Channel 132)

wlx<IF from MAC [IF2]>  Scan completed :
          Cell 01 - Address: <MAC 'Robot Taco Shell' [AC1]>
                    ESSID:"Robot Taco Shell"
                    Protocol:IEEE 802.11an
                    Mode:Master
                    Frequency:5.66 GHz (Channel 132)
                    Encryption key:on
                    Bit Rates:300 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Extra:
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=68/100  Signal level=-55 dBm  
                    Extra:fm=0001
          Cell 02 - Address: <MAC 'Acrobatic Mustard Catastrophe' [AC2]>
                    ESSID:"Acrobatic Mustard Catastrophe"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.412 GHz (Channel 1)
                    Encryption key:on
                    Bit Rates:144 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Extra:
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=100/100  Signal level=-48 dBm  
                    Extra:fm=0003
          Cell 03 - Address: <MAC 'Robot Taco Shell' [AC3]>
                    ESSID:"Robot Taco Shell"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.412 GHz (Channel 1)
                    Encryption key:on
                    Bit Rates:144 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Extra:
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=100/100  Signal level=-42 dBm  
                    Extra:fm=0003
          Cell 04 - Address: <MAC 'FreeWifi_secure' [AC4]>
                    ESSID:"FreeWifi_secure"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.442 GHz (Channel 7)
                    Encryption key:on
                    Bit Rates:300 Mb/s
                    Extra:rsn_ie=30180100000fac020200000fac04000fac020100000fac010c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : 802.1x
                    Quality=20/100  Signal level=-62 dBm  
                    Extra:fm=0001
          Cell 05 - Address: <MAC 'Livebox-A920' [AC5]>
                    ESSID:"Livebox-A920"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.437 GHz (Channel 6)
                    Encryption key:on
                    Bit Rates:144 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Extra:
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=76/100  Signal level=-70 dBm  
                    Extra:fm=0003
          Cell 06 - Address: <MAC 'SFR_922F' [AC6]>
                    ESSID:"SFR_922F"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.437 GHz (Channel 6)
                    Encryption key:on
                    Bit Rates:144 Mb/s
                    Extra:wpa_ie=dd160050f20101000050f20401000050f20401000050f202
                    IE: WPA Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Extra:
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=68/100  Signal level=-66 dBm  
                    Extra:fm=0001
          Cell 07 - Address: <MAC 'freebox_IANNI' [AC7]>
                    ESSID:"freebox_IANNI"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.442 GHz (Channel 7)
                    Encryption key:on
                    Bit Rates:300 Mb/s
                    Extra:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=100/100  Signal level=-58 dBm  
                    Extra:fm=0001
          Cell 08 - Address: <MAC '' [AC8]>
                    ESSID:""
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.442 GHz (Channel 7)
                    Encryption key:off
                    Bit Rates:72 Mb/s
                    Quality=72/100  Signal level=-68 dBm  
                    Extra:fm=0001
          Cell 09 - Address: <MAC 'Titi' [AC9]>
                    ESSID:"Titi"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    Encryption key:on
                    Bit Rates:144 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Extra:
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=36/100  Signal level=-58 dBm  
                    Extra:fm=0001
          Cell 10 - Address: <MAC 'Freebox-483C8D' [AC10]>
                    ESSID:"Freebox-483C8D"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    Encryption key:on
                    Bit Rates:144 Mb/s
                    Extra:rsn_ie=30140100000fac040100000fac040100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=44/100  Signal level=-60 dBm  
                    Extra:fm=0003
          Cell 11 - Address: <MAC 'Titi' [AC11]>
                    ESSID:"Titi"
                    Protocol:IEEE 802.11an
                    Mode:Master
                    Frequency:5.22 GHz (Channel 44)
                    Encryption key:on
                    Bit Rates:300 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Extra:
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=13/100  Signal level=-93 dBm  
                    Extra:fm=0001
          Cell 12 - Address: <MAC 'Livebox-2480' [AC12]>
                    ESSID:"Livebox-2480"
                    Protocol:IEEE 802.11AC
                    Mode:Master
                    Frequency:5.5 GHz (Channel 100)
                    Encryption key:on
                    Bit Rates:1.3 Gb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Extra:
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=13/100  Signal level=-89 dBm  
                    Extra:fm=0001
          Cell 13 - Address: <MAC 'Tanneur 7' [AC13]>
                    ESSID:"Tanneur 7"
                    Protocol:IEEE 802.11AC
                    Mode:Master
                    Frequency:5.54 GHz (Channel 108)
                    Encryption key:on
                    Bit Rates:1.3 Gb/s
                    Extra:rsn_ie=30140100000fac040100000fac040100000fac020000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=22/100  Signal level=-88 dBm  
                    Extra:fm=0001
          Cell 14 - Address: <MAC '' [AC14]>
                    ESSID:""
                    Protocol:IEEE 802.11AC
                    Mode:Master
                    Frequency:5.58 GHz (Channel 116)
                    Encryption key:on
                    Bit Rates:1.3 Gb/s
                    Extra:rsn_ie=30140100000fac040100000fac040100000fac022800
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=12/100  Signal level=-90 dBm  
                    Extra:fm=0001
          Cell 15 - Address: <MAC 'Bbox-CE251BCD' [AC15]>
                    ESSID:"Bbox-CE251BCD"
                    Protocol:IEEE 802.11AC
                    Mode:Master
                    Frequency:5.5 GHz (Channel 100)
                    Encryption key:on
                    Bit Rates:1.3 Gb/s
                    Extra:rsn_ie=30140100000fac040100000fac040100000fac020000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=12/100  Signal level=-90 dBm  
                    Extra:fm=0001

##### module infos ######################

[cfg80211]
filename:       /lib/modules/5.15.0-101-generic/kernel/net/wireless/cfg80211.ko
description:    wireless configuration support
license:        GPL
depends:        
retpoline:      Y
intree:         Y
name:           cfg80211
vermagic:       5.15.0-101-generic SMP mod_unload modversions 
parm:           bss_entries_limit:limit to number of scan BSS entries (per wiphy, default 1000) (int)
parm:           ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm:           cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)

##### module parameters #################

[cfg80211]
bss_entries_limit: 1000
cfg80211_disable_40mhz_24ghz: N
ieee80211_regdom: 00

##### /etc/modules ######################

##### modprobe options ##################

[/etc/modprobe.d/8812au.conf]
options 8812au rtw_switch_usb_mode=0

[/etc/modprobe.d/amd64-microcode-blacklist.conf]
blacklist microcode

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac

[/etc/modprobe.d/blacklist-rare-network.conf]
alias net-pf-3 off
alias net-pf-6 off
alias net-pf-9 off
alias net-pf-11 off
alias net-pf-12 off
alias net-pf-19 off
alias net-pf-21 off
alias net-pf-36 off

[/etc/modprobe.d/dkms.conf]
blacklist rtw88_8821ce

[/etc/modprobe.d/intel-microcode-blacklist.conf]
blacklist microcode

[/etc/modprobe.d/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

##### rc.local ##########################

grep: /etc/rc.local: No such file or directory

##### pm-utils ##########################

##### udev rules ########################

##### dmesg #############################

[ 7478.805342] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7485.870944] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7518.741515] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7520.584721] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7558.984905] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7560.520921] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:08:cc:27:fa:e2:e8:08:00 SRC=192.168.1.10 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7598.921060] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7605.372198] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7638.857111] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7640.086084] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:08:cc:27:fa:e2:e8:08:00 SRC=192.168.1.10 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7678.793483] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7679.715102] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:08:cc:27:fa:e2:e8:08:00 SRC=192.168.1.10 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7718.729436] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7722.108874] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:08:cc:27:fa:e2:e8:08:00 SRC=192.168.1.10 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7758.973054] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7765.424194] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7798.909192] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7805.053253] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7838.845424] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7841.610231] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7878.781596] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7883.082325] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7918.718408] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7921.482629] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7958.961199] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7959.575601] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 7998.897367] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214  (repeated 2 times)
[ 8040.676795] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:08:cc:27:fa:e2:e8:08:00 SRC=192.168.1.10 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8081.227288] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8119.013082] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8119.627558] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8119.627841] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8158.949335] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8167.243782] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8198.885548] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8202.264634] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8238.822296] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8241.893519] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8278.757906] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8283.980344] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8319.001265] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214  (repeated 2 times)
[ 8359.859103] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8398.873704] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8404.403305] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8438.810325] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8445.875687] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8445.875753] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8478.746046] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214  (repeated 2 times)
[ 8559.539933] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8598.861853] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8601.319225] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8638.798651] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8639.105236] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8656.001330] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:08:cc:27:fa:e2:e8:08:00 SRC=192.168.1.10 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8678.734241] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8760.449815] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8798.849990] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8799.157194] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8838.725289] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8842.252809] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8880.065530] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8881.374394] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:52:fd:7f:f5:0f:a4:08:00 SRC=192.168.1.11 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214  (repeated 3 times)
[ 8922.344972] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8958.901855] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8960.596383] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8998.727281] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 8999.452576] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9038.727314] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9041.967232] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9078.728875] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9081.397617] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9118.953909] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9123.600370] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:08:cc:27:fa:e2:e8:08:00 SRC=192.168.1.10 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9158.889918] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9161.040537] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9198.729098] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9202.205499] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:9e:d6:43:92:e2:a2:08:00 SRC=192.168.1.16 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9238.729440] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214  (repeated 2 times)
[ 9285.457141] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9358.878141] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9359.185398] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9398.731185] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214  (repeated 2 times)
[ 9439.979458] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:52:fd:7f:f5:0f:a4:08:00 SRC=192.168.1.11 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9478.994052] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9478.994124] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9518.732470] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9521.387852] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9558.866439] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9559.173627] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:52:fd:7f:f5:0f:a4:08:00 SRC=192.168.1.11 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9598.802422] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9603.240282] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:52:fd:7f:f5:0f:a4:08:00 SRC=192.168.1.11 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9640.917825] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:fb:08:cc:27:fa:e2:e8:08:00 SRC=192.168.1.10 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 
[ 9678.734148] [UFW BLOCK] IN=wlx<IF from MAC [IF2]> OUT= MAC=01:00:5e:00:00:01:<MAC 'Robot Taco Shell' [AC3]>:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=0 DF PROTO=2 MARK=0x3214 

########## wireless info END ############
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by JeremyB »

I wan't expecting that, in terminal

Code: Select all

sudo sed -i 's/blacklist/#blacklist/' /etc/modprobe.d/dkms.conf
Reboot

Post results for

Code: Select all

dkms status
chime
Level 3
Level 3
Posts: 125
Joined: Thu Oct 29, 2015 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by chime »

Thanks for all your help. This one does seem to be troublesome. Here is the output:

8812au/5.6.4.2_35491.20191025, 5.15.0-101-generic, x86_64: installed
nvidia/390.157, 5.15.0-101-generic, x86_64: installedError! Could not locate dkms.conf file.
File: /var/lib/dkms/rtl8812au/5.13.6-23/source/dkms.conf does not exist.

nvidia/390.157, 5.15.0-91-generic, x86_64: installed
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by JeremyB »

Looks like the only way is to use the 6.5 kernels from Update Manager
chime
Level 3
Level 3
Posts: 125
Joined: Thu Oct 29, 2015 8:17 am

Re: Need wifi driver for TP-Link AC600 T2E or workaround

Post by chime »

Then I guess I am out of luck. That kernel distorted my monitor, the support ends in August, and, at least for me, did not enable wifi.
Post Reply

Return to “Hardware Support”