[solved] Linux Mint 18 Wireless Problems

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
daviddh

[solved] Linux Mint 18 Wireless Problems

Post by daviddh »

Hi there,

I have just installed the latest Linux Mint 18 Serena and am having problems getting it to connect to wifi. No problems connecting it with a wire (but it's inconvienient to do this).

I have a TP-link TL-WN822N usb wireless adaptor (which works perfectly on the same machine under windows).

I guess its something to do with drivers, but being very inexperienced with Linux, I haven't a clue how to go about installing them - or is it a different issue...?

Can anyone help please?

Regards
David
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: Linux Mint 18 Wireless Problems

Post by austin.texas »

Please post the result of:

Code: Select all

lshw -c net; iwconfig
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
daviddh

Re: Linux Mint 18 Wireless Problems

Post by daviddh »

Many thanks... when I put that code into a terminal, I get this, but I don't know what it all means...


david@david-desktop ~ $ lshw -c net; iwconfig
WARNING: you should run this program as super-user.
*-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:02:00.0
logical name: enp2s0
version: 03
serial: 00:19:66:f2:c6:a4
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl_nic/rtl8168d-1.fw ip=192.168.1.104 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:27 ioport:d800(size=256) memory:f8fff000-f8ffffff memory:f8ff8000-f8ffbfff memory:feae0000-feafffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
enp2s0 no wireless extensions.

lo no wireless extensions.

david@david-desktop ~ $ ^C
david@david-desktop ~ $

Regards
David
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Linux Mint 18 Wireless Problems

Post by JeremyB »

Please post results for

Code: Select all

lsusb
daviddh

Re: Linux Mint 18 Wireless Problems

Post by daviddh »

Hi there, here are the results of that...

david@david-desktop ~ $ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 2357:0108
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 1c4f:0003 SiGma Micro HID controller
Bus 003 Device 002: ID 0909:001c Audio-Technica Corp.
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
david@david-desktop ~ $

I did try a different (and home made) wi fi Aeriel that my stepson brought round, which connected me to the Internet (so it said in a little box that came up on screen) and showed the wi fi icon with 98% strength, but nothing happened. I could neither get onto the internet nor download emails...

Thanks David
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Linux Mint 18 Wireless Problems

Post by JeremyB »

With the wire connected, do

Code: Select all

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

Code: Select all

git clone https://github.com/Mange/rtl8192eu-linux-driver.git

Code: Select all

cd rtl8192eu-linux-driver

Code: Select all

make

Code: Select all

sudo make install
Reboot
daviddh

Re: Linux Mint 18 Wireless Problems

Post by daviddh »

Hi there

Partial success! It's now found the tplink wifi adaptor (flashes green) and tells me that I have a wireless connection. However, It still won't connect to the internet under wifi (although it tells me that it is connected).

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

Re: Linux Mint 18 Wireless Problems

Post by JeremyB »

I suspect power management might be causing issues with the wifi

Code: Select all

sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf

Code: Select all

systemctl restart network-manager.service
daviddh

Re: Linux Mint 18 Wireless Problems

Post by daviddh »

Hi again

I've done the above and still no luck... It still tells me I'm connected, but still no internet

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

Re: Linux Mint 18 Wireless Problems

Post by JeremyB »

The the wireless script link in my signature and post results
daviddh

Re: Linux Mint 18 Wireless Problems

Post by daviddh »

david@david-desktop ~ $ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 2357:0108
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 1c4f:0003 SiGma Micro HID controller
Bus 003 Device 002: ID 0909:001c Audio-Technica Corp.
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
david@david-desktop ~ $ ^C
david@david-desktop ~ $
daviddh

Re: Linux Mint 18 Wireless Problems

Post by daviddh »

Sorry, misunderstood the last one... I think this is it...

Code: Select all

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

Report from: 04 Jun 2017 15:32 BST +0100

Booted last: 04 Jun 2017 00:00 BST +0100

Script from: 25 Mar 2017 07:04 UTC +0000

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

Distributor ID:	LinuxMint
Description:	Linux Mint 18.1 Serena
Release:	18.1
Codename:	serena

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

Linux 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Parameters: ro, quiet, splash

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

Cinnamon

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

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 03)
	Subsystem: ASRock Incorporation Motherboard (one of many) [1849:8168]
	Kernel driver in use: r8169

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

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 2357:0108  
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 1c4f:0003 SiGma Micro HID controller
Bus 003 Device 002: ID 0909:001c Audio-Technica Corp. 
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

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

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

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

cfg80211              565248  0
8192eu                929792  0
wmi                    20480  0

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

auto lo
iface lo inet loopback

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

