You are not logged in.
I'm trying to set an older computer up with wifi. We just bought a wireless adaptor that has a CD with a Linux .sh file on it...however, it won't connect to wifi. It picks up all the networks, including ours, but always says it's diconnected when I try to connect.
When I mounted the driver CD, (for Netis WF2111 wireless USB adaptor) it didn't start up, so I opened the terminal at the correct directory and used
sudo sh install.sh
but I got the error
Compile make driver error: 127
after it ran the script.
I then tried going to their website from another computer, (which wasn't helpful at all with their FAQs), downloaded the proper driver for this system and transferred to USB. from the USB, I extracted to the bin, made it executable, and ran the sudo sh command again. Same thing.
I've seen this requested in other threads about this, and even though I'm not sure you need it, knowing that the adapter is a Netis WF2111 wireless USB adaptor, here it is anyway:
mythius@Mythius:~$ lspci -k
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 01)
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
Subsystem: Compaq Computer Corporation Evo D510 SFF
Kernel driver in use: i915
Kernel modules: i915
00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
Subsystem: Compaq Computer Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
Subsystem: Compaq Computer Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1d.7 USB controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
Subsystem: Compaq Computer Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81)
Kernel modules: shpchp
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 01)
Kernel driver in use: lpc_ich
Kernel modules: intel_rng, lpc_ich
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 01)
Subsystem: Compaq Computer Corporation 82801DB (ICH4) IDE Controller
Kernel driver in use: ata_piix
Kernel modules: ata_piix, ata_generic
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
Subsystem: Compaq Computer Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
Subsystem: Compaq Computer Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller
Kernel driver in use: snd_intel8x0
Kernel modules: snd_intel8x0
05:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VM (LOM) Ethernet Controller (rev 81)
Subsystem: Compaq Computer Corporation 82801DB PRO/100 VM (LOM) Ethernet Controller
Kernel driver in use: e100
Kernel modules: e100
And this is what was output from the dmesg command:
mythius@Mythius:~$ dmesg | prep failed
bash: prep: command not found
dmesg: read kernel buffer failed: Operation not permitted
This is getting quite frustrating...can anyone help me set this up, please?
Offline
the command is
dmesg | grep failed
plug in the usb-stick, restart the computer, and enter the command
sudo inxi -nxxx
Last edited by unklar (2018-11-22 10:40:42)
Offline
Oh geez, it even says prep command not found, lol. This was suppose to be a quick "plug it in and go" thing before bed... But it kept me up half the night, I was pretty tired when I posted this, haha.
The USB to plug in, meaning the adapter? And nxxx, the hardware?
In a general terminal, it said command not found. Same thing when I cd to the directory with the sh file. Am I missing something?
Offline
dmesg requires sudo
Kernel & Hardware -> Information to provide in case of wireless problems
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Wouldn't debians non-free firmware cover this wifi usb?
Binary firmware for Realtek wired/wifi/BT adapters
https://packages.debian.org/stretch/firmware-realtek
The netis website has a very comprehensive information when extracted in
Linux/RTL8188C_8192C_USB_linux_v4.0.5_11249.20140422/document
http://www.netis-systems.com/Suppory/de … de/85.html
Last edited by S7.L (2018-11-22 14:30:53)
Offline
dmesg requires sudo
Kernel & Hardware -> Information to provide in case of wireless problems
@damo Thanks for this!
This is the output of
sudo dmesg | grep failed
[ 0.119802] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
And the rest:
mythius@Mythius:~$ uname -rv
4.9.0-8-686-pae #1 SMP Debian 4.9.130-2 (2018-10-27)
mythius@Mythius:~$ lspci -knn | grep -EiA2 net
05:08.0 Ethernet controller [0200]: Intel Corporation 82801DB PRO/100 VM (LOM) Ethernet Controller [8086:103b] (rev 81)
Subsystem: Compaq Computer Corporation 82801DB PRO/100 VM (LOM) Ethernet Controller [0e11:0012]
Kernel driver in use: e100
Kernel modules: e100
sudo dmesg|grep -Ei 'wlan|firmw|dhc'
[sudo] password for mythius:
[ 0.183929] pci 0000:05:08.0: Firmware left e100 interrupts enabled; disabling
[ 4.217695] usb 1-3: Product: 802.11n WLAN Adapter
[ 12.761339] intel_rng: Firmware space is locked read-only. If you can't or
intel_rng: don't want to disable this in firmware setup, and if
[ 14.845347] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[ 14.914230] usb 1-3: firmware: direct-loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[ 15.570384] rtl8192cu 1-3:1.0 wlxe4beed9ffb93: renamed from wlan0
sudo cat /var/log/syslog | grep -Ei 'net|wpa|dhc'
Nov 22 00:55:25 Mythius NetworkManager[359]: <info> [1542866125.0410] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to C6:57:E7:74:47:5F (scanning)
Nov 22 00:55:25 Mythius kernel: [ 628.506054] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:00:41 Mythius NetworkManager[359]: <info> [1542866441.0364] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 0E:DC:93:05:E8:BB (scanning)
Nov 22 01:00:41 Mythius kernel: [ 944.494674] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:05:57 Mythius NetworkManager[359]: <info> [1542866757.0780] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 42:12:38:EA:A0:BC (scanning)
Nov 22 01:05:57 Mythius kernel: [ 1260.530141] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:11:13 Mythius NetworkManager[359]: <info> [1542867073.0921] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 1A:67:49:61:3E:52 (scanning)
Nov 22 01:11:13 Mythius kernel: [ 1576.542738] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:11:51 Mythius NetworkManager[359]: <info> [1542867111.9251] device (wlxe4beed9ffb93): Activation: starting connection 'Dragonborn' (5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7)
Nov 22 01:11:51 Mythius NetworkManager[359]: <info> [1542867111.9301] audit: op="connection-activate" uuid="5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7" name="Dragonborn" pid=688 uid=1000 result="success"
Nov 22 01:11:51 Mythius NetworkManager[359]: <info> [1542867111.9362] device (wlxe4beed9ffb93): state change: disconnected -> prepare (reason 'none') [30 40 0]
Nov 22 01:11:51 Mythius NetworkManager[359]: <info> [1542867111.9403] manager: NetworkManager state is now CONNECTING
Nov 22 01:11:51 Mythius NetworkManager[359]: <info> [1542867111.9771] device (wlxe4beed9ffb93): set-hw-addr: reset MAC address to E4:BE:ED:9F:FB:93 (preserve)
Nov 22 01:11:52 Mythius kernel: [ 1615.443963] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.4676] device (wlxe4beed9ffb93): state change: prepare -> config (reason 'none') [40 50 0]
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.4777] device (wlxe4beed9ffb93): Activation: (wifi) access point 'Dragonborn' has security, but secrets are required.
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.4800] device (wlxe4beed9ffb93): state change: config -> need-auth (reason 'none') [50 60 0]
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.5446] device (wlxe4beed9ffb93): state change: need-auth -> prepare (reason 'none') [60 40 0]
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.5619] device (wlxe4beed9ffb93): state change: prepare -> config (reason 'none') [40 50 0]
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.5670] device (wlxe4beed9ffb93): Activation: (wifi) connection 'Dragonborn' has security, and secrets exist. No new secrets needed.
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.5688] Config: added 'ssid' value 'Dragonborn'
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.5709] Config: added 'scan_ssid' value '1'
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.5724] Config: added 'key_mgmt' value 'WPA-PSK'
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.5742] Config: added 'psk' value '<hidden>'
Nov 22 01:11:52 Mythius NetworkManager[359]: <info> [1542867112.6572] device (wlxe4beed9ffb93): supplicant interface state: inactive -> scanning
Nov 22 01:11:53 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 01:11:53 Mythius NetworkManager[359]: <info> [1542867113.6897] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 01:11:58 Mythius NetworkManager[359]: <info> [1542867118.7039] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 01:11:58 Mythius NetworkManager[359]: <info> [1542867118.8105] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> scanning
Nov 22 01:11:59 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 01:11:59 Mythius NetworkManager[359]: <info> [1542867119.8362] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 01:12:04 Mythius NetworkManager[359]: <info> [1542867124.8547] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 01:12:05 Mythius NetworkManager[359]: <info> [1542867125.3614] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> scanning
Nov 22 01:12:06 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 01:12:06 Mythius NetworkManager[359]: <info> [1542867126.3557] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 01:12:11 Mythius NetworkManager[359]: <info> [1542867131.3776] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 01:12:12 Mythius NetworkManager[359]: <info> [1542867132.3844] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> scanning
Nov 22 01:12:13 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 01:12:13 Mythius NetworkManager[359]: <info> [1542867133.4080] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 01:12:18 Mythius NetworkManager[359]: <warn> [1542867138.0109] device (wlxe4beed9ffb93): Activation: (wifi) association took too long, failing activation
Nov 22 01:12:18 Mythius NetworkManager[359]: <info> [1542867138.0110] device (wlxe4beed9ffb93): state change: config -> failed (reason 'ssid-not-found') [50 120 53]
Nov 22 01:12:18 Mythius NetworkManager[359]: <info> [1542867138.0115] manager: NetworkManager state is now DISCONNECTED
Nov 22 01:12:18 Mythius NetworkManager[359]: <warn> [1542867138.0131] device (wlxe4beed9ffb93): Activation: failed for connection 'Dragonborn'
Nov 22 01:12:18 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: CTRL-EVENT-DISCONNECTED bssid=14:cc:20:e3:87:ec reason=3 locally_generated=1
Nov 22 01:12:18 Mythius NetworkManager[359]: <warn> [1542867138.1064] sup-iface[0xe9fa58,wlxe4beed9ffb93]: connection disconnected (reason -3)
Nov 22 01:12:18 Mythius NetworkManager[359]: <info> [1542867138.1143] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 01:12:18 Mythius NetworkManager[359]: <info> [1542867138.1333] device (wlxe4beed9ffb93): state change: failed -> disconnected (reason 'none') [120 30 0]
Nov 22 01:12:18 Mythius kernel: [ 1641.127310] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:12:18 Mythius NetworkManager[359]: <info> [1542867138.1775] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to FE:8E:0D:E5:B5:C2 (scanning)
Nov 22 01:12:18 Mythius kernel: [ 1641.909220] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:12:37 Mythius gvfsd-network[1567]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:37 Mythius gvfsd-network[1563]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:38 Mythius gvfsd-network[1574]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:38 Mythius gvfsd-network[1569]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:38 Mythius gvfsd-network[1559]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:38 Mythius gvfsd-network[1557]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:38 Mythius gvfsd-network[1581]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:38 Mythius gvfsd-network[1555]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:38 Mythius gvfsd-network[1561]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:38 Mythius gvfsd-network[1587]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:38 Mythius gvfsd-network[1577]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:12:38 Mythius gvfsd-network[1579]: Couldn't create directory monitor on smb://x-gnome-default-workgroup/. Error: The specified location is not mounted
Nov 22 01:18:03 Mythius NetworkManager[359]: <info> [1542867483.0744] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 5A:06:CC:FD:BF:84 (scanning)
Nov 22 01:18:03 Mythius kernel: [ 1986.529343] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:23:19 Mythius NetworkManager[359]: <info> [1542867799.0776] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 16:31:BA:B6:AE:39 (scanning)
Nov 22 01:23:19 Mythius kernel: [ 2302.532418] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:28:35 Mythius NetworkManager[359]: <info> [1542868115.1017] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 56:68:F3:32:0D:B2 (scanning)
Nov 22 01:28:35 Mythius kernel: [ 2618.552026] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:33:51 Mythius NetworkManager[359]: <info> [1542868431.1043] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 66:47:86:C5:06:AA (scanning)
Nov 22 01:33:51 Mythius kernel: [ 2934.558434] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:39:07 Mythius NetworkManager[359]: <info> [1542868747.0953] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 42:09:C7:78:1D:A1 (scanning)
Nov 22 01:39:07 Mythius kernel: [ 3250.544655] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:44:23 Mythius NetworkManager[359]: <info> [1542869063.0820] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 92:73:62:B9:38:46 (scanning)
Nov 22 01:44:23 Mythius kernel: [ 3566.534032] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:49:39 Mythius NetworkManager[359]: <info> [1542869379.0825] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to DA:6D:48:44:50:CC (scanning)
Nov 22 01:49:39 Mythius kernel: [ 3882.536264] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 01:54:55 Mythius NetworkManager[359]: <info> [1542869695.0812] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 0E:BE:F8:96:32:45 (scanning)
Nov 22 01:54:55 Mythius kernel: [ 4198.538460] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:00:11 Mythius NetworkManager[359]: <info> [1542870011.0898] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 9A:14:E2:36:10:FD (scanning)
Nov 22 02:00:11 Mythius kernel: [ 4514.543147] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:03:46 Mythius NetworkManager[359]: <info> [1542870226.1013] device (wlxe4beed9ffb93): state change: disconnected -> unmanaged (reason 'removed') [30 10 36]
Nov 22 02:03:46 Mythius wpa_supplicant[793]: nl80211: deinit ifname=wlxe4beed9ffb93 disabled_11b_rates=0
Nov 22 02:03:46 Mythius ModemManager[355]: <info> (net/wlxe4beed9ffb93): released by modem /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3
Nov 22 02:03:46 Mythius NetworkManager[359]: <info> [1542870226.2036] radio killswitch /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3:1.0/ieee80211/phy0/rfkill0 disappeared
Nov 22 02:03:46 Mythius NetworkManager[359]: <info> [1542870226.2079] devices removed (path: /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3:1.0/net/wlxe4beed9ffb93, iface: wlxe4beed9ffb93)
Nov 22 02:04:00 Mythius NetworkManager[359]: <info> [1542870240.8258] (wlan0): using nl80211 for WiFi device control
Nov 22 02:04:00 Mythius NetworkManager[359]: <info> [1542870240.8260] device (wlan0): driver supports Access Point (AP) mode
Nov 22 02:04:00 Mythius NetworkManager[359]: <info> [1542870240.8607] manager: (wlan0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/4)
Nov 22 02:04:00 Mythius NetworkManager[359]: <info> [1542870240.9263] rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3:1.0/ieee80211/phy1/rfkill1) (driver rtl8192cu)
Nov 22 02:04:00 Mythius NetworkManager[359]: <info> [1542870240.9351] device (wlan0): interface index 4 renamed iface from 'wlan0' to 'wlxe4beed9ffb93'
Nov 22 02:04:00 Mythius NetworkManager[359]: <info> [1542870240.9885] devices added (path: /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3:1.0/net/wlxe4beed9ffb93, iface: wlxe4beed9ffb93)
Nov 22 02:04:00 Mythius NetworkManager[359]: <info> [1542870240.9886] device added (path: /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3:1.0/net/wlxe4beed9ffb93, iface: wlxe4beed9ffb93): no ifupdown configuration found.
Nov 22 02:04:00 Mythius NetworkManager[359]: <info> [1542870240.9888] device (wlxe4beed9ffb93): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Nov 22 02:04:01 Mythius kernel: [ 4743.993070] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:04:02 Mythius NetworkManager[359]: <info> [1542870242.5192] (wlxe4beed9ffb93): using nl80211 for WiFi device control
Nov 22 02:04:02 Mythius kernel: [ 4745.508906] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:04:02 Mythius NetworkManager[359]: <info> [1542870242.5661] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 62:88:6D:9A:B1:97 (scanning)
Nov 22 02:04:03 Mythius kernel: [ 4746.384863] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:04:03 Mythius NetworkManager[359]: <info> [1542870243.4385] sup-iface[0xe9fc80,wlxe4beed9ffb93]: supports 4 scan SSIDs
Nov 22 02:04:03 Mythius NetworkManager[359]: <info> [1542870243.4433] device (wlxe4beed9ffb93): supplicant interface state: starting -> ready
Nov 22 02:04:03 Mythius NetworkManager[359]: <info> [1542870243.4448] device (wlxe4beed9ffb93): state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Nov 22 02:04:03 Mythius kernel: [ 4746.437741] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:04:04 Mythius NetworkManager[359]: <info> [1542870244.4496] device (wlxe4beed9ffb93): supplicant interface state: ready -> inactive
Nov 22 02:09:46 Mythius NetworkManager[359]: <info> [1542870586.0780] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to F2:B5:B3:52:32:12 (scanning)
Nov 22 02:09:46 Mythius kernel: [ 5089.528668] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:15:02 Mythius NetworkManager[359]: <info> [1542870902.0762] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to AE:E1:53:24:13:F3 (scanning)
Nov 22 02:15:02 Mythius kernel: [ 5405.530316] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:20:18 Mythius NetworkManager[359]: <info> [1542871218.0776] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to AE:F3:D7:C8:64:F2 (scanning)
Nov 22 02:20:18 Mythius kernel: [ 5721.531171] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:25:34 Mythius NetworkManager[359]: <info> [1542871534.0450] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to DA:21:0E:76:09:FA (scanning)
Nov 22 02:25:34 Mythius kernel: [ 6037.497193] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:30:50 Mythius NetworkManager[359]: <info> [1542871850.0731] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 56:49:47:12:DC:AB (scanning)
Nov 22 02:30:50 Mythius kernel: [ 6353.529865] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.2629] device (wlxe4beed9ffb93): Activation: starting connection 'Dragonborn' (5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7)
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.2679] audit: op="connection-activate" uuid="5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7" name="Dragonborn" pid=688 uid=1000 result="success"
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.2731] device (wlxe4beed9ffb93): state change: disconnected -> prepare (reason 'none') [30 40 0]
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.2784] manager: NetworkManager state is now CONNECTING
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.3143] device (wlxe4beed9ffb93): set-hw-addr: reset MAC address to E4:BE:ED:9F:FB:93 (preserve)
Nov 22 02:32:34 Mythius kernel: [ 6457.785915] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.8145] device (wlxe4beed9ffb93): state change: prepare -> config (reason 'none') [40 50 0]
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.8204] device (wlxe4beed9ffb93): Activation: (wifi) access point 'Dragonborn' has security, but secrets are required.
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.8219] device (wlxe4beed9ffb93): state change: config -> need-auth (reason 'none') [50 60 0]
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.8796] device (wlxe4beed9ffb93): state change: need-auth -> prepare (reason 'none') [60 40 0]
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.8950] device (wlxe4beed9ffb93): state change: prepare -> config (reason 'none') [40 50 0]
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.9009] device (wlxe4beed9ffb93): Activation: (wifi) connection 'Dragonborn' has security, and secrets exist. No new secrets needed.
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.9027] Config: added 'ssid' value 'Dragonborn'
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.9048] Config: added 'scan_ssid' value '1'
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.9064] Config: added 'key_mgmt' value 'WPA-PSK'
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.9065] Config: added 'psk' value '<hidden>'
Nov 22 02:32:34 Mythius NetworkManager[359]: <info> [1542871954.9852] device (wlxe4beed9ffb93): supplicant interface state: inactive -> scanning
Nov 22 02:32:35 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 02:32:36 Mythius NetworkManager[359]: <info> [1542871956.0185] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 02:32:41 Mythius NetworkManager[359]: <info> [1542871961.0430] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 02:32:41 Mythius NetworkManager[359]: <info> [1542871961.1480] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> scanning
Nov 22 02:32:42 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 02:32:42 Mythius NetworkManager[359]: <info> [1542871962.3260] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 02:32:47 Mythius NetworkManager[359]: <info> [1542871967.3384] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 02:32:47 Mythius NetworkManager[359]: <info> [1542871967.8443] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> scanning
Nov 22 02:32:48 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 02:32:49 Mythius NetworkManager[359]: <info> [1542871969.0337] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 02:32:54 Mythius NetworkManager[359]: <info> [1542871974.0673] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 02:32:55 Mythius NetworkManager[359]: <info> [1542871975.0740] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> scanning
Nov 22 02:32:56 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 02:32:56 Mythius NetworkManager[359]: <info> [1542871976.1801] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 02:33:00 Mythius NetworkManager[359]: <warn> [1542871980.0121] device (wlxe4beed9ffb93): Activation: (wifi) association took too long, failing activation
Nov 22 02:33:00 Mythius NetworkManager[359]: <info> [1542871980.0122] device (wlxe4beed9ffb93): state change: config -> failed (reason 'ssid-not-found') [50 120 53]
Nov 22 02:33:00 Mythius NetworkManager[359]: <info> [1542871980.0127] manager: NetworkManager state is now DISCONNECTED
Nov 22 02:33:00 Mythius NetworkManager[359]: <warn> [1542871980.0380] device (wlxe4beed9ffb93): Activation: failed for connection 'Dragonborn'
Nov 22 02:33:00 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: CTRL-EVENT-DISCONNECTED bssid=14:cc:20:e3:87:ec reason=3 locally_generated=1
Nov 22 02:33:00 Mythius NetworkManager[359]: <warn> [1542871980.1103] sup-iface[0xe9fc80,wlxe4beed9ffb93]: connection disconnected (reason -3)
Nov 22 02:33:00 Mythius NetworkManager[359]: <info> [1542871980.1137] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 02:33:00 Mythius NetworkManager[359]: <info> [1542871980.1330] device (wlxe4beed9ffb93): state change: failed -> disconnected (reason 'none') [120 30 0]
Nov 22 02:33:00 Mythius kernel: [ 6483.132840] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:33:00 Mythius NetworkManager[359]: <info> [1542871980.1788] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 82:65:44:F2:A3:E5 (scanning)
Nov 22 02:33:00 Mythius kernel: [ 6483.854115] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:33:37 Mythius NetworkManager[359]: <info> [1542872017.9302] keyfile: update /etc/NetworkManager/system-connections/Dragonborn (5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7,"Dragonborn")
Nov 22 02:33:37 Mythius NetworkManager[359]: <info> [1542872017.9358] audit: op="connection-update" uuid="5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7" name="Dragonborn" args="802-11-wireless.mac-address,connection.interface-name,802-11-wireless-security.psk" pid=2806 uid=1000 result="success"
Nov 22 02:33:44 Mythius NetworkManager[359]: <info> [1542872024.6587] device (wlxe4beed9ffb93): Activation: starting connection 'Dragonborn' (5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7)
Nov 22 02:33:44 Mythius NetworkManager[359]: <info> [1542872024.6649] audit: op="connection-activate" uuid="5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7" name="Dragonborn" pid=688 uid=1000 result="success"
Nov 22 02:33:44 Mythius NetworkManager[359]: <info> [1542872024.6758] device (wlxe4beed9ffb93): state change: disconnected -> prepare (reason 'none') [30 40 0]
Nov 22 02:33:44 Mythius NetworkManager[359]: <info> [1542872024.6827] manager: NetworkManager state is now CONNECTING
Nov 22 02:33:44 Mythius NetworkManager[359]: <info> [1542872024.7208] device (wlxe4beed9ffb93): set-hw-addr: reset MAC address to E4:BE:ED:9F:FB:93 (preserve)
Nov 22 02:33:45 Mythius kernel: [ 6528.217235] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.2503] device (wlxe4beed9ffb93): state change: prepare -> config (reason 'none') [40 50 0]
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.2556] device (wlxe4beed9ffb93): Activation: (wifi) access point 'Dragonborn' has security, but secrets are required.
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.2576] device (wlxe4beed9ffb93): state change: config -> need-auth (reason 'none') [50 60 0]
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.3705] device (wlxe4beed9ffb93): state change: need-auth -> prepare (reason 'none') [60 40 0]
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.4125] device (wlxe4beed9ffb93): state change: prepare -> config (reason 'none') [40 50 0]
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.4180] device (wlxe4beed9ffb93): Activation: (wifi) connection 'Dragonborn' has security, and secrets exist. No new secrets needed.
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.4206] Config: added 'ssid' value 'Dragonborn'
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.4233] Config: added 'scan_ssid' value '1'
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.4247] Config: added 'key_mgmt' value 'WPA-PSK'
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.4248] Config: added 'psk' value '<hidden>'
Nov 22 02:33:45 Mythius NetworkManager[359]: <info> [1542872025.5047] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> scanning
Nov 22 02:33:46 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 02:33:46 Mythius NetworkManager[359]: <info> [1542872026.6120] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 02:33:51 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Dragonborn" auth_failures=1 duration=10 reason=CONN_FAILED
Nov 22 02:33:51 Mythius NetworkManager[359]: <info> [1542872031.6356] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 02:33:56 Mythius NetworkManager[359]: <info> [1542872036.6438] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> scanning
Nov 22 02:34:03 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: CTRL-EVENT-SSID-REENABLED id=0 ssid="Dragonborn"
Nov 22 02:34:03 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 02:34:03 Mythius NetworkManager[359]: <info> [1542872043.6992] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 02:34:08 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Dragonborn" auth_failures=2 duration=20 reason=CONN_FAILED
Nov 22 02:34:08 Mythius NetworkManager[359]: <info> [1542872048.7221] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 02:34:11 Mythius NetworkManager[359]: <warn> [1542872051.0107] device (wlxe4beed9ffb93): Activation: (wifi) association took too long, failing activation
Nov 22 02:34:11 Mythius NetworkManager[359]: <info> [1542872051.0108] device (wlxe4beed9ffb93): state change: config -> failed (reason 'ssid-not-found') [50 120 53]
Nov 22 02:34:11 Mythius NetworkManager[359]: <info> [1542872051.0113] manager: NetworkManager state is now DISCONNECTED
Nov 22 02:34:11 Mythius NetworkManager[359]: <warn> [1542872051.0128] device (wlxe4beed9ffb93): Activation: failed for connection 'Dragonborn'
Nov 22 02:34:11 Mythius NetworkManager[359]: <info> [1542872051.1048] device (wlxe4beed9ffb93): state change: failed -> disconnected (reason 'none') [120 30 0]
Nov 22 02:34:11 Mythius kernel: [ 6554.099304] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:34:11 Mythius NetworkManager[359]: <info> [1542872051.1463] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 76:7B:78:17:B4:6A (scanning)
Nov 22 02:34:11 Mythius kernel: [ 6554.639624] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:34:12 Mythius NetworkManager[359]: <info> [1542872052.6431] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> inactive
Nov 22 02:34:45 Mythius NetworkManager[359]: <info> [1542872085.2828] keyfile: update /etc/NetworkManager/system-connections/Dragonborn (5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7,"Dragonborn")
Nov 22 02:34:45 Mythius NetworkManager[359]: <info> [1542872085.2870] audit: op="connection-update" uuid="5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7" name="Dragonborn" args="802-11-wireless-security.psk" pid=2806 uid=1000 result="success"
Nov 22 02:35:30 Mythius NetworkManager[359]: <info> [1542872130.2341] keyfile: update /etc/NetworkManager/system-connections/Dragonborn (5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7,"Dragonborn")
Nov 22 02:35:30 Mythius NetworkManager[359]: <info> [1542872130.2385] audit: op="connection-update" uuid="5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7" name="Dragonborn" args="proxy.method" pid=2806 uid=1000 result="success"
Nov 22 02:35:46 Mythius NetworkManager[359]: <info> [1542872146.3458] device (wlxe4beed9ffb93): Activation: starting connection 'Dragonborn' (5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7)
Nov 22 02:35:46 Mythius NetworkManager[359]: <info> [1542872146.3513] audit: op="connection-activate" uuid="5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7" name="Dragonborn" pid=688 uid=1000 result="success"
Nov 22 02:35:46 Mythius NetworkManager[359]: <info> [1542872146.3609] device (wlxe4beed9ffb93): state change: disconnected -> prepare (reason 'none') [30 40 0]
Nov 22 02:35:46 Mythius NetworkManager[359]: <info> [1542872146.3669] manager: NetworkManager state is now CONNECTING
Nov 22 02:35:46 Mythius NetworkManager[359]: <info> [1542872146.4015] device (wlxe4beed9ffb93): set-hw-addr: reset MAC address to E4:BE:ED:9F:FB:93 (preserve)
Nov 22 02:35:46 Mythius kernel: [ 6649.875653] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:35:46 Mythius NetworkManager[359]: <info> [1542872146.9091] device (wlxe4beed9ffb93): state change: prepare -> config (reason 'none') [40 50 0]
Nov 22 02:35:46 Mythius NetworkManager[359]: <info> [1542872146.9144] device (wlxe4beed9ffb93): Activation: (wifi) access point 'Dragonborn' has security, but secrets are required.
Nov 22 02:35:46 Mythius NetworkManager[359]: <info> [1542872146.9164] device (wlxe4beed9ffb93): state change: config -> need-auth (reason 'none') [50 60 0]
Nov 22 02:35:47 Mythius NetworkManager[359]: <info> [1542872147.0457] device (wlxe4beed9ffb93): state change: need-auth -> prepare (reason 'none') [60 40 0]
Nov 22 02:35:47 Mythius NetworkManager[359]: <info> [1542872147.0860] device (wlxe4beed9ffb93): state change: prepare -> config (reason 'none') [40 50 0]
Nov 22 02:35:47 Mythius NetworkManager[359]: <info> [1542872147.0908] device (wlxe4beed9ffb93): Activation: (wifi) connection 'Dragonborn' has security, and secrets exist. No new secrets needed.
Nov 22 02:35:47 Mythius NetworkManager[359]: <info> [1542872147.0938] Config: added 'ssid' value 'Dragonborn'
Nov 22 02:35:47 Mythius NetworkManager[359]: <info> [1542872147.0955] Config: added 'scan_ssid' value '1'
Nov 22 02:35:47 Mythius NetworkManager[359]: <info> [1542872147.0971] Config: added 'key_mgmt' value 'WPA-PSK'
Nov 22 02:35:47 Mythius NetworkManager[359]: <info> [1542872147.0972] Config: added 'psk' value '<hidden>'
Nov 22 02:35:47 Mythius NetworkManager[359]: <info> [1542872147.1792] device (wlxe4beed9ffb93): supplicant interface state: inactive -> scanning
Nov 22 02:35:48 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 02:35:48 Mythius NetworkManager[359]: <info> [1542872148.2553] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 02:35:53 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Dragonborn" auth_failures=1 duration=10 reason=CONN_FAILED
Nov 22 02:35:53 Mythius NetworkManager[359]: <info> [1542872153.2790] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 02:36:03 Mythius NetworkManager[359]: <info> [1542872163.2943] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> scanning
Nov 22 02:36:04 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: CTRL-EVENT-SSID-REENABLED id=0 ssid="Dragonborn"
Nov 22 02:36:04 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: SME: Trying to authenticate with 14:cc:20:e3:87:ec (SSID='Dragonborn' freq=2437 MHz)
Nov 22 02:36:04 Mythius NetworkManager[359]: <info> [1542872164.3433] device (wlxe4beed9ffb93): supplicant interface state: scanning -> authenticating
Nov 22 02:36:09 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Dragonborn" auth_failures=2 duration=20 reason=CONN_FAILED
Nov 22 02:36:09 Mythius NetworkManager[359]: <info> [1542872169.3642] device (wlxe4beed9ffb93): supplicant interface state: authenticating -> disconnected
Nov 22 02:36:12 Mythius NetworkManager[359]: <warn> [1542872172.0108] device (wlxe4beed9ffb93): Activation: (wifi) association took too long, failing activation
Nov 22 02:36:12 Mythius NetworkManager[359]: <info> [1542872172.0109] device (wlxe4beed9ffb93): state change: config -> failed (reason 'ssid-not-found') [50 120 53]
Nov 22 02:36:12 Mythius NetworkManager[359]: <info> [1542872172.0114] manager: NetworkManager state is now DISCONNECTED
Nov 22 02:36:12 Mythius NetworkManager[359]: <warn> [1542872172.0130] device (wlxe4beed9ffb93): Activation: failed for connection 'Dragonborn'
Nov 22 02:36:12 Mythius NetworkManager[359]: <info> [1542872172.1045] device (wlxe4beed9ffb93): state change: failed -> disconnected (reason 'none') [120 30 0]
Nov 22 02:36:12 Mythius kernel: [ 6675.101160] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:36:12 Mythius NetworkManager[359]: <info> [1542872172.1367] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 7A:9C:F2:BA:E4:38 (scanning)
Nov 22 02:36:12 Mythius kernel: [ 6675.617792] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:36:13 Mythius NetworkManager[359]: <info> [1542872173.6498] device (wlxe4beed9ffb93): supplicant interface state: disconnected -> inactive
Nov 22 02:41:55 Mythius NetworkManager[359]: <info> [1542872515.0606] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 2A:8C:2D:D9:D2:C7 (scanning)
Nov 22 02:41:55 Mythius kernel: [ 7018.569344] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:47:11 Mythius NetworkManager[359]: <info> [1542872831.0794] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 1E:63:EE:7F:B9:8C (scanning)
Nov 22 02:47:11 Mythius kernel: [ 7334.531907] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:52:27 Mythius NetworkManager[359]: <info> [1542873147.0794] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 4A:65:FB:09:A5:1B (scanning)
Nov 22 02:52:27 Mythius kernel: [ 7650.531945] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 02:57:43 Mythius NetworkManager[359]: <info> [1542873463.1043] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to DA:E6:E4:B7:DA:F9 (scanning)
Nov 22 02:57:43 Mythius kernel: [ 7966.554080] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 03:02:59 Mythius NetworkManager[359]: <info> [1542873779.1012] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 26:E7:0D:45:B3:7C (scanning)
Nov 22 03:02:59 Mythius kernel: [ 8282.549528] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 03:08:15 Mythius NetworkManager[359]: <info> [1542874095.1043] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 4E:0D:BE:F7:69:96 (scanning)
Nov 22 03:08:15 Mythius kernel: [ 8598.549300] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 03:13:31 Mythius NetworkManager[359]: <info> [1542874411.1005] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 0A:C7:4A:F7:E0:7F (scanning)
Nov 22 03:13:31 Mythius kernel: [ 8914.558002] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 08:50:28 Mythius kernel: [ 0.108000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
Nov 22 08:50:28 Mythius kernel: [ 0.108000] NET: Registered protocol family 16
Nov 22 08:50:28 Mythius kernel: [ 0.183955] NET: Registered protocol family 2
Nov 22 08:50:28 Mythius kernel: [ 0.183955] NET: Registered protocol family 1
Nov 22 08:50:28 Mythius kernel: [ 1.082411] audit: initializing netlink subsys (disabled)
Nov 22 08:50:28 Mythius kernel: [ 1.489004] NET: Registered protocol family 10
Nov 22 08:50:28 Mythius kernel: [ 1.489476] NET: Registered protocol family 17
Nov 22 08:50:28 Mythius kernel: [ 1.489866] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Nov 22 08:50:28 Mythius kernel: [ 1.777465] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
Nov 22 08:50:28 Mythius kernel: [ 6.190854] ip_tables: (C) 2000-2006 Netfilter Core Team
Nov 22 08:50:28 Mythius systemd[1]: Starting Raise network interfaces...
Nov 22 08:50:28 Mythius systemd[1]: Started Raise network interfaces.
Nov 22 08:50:28 Mythius systemd[1]: Starting Network Manager...
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.0801] NetworkManager (version 1.6.2) is starting...
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.0803] Read config: /etc/NetworkManager/NetworkManager.conf
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.1909] manager[0xa73028]: monitoring kernel firmware directory '/lib/firmware'.
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.1911] monitoring ifupdown state file '/run/network/ifstate'.
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.2521] dns-mgr[0xa60828]: init: dns=default, rc-manager=resolvconf
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.2851] rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/ieee80211/phy0/rfkill0) (driver rtl8192cu)
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.2878] manager[0xa73028]: WiFi hardware radio set enabled
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.2891] manager[0xa73028]: WWAN hardware radio set enabled
Nov 22 08:50:31 Mythius systemd[1]: Started Network Manager.
Nov 22 08:50:31 Mythius systemd[1]: Reached target Network.
Nov 22 08:50:31 Mythius systemd[1]: Starting Network Manager Wait Online...
Nov 22 08:50:31 Mythius systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 22 08:50:31 Mythius systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8377] init!
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8384] management mode: unmanaged
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8396] devices added (path: /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/net/wlxe4beed9ffb93, iface: wlxe4beed9ffb93)
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8397] device added (path: /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/net/wlxe4beed9ffb93, iface: wlxe4beed9ffb93): no ifupdown configuration found.
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8397] devices added (path: /sys/devices/pci0000:00/0000:00:1e.0/0000:05:08.0/net/enp5s8, iface: enp5s8)
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8397] device added (path: /sys/devices/pci0000:00/0000:00:1e.0/0000:05:08.0/net/enp5s8, iface: enp5s8): no ifupdown configuration found.
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8398] devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8398] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8398] end _init.
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8399] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd. To report bugs please use the NetworkManager mailing list. (/usr/lib/i386-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8401] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8402] (10847968) ... get_connections.
Nov 22 08:50:31 Mythius NetworkManager[383]: <info> [1542894631.8402] (10847968) ... get_connections (managed=false): return empty list.
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.0184] keyfile: new connection /etc/NetworkManager/system-connections/Dragonborn (5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7,"Dragonborn")
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.0509] get unmanaged devices count: 0
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.4502] settings: hostname: using hostnamed
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.4503] settings: hostname changed from (none) to "Mythius"
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.4890] dhcp-init: Using DHCP client 'dhclient'
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.4892] manager: WiFi enabled by radio killswitch; enabled by state file
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.4894] manager: WWAN enabled by radio killswitch; enabled by state file
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.4895] manager: Networking is enabled by state file
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5638] Loaded device plugin: NMBondDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5639] Loaded device plugin: NMBridgeDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5640] Loaded device plugin: NMEthernetDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5640] Loaded device plugin: NMInfinibandDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5641] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5642] Loaded device plugin: NMMacsecDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5642] Loaded device plugin: NMMacvlanDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5643] Loaded device plugin: NMTunDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5643] Loaded device plugin: NMVethDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5644] Loaded device plugin: NMVlanDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.5644] Loaded device plugin: NMVxlanDeviceFactory (internal)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.6615] Loaded device plugin: NMWifiFactory (/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.8938] Loaded device plugin: NMBluezManager (/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.9333] Loaded device plugin: NMWwanFactory (/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
Nov 22 08:50:32 Mythius NetworkManager[383]: <info> [1542894632.9549] Loaded device plugin: NMAtmManager (/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.1242] Loaded device plugin: NMTeamFactory (/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-team.so)
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.1861] device (lo): link connected
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.1929] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.2034] manager: (enp5s8): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.2097] keyfile: add connection in-memory (1460ee02-94cc-39fe-b164-72fa451ec792,"Wired connection 1")
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.2146] settings: (enp5s8): created default wired connection 'Wired connection 1'
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.2231] device (enp5s8): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Nov 22 08:50:33 Mythius kernel: [ 23.215975] IPv6: ADDRCONF(NETDEV_UP): enp5s8: link is not ready
Nov 22 08:50:33 Mythius kernel: [ 23.237787] IPv6: ADDRCONF(NETDEV_UP): enp5s8: link is not ready
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.2779] (wlxe4beed9ffb93): using nl80211 for WiFi device control
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.2787] device (wlxe4beed9ffb93): driver supports Access Point (AP) mode
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.2887] manager: (wlxe4beed9ffb93): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.2988] device (wlxe4beed9ffb93): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Nov 22 08:50:33 Mythius kernel: [ 23.291557] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 08:50:33 Mythius kernel: [ 23.757686] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 08:50:33 Mythius NetworkManager[383]: <info> [1542894633.7981] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to DE:29:63:EB:EC:7F (scanning)
Nov 22 08:50:34 Mythius kernel: [ 24.253224] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 08:50:34 Mythius dbus[373]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Nov 22 08:50:34 Mythius systemd[1]: Starting WPA supplicant...
Nov 22 08:50:34 Mythius NetworkManager[383]: <info> [1542894634.4061] ModemManager available in the bus
Nov 22 08:50:34 Mythius dbus[373]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Nov 22 08:50:34 Mythius wpa_supplicant[490]: Successfully initialized wpa_supplicant
Nov 22 08:50:34 Mythius systemd[1]: Started WPA supplicant.
Nov 22 08:50:34 Mythius NetworkManager[383]: <info> [1542894634.9931] supplicant: wpa_supplicant running
Nov 22 08:50:34 Mythius NetworkManager[383]: <info> [1542894634.9933] device (wlxe4beed9ffb93): supplicant interface state: init -> starting
Nov 22 08:50:35 Mythius NetworkManager[383]: <info> [1542894635.1618] sup-iface[0xa9d938,wlxe4beed9ffb93]: supports 4 scan SSIDs
Nov 22 08:50:35 Mythius NetworkManager[383]: <info> [1542894635.1947] device (wlxe4beed9ffb93): supplicant interface state: starting -> ready
Nov 22 08:50:35 Mythius NetworkManager[383]: <info> [1542894635.1962] device (wlxe4beed9ffb93): state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Nov 22 08:50:35 Mythius kernel: [ 25.188924] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 08:50:36 Mythius NetworkManager[383]: <info> [1542894636.2043] device (wlxe4beed9ffb93): supplicant interface state: ready -> inactive
Nov 22 08:50:36 Mythius systemd[502]: Listening on GnuPG network certificate management daemon.
Nov 22 08:50:38 Mythius NetworkManager[383]: <info> [1542894638.0108] manager: startup complete
Nov 22 08:50:38 Mythius systemd[1]: Started Network Manager Wait Online.
Nov 22 08:50:38 Mythius systemd[1]: Reached target Network is Online.
Nov 22 08:51:10 Mythius systemd[660]: Listening on GnuPG network certificate management daemon.
Nov 22 08:56:17 Mythius NetworkManager[383]: <info> [1542894977.0436] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to E2:2A:05:CA:D6:D3 (scanning)
Nov 22 08:56:17 Mythius kernel: [ 367.582565] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:01:33 Mythius NetworkManager[383]: <info> [1542895293.1056] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to AE:CE:C3:73:71:58 (scanning)
Nov 22 09:01:33 Mythius kernel: [ 683.581132] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:06:49 Mythius NetworkManager[383]: <info> [1542895609.0781] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to CE:4D:C8:A4:A1:E4 (scanning)
Nov 22 09:06:49 Mythius kernel: [ 999.607719] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:12:05 Mythius NetworkManager[383]: <info> [1542895925.1013] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to B6:27:46:13:DF:B1 (scanning)
Nov 22 09:12:05 Mythius kernel: [ 1315.561858] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:17:21 Mythius NetworkManager[383]: <info> [1542896241.0969] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 0E:F9:44:55:E8:B6 (scanning)
Nov 22 09:17:21 Mythius kernel: [ 1631.552537] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:22:37 Mythius NetworkManager[383]: <info> [1542896557.0989] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to DA:DB:DB:20:6C:F6 (scanning)
Nov 22 09:22:37 Mythius kernel: [ 1947.555214] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:27:53 Mythius NetworkManager[383]: <info> [1542896873.0744] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 12:05:B0:1F:20:F2 (scanning)
Nov 22 09:27:53 Mythius kernel: [ 2263.558363] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:33:09 Mythius NetworkManager[383]: <info> [1542897189.1050] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to C6:D5:56:F4:EE:F7 (scanning)
Nov 22 09:33:09 Mythius kernel: [ 2579.577286] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:38:25 Mythius NetworkManager[383]: <info> [1542897505.1041] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to A2:D7:BD:D1:10:88 (scanning)
Nov 22 09:38:25 Mythius kernel: [ 2895.577322] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:43:41 Mythius NetworkManager[383]: <info> [1542897821.0983] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 3A:33:6E:AB:69:9A (scanning)
Nov 22 09:43:41 Mythius kernel: [ 3211.737987] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:48:57 Mythius NetworkManager[383]: <info> [1542898137.0862] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 7A:53:A6:E7:03:F8 (scanning)
Nov 22 09:48:57 Mythius kernel: [ 3527.538452] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:54:13 Mythius NetworkManager[383]: <info> [1542898453.1037] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 0A:79:32:D5:14:34 (scanning)
Nov 22 09:54:13 Mythius kernel: [ 3843.564348] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 09:59:29 Mythius NetworkManager[383]: <info> [1542898769.0982] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to CE:16:87:0C:CE:60 (scanning)
Nov 22 09:59:29 Mythius kernel: [ 4159.700007] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:04:45 Mythius NetworkManager[383]: <info> [1542899085.0990] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 36:AE:35:85:06:7B (scanning)
Nov 22 10:04:45 Mythius kernel: [ 4475.567205] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:10:01 Mythius NetworkManager[383]: <info> [1542899401.1002] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to BE:2D:C3:73:15:44 (scanning)
Nov 22 10:10:01 Mythius kernel: [ 4791.770788] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:15:17 Mythius NetworkManager[383]: <info> [1542899717.0947] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 7E:5A:7B:7A:F8:6A (scanning)
Nov 22 10:15:17 Mythius kernel: [ 5107.598652] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:20:33 Mythius NetworkManager[383]: <info> [1542900033.0394] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to C2:27:AA:66:25:6A (scanning)
Nov 22 10:20:33 Mythius kernel: [ 5423.600644] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:25:49 Mythius NetworkManager[383]: <info> [1542900349.0590] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 2E:51:32:2A:58:79 (scanning)
Nov 22 10:25:49 Mythius kernel: [ 5739.868953] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:31:05 Mythius NetworkManager[383]: <info> [1542900665.0431] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 0A:38:E8:10:29:13 (scanning)
Nov 22 10:31:05 Mythius kernel: [ 6055.503059] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:36:21 Mythius NetworkManager[383]: <info> [1542900981.0830] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 2A:2D:9B:EB:A0:B5 (scanning)
Nov 22 10:36:21 Mythius kernel: [ 6371.546355] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:41:37 Mythius NetworkManager[383]: <info> [1542901297.0397] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 86:63:5B:0C:71:35 (scanning)
Nov 22 10:41:37 Mythius kernel: [ 6687.504840] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:46:53 Mythius NetworkManager[383]: <info> [1542901613.1021] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 72:68:C7:D0:20:DF (scanning)
Nov 22 10:46:53 Mythius kernel: [ 7003.977097] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:52:09 Mythius NetworkManager[383]: <info> [1542901929.0967] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 5A:CB:B4:41:3A:C1 (scanning)
Nov 22 10:52:09 Mythius kernel: [ 7319.954914] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 10:57:25 Mythius NetworkManager[383]: <info> [1542902245.1004] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 6E:3E:F9:14:56:5F (scanning)
Nov 22 10:57:25 Mythius kernel: [ 7635.582035] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:02:41 Mythius NetworkManager[383]: <info> [1542902561.0940] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 7A:18:46:15:85:CB (scanning)
Nov 22 11:02:41 Mythius kernel: [ 7951.549732] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:07:57 Mythius NetworkManager[383]: <info> [1542902877.0991] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 7A:AA:B0:4B:46:FD (scanning)
Nov 22 11:07:57 Mythius kernel: [ 8267.879157] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:13:13 Mythius NetworkManager[383]: <info> [1542903193.1008] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 0A:E0:73:43:FD:62 (scanning)
Nov 22 11:13:13 Mythius kernel: [ 8583.971249] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:18:29 Mythius NetworkManager[383]: <info> [1542903509.0780] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to D6:AA:52:C8:5A:EE (scanning)
Nov 22 11:18:29 Mythius kernel: [ 8899.536361] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:23:45 Mythius NetworkManager[383]: <info> [1542903825.0439] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 5E:2D:C8:FE:65:C7 (scanning)
Nov 22 11:23:45 Mythius kernel: [ 9215.517793] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:29:01 Mythius NetworkManager[383]: <info> [1542904141.1018] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 2A:B7:4F:E4:59:FA (scanning)
Nov 22 11:29:01 Mythius kernel: [ 9531.558223] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:34:17 Mythius NetworkManager[383]: <info> [1542904457.0780] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 86:D6:28:7E:62:5F (scanning)
Nov 22 11:34:17 Mythius kernel: [ 9847.530849] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:39:33 Mythius NetworkManager[383]: <info> [1542904773.0981] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 36:0A:E4:D8:01:B0 (scanning)
Nov 22 11:39:33 Mythius kernel: [10163.560558] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:44:49 Mythius NetworkManager[383]: <info> [1542905089.0947] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 6A:B8:E5:06:C4:C8 (scanning)
Nov 22 11:44:49 Mythius kernel: [10479.566238] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:50:05 Mythius NetworkManager[383]: <info> [1542905405.0977] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to D6:6B:65:7F:E1:81 (scanning)
Nov 22 11:50:05 Mythius kernel: [10795.626948] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 11:55:21 Mythius NetworkManager[383]: <info> [1542905721.0985] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 82:AB:D3:62:7A:5E (scanning)
Nov 22 11:55:21 Mythius kernel: [11111.567449] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:00:37 Mythius NetworkManager[383]: <info> [1542906037.0409] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to B2:2E:3A:A3:8A:82 (scanning)
Nov 22 12:00:37 Mythius kernel: [11427.511000] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:05:53 Mythius NetworkManager[383]: <info> [1542906353.0550] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to EE:85:15:CB:B1:FC (scanning)
Nov 22 12:05:53 Mythius kernel: [11743.512083] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:11:10 Mythius NetworkManager[383]: <info> [1542906670.0776] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 7A:85:D4:ED:30:89 (scanning)
Nov 22 12:11:10 Mythius kernel: [12060.531401] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:16:26 Mythius NetworkManager[383]: <info> [1542906986.0809] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 8E:C5:45:5C:33:0C (scanning)
Nov 22 12:16:26 Mythius kernel: [12376.534567] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:21:42 Mythius NetworkManager[383]: <info> [1542907302.0978] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to E6:5C:3C:B2:22:B0 (scanning)
Nov 22 12:21:42 Mythius kernel: [12692.549571] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:26:58 Mythius NetworkManager[383]: <info> [1542907618.1032] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to EE:E4:87:62:F2:50 (scanning)
Nov 22 12:26:58 Mythius kernel: [13008.556141] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:32:14 Mythius NetworkManager[383]: <info> [1542907934.1044] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 5A:BA:70:D7:D0:0A (scanning)
Nov 22 12:32:14 Mythius kernel: [13324.555413] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:37:30 Mythius NetworkManager[383]: <info> [1542908250.1032] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 3E:0F:C1:A9:D6:3C (scanning)
Nov 22 12:37:30 Mythius kernel: [13640.554583] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:42:46 Mythius NetworkManager[383]: <info> [1542908566.1033] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to EA:84:BE:A5:2D:69 (scanning)
Nov 22 12:42:46 Mythius kernel: [13956.556150] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:48:02 Mythius NetworkManager[383]: <info> [1542908882.1039] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 22:5B:7E:60:17:24 (scanning)
Nov 22 12:48:02 Mythius kernel: [14272.556680] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:53:18 Mythius NetworkManager[383]: <info> [1542909198.1032] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to FE:77:A0:44:A5:2F (scanning)
Nov 22 12:53:18 Mythius kernel: [14588.554103] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 12:58:34 Mythius NetworkManager[383]: <info> [1542909514.1033] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 5A:99:80:0E:AA:17 (scanning)
Nov 22 12:58:34 Mythius kernel: [14904.554402] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:03:50 Mythius NetworkManager[383]: <info> [1542909830.0820] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 56:0F:CB:3F:24:93 (scanning)
Nov 22 13:03:50 Mythius kernel: [15220.538127] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:09:06 Mythius NetworkManager[383]: <info> [1542910146.0793] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 46:B5:88:A8:36:AD (scanning)
Nov 22 13:09:06 Mythius kernel: [15536.534918] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:14:22 Mythius NetworkManager[383]: <info> [1542910462.0806] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 7E:09:8C:B8:27:36 (scanning)
Nov 22 13:14:22 Mythius kernel: [15852.534604] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:19:38 Mythius NetworkManager[383]: <info> [1542910778.0774] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 32:F1:D3:AB:39:AE (scanning)
Nov 22 13:19:38 Mythius kernel: [16168.561748] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:24:54 Mythius NetworkManager[383]: <info> [1542911094.0876] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 82:EB:93:03:AB:76 (scanning)
Nov 22 13:24:54 Mythius kernel: [16484.550565] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:30:10 Mythius NetworkManager[383]: <info> [1542911410.0862] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 02:B3:B1:11:E2:A7 (scanning)
Nov 22 13:30:10 Mythius kernel: [16800.604970] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:35:26 Mythius NetworkManager[383]: <info> [1542911726.1026] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to EA:65:CC:F9:88:E8 (scanning)
Nov 22 13:35:26 Mythius kernel: [17116.572297] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:40:42 Mythius NetworkManager[383]: <info> [1542912042.0368] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to DE:9F:0E:FD:55:16 (scanning)
Nov 22 13:40:42 Mythius kernel: [17432.646503] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:45:58 Mythius NetworkManager[383]: <info> [1542912358.0490] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to DA:74:B0:90:92:59 (scanning)
Nov 22 13:45:58 Mythius kernel: [17748.688292] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:51:14 Mythius NetworkManager[383]: <info> [1542912674.0800] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 1A:87:D0:C9:A5:FB (scanning)
Nov 22 13:51:14 Mythius kernel: [18064.621163] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 13:56:30 Mythius NetworkManager[383]: <info> [1542912990.0980] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to E2:65:A4:43:06:5D (scanning)
Nov 22 13:56:30 Mythius kernel: [18380.571457] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:01:46 Mythius NetworkManager[383]: <info> [1542913306.1029] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 32:9D:06:F0:55:A2 (scanning)
Nov 22 14:01:46 Mythius kernel: [18696.608381] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:07:02 Mythius NetworkManager[383]: <info> [1542913622.1035] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 5A:D7:5A:B2:99:B9 (scanning)
Nov 22 14:07:02 Mythius kernel: [19012.563330] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:12:18 Mythius NetworkManager[383]: <info> [1542913938.0997] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 96:BE:92:67:4C:53 (scanning)
Nov 22 14:12:18 Mythius kernel: [19328.706649] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:17:34 Mythius NetworkManager[383]: <info> [1542914254.1013] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 1E:CB:16:EC:8E:24 (scanning)
Nov 22 14:17:34 Mythius kernel: [19644.555913] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:22:50 Mythius NetworkManager[383]: <info> [1542914570.1033] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to DA:60:27:E3:F8:71 (scanning)
Nov 22 14:22:50 Mythius kernel: [19960.559590] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:28:06 Mythius NetworkManager[383]: <info> [1542914886.0872] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 5E:36:56:9B:6D:9B (scanning)
Nov 22 14:28:06 Mythius kernel: [20276.551640] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:33:22 Mythius NetworkManager[383]: <info> [1542915202.0999] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 0A:A7:FB:CB:7F:84 (scanning)
Nov 22 14:33:22 Mythius kernel: [20592.568807] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:38:38 Mythius NetworkManager[383]: <info> [1542915518.1006] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to CA:7C:FE:0B:50:1E (scanning)
Nov 22 14:38:38 Mythius kernel: [20908.557993] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:43:54 Mythius NetworkManager[383]: <info> [1542915834.1026] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 9E:8A:4E:3B:17:9E (scanning)
Nov 22 14:43:54 Mythius kernel: [21224.559164] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:49:10 Mythius NetworkManager[383]: <info> [1542916150.0997] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 82:FA:6A:FB:D8:5C (scanning)
Nov 22 14:49:10 Mythius kernel: [21540.560828] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:54:26 Mythius NetworkManager[383]: <info> [1542916466.0994] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 72:76:31:F5:3B:CC (scanning)
Nov 22 14:54:26 Mythius kernel: [21856.559760] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 14:59:42 Mythius NetworkManager[383]: <info> [1542916782.1020] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 3E:D3:0B:64:9B:D7 (scanning)
Nov 22 14:59:42 Mythius kernel: [22172.560308] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:04:58 Mythius NetworkManager[383]: <info> [1542917098.0996] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 72:F2:79:53:A4:D6 (scanning)
Nov 22 15:04:58 Mythius kernel: [22488.561007] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:10:14 Mythius NetworkManager[383]: <info> [1542917414.0992] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 1A:DF:41:91:2E:6A (scanning)
Nov 22 15:10:14 Mythius kernel: [22804.575514] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:15:30 Mythius NetworkManager[383]: <info> [1542917730.0996] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to FA:2D:0F:59:AC:27 (scanning)
Nov 22 15:15:30 Mythius kernel: [23120.567078] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:20:46 Mythius NetworkManager[383]: <info> [1542918046.0434] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 6E:32:36:A1:CB:8B (scanning)
Nov 22 15:20:46 Mythius kernel: [23436.499380] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:26:02 Mythius NetworkManager[383]: <info> [1542918362.0433] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to B6:2A:7A:11:87:3C (scanning)
Nov 22 15:26:02 Mythius kernel: [23752.497931] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:31:18 Mythius NetworkManager[383]: <info> [1542918678.0823] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 3E:C7:51:27:38:64 (scanning)
Nov 22 15:31:18 Mythius kernel: [24068.533668] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:36:34 Mythius NetworkManager[383]: <info> [1542918994.1044] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to BA:D9:45:63:5A:FF (scanning)
Nov 22 15:36:34 Mythius kernel: [24384.555579] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:41:50 Mythius NetworkManager[383]: <info> [1542919310.1034] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 92:83:57:90:B0:52 (scanning)
Nov 22 15:41:50 Mythius kernel: [24700.557182] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:47:06 Mythius NetworkManager[383]: <info> [1542919626.1022] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 1A:DD:EA:0D:7A:BC (scanning)
Nov 22 15:47:06 Mythius kernel: [25016.709690] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:52:22 Mythius NetworkManager[383]: <info> [1542919942.0981] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 1E:A3:AD:83:49:34 (scanning)
Nov 22 15:52:22 Mythius kernel: [25332.836413] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 15:57:38 Mythius NetworkManager[383]: <info> [1542920258.1025] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to E6:14:76:D3:2F:AE (scanning)
Nov 22 15:57:38 Mythius kernel: [25648.599668] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:02:54 Mythius NetworkManager[383]: <info> [1542920574.1034] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to DA:38:BD:8A:7E:0A (scanning)
Nov 22 16:02:54 Mythius kernel: [25964.602489] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:08:10 Mythius NetworkManager[383]: <info> [1542920890.1049] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 1A:3E:6D:DF:3E:AC (scanning)
Nov 22 16:08:10 Mythius kernel: [26280.571245] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:13:26 Mythius NetworkManager[383]: <info> [1542921206.1039] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 8A:BE:97:38:86:0D (scanning)
Nov 22 16:13:26 Mythius kernel: [26596.604588] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:18:42 Mythius NetworkManager[383]: <info> [1542921522.0882] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 1E:32:98:D5:A7:9D (scanning)
Nov 22 16:18:42 Mythius kernel: [26912.541282] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:23:58 Mythius NetworkManager[383]: <info> [1542921838.1046] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 62:77:0F:3F:D4:86 (scanning)
Nov 22 16:23:58 Mythius kernel: [27228.654924] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:29:14 Mythius NetworkManager[383]: <info> [1542922154.0969] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 6E:1F:BA:D0:2D:FC (scanning)
Nov 22 16:29:14 Mythius kernel: [27544.552477] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:34:30 Mythius NetworkManager[383]: <info> [1542922470.0856] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 8E:BA:D7:0F:F0:A8 (scanning)
Nov 22 16:34:30 Mythius kernel: [27860.578143] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:39:46 Mythius NetworkManager[383]: <info> [1542922786.1098] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 7A:4F:1D:09:22:3D (scanning)
Nov 22 16:39:46 Mythius kernel: [28176.692619] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:45:02 Mythius NetworkManager[383]: <info> [1542923102.0992] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 92:A2:E8:98:E9:5E (scanning)
Nov 22 16:45:02 Mythius kernel: [28492.618930] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:50:18 Mythius NetworkManager[383]: <info> [1542923418.1034] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to EA:80:B3:8F:44:E0 (scanning)
Nov 22 16:50:18 Mythius kernel: [28808.557419] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 16:55:34 Mythius NetworkManager[383]: <info> [1542923734.0423] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 46:7A:78:09:BE:AA (scanning)
Nov 22 16:55:34 Mythius kernel: [29124.514736] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:00:50 Mythius NetworkManager[383]: <info> [1542924050.0551] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 06:99:C0:67:48:88 (scanning)
Nov 22 17:00:50 Mythius kernel: [29440.509798] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:06:06 Mythius NetworkManager[383]: <info> [1542924366.0864] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to A6:98:77:66:13:29 (scanning)
Nov 22 17:06:06 Mythius kernel: [29756.713185] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:11:22 Mythius NetworkManager[383]: <info> [1542924682.0912] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 2E:2C:09:18:89:EC (scanning)
Nov 22 17:11:22 Mythius kernel: [30072.681800] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:16:38 Mythius NetworkManager[383]: <info> [1542924998.0826] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 42:E6:45:4A:22:84 (scanning)
Nov 22 17:16:38 Mythius kernel: [30388.708919] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:21:54 Mythius NetworkManager[383]: <info> [1542925314.0986] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 66:75:50:19:5F:81 (scanning)
Nov 22 17:21:54 Mythius kernel: [30704.551966] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:27:10 Mythius NetworkManager[383]: <info> [1542925630.0817] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 4E:5A:F5:C8:66:16 (scanning)
Nov 22 17:27:10 Mythius kernel: [31020.536043] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:32:26 Mythius NetworkManager[383]: <info> [1542925946.0807] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 0A:0F:8D:82:9D:23 (scanning)
Nov 22 17:32:26 Mythius kernel: [31336.534315] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:37:42 Mythius NetworkManager[383]: <info> [1542926262.0805] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 6E:DC:2E:E3:43:95 (scanning)
Nov 22 17:37:42 Mythius kernel: [31652.536851] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:42:58 Mythius NetworkManager[383]: <info> [1542926578.0808] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 7E:29:B4:95:36:4E (scanning)
Nov 22 17:42:58 Mythius kernel: [31968.538036] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:48:14 Mythius NetworkManager[383]: <info> [1542926894.0787] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 0E:DE:C3:66:02:9B (scanning)
Nov 22 17:48:14 Mythius kernel: [32284.532451] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:53:30 Mythius NetworkManager[383]: <info> [1542927210.0834] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 1E:49:9F:1A:E7:CE (scanning)
Nov 22 17:53:30 Mythius kernel: [32600.537874] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 17:58:46 Mythius NetworkManager[383]: <info> [1542927526.1112] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 06:53:3D:DF:B4:23 (scanning)
Nov 22 17:58:46 Mythius kernel: [32916.707684] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:04:02 Mythius NetworkManager[383]: <info> [1542927842.1055] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to D6:EC:B4:29:5C:E6 (scanning)
Nov 22 18:04:02 Mythius kernel: [33232.699630] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:09:18 Mythius NetworkManager[383]: <info> [1542928158.1024] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to CE:49:FC:31:20:AB (scanning)
Nov 22 18:09:18 Mythius kernel: [33548.701018] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:14:34 Mythius NetworkManager[383]: <info> [1542928474.1007] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to FA:A2:11:62:5B:87 (scanning)
Nov 22 18:14:34 Mythius kernel: [33864.688852] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:19:50 Mythius NetworkManager[383]: <info> [1542928790.1004] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to EE:54:FC:B2:8D:F9 (scanning)
Nov 22 18:19:50 Mythius kernel: [34180.692772] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:25:06 Mythius NetworkManager[383]: <info> [1542929106.1002] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 56:D7:86:BB:C6:DC (scanning)
Nov 22 18:25:06 Mythius kernel: [34496.689486] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:30:22 Mythius NetworkManager[383]: <info> [1542929422.0970] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 6E:CE:C7:86:09:DA (scanning)
Nov 22 18:30:22 Mythius kernel: [34812.684745] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:35:38 Mythius NetworkManager[383]: <info> [1542929738.0485] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 72:AB:2E:FA:C3:B3 (scanning)
Nov 22 18:35:38 Mythius kernel: [35128.640180] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:40:54 Mythius NetworkManager[383]: <info> [1542930054.0526] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 42:04:B4:18:F1:A3 (scanning)
Nov 22 18:40:54 Mythius kernel: [35444.656151] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:46:10 Mythius NetworkManager[383]: <info> [1542930370.0865] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 3E:60:FD:A5:EE:08 (scanning)
Nov 22 18:46:10 Mythius kernel: [35760.667710] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:51:26 Mythius NetworkManager[383]: <info> [1542930686.0956] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to D2:4D:82:C4:A5:84 (scanning)
Nov 22 18:51:26 Mythius kernel: [36076.639452] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:56:42 Mythius NetworkManager[383]: <info> [1542931002.1029] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to CE:C0:60:62:D9:E2 (scanning)
Nov 22 18:56:42 Mythius kernel: [36392.676717] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 18:59:23 Mythius systemd[660]: Closed GnuPG network certificate management daemon.
Nov 22 21:16:45 Mythius kernel: [ 0.108000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
Nov 22 21:16:45 Mythius kernel: [ 0.108000] NET: Registered protocol family 16
Nov 22 21:16:45 Mythius kernel: [ 0.183929] NET: Registered protocol family 2
Nov 22 21:16:45 Mythius kernel: [ 0.183929] NET: Registered protocol family 1
Nov 22 21:16:45 Mythius kernel: [ 1.082357] audit: initializing netlink subsys (disabled)
Nov 22 21:16:45 Mythius kernel: [ 1.488769] NET: Registered protocol family 10
Nov 22 21:16:45 Mythius kernel: [ 1.489230] NET: Registered protocol family 17
Nov 22 21:16:45 Mythius kernel: [ 1.489618] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Nov 22 21:16:45 Mythius kernel: [ 1.778872] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
Nov 22 21:16:45 Mythius kernel: [ 6.729934] ip_tables: (C) 2000-2006 Netfilter Core Team
Nov 22 21:16:45 Mythius systemd[1]: Starting Raise network interfaces...
Nov 22 21:16:45 Mythius systemd[1]: Started Raise network interfaces.
Nov 22 21:16:45 Mythius systemd[1]: Starting Network Manager...
Nov 22 21:16:48 Mythius NetworkManager[378]: <info> [1542939408.1865] NetworkManager (version 1.6.2) is starting...
Nov 22 21:16:48 Mythius NetworkManager[378]: <info> [1542939408.1883] Read config: /etc/NetworkManager/NetworkManager.conf
Nov 22 21:16:48 Mythius NetworkManager[378]: <info> [1542939408.2890] manager[0x91a028]: monitoring kernel firmware directory '/lib/firmware'.
Nov 22 21:16:48 Mythius NetworkManager[378]: <info> [1542939408.2891] monitoring ifupdown state file '/run/network/ifstate'.
Nov 22 21:16:48 Mythius NetworkManager[378]: <info> [1542939408.3338] dns-mgr[0x907828]: init: dns=default, rc-manager=resolvconf
Nov 22 21:16:48 Mythius NetworkManager[378]: <info> [1542939408.3574] rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/ieee80211/phy0/rfkill0) (driver rtl8192cu)
Nov 22 21:16:48 Mythius NetworkManager[378]: <info> [1542939408.3593] manager[0x91a028]: WiFi hardware radio set enabled
Nov 22 21:16:48 Mythius NetworkManager[378]: <info> [1542939408.3605] manager[0x91a028]: WWAN hardware radio set enabled
Nov 22 21:16:48 Mythius systemd[1]: Started Network Manager.
Nov 22 21:16:48 Mythius systemd[1]: Reached target Network.
Nov 22 21:16:48 Mythius systemd[1]: Starting Network Manager Wait Online...
Nov 22 21:16:48 Mythius systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 22 21:16:48 Mythius systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0604] init!
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0611] management mode: unmanaged
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0666] devices added (path: /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/net/wlxe4beed9ffb93, iface: wlxe4beed9ffb93)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0667] device added (path: /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/net/wlxe4beed9ffb93, iface: wlxe4beed9ffb93): no ifupdown configuration found.
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0667] devices added (path: /sys/devices/pci0000:00/0000:00:1e.0/0000:05:08.0/net/enp5s8, iface: enp5s8)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0667] device added (path: /sys/devices/pci0000:00/0000:00:1e.0/0000:05:08.0/net/enp5s8, iface: enp5s8): no ifupdown configuration found.
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0668] devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0668] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0668] end _init.
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0669] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd. To report bugs please use the NetworkManager mailing list. (/usr/lib/i386-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0671] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0671] (9434848) ... get_connections.
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.0672] (9434848) ... get_connections (managed=false): return empty list.
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.1930] keyfile: new connection /etc/NetworkManager/system-connections/Dragonborn (5f5b1e0f-5e01-4166-bea8-e9bc4cfdc8d7,"Dragonborn")
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.2653] get unmanaged devices count: 0
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.6728] settings: hostname: using hostnamed
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.6729] settings: hostname changed from (none) to "Mythius"
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7200] dhcp-init: Using DHCP client 'dhclient'
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7202] manager: WiFi enabled by radio killswitch; enabled by state file
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7203] manager: WWAN enabled by radio killswitch; enabled by state file
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7204] manager: Networking is enabled by state file
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7367] Loaded device plugin: NMBondDeviceFactory (internal)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7368] Loaded device plugin: NMBridgeDeviceFactory (internal)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7369] Loaded device plugin: NMEthernetDeviceFactory (internal)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7369] Loaded device plugin: NMInfinibandDeviceFactory (internal)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7370] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7370] Loaded device plugin: NMMacsecDeviceFactory (internal)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7371] Loaded device plugin: NMMacvlanDeviceFactory (internal)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7371] Loaded device plugin: NMTunDeviceFactory (internal)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7372] Loaded device plugin: NMVethDeviceFactory (internal)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7373] Loaded device plugin: NMVlanDeviceFactory (internal)
Nov 22 21:16:49 Mythius NetworkManager[378]: <info> [1542939409.7373] Loaded device plugin: NMVxlanDeviceFactory (internal)
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.1750] Loaded device plugin: NMWifiFactory (/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.3741] Loaded device plugin: NMBluezManager (/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.4138] Loaded device plugin: NMWwanFactory (/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.4383] Loaded device plugin: NMAtmManager (/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.5781] Loaded device plugin: NMTeamFactory (/usr/lib/i386-linux-gnu/NetworkManager/libnm-device-plugin-team.so)
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.6332] device (lo): link connected
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.6398] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.6563] manager: (enp5s8): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.6613] keyfile: add connection in-memory (1460ee02-94cc-39fe-b164-72fa451ec792,"Wired connection 1")
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.6664] settings: (enp5s8): created default wired connection 'Wired connection 1'
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.6758] device (enp5s8): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Nov 22 21:16:50 Mythius kernel: [ 23.668917] IPv6: ADDRCONF(NETDEV_UP): enp5s8: link is not ready
Nov 22 21:16:50 Mythius kernel: [ 23.688994] IPv6: ADDRCONF(NETDEV_UP): enp5s8: link is not ready
Nov 22 21:16:50 Mythius kernel: [ 23.693839] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s8: link becomes ready
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.7329] (wlxe4beed9ffb93): using nl80211 for WiFi device control
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.7348] device (wlxe4beed9ffb93): driver supports Access Point (AP) mode
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.7426] manager: (wlxe4beed9ffb93): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Nov 22 21:16:50 Mythius NetworkManager[378]: <info> [1542939410.7521] device (wlxe4beed9ffb93): state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Nov 22 21:16:50 Mythius kernel: [ 23.745543] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 21:16:51 Mythius kernel: [ 24.213229] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 21:16:51 Mythius NetworkManager[378]: <info> [1542939411.2534] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 16:48:BA:44:CE:D7 (scanning)
Nov 22 21:16:51 Mythius kernel: [ 24.728608] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 21:16:51 Mythius dbus[368]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Nov 22 21:16:51 Mythius systemd[1]: Starting WPA supplicant...
Nov 22 21:16:51 Mythius NetworkManager[378]: <info> [1542939411.8608] ModemManager available in the bus
Nov 22 21:16:51 Mythius NetworkManager[378]: <info> [1542939411.8992] device (enp5s8): link connected
Nov 22 21:16:51 Mythius NetworkManager[378]: <info> [1542939411.9116] device (enp5s8): state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Nov 22 21:16:51 Mythius NetworkManager[378]: <info> [1542939411.9267] policy: auto-activating connection 'Wired connection 1'
Nov 22 21:16:51 Mythius NetworkManager[378]: <info> [1542939411.9338] device (enp5s8): Activation: starting connection 'Wired connection 1' (1460ee02-94cc-39fe-b164-72fa451ec792)
Nov 22 21:16:51 Mythius NetworkManager[378]: <info> [1542939411.9415] device (enp5s8): state change: disconnected -> prepare (reason 'none') [30 40 0]
Nov 22 21:16:51 Mythius NetworkManager[378]: <info> [1542939411.9446] manager: NetworkManager state is now CONNECTING
Nov 22 21:16:51 Mythius NetworkManager[378]: <info> [1542939411.9574] device (enp5s8): state change: prepare -> config (reason 'none') [40 50 0]
Nov 22 21:16:51 Mythius NetworkManager[378]: <info> [1542939411.9647] device (enp5s8): state change: config -> ip-config (reason 'none') [50 70 0]
Nov 22 21:16:52 Mythius NetworkManager[378]: <info> [1542939412.0452] dhcp4 (enp5s8): activation: beginning transaction (timeout in 45 seconds)
Nov 22 21:16:52 Mythius NetworkManager[378]: <info> [1542939412.4804] dhcp4 (enp5s8): dhclient started with pid 496
Nov 22 21:16:52 Mythius dbus[368]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Nov 22 21:16:52 Mythius wpa_supplicant[495]: Successfully initialized wpa_supplicant
Nov 22 21:16:52 Mythius systemd[1]: Started WPA supplicant.
Nov 22 21:16:52 Mythius NetworkManager[378]: <info> [1542939412.7442] supplicant: wpa_supplicant running
Nov 22 21:16:52 Mythius NetworkManager[378]: <info> [1542939412.7460] device (wlxe4beed9ffb93): supplicant interface state: init -> starting
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.1820] sup-iface[0x944938,wlxe4beed9ffb93]: supports 4 scan SSIDs
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.1866] device (wlxe4beed9ffb93): supplicant interface state: starting -> ready
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.1882] device (wlxe4beed9ffb93): state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Nov 22 21:16:53 Mythius kernel: [ 26.180601] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 21:16:53 Mythius dhclient[496]: DHCPDISCOVER on enp5s8 to 255.255.255.255 port 67 interval 3
Nov 22 21:16:53 Mythius dhclient[496]: DHCPREQUEST of 192.168.1.100 on enp5s8 to 255.255.255.255 port 67
Nov 22 21:16:53 Mythius dhclient[496]: DHCPOFFER of 192.168.1.100 from 192.168.1.1
Nov 22 21:16:53 Mythius dhclient[496]: DHCPACK of 192.168.1.100 from 192.168.1.1
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4324] dhcp4 (enp5s8): address 192.168.1.100
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4350] dhcp4 (enp5s8): plen 24 (255.255.255.0)
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4352] dhcp4 (enp5s8): gateway 192.168.1.1
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4352] dhcp4 (enp5s8): server identifier 192.168.1.1
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4353] dhcp4 (enp5s8): lease time 7200
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4353] dhcp4 (enp5s8): nameserver '192.168.1.1'
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4354] dhcp4 (enp5s8): state changed unknown -> bound
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4518] device (enp5s8): state change: ip-config -> ip-check (reason 'none') [70 80 0]
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4660] device (enp5s8): state change: ip-check -> secondaries (reason 'none') [80 90 0]
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4732] device (enp5s8): state change: secondaries -> activated (reason 'none') [90 100 0]
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.4770] manager: NetworkManager state is now CONNECTED_LOCAL
Nov 22 21:16:53 Mythius dhclient[496]: bound to 192.168.1.100 -- renewal in 3407 seconds.
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.5650] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.5694] policy: set 'Wired connection 1' (enp5s8) as default for IPv4 routing and DNS
Nov 22 21:16:53 Mythius NetworkManager[378]: <info> [1542939413.6015] device (enp5s8): Activation: successful, device activated.
Nov 22 21:16:54 Mythius NetworkManager[378]: <info> [1542939414.2720] device (wlxe4beed9ffb93): supplicant interface state: ready -> inactive
Nov 22 21:16:55 Mythius systemd[534]: Listening on GnuPG network certificate management daemon.
Nov 22 21:16:57 Mythius NetworkManager[378]: <info> [1542939417.0121] manager: startup complete
Nov 22 21:16:57 Mythius systemd[1]: Started Network Manager Wait Online.
Nov 22 21:16:57 Mythius systemd[1]: Reached target Network is Online.
Nov 22 21:17:24 Mythius systemd[829]: Listening on GnuPG network certificate management daemon.
Nov 22 21:22:51 Mythius NetworkManager[378]: <info> [1542939771.3034] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to AA:25:B1:20:66:74 (scanning)
Nov 22 21:22:51 Mythius kernel: [ 369.550142] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 21:28:07 Mythius NetworkManager[378]: <info> [1542940087.2602] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 92:9B:D6:DB:F4:36 (scanning)
Nov 22 21:28:07 Mythius kernel: [ 685.498200] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 21:33:23 Mythius NetworkManager[378]: <info> [1542940403.2604] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 86:90:07:A7:76:35 (scanning)
Nov 22 21:33:23 Mythius kernel: [ 1001.499839] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
Nov 22 21:38:39 Mythius NetworkManager[378]: <info> [1542940719.3112] device (wlxe4beed9ffb93): set-hw-addr: set MAC address to 82:B3:EA:F5:46:90 (scanning)
Nov 22 21:38:39 Mythius kernel: [ 1317.549441] IPv6: ADDRCONF(NETDEV_UP): wlxe4beed9ffb93: link is not ready
And the rfkill:
mythius@Mythius:~$ sudo rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Offline
Hello OP,
first, made your title more explicit.
Second, some basic googling leads to https://www.raspberrypi.org/forums/view … hp?t=28589 indicating that the exact same USB adaptor you got there (Netis WF-2111 802.11n 150Mbps Wireless N USB Adapter) works without issues on the Raspberry Pi.
Third, from the same page we learn that the chipset the device has is the Realtek RTL8188CUS. We first need to check if that's the case with your device too (Netis could have changed the hardware a bit in the meantime) and if yes, the problem reduces how to load the RTL8188CUS driver. For this, we need the output of
lsusb
from you with the stick plugged in.
What you can try immediately is plugging in the stick, then issue
sudo modprobe rtl8192cu # suggested by above link
and check if the device is recognized now
iw list # should show device capabilities ip link
If the kernel module rtl8188ee doesn't work, type modprobe rtl<TAB> and select another kernel module from the completion suggestions, for example rtl8188ee looks like another candidate. Try all modules that have close-enough names.
If one module works, create the file /etc/modprobe.d/netiswifi.conf with the contents
<the kernel module> # for example rtl8192cu
to autoload the driver at boot time.
PS. Also install the firmware package as s7l suggests.
@earlybird thanks for this!
I'll admit I'm a bit thrown off by your reference to a Raspberry Pi forum, because that isn't my system....not sure if that matters though, I'm just learning how all this works...
Here's the output for
lsusb
mythius@Mythius:~$ lsusb
Bus 001 Device 004: ID 058f:6387 Alcor Micro Corp. Flash Drive
Bus 001 Device 003: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
I hope I'm doing this correctly, lol, but there was no output at all for this:
sudo modprobe rtl8192cu
I continued on with the list, but I don't know what it's telling me here, sorry:
mythius@Mythius:~$ iw list rtl8192cu
Usage: iw [options] command
Options:
--debug enable netlink debugging
--version show version (4.9)
Commands:
help [command]
Print usage for all or a specific command, e.g.
"help wowlan" or "help wowlan enable".
event [-t|-r] [-f]
Monitor events from the kernel.
-t - print timestamp
-r - print relative timstamp
-f - print full frame for auth/assoc etc.
features
commands
list all known commands and their decimal & hex value
phy
list
List all wireless devices and their capabilities.
phy <phyname> info
Show capabilities for the specified wireless device.
phy <phyname> channels
Show available channels.
dev
List all network interfaces for wireless hardware.
dev <devname> info
Show information for this interface.
dev <devname> del
Remove this virtual interface
dev <devname> interface add <name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*] [addr <mac-addr>]
phy <phyname> interface add <name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*] [addr <mac-addr>]
Add a new virtual interface with the given configuration.
Valid interface types are: managed, ibss, monitor, mesh, wds.
The flags are only used for monitor interfaces, valid flags are:
none: no special flags
fcsfail: show frames with FCS errors
control: show control frames
otherbss: show frames from other BSSes
cook: use cooked mode
active: use active mode (ACK incoming unicast packets)
mumimo-groupid <GROUP_ID>: use MUMIMO according to a group id
mumimo-follow-mac <MAC_ADDRESS>: use MUMIMO according to a MAC address
The mesh_id is used only for mesh mode.
dev <devname> ibss join <SSID> <freq in MHz> [NOHT|HT20|HT40+|HT40-|5MHz|10MHz|80MHz] [fixed-freq] [<fixed bssid>] [beacon-interval <TU>] [basic-rates <rate in Mbps,rate2,...>] [mcast-rate <rate in Mbps>] [key d:0:abcde]
Join the IBSS cell with the given SSID, if it doesn't exist create
it on the given frequency. When fixed frequency is requested, don't
join/create a cell on a different frequency. When a fixed BSSID is
requested use that BSSID and do not adopt another cell's BSSID even
if it has higher TSF and the same SSID. If an IBSS is created, create
it with the specified basic-rates, multicast-rate and beacon-interval.
dev <devname> ibss leave
Leave the current IBSS cell.
dev <devname> station dump [-v]
List all stations known, e.g. the AP on managed interfaces
dev <devname> station set <MAC address> mesh_power_mode <active|light|deep>
Set link-specific mesh power mode for this station
dev <devname> station set <MAC address> vlan <ifindex>
Set an AP VLAN for this station.
dev <devname> station set <MAC address> plink_action <open|block>
Set mesh peer link action for this station (peer).
dev <devname> station del <MAC address> [subtype <subtype>] [reason-code <code>]
Remove the given station entry (use with caution!)
Example subtype values: 0xA (disassociation), 0xC (deauthentication)
dev <devname> station get <MAC address>
Get information for a specific station.
dev <devname> survey dump
List all gathered channel survey data
dev <devname> ocb leave
Leave the OCB mode network.
dev <devname> ocb join <freq in MHz> <5MHz|10MHz>
Join the OCB mode network.
dev <devname> mesh leave
Leave a mesh.
dev <devname> mesh join <mesh ID> [[freq <freq in MHz> <NOHT|HT20|HT40+|HT40-|80MHz>] [basic-rates <rate in Mbps,rate2,...>]], [mcast-rate <rate in Mbps>] [beacon-interval <time in TUs>] [dtim-period <value>] [vendor_sync on|off] [<param>=<value>]*
Join a mesh with the given mesh ID with frequency, basic-rates,
mcast-rate and mesh parameters. Basic-rates are applied only if
frequency is provided.
dev <devname> mpath dump
List known mesh paths.
dev <devname> mpath set <destination MAC address> next_hop <next hop MAC address>
Set an existing mesh path's next hop.
dev <devname> mpath new <destination MAC address> next_hop <next hop MAC address>
Create a new mesh path (instead of relying on automatic discovery).
dev <devname> mpath del <MAC address>
Remove the mesh path to the given node.
dev <devname> mpath get <MAC address>
Get information on mesh path to the given node.
dev <devname> mpp dump
List known mesh proxy paths.
dev <devname> mpp get <MAC address>
Get information on mesh proxy path to the given node.
dev <devname> scan [-u] [freq <freq>*] [ies <hex as 00:11:..>] [meshid <meshid>] [lowpri,flush,ap-force] [randomise[=<addr>/<mask>]] [ssid <ssid>*|passive]
Scan on the given frequencies and probe for the given SSIDs
(or wildcard if not given) unless passive scanning is requested.
If -u is specified print unknown data in the scan results.
Specified (vendor) IEs must be well-formed.
dev <devname> scan sched_stop
Stop an ongoing scheduled scan.
dev <devname> scan sched_start [interval <in_msecs> | scan_plans [<interval_secs:iterations>*] <interval_secs>] [delay <in_secs>] [freqs <freq>+] [matches [ssid <ssid>]+]] [active [ssid <ssid>]+|passive] [randomise[=<addr>/<mask>]]
Start a scheduled scan at the specified interval on the given frequencies
with probing for the given SSIDs (or wildcard if not given) unless passive
scanning is requested. If matches are specified, only matching results
will be returned.
dev <devname> scan abort
Abort ongoing scan
dev <devname> scan trigger [freq <freq>*] [ies <hex as 00:11:..>] [meshid <meshid>] [lowpri,flush,ap-force] [randomise[=<addr>/<mask>]] [ssid <ssid>*|passive]
Trigger a scan on the given frequencies with probing for the given
SSIDs (or wildcard if not given) unless passive scanning is requested.
dev <devname> scan dump [-u]
Dump the current scan results. If -u is specified, print unknown
data in scan results.
phy <phyname> reg get
Print out the devices' current regulatory domain information.
reg get
Print out the kernel's current regulatory domain information.
reg set <ISO/IEC 3166-1 alpha2>
Notify the kernel about the current regulatory domain.
dev <devname> auth <SSID> <bssid> <type:open|shared> <freq in MHz> [key 0:abcde d:1:6162636465]
Authenticate with the given network.
dev <devname> connect [-w] <SSID> [<freq in MHz>] [<bssid>] [key 0:abcde d:1:6162636465]
Join the network with the given SSID (and frequency, BSSID).
With -w, wait for the connect to finish or fail.
dev <devname> disconnect
Disconnect from the current network.
dev <devname> link
Print information about the current link, if any.
dev <devname> offchannel <freq> <duration>
Leave operating channel and go to the given channel for a while.
dev <devname> cqm rssi <threshold|off> [<hysteresis>]
Set connection quality monitor RSSI threshold.
phy <phyname> wowlan show
Show WoWLAN status.
phy <phyname> wowlan disable
Disable WoWLAN.
phy <phyname> wowlan enable [any] [disconnect] [magic-packet] [gtk-rekey-failure] [eap-identity-request] [4way-handshake] [rfkill-release] [net-detect [interval <in_msecs> | scan_plans [<interval_secs:iterations>*] <interval_secs>] [delay <in_secs>] [freqs <freq>+] [matches [ssid <ssid>]+]] [active [ssid <ssid>]+|passive] [randomise[=<addr>/<mask>]]] [tcp <config-file>] [patterns [offset1+]<pattern1> ...]
Enable WoWLAN with the given triggers.
Each pattern is given as a bytestring with '-' in places where any byte
may be present, e.g. 00:11:22:-:44 will match 00:11:22:33:44 and
00:11:22:33:ff:44 etc.
Offset and pattern should be separated by '+', e.g. 18+43:34:00:12 will match '43:34:00:12' after 18 bytes of offset in Rx packet.
The TCP configuration file contains:
source=ip[:port]
dest=ip:port@mac
data=<hex data packet>
data.interval=seconds
[wake=<hex packet with masked out bytes indicated by '-'>]
[data.seq=len,offset[,start]]
[data.tok=len,offset,<token stream>]
Net-detect configuration example:
iw phy0 wowlan enable net-detect interval 5000 delay 30 freqs 2412 2422 matches ssid foo ssid bar
phy <phyname> coalesce show
Show coalesce status.
phy <phyname> coalesce disable
Disable coalesce.
phy <phyname> coalesce enable <config-file>
Enable coalesce with given configuration.
The configuration file contains coalesce rules:
delay=<delay>
condition=<condition>
patterns=<[offset1+]<pattern1>,<[offset2+]<pattern2>,...>
delay=<delay>
condition=<condition>
patterns=<[offset1+]<pattern1>,<[offset2+]<pattern2>,...>
...
delay: maximum coalescing delay in msec.
condition: 1/0 i.e. 'not match'/'match' the patterns
patterns: each pattern is given as a bytestring with '-' in
places where any byte may be present, e.g. 00:11:22:-:44 will
match 00:11:22:33:44 and 00:11:22:33:ff:44 etc. Offset and
pattern should be separated by '+', e.g. 18+43:34:00:12 will
match '43:34:00:12' after 18 bytes of offset in Rx packet.
dev <devname> roc start <freq> <time in ms>
wdev <idx> p2p stop
wdev <idx> p2p start
dev <devname> vendor recvbin <oui> <subcmd> <filename|-|hex data>
dev <devname> vendor recv <oui> <subcmd> <filename|-|hex data>
dev <devname> vendor send <oui> <subcmd> <filename|-|hex data>
phy <phyname> set antenna <bitmap> | all | <tx bitmap> <rx bitmap>
Set a bitmap of allowed antennas to use for TX and RX.
The driver may reject antenna configurations it cannot support.
dev <devname> set txpower <auto|fixed|limit> [<tx power in mBm>]
Specify transmit power level and setting type.
phy <phyname> set txpower <auto|fixed|limit> [<tx power in mBm>]
Specify transmit power level and setting type.
phy <phyname> set distance <auto|distance>
Enable ACK timeout estimation algorithm (dynack) or set appropriate
coverage class for given link distance in meters.
To disable dynack set valid value for coverage class.
Valid values: 0 - 114750
phy <phyname> set coverage <coverage class>
Set coverage class (1 for every 3 usec of air propagation time).
Valid values: 0 - 255.
phy <phyname> set netns { <pid> | name <nsname> }
Put this wireless device into a different network namespace:
<pid> - change network namespace by process id
<nsname> - change network namespace by name from /run/netns
or by absolute path (man ip-netns)
phy <phyname> set retry [short <limit>] [long <limit>]
Set retry limit.
phy <phyname> set rts <rts threshold|off>
Set rts threshold.
phy <phyname> set frag <fragmentation threshold|off>
Set fragmentation threshold.
dev <devname> set channel <channel> [HT20|HT40+|HT40-]
phy <phyname> set channel <channel> [HT20|HT40+|HT40-]
dev <devname> set freq <freq> [HT20|HT40+|HT40-]
dev <devname> set freq <control freq> [20|40|80|80+80|160] [<center freq 1>] [<center freq 2>]
phy <phyname> set freq <freq> [HT20|HT40+|HT40-]
Set frequency/channel the hardware is using, including HT
configuration.
phy <phyname> set name <new name>
Rename this wireless device.
dev <devname> set mcast_rate <rate in Mbps>
Set the multicast bitrate.
dev <devname> set peer <MAC address>
Set interface WDS peer.
dev <devname> set noack_map <map>
Set the NoAck map for the TIDs. (0x0009 = BE, 0x0006 = BK, 0x0030 = VI, 0x00C0 = VO)
dev <devname> set 4addr <on|off>
Set interface 4addr (WDS) mode.
dev <devname> set type <type>
Set interface type/mode.
Valid interface types are: managed, ibss, monitor, mesh, wds.
dev <devname> set meshid <meshid>
dev <devname> set monitor <flag>*
Set monitor flags. Valid flags are:
none: no special flags
fcsfail: show frames with FCS errors
control: show control frames
otherbss: show frames from other BSSes
cook: use cooked mode
active: use active mode (ACK incoming unicast packets)
mumimo-groupid <GROUP_ID>: use MUMIMO according to a group id
mumimo-follow-mac <MAC_ADDRESS>: use MUMIMO according to a MAC address
dev <devname> set mesh_param <param>=<value> [<param>=<value>]*
Set mesh parameter (run command without any to see available ones).
dev <devname> set power_save <on|off>
Set power save state to on or off.
dev <devname> set bitrates [legacy-<2.4|5> <legacy rate in Mbps>*] [ht-mcs-<2.4|5> <MCS index>*] [vht-mcs-<2.4|5> <NSS:MCSx,MCSy... | NSS:MCSx-MCSy>*] [sgi-2.4|lgi-2.4] [sgi-5|lgi-5]
Sets up the specified rate masks.
Not passing any arguments would clear the existing mask (if any).
dev <devname> get mesh_param [<param>]
Retrieve mesh parameter (run command without any to see available ones).
dev <devname> get power_save <param>
Retrieve power save state.
Commands that use the netdev ('dev') can also be given the
'wdev' instead to identify the device.
You can omit the 'phy' or 'dev' if the identification is unique,
e.g. "iw wlan0 info" or "iw phy0 info". (Don't when scripting.)
Do NOT screenscrape this tool, we don't consider its output stable.
mythius@Mythius:~$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp5s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 00:0b:cd:c3:0d:a5 brd ff:ff:ff:ff:ff:ff
3: wlxe4beed9ffb93: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
link/ether aa:fb:06:4b:45:17 brd ff:ff:ff:ff:ff:ff
I checked the firmware package and it was already installed, but I reinstalled it to be sure.
I created the netiswifi.conf file, like you advised.
I then rebooted, checked wifi, and it gave me the same thing. No connection, but it's finding all the nearby networks...
So I tried to install the driver again, and it gave me this:
mythius@Mythius:~/bin/Linux/RTL8188C_8192C_USB_linux_v4.0.5_11249.20140422$ sudo sh install.sh
##################################################
Realtek Wi-Fi driver Auto installation script
Novembor, 21 2011 v1.1.0
##################################################
Decompress the driver source tar ball:
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422.tar.gz
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/runwpa
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/platform/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/platform/platform_ops.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/platform/platform_ops.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/platform/platform_RTK_DMP_usb.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/platform/platform_ARM_SUNxI_usb.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_xmit.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_ioctl_query.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/efuse/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/efuse/rtw_efuse.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_recv.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_br_ext.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_eeprom.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_debug.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_tdls.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_p2p.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_ieee80211.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_security.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_cmd.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_mlme.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_mp.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_sreset.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_sta_mgt.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_rf.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_pwrctrl.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_wlan_util.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_mlme_ext.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_io.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_ap.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_ioctl_rtl.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_mp_ioctl.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_ioctl_set.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/core/rtw_iol.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/wlan0dhcp
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/osdep_service.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/ioctl_linux.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/recv_linux.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/os_intfs.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/pci_ops_linux.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/usb_intf.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/mlme_linux.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/pci_intf.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/rtw_android.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/rtw_proc.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/xmit_linux.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/usb_ops_linux.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/rtw_proc.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/wifi_regd.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/os_dep/linux/ioctl_cfg80211.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/hal_com.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/wlan_bssdef.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/cmd_osdep.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_recv.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_mlme_ext.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/wifi.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192c_led.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192d_recv.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/HalPwrSeqCmd.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/Hal8192CPhyReg.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_wifi_regd.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/Hal8192DPhyCfg.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192d_hal.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192c_dm.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192c_rf.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_android.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192c_recv.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/nic_spec.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/usb_osintf.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192d_dm.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_xmit.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192c_event.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_qos.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_pwrctrl.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192c_xmit.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192d_spec.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/osdep_ce_service.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/ieee80211.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/recv_osdep.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/drv_types_linux.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_efuse.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/Hal8192CUHWImg.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/usb_ops.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_ht.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/ioctl_cfg80211.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/ethernet.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/mp_custom_oid.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_ioctl_rtl.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/Hal8192DUHWImg.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192c_spec.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_mlme.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/drv_types.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/Hal8192DEHWImg.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_sreset.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/ieee80211_ext.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/drv_types_ce.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/Hal8192CPhyCfg.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192d_led.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/byteorder/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/byteorder/swab.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/byteorder/swabb.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/byteorder/big_endian.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/byteorder/little_endian.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/byteorder/generic.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_mp_ioctl.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/usb_ops_linux.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/Hal8192CUHWImg_wowlan.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/Hal8192CEHWImg.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_p2p.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/pci_hal.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/drv_conf.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/usb_vendor_req.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/linux/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/linux/wireless.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/osdep_service.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/Hal8192DUHWImg_wowlan.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_ioctl_query.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_eeprom.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/drv_types_xp.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_byteorder.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192d_xmit.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_version.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192d_cmd.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_ioctl_set.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/h2clbk.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/pci_osintf.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_cmd.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192d_rf.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/pci_ops.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_tdls.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192c_cmd.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_event.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/mlme_osdep.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_debug.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_ap.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/osdep_intf.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/hal_intf.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/sta_info.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_iol.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_mp_phy_regdef.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_rf.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/usb_hal.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/autoconf.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_security.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_io.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/Hal8192DPhyReg.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_br_ext.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/circ_buf.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/basic_types.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192c_hal.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/ip.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_led.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/if_ether.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/xmit_osdep.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtl8192c_sreset.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_mp.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/rtw_ioctl.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/include/drv_types_sdio.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/ifcfg-wlan0
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/Makefile
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/Kconfig
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/dm.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/OUTSRC/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/OUTSRC/odm_RegDefine11N.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/OUTSRC/odm_RegDefine11AC.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/OUTSRC/odm_debug.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/hal_intf.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/rtl8192c_cmd.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/rtl8192c_phycfg.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/rtl8192c_xmit.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/rtl8192c_dm.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/rtl8192c_mp.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/rtl8192c_rxdesc.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/rtl8192c_rf6052.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/usb/
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/usb/rtl8192cu_led.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/usb/usb_halinit.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/usb/rtl8192cu_recv.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/usb/Hal8192CUHWImg_wowlan.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/usb/usb_ops_ce.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/usb/Hal8192CUHWImg.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/usb/usb_ops_linux.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/usb/rtl8192cu_xmit.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/usb/usb_ops_xp.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/rtl8192c_sreset.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/rtl8192c/rtl8192c_hal_init.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/hal_com.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/dm.h
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/hal/HalPwrSeqCmd.c
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422/clean
rtl8188C_8192C_usb_linux_v4.0.5_11249.20140422
Authentication requested [root] for make clean:
install.sh: 38: [: unexpected operator
bash: make: command not found
Authentication requested [root] for make driver:
install.sh: 48: [: unexpected operator
bash: make: command not found
##################################################
Compile make driver error: 127
Please check error Mesg
##################################################
Same thing
Did I do anything wrong?
Offline
Don't install the vendor's driver.
From your log output we see that your wireless stick is already WORKING. The device's interface is wlxe4beed9ffb93. The correct driver is already in use. You already have a wireless network configured which fails to conncet → check the connection settings in the conncetion dialog (password, SSID, authentication type). The device is trying to connect but connection fails, e.g.
supplicant interface state: scanning -> authenticating Nov 22 02:33:51 Mythius wpa_supplicant[793]: wlxe4beed9ffb93: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Dragonborn" auth_failures=1 duration=10 reason=CONN_FAILED
Oh thank you!
I'll look for a guide to help configure this. I tried a configuration I saw on another thread while researching this, and it never worked, so I moved on... In the meantime, do you know of any helpful resource to do this? And should I go and delete that .conf file I created?
Offline
How far away is your access point?
earlybird wrote:check the connection settings in the conncetion dialog (password, SSID, authentication type). The device is trying to connect but connection fails, e.g.
Oh thank you!
I'll look for a guide to help configure this.
You don't need a guide for that. He is telling you to check you network manager settings to ensure all entered details are correct. It's all gui. Right-click on network icon on tint2 panel then 'edit connections'
And should I go and delete that .conf file I created?
I don't think you need it but I'm an idiot. Maybe rename it so you don't loose it.
Offline