enp2s0    Link encap:Ethernet  HWaddr <MAC 'enp2s0' [IF1]>  
          inet addr:192.168.1.104  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::99a:41de:c4c1:ca09/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3584 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2348 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3270005 (3.2 MB)  TX bytes:278389 (278.3 KB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:491 errors:0 dropped:0 overruns:0 frame:0
          TX packets:491 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1 
          RX bytes:49068 (49.0 KB)  TX bytes:49068 (49.0 KB)

wlx<IF from MAC [IF2]> Link encap:Ethernet  HWaddr <MAC 'wlx<IF from MAC [IF2]>' [IF2]>  
          inet addr:192.168.1.143  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::f7f3:55de:265:964c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:192 errors:0 dropped:2 overruns:0 frame:0
          TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:51970 (51.9 KB)  TX bytes:8874 (8.8 KB)

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

enp2s0    no wireless extensions.

lo        no wireless extensions.

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

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

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG    100    0        0 enp2s0
0.0.0.0         192.168.1.1     0.0.0.0         UG    600    0        0 wlx<IF from MAC [IF2]>
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 enp2s0
192.168.1.0     0.0.0.0         255.255.255.0   U     100    0        0 enp2s0
192.168.1.0     0.0.0.0         255.255.255.0   U     600    0        0 wlx<IF from MAC [IF2]>

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

nameserver 127.0.1.1
search home

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

Installed:

	NetworkManager

Running:

root       795     1  0 15:25 ?        00:00:00 /usr/sbin/NetworkManager --no-daemon

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

GENERAL.DEVICE:                         enp2s0
GENERAL.TYPE:                           ethernet
GENERAL.NM-TYPE:                        NMDeviceEthernet
GENERAL.VENDOR:                         Realtek Semiconductor Co., Ltd.
GENERAL.PRODUCT:                        RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (Motherboard (one of many))
GENERAL.DRIVER:                         r8169
GENERAL.DRIVER-VERSION:                 2.3LK-NAPI
GENERAL.FIRMWARE-VERSION:               
GENERAL.HWADDR:                         <MAC 'enp2s0' [IF1]>
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.REASON:                         0 (No reason given)
GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:0a.0/0000:02:00.0/net/enp2s0
GENERAL.IP-IFACE:                       enp2s0
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:                     Wired connection 1
GENERAL.CON-UUID:                       b2fbcdf0-c995-3a3e-813d-e728e40e6c3a
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/0
GENERAL.METERED:                        no (guessed)
CAPABILITIES.CARRIER-DETECT:            yes
CAPABILITIES.SPEED:                     1000 Mb/s
CAPABILITIES.IS-SOFTWARE:               no
WIRED-PROPERTIES.CARRIER:               on
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   b2fbcdf0-c995-3a3e-813d-e728e40e6c3a | Wired connection 1
IP4.ADDRESS[1]:                         192.168.1.104/24
IP4.GATEWAY:                            192.168.1.1
IP4.ROUTE[1]:                           dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.DNS[1]:                             212.50.160.100
IP4.DNS[2]:                             213.249.130.100
IP4.DOMAIN[1]:                          home
DHCP4.OPTION[1]:                        requested_subnet_mask = 1
DHCP4.OPTION[2]:                        requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[3]:                        subnet_mask = 255.255.255.0
DHCP4.OPTION[4]:                        domain_name_servers = 212.50.160.100 213.249.130.100
DHCP4.OPTION[5]:                        ip_address = 192.168.1.104
DHCP4.OPTION[6]:                        requested_static_routes = 1
DHCP4.OPTION[7]:                        dhcp_server_identifier = 192.168.1.1
DHCP4.OPTION[8]:                        requested_time_offset = 1
DHCP4.OPTION[9]:                        broadcast_address = 192.168.1.255
DHCP4.OPTION[10]:                       requested_interface_mtu = 1
DHCP4.OPTION[11]:                       dhcp_rebinding_time = 75600
DHCP4.OPTION[12]:                       requested_domain_name_servers = 1
DHCP4.OPTION[13]:                       dhcp_message_type = 5
DHCP4.OPTION[14]:                       requested_broadcast_address = 1
DHCP4.OPTION[15]:                       routers = 192.168.1.1
DHCP4.OPTION[16]:                       wpad = a
DHCP4.OPTION[17]:                       dhcp_renewal_time = 43200
DHCP4.OPTION[18]:                       requested_domain_name = 1
DHCP4.OPTION[19]:                       domain_name = home
DHCP4.OPTION[20]:                       requested_routers = 1
DHCP4.OPTION[21]:                       expiry = 1496672716
DHCP4.OPTION[22]:                       host_name = david-desktop
DHCP4.OPTION[23]:                       requested_netbios_scope = 1
DHCP4.OPTION[24]:                       requested_wpad = 1
DHCP4.OPTION[25]:                       requested_ms_classless_static_routes = 1
DHCP4.OPTION[26]:                       requested_netbios_name_servers = 1
DHCP4.OPTION[27]:                       network_number = 192.168.1.0
DHCP4.OPTION[28]:                       requested_domain_search = 1
DHCP4.OPTION[29]:                       next_server = 192.168.1.1
DHCP4.OPTION[30]:                       requested_ntp_servers = 1
DHCP4.OPTION[31]:                       dhcp_lease_time = 86400
DHCP4.OPTION[32]:                       requested_host_name = 1
IP6.ADDRESS[1]:                         fe80::99a:41de:c4c1:ca09/64
IP6.GATEWAY:                            

GENERAL.DEVICE:                         wlx<IF from MAC [IF2]>
GENERAL.TYPE:                           wifi
GENERAL.NM-TYPE:                        NMDeviceWifi
GENERAL.VENDOR:                         Realtek 
GENERAL.PRODUCT:                        802.11n NIC 
GENERAL.DRIVER:                         rtl8192eu
GENERAL.DRIVER-VERSION:                 
GENERAL.FIRMWARE-VERSION:               
GENERAL.HWADDR:                         <MAC 'wlx<IF from MAC [IF2]>' [IF2]>
GENERAL.MTU:                            0
GENERAL.STATE:                          100 (connected)
GENERAL.REASON:                         0 (No reason given)
GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:12.2/usb1/1-3/1-3:1.0/net/wlx<IF from MAC [IF2]>
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:                     Wi-Fi connection 1
GENERAL.CON-UUID:                       8f322cf1-7483-4ba4-a607-20fcf03df902
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
GENERAL.METERED:                        no (guessed)
CAPABILITIES.CARRIER-DETECT:            no
CAPABILITIES.SPEED:                     144 Mb/s
CAPABILITIES.IS-SOFTWARE:               no
WIFI-PROPERTIES.WEP:                    yes
WIFI-PROPERTIES.WPA:                    yes
WIFI-PROPERTIES.WPA2:                   yes
WIFI-PROPERTIES.TKIP:                   yes
WIFI-PROPERTIES.CCMP:                   yes
WIFI-PROPERTIES.AP:                     no
WIFI-PROPERTIES.ADHOC:                  yes
WIFI-PROPERTIES.2GHZ:                   yes
WIFI-PROPERTIES.5GHZ:                   no
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{0}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   8f322cf1-7483-4ba4-a607-20fcf03df902 | Wi-Fi connection 1
IP4.ADDRESS[1]:                         192.168.1.143/24
IP4.GATEWAY:                            192.168.1.1
DHCP4.OPTION[1]:                        requested_subnet_mask = 1
DHCP4.OPTION[2]:                        requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[3]:                        subnet_mask = 255.255.255.0
DHCP4.OPTION[4]:                        domain_name_servers = 212.50.160.100 213.249.130.100
DHCP4.OPTION[5]:                        ip_address = 192.168.1.143
DHCP4.OPTION[6]:                        requested_static_routes = 1
DHCP4.OPTION[7]:                        dhcp_server_identifier = 192.168.1.1
DHCP4.OPTION[8]:                        requested_time_offset = 1
DHCP4.OPTION[9]:                        broadcast_address = 192.168.1.255
DHCP4.OPTION[10]:                       requested_interface_mtu = 1
DHCP4.OPTION[11]:                       dhcp_rebinding_time = 75600
DHCP4.OPTION[12]:                       requested_domain_name_servers = 1
DHCP4.OPTION[13]:                       dhcp_message_type = 5
DHCP4.OPTION[14]:                       requested_broadcast_address = 1
DHCP4.OPTION[15]:                       routers = 192.168.1.1
DHCP4.OPTION[16]:                       wpad = a
DHCP4.OPTION[17]:                       dhcp_renewal_time = 43200
DHCP4.OPTION[18]:                       requested_domain_name = 1
DHCP4.OPTION[19]:                       domain_name = home
DHCP4.OPTION[20]:                       requested_routers = 1
DHCP4.OPTION[21]:                       expiry = 1496672720
DHCP4.OPTION[22]:                       host_name = david-desktop
DHCP4.OPTION[23]:                       requested_netbios_scope = 1
DHCP4.OPTION[24]:                       requested_wpad = 1
DHCP4.OPTION[25]:                       requested_ms_classless_static_routes = 1
DHCP4.OPTION[26]:                       requested_netbios_name_servers = 1
DHCP4.OPTION[27]:                       network_number = 192.168.1.0
DHCP4.OPTION[28]:                       requested_domain_search = 1
DHCP4.OPTION[29]:                       next_server = 192.168.1.1
DHCP4.OPTION[30]:                       requested_ntp_servers = 1
DHCP4.OPTION[31]:                       dhcp_lease_time = 86400
DHCP4.OPTION[32]:                       requested_host_name = 1
IP6.ADDRESS[1]:                         fe80::f7f3:55de:265:964c/64
IP6.GATEWAY:                            

SSID               BSSID              MODE   CHAN  FREQ      RATE       SIGNAL  BARS  SECURITY   ACTIVE  * 
ZyXEL_B295         <MAC 'ZyXEL_B295' [AC1]>  Infra  6     2437 MHz  16 Mbit/s  100     ▂▄▆█  WPA2       yes     * 
ZyXEL56DEE7_EXT    <MAC 'ZyXEL56DEE7_EXT' [AC21]>  Infra  13    2472 MHz  16 Mbit/s  87      ▂▄▆█  WPA1 WPA2  no        
ThomsonAEAFD4      <MAC 'ThomsonAEAFD4' [AC9]>  Infra  6     2437 MHz  54 Mbit/s  85      ▂▄▆█  WPA1 WPA2  no        
ZyXELC8FD2C        <MAC 'ZyXELC8FD2C' [AC8]>  Infra  5     2432 MHz  16 Mbit/s  76      ▂▄▆_  WPA1 WPA2  no        
ZyXEL56DEE7        <MAC 'ZyXEL56DEE7' [AC19]>  Infra  13    2472 MHz  16 Mbit/s  76      ▂▄▆_  WPA1 WPA2  no        
ZyXEL_6278         <MAC 'ZyXEL_6278' [AC12]>  Infra  7     2442 MHz  54 Mbit/s  74      ▂▄▆_  WPA1       no        
Wardy 2.4LS        <MAC 'Wardy 2.4LS' [AC11]>  Infra  8     2447 MHz  16 Mbit/s  74      ▂▄▆_  WPA1 WPA2  no        
wardy2.4           <MAC 'wardy2.4' [AC18]>  Infra  11    2462 MHz  44 Mbit/s  73      ▂▄▆_  WPA1 WPA2  no        
ZyXEL_15EC         <MAC 'ZyXEL_15EC' [AC23]>  Infra  11    2462 MHz  44 Mbit/s  64      ▂▄▆_  WPA1 WPA2  no        
ZyXEL_1FA8         <MAC 'ZyXEL_1FA8' [AC4]>  Infra  1     2412 MHz  44 Mbit/s  60      ▂▄▆_  WPA1 WPA2  no        
ZyXEL21DB66        <MAC 'ZyXEL21DB66' [AC5]>  Infra  2     2417 MHz  16 Mbit/s  60      ▂▄▆_  WPA1 WPA2  no        
ZyXELC8D2A8        <MAC 'ZyXELC8D2A8' [AC3]>  Infra  2     2417 MHz  16 Mbit/s  60      ▂▄▆_  WPA1 WPA2  no        
ZyXELC83B3E        <MAC 'ZyXELC83B3E' [AC13]>  Infra  7     2442 MHz  16 Mbit/s  60      ▂▄▆_  WPA1 WPA2  no        
Thomson4184B0_EXT  <MAC 'Thomson4184B0_EXT' [AC7]>  Infra  1     2412 MHz  16 Mbit/s  59      ▂▄▆_  WPA1 WPA2  no        
ZyXEL_2994         <MAC 'ZyXEL_2994' [AC16]>  Infra  10    2457 MHz  16 Mbit/s  59      ▂▄▆_  WPA2       no        
Millers            <MAC 'Millers' [AC17]>  Infra  12    2467 MHz  16 Mbit/s  58      ▂▄▆_  WPA1 WPA2  no        
ZyXEL56DE27        <MAC 'ZyXEL56DE27' [AC15]>  Infra  8     2447 MHz  16 Mbit/s  57      ▂▄▆_  WPA1 WPA2  no        
--                 <MAC '' [AC2]>  Infra  1     2412 MHz  8 Mbit/s   56      ▂▄▆_  --         no        
--                 <MAC '--' [AN19]>  Infra  1     2412 MHz  8 Mbit/s   56      ▂▄▆_  --         no        
ZyXELC906D4        <MAC 'ZyXELC906D4' [AN20]>  Infra  3     2422 MHz  16 Mbit/s  56      ▂▄▆_  WPA1 WPA2  no        
ZyXEL21B12A        <MAC 'ZyXEL21B12A' [AC10]>  Infra  5     2432 MHz  16 Mbit/s  56      ▂▄▆_  WPA1 WPA2  no        
TNCAPAB79FF        <MAC 'TNCAPAB79FF' [AC22]>  Infra  6     2437 MHz  2 Mbit/s   47      ▂▄__  WPA2       no        
ZyXEL5A6AAB        <MAC 'ZyXEL5A6AAB' [AN23]>  Infra  9     2452 MHz  16 Mbit/s  47      ▂▄__  WPA1 WPA2  no        
TNCAPAD5A69        <MAC 'TNCAPAD5A69' [AN24]>  Infra  2     2417 MHz  2 Mbit/s   46      ▂▄__  WPA2       no        
ZyXEL_2708         <MAC 'ZyXEL_2708' [AN25]>  Infra  9     2452 MHz  44 Mbit/s  46      ▂▄__  WPA1 WPA2  no        

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

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

##### NetworkManager.conf ###############

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

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

[[/etc/NetworkManager/system-connections/Wi-Fi connection 1]] (600 root)
[connection] id=Wi-Fi connection 1 | type=wifi | permissions=
[wifi] mac-address-blacklist= | ssid=ZyXEL_B295
[ipv4] method=auto
[ipv6] method=auto

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

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

country 00: DFS-UNSET
	(2402 - 2472 @ 40), (N/A, 20), (N/A)
	(2457 - 2482 @ 40), (N/A, 20), (N/A), NO-IR
	(2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, NO-IR
	(5170 - 5250 @ 80), (N/A, 20), (N/A), NO-IR
	(5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, NO-IR
	(5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, NO-IR
	(5735 - 5835 @ 80), (N/A, 20), (N/A), NO-IR
	(57240 - 63720 @ 2160), (N/A, 0), (N/A)

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

enp2s0    no frequency information.

lo        no frequency information.

wlx<IF from MAC [IF2]>  13 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
          Current Frequency:2.437 GHz (Channel 6)

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

enp2s0    Interface doesn't support scanning.

lo        Interface doesn't support scanning.

Channel occupancy:

      3   APs on   Frequency:2.412 GHz (Channel 1)
      2   APs on   Frequency:2.417 GHz (Channel 2)
      1   APs on   Frequency:2.422 GHz (Channel 3)
      2   APs on   Frequency:2.432 GHz (Channel 5)
      3   APs on   Frequency:2.437 GHz (Channel 6)
      3   APs on   Frequency:2.442 GHz (Channel 7)
      2   APs on   Frequency:2.447 GHz (Channel 8)
      1   APs on   Frequency:2.457 GHz (Channel 10)
      3   APs on   Frequency:2.462 GHz (Channel 11)
      1   APs on   Frequency:2.467 GHz (Channel 12)
      2   APs on   Frequency:2.472 GHz (Channel 13)

wlx<IF from MAC [IF2]>  Scan completed :
          Cell 01 - Address: <MAC 'ZyXEL_B295' [AC1]>
                    ESSID:"ZyXEL_B295"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.437 GHz (Channel 6)
                    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=100/100  Signal level=100/100  
                    Extra:fm=0003
          Cell 02 - Address: <MAC '' [AC2]>
                    ESSID:""
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.412 GHz (Channel 1)
                    Encryption key:off
                    Bit Rates:72 Mb/s
                    Quality=100/100  Signal level=64/100  
                    Extra:fm=0001
          Cell 03 - Address: <MAC 'ZyXELC8D2A8' [AC3]>
                    ESSID:"ZyXELC8D2A8"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.417 GHz (Channel 2)
                    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:rsn_ie=30140100000fac040100000fac040100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=36/100  Signal level=62/100  
                    Extra:fm=0003
          Cell 04 - Address: <MAC 'ZyXEL_1FA8' [AC4]>
                    ESSID:"ZyXEL_1FA8"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.412 GHz (Channel 1)
                    Encryption key:on
                    Bit Rates:300 Mb/s
                    Extra:wpa_ie=dd160050f20101000050f20401000050f20401000050f202
                    IE: WPA Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Extra:rsn_ie=30140100000fac040100000fac040100000fac020000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=100/100  Signal level=64/100  
                    Extra:fm=0001
          Cell 05 - Address: <MAC 'ZyXEL21DB66' [AC5]>
                    ESSID:"ZyXEL21DB66"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.417 GHz (Channel 2)
                    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:rsn_ie=30140100000fac040100000fac040100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=96/100  Signal level=60/100  
                    Extra:fm=0003
          Cell 06 - Address: <MAC 'KC LIGHTSTREAM 20' [AC6]>
                    ESSID:"KC LIGHTSTREAM 20"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.422 GHz (Channel 3)
                    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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=0/100  Signal level=47/100  
                    Extra:fm=0003
          Cell 07 - Address: <MAC 'Thomson4184B0_EXT' [AC7]>
                    ESSID:"Thomson4184B0_EXT"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.412 GHz (Channel 1)
                    Encryption key:on
                    Bit Rates:144 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2020050f20401000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    Extra:rsn_ie=30180100000fac020200000fac02000fac040100000fac020000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    Quality=0/100  Signal level=60/100  
                    Extra:fm=0001
          Cell 08 - Address: <MAC 'ZyXELC8FD2C' [AC8]>
                    ESSID:"ZyXELC8FD2C"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.432 GHz (Channel 5)
                    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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=20/100  Signal level=68/100  
                    Extra:fm=0003
          Cell 09 - Address: <MAC 'ThomsonAEAFD4' [AC9]>
                    ESSID:"ThomsonAEAFD4"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Frequency:2.437 GHz (Channel 6)
                    Encryption key:on
                    Bit Rates:54 Mb/s
                    Extra:wpa_ie=dd160050f20101000050f20201000050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Extra:rsn_ie=30140100000fac020100000fac040100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=20/100  Signal level=84/100  
                    Extra:fm=0003
          Cell 10 - Address: <MAC 'ZyXEL21B12A' [AC10]>
                    ESSID:"ZyXEL21B12A"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.432 GHz (Channel 5)
                    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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=18/100  Signal level=46/100  
                    Extra:fm=0003
          Cell 11 - Address: <MAC 'Wardy 2.4LS' [AC11]>
                    ESSID:"Wardy 2.4LS"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.447 GHz (Channel 8)
                    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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=20/100  Signal level=70/100  
                    Extra:fm=0003
          Cell 12 - Address: <MAC 'ZyXEL_6278' [AC12]>
                    ESSID:"ZyXEL_6278"
                    Protocol:IEEE 802.11bg
                    Mode:Master
                    Frequency:2.442 GHz (Channel 7)
                    Encryption key:on
                    Bit Rates:54 Mb/s
                    Extra:wpa_ie=dd160050f20101000050f20201000050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Quality=100/100  Signal level=70/100  
                    Extra:fm=0003
          Cell 13 - Address: <MAC 'ZyXELC83B3E' [AC13]>
                    ESSID:"ZyXELC83B3E"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.442 GHz (Channel 7)
                    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: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=64/100  
                    Extra:fm=0003
          Cell 14 - Address: <MAC 'ZyXEL21D932' [AC14]>
                    ESSID:"ZyXEL21D932"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.442 GHz (Channel 7)
                    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:rsn_ie=30140100000fac040100000fac040100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=27/100  Signal level=46/100  
                    Extra:fm=0001
          Cell 15 - Address: <MAC 'ZyXEL56DE27' [AC15]>
                    ESSID:"ZyXEL56DE27"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.447 GHz (Channel 8)
                    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:rsn_ie=30140100000fac040100000fac040100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Quality=100/100  Signal level=64/100  
                    Extra:fm=0003
          Cell 16 - Address: <MAC 'ZyXEL_2994' [AC16]>
                    ESSID:"ZyXEL_2994"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.457 GHz (Channel 10)
                    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=100/100  Signal level=60/100  
                    Extra:fm=0003
          Cell 17 - Address: <MAC 'Millers' [AC17]>
                    ESSID:"Millers"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.467 GHz (Channel 12)
                    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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=48/100  Signal level=58/100  
                    Extra:fm=0003
          Cell 18 - Address: <MAC 'wardy2.4' [AC18]>
                    ESSID:"wardy2.4"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=94/100  Signal level=74/100  
                    Extra:fm=0003
          Cell 19 - Address: <MAC 'ZyXEL56DEE7' [AC19]>
                    ESSID:"ZyXEL56DEE7"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.472 GHz (Channel 13)
                    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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Quality=36/100  Signal level=74/100  
                    Extra:fm=0003
          Cell 20 - Address: <MAC 'ZyXEL2BB797_2GEXT' [AC20]>
                    ESSID:"ZyXEL2BB797_2GEXT"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    Encryption key:on
                    Bit Rates:144 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2020050f20401000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    Extra:rsn_ie=30180100000fac020200000fac02000fac040100000fac020000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    Quality=61/100  Signal level=46/100  
                    Extra:fm=0001
          Cell 21 - Address: <MAC 'ZyXEL56DEE7_EXT' [AC21]>
                    ESSID:"ZyXEL56DEE7_EXT"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.472 GHz (Channel 13)
                    Encryption key:on
                    Bit Rates:144 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2020050f20401000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    Extra:rsn_ie=30180100000fac020200000fac02000fac040100000fac020000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    Quality=31/100  Signal level=75/100  
                    Extra:fm=0003
          Cell 22 - Address: <MAC 'TNCAPAB79FF' [AC22]>
                    ESSID:"TNCAPAB79FF"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.437 GHz (Channel 6)
                    Encryption key:on
                    Bit Rates:130 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=100/100  Signal level=60/100  
                    Extra:fm=0001
          Cell 23 - Address: <MAC 'ZyXEL_15EC' [AC23]>
                    ESSID:"ZyXEL_15EC"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    Encryption key:on
                    Bit Rates:300 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2020050f20401000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    Extra:rsn_ie=30180100000fac020200000fac02000fac040100000fac020000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    Quality=0/100  Signal level=60/100  
                    Extra:fm=0001

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

[cfg80211]
filename:       /lib/modules/4.4.0-53-generic/kernel/net/wireless/cfg80211.ko
description:    wireless configuration support
license:        GPL
author:         Johannes Berg
srcversion:     FD4B9DA2F385F0531B5CB0B
depends:        
intree:         Y
vermagic:       4.4.0-53-generic SMP mod_unload modversions 
parm:           ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm:           cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)

[8192eu]
filename:       /lib/modules/4.4.0-53-generic/kernel/drivers/net/wireless/8192eu.ko
version:        v4.3.1.1_11320.20140505
author:         Realtek Semiconductor Corp.
description:    Realtek Wireless Lan Driver
license:        GPL
srcversion:     A42ACDEE52F9B9A28A28771
depends:        
vermagic:       4.4.0-53-generic SMP mod_unload modversions 
parm:           rtw_ips_mode:The default IPS mode (int)
parm:           rtw_usb_rxagg_mode:int
parm:           rtw_qos_opt_enable:int
parm:           ifname:The default name to allocate for first interface (charp)
parm:           if2name:The default name to allocate for second interface (charp)
parm:           rtw_initmac:charp
parm:           rtw_channel_plan:int
parm:           rtw_chip_version:int
parm:           rtw_rfintfs:int
parm:           rtw_lbkmode:int
parm:           rtw_network_mode:int
parm:           rtw_channel:int
parm:           rtw_mp_mode:int
parm:           rtw_wmm_enable:int
parm:           rtw_vrtl_carrier_sense:int
parm:           rtw_vcs_type:int
parm:           rtw_busy_thresh:int
parm:           rtw_ht_enable:int
parm:           rtw_bw_mode:int
parm:           rtw_ampdu_enable:int
parm:           rtw_rx_stbc:int
parm:           rtw_ampdu_amsdu:int
parm:           rtw_lowrate_two_xmit:int
parm:           rtw_rf_config:int
parm:           rtw_power_mgnt:int
parm:           rtw_smart_ps:int
parm:           rtw_low_power:int
parm:           rtw_wifi_spec:int
parm:           rtw_antdiv_cfg:int
parm:           rtw_antdiv_type:int
parm:           rtw_enusbss:int
parm:           rtw_hwpdn_mode:int
parm:           rtw_hwpwrp_detect:int
parm:           rtw_hw_wps_pbc:int
parm:           rtw_max_roaming_times:The max roaming times to try (uint)
parm:           rtw_mc2u_disable:int
parm:           rtw_80211d:Enable 802.11d mechanism (int)
parm:           rtw_notch_filter:0:Disable, 1:Enable, 2:Enable only for P2P (uint)
parm:           rtw_tx_pwr_lmt_enable:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm:           rtw_tx_pwr_by_rate:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm:           rtw_phy_file_path:The path of phy parameter (charp)
parm:           rtw_load_phy_file:PHY File Bit Map (int)
parm:           rtw_decrypt_phy_file:Enable Decrypt PHY File (int)

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

[cfg80211]
cfg80211_disable_40mhz_24ghz: N
ieee80211_regdom: 00

[8192eu]
if2name: wlan%d
ifname: wlan%d
rtw_80211d: 0
rtw_ampdu_amsdu: 0
rtw_ampdu_enable: 1
rtw_antdiv_cfg: 2
rtw_antdiv_type: 0
rtw_busy_thresh: 40
rtw_bw_mode: 33
rtw_channel: 1
rtw_channel_plan: 88
rtw_chip_version: 0
rtw_decrypt_phy_file: 0
rtw_enusbss: 0
rtw_ht_enable: 1
rtw_hwpdn_mode: 2
rtw_hwpwrp_detect: 0
rtw_hw_wps_pbc: 1
rtw_initmac: (null)
rtw_ips_mode: 1
rtw_lbkmode: 0
rtw_load_phy_file: 68
rtw_low_power: 0
rtw_lowrate_two_xmit: 1
rtw_max_roaming_times: 2
rtw_mc2u_disable: 0
rtw_mp_mode: 0
rtw_network_mode: 0
rtw_notch_filter: 0
rtw_power_mgnt: 1
rtw_qos_opt_enable: 0
rtw_rf_config: 5
rtw_rfintfs: 2
rtw_rx_stbc: 1
rtw_smart_ps: 2
rtw_tx_pwr_by_rate: 0
rtw_tx_pwr_lmt_enable: 0
rtw_usb_rxagg_mode: 2
rtw_vcs_type: 1
rtw_vrtl_carrier_sense: 2
rtw_wifi_spec: 0
rtw_wmm_enable: 1

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

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

[/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 i2c_i801
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/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

[/etc/modprobe.d/mlx4.conf]
softdep mlx4_core post: mlx4_en

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

exit 0

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

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

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

[   29.277655] RTL871X: SetHwReg8192E(wlx<IF from MAC [IF2]>) HW_VAR_BASIC_RATE: BrateCfg(0x15d)
[   29.277679] IPv6: ADDRCONF(NETDEV_CHANGE): wlx<IF from MAC [IF2]>: link becomes ready
[   29.302746] RTL871X: UpdateHalRAMask8192E => mac_id:0, networkType:0x0b, mask:0x0fffffff
[   29.302754] RTL871X: rtl8192e_set_raid_cmd, bitmap=0xf8ff005, mac_id=0x0, raid=0x2, shortGIrate=1
[   29.303858] RTL871X: ### rtl8192e_set_FwMediaStatus_cmd: MStatus=1 MACID=0 
[   29.306216] RTL871X: +rtl8192e_set_FwJoinBssReport_cmd(wlx<IF from MAC [IF2]>): iface_type=0 mstatus(1)
[   29.311582] RTL871X: wlx<IF from MAC [IF2]>: 1 DL RSVD page success! DLBcnCount:1, poll:1
[   30.856324] RTL871X: UpdateHalRAMask8192E => mac_id:0, networkType:0x0b, mask:0x0fffffff
[   30.856338] RTL871X: rtl8192e_set_raid_cmd, bitmap=0xf8ff000, mac_id=0x0, raid=0x2, shortGIrate=1
[   38.864582] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[   38.866340] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[   51.109882] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[   51.109888] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[   52.708797] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>)
[   52.892749] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[   52.892756] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[   94.115698] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[   94.115706] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[   95.733434] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>)
[   96.981331] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[   96.981340] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[  157.114225] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[  157.114239] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[  158.729778] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>)
[  159.105993] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[  159.106009] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[  240.114247] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[  240.114262] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[  241.723698] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>)
[  243.274927] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[  243.274942] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[  343.132911] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[  343.132920] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[  344.744550] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>)
[  345.498414] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[  345.498423] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[  392.157358] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[  392.157366] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[  393.777780] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>)
[  395.599008] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Enter 802.11 power save - WIFI-TRAFFIC_IDLE
[  395.599017] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=1 SmartPS=2 UAPSD=0
[  454.221574] RTL871X: rtw_set_ps_mode(wlx<IF from MAC [IF2]>) Leave 802.11 power save - WIFI-LPS_CTRL_LEAVE
[  454.221581] RTL871X: rtl8192e_set_FwPwrMode_cmd: Mode=0 SmartPS=2 UAPSD=0
[  455.820254] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>)

########## wireless info END ############
Last edited by JeremyB on Sun Jun 04, 2017 11:21 am, edited 1 time in total.
Reason: code tags added
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Linux Mint 18 Wireless Problems

Post by JeremyB »

Shutting off the power save for the module may help

Code: Select all

echo "options 8192eu rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/rtl8192eu.conf
Reboot
daviddh

Re: Linux Mint 18 Wireless Problems

Post by daviddh »

Still no luck... everything is indicating that the wireless connection is working, but no connection to the internet...

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

Re: Linux Mint 18 Wireless Problems

Post by JeremyB »

Lets set your country code

Code: Select all

sudo iw reg set GB

Code: Select all

sudo sed -i 's/^REG.*=$/&GB/' /etc/default/crda
Then

Code: Select all

sudo dpkg-reconfigure resolvconf
Answer y if it asks if you want to prepare for dynamic updates
Reboot
daviddh

Re: Linux Mint 18 Wireless Problems

Post by daviddh »

Ok, done that, still no change...
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Linux Mint 18 Wireless Problems

Post by JeremyB »

Unplug the ethernet cable, reboot and see if it will work. If it doesn't

Code: Select all

./wireless-script
Post the contents of the wireless-info.txt
daviddh

Re: Linux Mint 18 Wireless Problems

Post by daviddh »

Hi

Still no joy with the ethernet cable unplugged and rebooted.

All I got with the paste into the terminal was this...

david@david-desktop ~ $ ./wireless-script
bash: ./wireless-script: No such file or directory
david@david-desktop ~ $ ./wireless-script
bash: ./wireless-script: No such file or directory
david@david-desktop ~ $
JeremyB
Level 21
Level 21
Posts: 13854
Joined: Fri Feb 21, 2014 8:17 am

Re: Linux Mint 18 Wireless Problems

Post by JeremyB »

Should be

Code: Select all

./wireless-info
daviddh

Re: Linux Mint 18 Wireless Problems

Post by daviddh »

Hi

Sorry, I think you meant an updated version of this again...


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

Report from: 06 Jun 2017 11:33 BST +0100

Booted last: 06 Jun 2017 00:00 BST +0100

Script from: 25 Mar 2017 07:04 UTC +0000

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

Distributor ID: LinuxMint
Description: Linux Mint 18.1 Serena
Release: 18.1
Codename: serena

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

Linux 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Parameters: ro, quiet, splash

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

Cinnamon

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

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 03)
Subsystem: ASRock Incorporation Motherboard (one of many) [1849:8168]
Kernel driver in use: r8169

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

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 2357:0108
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 1c4f:0003 SiGma Micro HID controller
Bus 003 Device 002: ID 0909:001c Audio-Technica Corp.
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

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

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

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

cfg80211 565248 0
8192eu 929792 0
wmi 20480 0

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

auto lo
iface lo inet loopback

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

enp2s0 Link encap:Ethernet HWaddr <MAC 'enp2s0' [IF1]>
inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::99a:41de:c4c1:ca09/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2312 errors:0 dropped:0 overruns:0 frame:0
TX packets:1468 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2239791 (2.2 MB) TX bytes:183890 (183.8 KB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2705 errors:0 dropped:0 overruns:0 frame:0
TX packets:2705 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:225174 (225.1 KB) TX bytes:225174 (225.1 KB)

wlx<IF from MAC [IF2]> Link encap:Ethernet HWaddr <MAC 'wlx<IF from MAC [IF2]>' [IF2]>
inet addr:192.168.1.143 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::f7f3:55de:265:964c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:319 errors:0 dropped:5 overruns:0 frame:0
TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:142092 (142.0 KB) TX bytes:8499 (8.4 KB)

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

enp2s0 no wireless extensions.

lo no wireless extensions.

wlx<IF from MAC [IF2]> IEEE 802.11bgn ESSID:"ZyXEL_B295" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.437 GHz Access Point: <MAC 'ZyXEL_B295' [AC1]>
Bit Rate:144.4 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=100/100 Signal level=99/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

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

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 100 0 0 enp2s0
0.0.0.0 192.168.1.1 0.0.0.0 UG 600 0 0 wlx<IF from MAC [IF2]>
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlx<IF from MAC [IF2]>
192.168.1.0 0.0.0.0 255.255.255.0 U 100 0 0 enp2s0
192.168.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlx<IF from MAC [IF2]>

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

nameserver 127.0.1.1
search home

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

Installed:

NetworkManager

Running:

root 853 1 0 11:18 ? 00:00:00 /usr/sbin/NetworkManager --no-daemon

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

GENERAL.DEVICE: enp2s0
GENERAL.TYPE: ethernet
GENERAL.NM-TYPE: NMDeviceEthernet
GENERAL.VENDOR: Realtek Semiconductor Co., Ltd.
GENERAL.PRODUCT: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (Motherboard (one of many))
GENERAL.DRIVER: r8169
GENERAL.DRIVER-VERSION: 2.3LK-NAPI
GENERAL.FIRMWARE-VERSION:
GENERAL.HWADDR: <MAC 'enp2s0' [IF1]>
GENERAL.MTU: 1500
GENERAL.STATE: 100 (connected)
GENERAL.REASON: 0 (No reason given)
GENERAL.UDI: /sys/devices/pci0000:00/0000:00:0a.0/0000:02:00.0/net/enp2s0
GENERAL.IP-IFACE: enp2s0
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: Wired connection 1
GENERAL.CON-UUID: b2fbcdf0-c995-3a3e-813d-e728e40e6c3a
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
GENERAL.METERED: no (guessed)
CAPABILITIES.CARRIER-DETECT: yes
CAPABILITIES.SPEED: 1000 Mb/s
CAPABILITIES.IS-SOFTWARE: no
WIRED-PROPERTIES.CARRIER: on
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: b2fbcdf0-c995-3a3e-813d-e728e40e6c3a | Wired connection 1
IP4.ADDRESS[1]: 192.168.1.104/24
IP4.GATEWAY: 192.168.1.1
IP4.DNS[1]: 212.50.160.100
IP4.DNS[2]: 213.249.130.100
IP4.DOMAIN[1]: home
DHCP4.OPTION[1]: requested_subnet_mask = 1
DHCP4.OPTION[2]: requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[3]: subnet_mask = 255.255.255.0
DHCP4.OPTION[4]: domain_name_servers = 212.50.160.100 213.249.130.100
DHCP4.OPTION[5]: ip_address = 192.168.1.104
DHCP4.OPTION[6]: requested_static_routes = 1
DHCP4.OPTION[7]: dhcp_server_identifier = 192.168.1.1
DHCP4.OPTION[8]: requested_time_offset = 1
DHCP4.OPTION[9]: broadcast_address = 192.168.1.255
DHCP4.OPTION[10]: requested_interface_mtu = 1
DHCP4.OPTION[11]: dhcp_rebinding_time = 75600
DHCP4.OPTION[12]: requested_domain_name_servers = 1
DHCP4.OPTION[13]: dhcp_message_type = 5
DHCP4.OPTION[14]: requested_broadcast_address = 1
DHCP4.OPTION[15]: routers = 192.168.1.1
DHCP4.OPTION[16]: wpad = a
DHCP4.OPTION[17]: dhcp_renewal_time = 43200
DHCP4.OPTION[18]: requested_domain_name = 1
DHCP4.OPTION[19]: domain_name = home
DHCP4.OPTION[20]: requested_routers = 1
DHCP4.OPTION[21]: expiry = 1496831288
DHCP4.OPTION[22]: host_name = david-desktop
DHCP4.OPTION[23]: requested_netbios_scope = 1
DHCP4.OPTION[24]: requested_wpad = 1
DHCP4.OPTION[25]: requested_ms_classless_static_routes = 1
DHCP4.OPTION[26]: requested_netbios_name_servers = 1
DHCP4.OPTION[27]: network_number = 192.168.1.0
DHCP4.OPTION[28]: requested_domain_search = 1
DHCP4.OPTION[29]: next_server = 192.168.1.1
DHCP4.OPTION[30]: requested_ntp_servers = 1
DHCP4.OPTION[31]: dhcp_lease_time = 86400
DHCP4.OPTION[32]: requested_host_name = 1
IP6.ADDRESS[1]: fe80::99a:41de:c4c1:ca09/64
IP6.GATEWAY:

GENERAL.DEVICE: wlx<IF from MAC [IF2]>
GENERAL.TYPE: wifi
GENERAL.NM-TYPE: NMDeviceWifi
GENERAL.VENDOR: Realtek
GENERAL.PRODUCT: 802.11n NIC
GENERAL.DRIVER: rtl8192eu
GENERAL.DRIVER-VERSION:
GENERAL.FIRMWARE-VERSION:
GENERAL.HWADDR: <MAC 'wlx<IF from MAC [IF2]>' [IF2]>
GENERAL.MTU: 0
GENERAL.STATE: 100 (connected)
GENERAL.REASON: 0 (No reason given)
GENERAL.UDI: /sys/devices/pci0000:00/0000:00:12.2/usb1/1-4/1-4:1.0/net/wlx<IF from MAC [IF2]>
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: Wi-Fi connection 1
GENERAL.CON-UUID: 8f322cf1-7483-4ba4-a607-20fcf03df902
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/0
GENERAL.METERED: no (guessed)
CAPABILITIES.CARRIER-DETECT: no
CAPABILITIES.SPEED: 144 Mb/s
CAPABILITIES.IS-SOFTWARE: no
WIFI-PROPERTIES.WEP: yes
WIFI-PROPERTIES.WPA: yes
WIFI-PROPERTIES.WPA2: yes
WIFI-PROPERTIES.TKIP: yes
WIFI-PROPERTIES.CCMP: yes
WIFI-PROPERTIES.AP: no
WIFI-PROPERTIES.ADHOC: yes
WIFI-PROPERTIES.2GHZ: yes
WIFI-PROPERTIES.5GHZ: no
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{0}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 8f322cf1-7483-4ba4-a607-20fcf03df902 | Wi-Fi connection 1
IP4.ADDRESS[1]: 192.168.1.143/24
IP4.GATEWAY: 192.168.1.1
IP4.ROUTE[1]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
DHCP4.OPTION[1]: requested_subnet_mask = 1
DHCP4.OPTION[2]: requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[3]: subnet_mask = 255.255.255.0
DHCP4.OPTION[4]: domain_name_servers = 212.50.160.100 213.249.130.100
DHCP4.OPTION[5]: ip_address = 192.168.1.143
DHCP4.OPTION[6]: requested_static_routes = 1
DHCP4.OPTION[7]: dhcp_server_identifier = 192.168.1.1
DHCP4.OPTION[8]: requested_time_offset = 1
DHCP4.OPTION[9]: broadcast_address = 192.168.1.255
DHCP4.OPTION[10]: requested_interface_mtu = 1
DHCP4.OPTION[11]: dhcp_rebinding_time = 75600
DHCP4.OPTION[12]: requested_domain_name_servers = 1
DHCP4.OPTION[13]: dhcp_message_type = 5
DHCP4.OPTION[14]: requested_broadcast_address = 1
DHCP4.OPTION[15]: routers = 192.168.1.1
DHCP4.OPTION[16]: wpad = a
DHCP4.OPTION[17]: dhcp_renewal_time = 43200
DHCP4.OPTION[18]: requested_domain_name = 1
DHCP4.OPTION[19]: domain_name = home
DHCP4.OPTION[20]: requested_routers = 1
DHCP4.OPTION[21]: expiry = 1496831178
DHCP4.OPTION[22]: host_name = david-desktop
DHCP4.OPTION[23]: requested_netbios_scope = 1
DHCP4.OPTION[24]: requested_wpad = 1
DHCP4.OPTION[25]: requested_ms_classless_static_routes = 1
DHCP4.OPTION[26]: requested_netbios_name_servers = 1
DHCP4.OPTION[27]: network_number = 192.168.1.0
DHCP4.OPTION[28]: requested_domain_search = 1
DHCP4.OPTION[29]: next_server = 192.168.1.1
DHCP4.OPTION[30]: requested_ntp_servers = 1
DHCP4.OPTION[31]: dhcp_lease_time = 86400
DHCP4.OPTION[32]: requested_host_name = 1
IP6.ADDRESS[1]: fe80::f7f3:55de:265:964c/64
IP6.GATEWAY:

SSID BSSID MODE CHAN FREQ RATE SIGNAL BARS SECURITY ACTIVE *
ZyXEL_B295 <MAC 'ZyXEL_B295' [AC1]> Infra 6 2437 MHz 16 Mbit/s 100 ▂▄▆█ WPA2 yes *
ThomsonAEAFD4 <MAC 'ThomsonAEAFD4' [AC8]> Infra 6 2437 MHz 54 Mbit/s 84 ▂▄▆█ WPA1 WPA2 no
ZyXEL56DEE7_EXT <MAC 'ZyXEL56DEE7_EXT' [AC23]> Infra 13 2472 MHz 16 Mbit/s 84 ▂▄▆█ WPA1 WPA2 no
ZyXEL56DEE7 <MAC 'ZyXEL56DEE7' [AC19]> Infra 13 2472 MHz 16 Mbit/s 80 ▂▄▆_ WPA1 WPA2 no
Millers <MAC 'Millers' [AC12]> Infra 5 2432 MHz 16 Mbit/s 74 ▂▄▆_ WPA1 WPA2 no
ZyXEL_6278 <MAC 'ZyXEL_6278' [AC9]> Infra 7 2442 MHz 54 Mbit/s 74 ▂▄▆_ WPA1 no
Wardy 2.4LS <MAC 'Wardy 2.4LS' [AC14]> Infra 8 2447 MHz 16 Mbit/s 73 ▂▄▆_ WPA1 WPA2 no
ZyXEL_1FA8 <MAC 'ZyXEL_1FA8' [AC3]> Infra 1 2412 MHz 44 Mbit/s 66 ▂▄▆_ WPA1 WPA2 no
ZyXELC8FD2C <MAC 'ZyXELC8FD2C' [AC7]> Infra 4 2427 MHz 16 Mbit/s 66 ▂▄▆_ WPA1 WPA2 no
wardy2.4 <MAC 'wardy2.4' [AC16]> Infra 11 2462 MHz 44 Mbit/s 64 ▂▄▆_ WPA1 WPA2 no
ZyXELC8D2A8 <MAC 'ZyXELC8D2A8' [AC5]> Infra 2 2417 MHz 16 Mbit/s 63 ▂▄▆_ WPA1 WPA2 no
ZyXELC83B3E <MAC 'ZyXELC83B3E' [AC11]> Infra 7 2442 MHz 16 Mbit/s 63 ▂▄▆_ WPA1 WPA2 no
-- <MAC '' [AC2]> Infra 1 2412 MHz 8 Mbit/s 60 ▂▄▆_ -- no
ZyXEL56DE27 <MAC 'ZyXEL56DE27' [AC15]> Infra 9 2452 MHz 16 Mbit/s 60 ▂▄▆_ WPA1 WPA2 no
ZyXEL_15EC <MAC 'ZyXEL_15EC' [AC20]> Infra 11 2462 MHz 44 Mbit/s 60 ▂▄▆_ WPA1 WPA2 no
ZyXEL21B12A <MAC 'ZyXEL21B12A' [AC21]> Infra 12 2467 MHz 16 Mbit/s 54 ▂▄__ WPA1 WPA2 no
ZyXEL21DB66 <MAC 'ZyXEL21DB66' [AN17]> Infra 5 2432 MHz 16 Mbit/s 48 ▂▄__ WPA1 WPA2 no
ZyXELC906D4 <MAC 'ZyXELC906D4' [AC13]> Infra 7 2442 MHz 16 Mbit/s 48 ▂▄__ WPA1 WPA2 no
KC LIGHTSTREAM 20 <MAC 'KC LIGHTSTREAM 20' [AC22]> Infra 13 2472 MHz 16 Mbit/s 47 ▂▄__ WPA1 WPA2 no
-- <MAC '' [AC4]> Infra 1 2412 MHz 8 Mbit/s 46 ▂▄__ -- no
ZyXEL_2994 <MAC 'ZyXEL_2994' [AC17]> Infra 10 2457 MHz 16 Mbit/s 46 ▂▄__ WPA2 no
ZyXEL_E538 <MAC 'ZyXEL_E538' [AC18]> Infra 11 2462 MHz 44 Mbit/s 46 ▂▄__ WPA1 WPA2 no
ZyXEL56E7DB <MAC 'ZyXEL56E7DB' [AC24]> Infra 13 2472 MHz 16 Mbit/s 46 ▂▄__ WPA1 WPA2 no

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

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

##### NetworkManager.conf ###############

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

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

[[/etc/NetworkManager/system-connections/Wi-Fi connection 1]] (600 root)
[connection] id=Wi-Fi connection 1 | type=wifi | permissions=
[wifi] mac-address-blacklist= | ssid=ZyXEL_B295
[ipv4] method=auto
[ipv6] method=auto

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

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

country 00: DFS-UNSET
(2402 - 2472 @ 40), (N/A, 20), (N/A)
(2457 - 2482 @ 40), (N/A, 20), (N/A), NO-IR
(2474 - 2494 @ 20), (N/A, 20), (N/A), NO-OFDM, NO-IR
(5170 - 5250 @ 80), (N/A, 20), (N/A), NO-IR
(5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, NO-IR
(5490 - 5730 @ 160), (N/A, 20), (0 ms), DFS, NO-IR
(5735 - 5835 @ 80), (N/A, 20), (N/A), NO-IR
(57240 - 63720 @ 2160), (N/A, 0), (N/A)

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

enp2s0 no frequency information.

lo no frequency information.

wlx<IF from MAC [IF2]> 13 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
Current Frequency:2.437 GHz (Channel 6)

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

enp2s0 Interface doesn't support scanning.

lo Interface doesn't support scanning.

Channel occupancy:

4 APs on Frequency:2.412 GHz (Channel 1)
1 APs on Frequency:2.417 GHz (Channel 2)
1 APs on Frequency:2.427 GHz (Channel 4)
1 APs on Frequency:2.432 GHz (Channel 5)
3 APs on Frequency:2.437 GHz (Channel 6)
3 APs on Frequency:2.442 GHz (Channel 7)
1 APs on Frequency:2.447 GHz (Channel 8)
1 APs on Frequency:2.452 GHz (Channel 9)
1 APs on Frequency:2.457 GHz (Channel 10)
3 APs on Frequency:2.462 GHz (Channel 11)
1 APs on Frequency:2.467 GHz (Channel 12)
4 APs on Frequency:2.472 GHz (Channel 13)

wlx<IF from MAC [IF2]> Scan completed :
Cell 01 - Address: <MAC 'ZyXEL_B295' [AC1]>
ESSID:"ZyXEL_B295"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.437 GHz (Channel 6)
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=100/100 Signal level=100/100
Extra:fm=0003
Cell 02 - Address: <MAC '' [AC2]>
ESSID:""
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.412 GHz (Channel 1)
Encryption key:off
Bit Rates:72 Mb/s
Quality=20/100 Signal level=60/100
Extra:fm=0001
Cell 03 - Address: <MAC 'ZyXEL_1FA8' [AC3]>
ESSID:"ZyXEL_1FA8"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.412 GHz (Channel 1)
Encryption key:on
Bit Rates:300 Mb/s
Extra:wpa_ie=dd160050f20101000050f20401000050f20401000050f202
IE: WPA Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Extra:rsn_ie=30140100000fac040100000fac040100000fac020000
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Quality=100/100 Signal level=60/100
Extra:fm=0003
Cell 04 - Address: <MAC '' [AC4]>
ESSID:""
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.412 GHz (Channel 1)
Encryption key:off
Bit Rates:72 Mb/s
Quality=100/100 Signal level=60/100
Extra:fm=0001
Cell 05 - Address: <MAC 'ZyXELC8D2A8' [AC5]>
ESSID:"ZyXELC8D2A8"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.417 GHz (Channel 2)
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:rsn_ie=30140100000fac040100000fac040100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Quality=100/100 Signal level=63/100
Extra:fm=0003
Cell 06 - Address: <MAC 'TNCAPA17E29' [AC6]>
ESSID:"TNCAPA17E29"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.412 GHz (Channel 1)
Encryption key:on
Bit Rates:130 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=0/100 Signal level=46/100
Extra:fm=0001
Cell 07 - Address: <MAC 'ZyXELC8FD2C' [AC7]>
ESSID:"ZyXELC8FD2C"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.427 GHz (Channel 4)
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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Quality=36/100 Signal level=60/100
Extra:fm=0003
Cell 08 - Address: <MAC 'ThomsonAEAFD4' [AC8]>
ESSID:"ThomsonAEAFD4"
Protocol:IEEE 802.11bg
Mode:Master
Frequency:2.437 GHz (Channel 6)
Encryption key:on
Bit Rates:54 Mb/s
Extra:wpa_ie=dd160050f20101000050f20201000050f20201000050f202
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Extra:rsn_ie=30140100000fac020100000fac040100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Quality=48/100 Signal level=78/100
Extra:fm=0003
Cell 09 - Address: <MAC 'ZyXEL_6278' [AC9]>
ESSID:"ZyXEL_6278"
Protocol:IEEE 802.11bg
Mode:Master
Frequency:2.442 GHz (Channel 7)
Encryption key:on
Bit Rates:54 Mb/s
Extra:wpa_ie=dd160050f20101000050f20201000050f20201000050f202
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Quality=58/100 Signal level=70/100
Extra:fm=0003
Cell 10 - Address: <MAC 'ZyXEL_6B01' [AC10]>
ESSID:"ZyXEL_6B01"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.437 GHz (Channel 6)
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=0/100 Signal level=46/100
Extra:fm=0003
Cell 11 - Address: <MAC 'ZyXELC83B3E' [AC11]>
ESSID:"ZyXELC83B3E"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.442 GHz (Channel 7)
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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Quality=19/100 Signal level=70/100
Extra:fm=0003
Cell 12 - Address: <MAC 'Millers' [AC12]>
ESSID:"Millers"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.432 GHz (Channel 5)
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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Quality=0/100 Signal level=60/100
Extra:fm=0003
Cell 13 - Address: <MAC 'ZyXELC906D4' [AC13]>
ESSID:"ZyXELC906D4"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.442 GHz (Channel 7)
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:rsn_ie=30140100000fac040100000fac040100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Quality=100/100 Signal level=56/100
Extra:fm=0003
Cell 14 - Address: <MAC 'Wardy 2.4LS' [AC14]>
ESSID:"Wardy 2.4LS"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.447 GHz (Channel 8)
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: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=70/100
Extra:fm=0003
Cell 15 - Address: <MAC 'ZyXEL56DE27' [AC15]>
ESSID:"ZyXEL56DE27"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.452 GHz (Channel 9)
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:rsn_ie=30140100000fac040100000fac040100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Quality=80/100 Signal level=62/100
Extra:fm=0003
Cell 16 - Address: <MAC 'wardy2.4' [AC16]>
ESSID:"wardy2.4"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.462 GHz (Channel 11)
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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020000
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Quality=0/100 Signal level=67/100
Extra:fm=0003
Cell 17 - Address: <MAC 'ZyXEL_2994' [AC17]>
ESSID:"ZyXEL_2994"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.457 GHz (Channel 10)
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=100/100 Signal level=46/100
Extra:fm=0003
Cell 18 - Address: <MAC 'ZyXEL_E538' [AC18]>
ESSID:"ZyXEL_E538"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.462 GHz (Channel 11)
Encryption key:on
Bit Rates:300 Mb/s
Extra:wpa_ie=dd1a0050f20101000050f20202000050f2020050f20401000050f202
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
Extra:rsn_ie=30180100000fac020200000fac02000fac040100000fac020000
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
Quality=20/100 Signal level=56/100
Extra:fm=0001
Cell 19 - Address: <MAC 'ZyXEL56DEE7' [AC19]>
ESSID:"ZyXEL56DEE7"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.472 GHz (Channel 13)
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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Quality=48/100 Signal level=74/100
Extra:fm=0003
Cell 20 - Address: <MAC 'ZyXEL_15EC' [AC20]>
ESSID:"ZyXEL_15EC"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.462 GHz (Channel 11)
Encryption key:on
Bit Rates:300 Mb/s
Extra:wpa_ie=dd1a0050f20101000050f20202000050f2020050f20401000050f202
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
Extra:rsn_ie=30180100000fac020200000fac02000fac040100000fac020000
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
Quality=0/100 Signal level=64/100
Extra:fm=0001
Cell 21 - Address: <MAC 'ZyXEL21B12A' [AC21]>
ESSID:"ZyXEL21B12A"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.467 GHz (Channel 12)
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: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=47/100
Extra:fm=0001
Cell 22 - Address: <MAC 'KC LIGHTSTREAM 20' [AC22]>
ESSID:"KC LIGHTSTREAM 20"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.472 GHz (Channel 13)
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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Quality=20/100 Signal level=48/100
Extra:fm=0001
Cell 23 - Address: <MAC 'ZyXEL56DEE7_EXT' [AC23]>
ESSID:"ZyXEL56DEE7_EXT"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.472 GHz (Channel 13)
Encryption key:on
Bit Rates:144 Mb/s
Extra:wpa_ie=dd1a0050f20101000050f20202000050f2020050f20401000050f202
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
Extra:rsn_ie=30180100000fac020200000fac02000fac040100000fac020000
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
Quality=98/100 Signal level=73/100
Extra:fm=0003
Cell 24 - Address: <MAC 'ZyXEL56E7DB' [AC24]>
ESSID:"ZyXEL56E7DB"
Protocol:IEEE 802.11bgn
Mode:Master
Frequency:2.472 GHz (Channel 13)
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:rsn_ie=30180100000fac020200000fac04000fac020100000fac020c00
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : CCMP TKIP
Authentication Suites (1) : PSK
Quality=77/100 Signal level=46/100
Extra:fm=0003

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

[cfg80211]
filename: /lib/modules/4.4.0-53-generic/kernel/net/wireless/cfg80211.ko
description: wireless configuration support
license: GPL
author: Johannes Berg
srcversion: FD4B9DA2F385F0531B5CB0B
depends:
intree: Y
vermagic: 4.4.0-53-generic SMP mod_unload modversions
parm: ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm: cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)

[8192eu]
filename: /lib/modules/4.4.0-53-generic/kernel/drivers/net/wireless/8192eu.ko
version: v4.3.1.1_11320.20140505
author: Realtek Semiconductor Corp.
description: Realtek Wireless Lan Driver
license: GPL
srcversion: A42ACDEE52F9B9A28A28771
depends:
vermagic: 4.4.0-53-generic SMP mod_unload modversions
parm: rtw_ips_mode:The default IPS mode (int)
parm: rtw_usb_rxagg_mode:int
parm: rtw_qos_opt_enable:int
parm: ifname:The default name to allocate for first interface (charp)
parm: if2name:The default name to allocate for second interface (charp)
parm: rtw_initmac:charp
parm: rtw_channel_plan:int
parm: rtw_chip_version:int
parm: rtw_rfintfs:int
parm: rtw_lbkmode:int
parm: rtw_network_mode:int
parm: rtw_channel:int
parm: rtw_mp_mode:int
parm: rtw_wmm_enable:int
parm: rtw_vrtl_carrier_sense:int
parm: rtw_vcs_type:int
parm: rtw_busy_thresh:int
parm: rtw_ht_enable:int
parm: rtw_bw_mode:int
parm: rtw_ampdu_enable:int
parm: rtw_rx_stbc:int
parm: rtw_ampdu_amsdu:int
parm: rtw_lowrate_two_xmit:int
parm: rtw_rf_config:int
parm: rtw_power_mgnt:int
parm: rtw_smart_ps:int
parm: rtw_low_power:int
parm: rtw_wifi_spec:int
parm: rtw_antdiv_cfg:int
parm: rtw_antdiv_type:int
parm: rtw_enusbss:int
parm: rtw_hwpdn_mode:int
parm: rtw_hwpwrp_detect:int
parm: rtw_hw_wps_pbc:int
parm: rtw_max_roaming_times:The max roaming times to try (uint)
parm: rtw_mc2u_disable:int
parm: rtw_80211d:Enable 802.11d mechanism (int)
parm: rtw_notch_filter:0:Disable, 1:Enable, 2:Enable only for P2P (uint)
parm: rtw_tx_pwr_lmt_enable:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm: rtw_tx_pwr_by_rate:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm: rtw_phy_file_path:The path of phy parameter (charp)
parm: rtw_load_phy_file:PHY File Bit Map (int)
parm: rtw_decrypt_phy_file:Enable Decrypt PHY File (int)

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

[cfg80211]
cfg80211_disable_40mhz_24ghz: N
ieee80211_regdom: 00

[8192eu]
if2name: wlan%d
ifname: wlan%d
rtw_80211d: 0
rtw_ampdu_amsdu: 0
rtw_ampdu_enable: 1
rtw_antdiv_cfg: 2
rtw_antdiv_type: 0
rtw_busy_thresh: 40
rtw_bw_mode: 33
rtw_channel: 1
rtw_channel_plan: 88
rtw_chip_version: 0
rtw_decrypt_phy_file: 0
rtw_enusbss: 0
rtw_ht_enable: 1
rtw_hwpdn_mode: 2
rtw_hwpwrp_detect: 0
rtw_hw_wps_pbc: 1
rtw_initmac: (null)
rtw_ips_mode: 1
rtw_lbkmode: 0
rtw_load_phy_file: 68
rtw_low_power: 0
rtw_lowrate_two_xmit: 1
rtw_max_roaming_times: 2
rtw_mc2u_disable: 0
rtw_mp_mode: 0
rtw_network_mode: 0
rtw_notch_filter: 0
rtw_power_mgnt: 0
rtw_qos_opt_enable: 0
rtw_rf_config: 5
rtw_rfintfs: 2
rtw_rx_stbc: 1
rtw_smart_ps: 2
rtw_tx_pwr_by_rate: 0
rtw_tx_pwr_lmt_enable: 0
rtw_usb_rxagg_mode: 2
rtw_vcs_type: 1
rtw_vrtl_carrier_sense: 2
rtw_wifi_spec: 0
rtw_wmm_enable: 1

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

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

[/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 i2c_i801
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/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

[/etc/modprobe.d/mlx4.conf]
softdep mlx4_core post: mlx4_en

[/etc/modprobe.d/rtl8192eu.conf]
options 8192eu rtw_power_mgnt=0 rtw_enusbss=0

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

exit 0

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

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

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

[ 502.126042] RTL871X: SetHwReg8192E(wlx<IF from MAC [IF2]>) HW_VAR_BASIC_RATE: BrateCfg(0x15d)
[ 502.126067] IPv6: ADDRCONF(NETDEV_CHANGE): wlx<IF from MAC [IF2]>: link becomes ready
[ 502.152103] RTL871X: UpdateHalRAMask8192E => mac_id:0, networkType:0x0b, mask:0x0fffffff
[ 502.152111] RTL871X: rtl8192e_set_raid_cmd, bitmap=0xf8ff005, mac_id=0x0, raid=0x2, shortGIrate=1
[ 502.153502] RTL871X: ### rtl8192e_set_FwMediaStatus_cmd: MStatus=1 MACID=0
[ 502.155410] RTL871X: +rtl8192e_set_FwJoinBssReport_cmd(wlx<IF from MAC [IF2]>): iface_type=0 mstatus(1)
[ 502.157986] RTL871X: wlx<IF from MAC [IF2]>: 1 DL RSVD page success! DLBcnCount:1, poll:1
[ 503.943587] RTL871X: UpdateHalRAMask8192E => mac_id:0, networkType:0x0b, mask:0x0fffffff
[ 503.943603] RTL871X: rtl8192e_set_raid_cmd, bitmap=0xf8f0000, mac_id=0x0, raid=0x2, shortGIrate=1
[ 526.741125] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>)
[ 531.998148] RTL871X: UpdateHalRAMask8192E => mac_id:0, networkType:0x0b, mask:0x0fffffff
[ 531.998157] RTL871X: rtl8192e_set_raid_cmd, bitmap=0xf8ff000, mac_id=0x0, raid=0x2, shortGIrate=1
[ 540.013995] RTL871X: UpdateHalRAMask8192E => mac_id:0, networkType:0x0b, mask:0x0fffffff
[ 540.014010] RTL871X: rtl8192e_set_raid_cmd, bitmap=0xf8f0000, mac_id=0x0, raid=0x2, shortGIrate=1
[ 569.713675] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>)
[ 592.118852] RTL871X: UpdateHalRAMask8192E => mac_id:0, networkType:0x0b, mask:0x0fffffff
[ 592.118867] RTL871X: rtl8192e_set_raid_cmd, bitmap=0xf8ff000, mac_id=0x0, raid=0x2, shortGIrate=1
[ 611.876560] r8169 0000:02:00.0 enp2s0: link up
[ 611.876584] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 620.175433] RTL871X: UpdateHalRAMask8192E => mac_id:0, networkType:0x0b, mask:0x0fffffff
[ 620.175448] RTL871X: rtl8192e_set_raid_cmd, bitmap=0xf8f0000, mac_id=0x0, raid=0x2, shortGIrate=1
[ 632.720733] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>)
[ 634.208112] RTL871X: UpdateHalRAMask8192E => mac_id:0, networkType:0x0b, mask:0x0fffffff
[ 634.208126] RTL871X: rtl8192e_set_raid_cmd, bitmap=0xf8ff000, mac_id=0x0, raid=0x2, shortGIrate=1
[ 715.762013] RTL871X: rtw_indicate_scan_done(wlx<IF from MAC [IF2]>) (repeated 3 times)

########## wireless info END ############
Locked

Return to “Networking”