You are not logged in.

#1 2018-02-14 03:52:09

mitch722
Member
Registered: 2018-02-14
Posts: 7

Another Wifi issue [SOLVED]

Hi guys I'm having some wifi issues. My connection previously worked with a broadcom wifi card but the connection continuously dropped out so I switched to a intel one.

The issue I'm having is that every time I try to connect it reports that my password is wrong. It isn't! I've retyped it a dozen times and tried on multiple other devices.

I'm using the ASUS PCE-AC55BT network card.

I can't copy and paste as I'm login in on a different machine so you'll have to bare with me.

$ uname -r
4.15.2-2-ARCH

$ sudo wifi-menu
shows a dozen available networks. I select the one I want, type the password and get a "CONNECTING FAILED" message.
Note: I'm currently getting some "p2p-dev-wlps0: failed to initialise driver interface " messages but I have made them disappear in the past and it still didn't connect.

$ cat /etc/wpa_supplicant/wpa_supplicant.conf
network={
    ssid="name"
    psk="password"
    #psk=4134b324....
}

$ sudo wpa_suplicant -iwlp2s0 -c /etc/wpa_supplicant/wpa_supplicant.conf
I have tried using both psk in plain text and the one generated from wpa_passphrase.
The connection fails at:
wlp2s0: WPA: 4-Way Handshake failed - preshared key must be incorrect
wlp2s0: CTRL-EVENT-SSID-TEMP-DISABLED .... reason=WRONG_KEY

$ nmtui
Tried connecting to available network. It just repeatably tries to connect and keeps asking for a password.

$ lspci -k | grep -A 3 Network
Network controller: Intel Corporation Wireless 8260 (rev 3a)
  Subsystem: Intel Corporation Dual Band Wireless-AC 8260
  Kernel driver in use: iwlwifi
  Kernel modules: iwlwifi

I have also tried connect to the hotspot on my phone and I get the same error

I have the following daemons running:
- wpa_supplicant.service
- NetworkManager.service
- polkit.service
- dhcpcd.service
I'm not sure which others to look might be causing conflict. Are there any other usual suspects?

Any help would be much appreciated (Before I lose all my hair) !!

Thanks. Mitch

Last edited by mitch722 (2018-02-15 04:29:41)

Offline

#2 2018-02-14 04:08:29

circleface
Member
Registered: 2012-05-26
Posts: 639

Re: Another Wifi issue [SOLVED]

I'm pretty sure dhcpcd and NetworkManager should not both be running at the same time.  Make sure you have no other network services like netctl enabled.

Offline

#3 2018-02-14 04:34:22

mitch722
Member
Registered: 2018-02-14
Posts: 7

Re: Another Wifi issue [SOLVED]

I tried disabling it and unfortunately it's still failing.

Offline

#4 2018-02-14 04:50:30

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Another Wifi issue [SOLVED]

1. Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Co … s_and_code

2. Paste the output of `systemctl list-unit-files --state=enabled`

3. For the enabled service, paste the output of `systemctl status XXXX.service` and from that output, use the pid to paste `journalctl _PID=XXXX`.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2018-02-14 05:33:00

mitch722
Member
Registered: 2018-02-14
Posts: 7

Re: Another Wifi issue [SOLVED]

$ sudo systemctl list-unit-files --state=enabled
UNIT FILE                                   STATE  
autovt@.service                             enabled
dbus-org.freedesktop.NetworkManager.service enabled
dbus-org.freedesktop.nm-dispatcher.service  enabled
dhcpcd.service                              enabled
getty@.service                              enabled
NetworkManager-dispatcher.service           enabled
NetworkManager.service                      enabled
sshd.service                                enabled
systemd-timesyncd.service                   enabled
remote-fs.target                            enabled

10 unit files listed.


$ sudo systemctl status dbus-org.freedesktop.NetworkManager
* NetworkManager.service - Network Manager
   Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: disabled)
  Drop-In: /usr/lib/systemd/system/NetworkManager.service.d
           `-NetworkManager-ovs.conf
   Active: active (running) since Tue 2018-02-13 22:17:55 EST; 2h 11min ago
     Docs: man:NetworkManager(8)
 Main PID: 563 (NetworkManager)
    Tasks: 3 (limit: 11059)
   CGroup: /system.slice/NetworkManager.service
           `-563 /usr/bin/NetworkManager --no-daemon

Feb 13 23:30:07 pc NetworkManager[563]: <info>  [1518582607.6278] device (wlp2s0): supplicant interface state: inactive -> disconnected
Feb 13 23:30:09 pc NetworkManager[563]: <info>  [1518582609.5084] device (wlp2s0): supplicant interface state: disconnected -> associated
Feb 13 23:30:09 pc NetworkManager[563]: <warn>  [1518582609.5084] sup-iface[0x564a2cde5170,wlp2s0]: connection disconnected (reason -3)
Feb 13 23:30:09 pc NetworkManager[563]: <info>  [1518582609.5087] device (wlp2s0): supplicant interface state: associated -> disconnected
Feb 13 23:30:09 pc NetworkManager[563]: <warn>  [1518582609.5087] sup-iface[0x564a2cde5170,wlp2s0]: connection disconnected (reason -3)
Feb 13 23:30:09 pc NetworkManager[563]: <info>  [1518582609.6137] device (wlp2s0): supplicant interface state: disconnected -> inactive
Feb 13 23:31:47 pc NetworkManager[563]: <info>  [1518582707.9652] supplicant: wpa_supplicant stopped
Feb 13 23:31:47 pc NetworkManager[563]: <info>  [1518582707.9652] device (wlp2s0): supplicant interface state: inactive -> down
Feb 13 23:31:47 pc NetworkManager[563]: <info>  [1518582707.9656] device (wlp2s0): state change: disconnected -> unavailable (reason 'supplicant-failed', sys-iface-state: 'managed')
Feb 13 23:31:58 pc NetworkManager[563]: <info>  [1518582718.0015] supplicant: wpa_supplicant die count reset


$ sudo systemctl status dbus-org.freedesktop.nm-dispatcher
* NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service
   Loaded: loaded (/usr/lib/systemd/system/NetworkManager-dispatcher.service; enabled; vendor preset: disabled)
   Active: inactive (dead)

Feb 13 22:17:55 pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 13 22:17:55 pc systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 13 22:17:56 pc nm-dispatcher[599]: req:1 'hostname': new request (0 scripts)
Feb 13 22:17:56 pc nm-dispatcher[599]: req:1 'hostname': completed: no scripts


$ sudo systemctl status dhcpcd
* dhcpcd.service - dhcpcd on all interfaces
   Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; enabled; vendor preset: disabled)
   Active: inactive (dead) since Tue 2018-02-13 23:28:30 EST; 1h 0min ago
  Process: 1196 ExecStop=/usr/bin/dhcpcd -x (code=exited, status=0/SUCCESS)
  Process: 564 ExecStart=/usr/bin/dhcpcd -q -b (code=exited, status=0/SUCCESS)
 Main PID: 567 (code=exited, status=0/SUCCESS)

Feb 13 23:28:29 pc systemd[1]: Stopping dhcpcd on all interfaces...
Feb 13 23:28:29 pc dhcpcd[1196]: sending signal TERM to pid 567
Feb 13 23:28:29 pc dhcpcd[1196]: waiting for pid 567 to exit
Feb 13 23:28:29 pc dhcpcd[567]: received SIGTERM, stopping
Feb 13 23:28:29 pc dhcpcd[567]: wlp2s0: removing interface
Feb 13 23:28:29 pc dhcpcd[567]: enp0s31f6: removing interface
Feb 13 23:28:29 pc dhcpcd[567]: dhcpcd exited
Feb 13 23:28:30 pc dhcpcd[1196]: sending signal TERM to pid 567
Feb 13 23:28:30 pc dhcpcd[1196]: waiting for pid 567 to exit
Feb 13 23:28:30 pc systemd[1]: Stopped dhcpcd on all interfaces.


$ sudo systemctl status NetworkManager-dispatcher
* NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service
   Loaded: loaded (/usr/lib/systemd/system/NetworkManager-dispatcher.service; enabled; vendor preset: disabled)
   Active: inactive (dead)

Feb 13 22:17:55 pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 13 22:17:55 pc systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 13 22:17:56 pc nm-dispatcher[599]: req:1 'hostname': new request (0 scripts)
Feb 13 22:17:56 pc nm-dispatcher[599]: req:1 'hostname': completed: no scripts


$ sudo systemctl status NetworkManager
* NetworkManager.service - Network Manager
   Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: disabled)
  Drop-In: /usr/lib/systemd/system/NetworkManager.service.d
           `-NetworkManager-ovs.conf
   Active: active (running) since Tue 2018-02-13 22:17:55 EST; 2h 11min ago
     Docs: man:NetworkManager(8)
 Main PID: 563 (NetworkManager)
    Tasks: 3 (limit: 11059)
   CGroup: /system.slice/NetworkManager.service
           `-563 /usr/bin/NetworkManager --no-daemon

Feb 13 23:30:07 pc NetworkManager[563]: <info>  [1518582607.6278] device (wlp2s0): supplicant interface state: inactive -> disconnected
Feb 13 23:30:09 pc NetworkManager[563]: <info>  [1518582609.5084] device (wlp2s0): supplicant interface state: disconnected -> associated
Feb 13 23:30:09 pc NetworkManager[563]: <warn>  [1518582609.5084] sup-iface[0x564a2cde5170,wlp2s0]: connection disconnected (reason -3)
Feb 13 23:30:09 pc NetworkManager[563]: <info>  [1518582609.5087] device (wlp2s0): supplicant interface state: associated -> disconnected
Feb 13 23:30:09 pc NetworkManager[563]: <warn>  [1518582609.5087] sup-iface[0x564a2cde5170,wlp2s0]: connection disconnected (reason -3)
Feb 13 23:30:09 pc NetworkManager[563]: <info>  [1518582609.6137] device (wlp2s0): supplicant interface state: disconnected -> inactive
Feb 13 23:31:47 pc NetworkManager[563]: <info>  [1518582707.9652] supplicant: wpa_supplicant stopped
Feb 13 23:31:47 pc NetworkManager[563]: <info>  [1518582707.9652] device (wlp2s0): supplicant interface state: inactive -> down
Feb 13 23:31:47 pc NetworkManager[563]: <info>  [1518582707.9656] device (wlp2s0): state change: disconnected -> unavailable (reason 'supplicant-failed', sys-iface-state: 'managed')
Feb 13 23:31:58 pc NetworkManager[563]: <info>  [1518582718.0015] supplicant: wpa_supplicant die count reset


$ sudo systemctl status sshd
* sshd.service - OpenSSH Daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: disabled)
   Active: active (running) since Tue 2018-02-13 22:17:55 EST; 2h 12min ago
 Main PID: 597 (sshd)
    Tasks: 1 (limit: 11059)
   CGroup: /system.slice/sshd.service
           `-597 /usr/bin/sshd -D

Feb 13 22:17:55 pc systemd[1]: Started OpenSSH Daemon.
Feb 13 22:17:56 pc sshd[597]: Server listening on 0.0.0.0 port 22.
Feb 13 22:17:56 pc sshd[597]: Server listening on :: port 22.


$ sudo systemctl status systemd-timesyncd
* systemd-timesyncd.service - Network Time Synchronization
   Loaded: loaded (/usr/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2018-02-13 22:17:55 EST; 2h 12min ago
     Docs: man:systemd-timesyncd.service(8)
 Main PID: 509 (systemd-timesyn)
   Status: "Idle."
    Tasks: 2 (limit: 11059)
   CGroup: /system.slice/systemd-timesyncd.service
           `-509 /usr/lib/systemd/systemd-timesyncd

Feb 13 22:17:55 pc systemd[1]: Starting Network Time Synchronization...
Feb 13 22:17:55 pc systemd[1]: Started Network Time Synchronization.

No entries for any of the journalctl _PID=XXX
eg:

$ sudo journalctl _PID=NetworkManager
-- no entries --

Last edited by mitch722 (2018-02-14 05:37:43)

Offline

#6 2018-02-14 06:09:14

mitch722
Member
Registered: 2018-02-14
Posts: 7

Re: Another Wifi issue [SOLVED]

Just to clarify.
I didn't disable the dhcpcd service above. I stopped the service.

$ systemctl stop dhcpcd

Offline

#7 2018-02-14 06:15:06

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Another Wifi issue [SOLVED]

Disable it. Then reboot. And the PID (process ID), from that journal, is 563.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#8 2018-02-14 13:15:13

mitch722
Member
Registered: 2018-02-14
Posts: 7

Re: Another Wifi issue [SOLVED]

Didn't seems to change anything.

$ sudo systemctl list-unit-files --state=enabled
UNIT FILE                                   STATE  
autovt@.service                             enabled
dbus-org.freedesktop.NetworkManager.service enabled
dbus-org.freedesktop.nm-dispatcher.service  enabled
getty@.service                              enabled
NetworkManager-dispatcher.service           enabled
NetworkManager.service                      enabled
sshd.service                                enabled
systemd-timesyncd.service                   enabled
remote-fs.target                            enabled

9 unit files listed.


$ sudo systemctl status dbus-org.freedesktop.NetworkManager.service
* NetworkManager.service - Network Manager
   Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: disabled)
  Drop-In: /usr/lib/systemd/system/NetworkManager.service.d
           `-NetworkManager-ovs.conf
   Active: active (running) since Wed 2018-02-14 08:02:35 EST; 3min 30s ago
     Docs: man:NetworkManager(8)
 Main PID: 489 (NetworkManager)
    Tasks: 3 (limit: 11059)
   CGroup: /system.slice/NetworkManager.service
           `-489 /usr/bin/NetworkManager --no-daemon

Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.0971] device (wlp2s0): driver supports Access Point (AP) mode
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.0985] manager: (wlp2s0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.0998] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.3454] ovsdb: Could not connect: No such file or directory
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.3626] supplicant: wpa_supplicant running
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.3627] device (wlp2s0): supplicant interface state: init -> starting
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.4123] sup-iface[0x560fbf6f0170,wlp2s0]: supports 5 scan SSIDs
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.4137] device (wlp2s0): supplicant interface state: starting -> ready
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.4138] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Feb 14 08:02:41 pc NetworkManager[489]: <info>  [1518613361.0976] manager: startup complete


$ sudo journalctl _PID=489
-- Reboot --
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.7147] NetworkManager (version 1.10.3dev+38+g78ef57197-1, Arch Linux) is starting... (for the first time)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.7149] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.7242] manager[0x560fbf71a080]: monitoring kernel firmware directory '/usr/lib/firmware'.
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8247] hostname: hostname: using hostnamed
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8248] hostname: hostname changed from (none) to "pc"
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8252] dns-mgr[0x560fbf736130]: init: dns=default, rc-manager=resolvconf
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8265] rfkill0: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver iwlwifi)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8268] manager[0x560fbf71a080]: rfkill: WiFi hardware radio set enabled
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8268] manager[0x560fbf71a080]: rfkill: WWAN hardware radio set enabled
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8555] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8561] settings: loaded plugin iBFT: (c) 2014 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list. (/usr/lib/NetworkManager/libnm-settings-plugin-ibft.so)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8594] manager: rfkill: WiFi enabled by radio killswitch; enabled by state file
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8595] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8595] manager: Networking is enabled by state file
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8598] dhcp-init: Using DHCP client 'internal'
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8602] Loaded device plugin: NMBondDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8602] Loaded device plugin: NMBridgeDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8603] Loaded device plugin: NMDummyDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8603] Loaded device plugin: NMEthernetDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8603] Loaded device plugin: NMInfinibandDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8604] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8604] Loaded device plugin: NMMacsecDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8604] Loaded device plugin: NMMacvlanDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8605] Loaded device plugin: NMPppDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8605] Loaded device plugin: NMTunDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8605] Loaded device plugin: NMVethDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8605] Loaded device plugin: NMVlanDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8606] Loaded device plugin: NMVxlanDeviceFactory (internal)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8777] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/libnm-device-plugin-team.so)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8783] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/libnm-device-plugin-ovs.so)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8818] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/libnm-device-plugin-wwan.so)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8828] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/libnm-device-plugin-adsl.so)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8846] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8855] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/libnm-device-plugin-wifi.so)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8874] device (lo): carrier: link connected
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8886] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8905] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8926] keyfile: add connection in-memory (e34da48d-bc8f-3f01-af28-e5b207f0cfbb,"Wired connection 1")
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8935] settings: (enp0s31f6): created default wired connection 'Wired connection 1'
Feb 14 08:02:35 pc NetworkManager[489]: <info>  [1518613355.8946] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.0967] wifi-nl80211: (wlp2s0): using nl80211 for WiFi device control
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.0971] device (wlp2s0): driver supports Access Point (AP) mode
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.0985] manager: (wlp2s0): new 802.11 WiFi device (/org/freedesktop/NetworkManager/Devices/3)
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.0998] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.3454] ovsdb: Could not connect: No such file or directory
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.3626] supplicant: wpa_supplicant running
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.3627] device (wlp2s0): supplicant interface state: init -> starting
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.4123] sup-iface[0x560fbf6f0170,wlp2s0]: supports 5 scan SSIDs
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.4137] device (wlp2s0): supplicant interface state: starting -> ready
Feb 14 08:02:36 pc NetworkManager[489]: <info>  [1518613356.4138] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Feb 14 08:02:41 pc NetworkManager[489]: <info>  [1518613361.0976] manager: startup complete


$ sudo systemctl status NetworkManager-dispatcher
* NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service
   Loaded: loaded (/usr/lib/systemd/system/NetworkManager-dispatcher.service; enabled; vendor preset: disabled)
   Active: inactive (dead)

Feb 14 08:02:35 pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 14 08:02:35 pc systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 14 08:02:35 pc nm-dispatcher[527]: req:1 'hostname': new request (0 scripts)
Feb 14 08:02:35 pc nm-dispatcher[527]: req:1 'hostname': completed: no scripts

The connection is still failing because of the psk. sad

Last edited by mitch722 (2018-02-14 13:17:45)

Offline

#9 2018-02-14 15:21:05

seth
Member
Registered: 2012-09-03
Posts: 51,175

Re: Another Wifi issue [SOLVED]

NM is still running, plays a bit on the interface, figures it's used elsewere and drops off.
=> First of all, get all automatic network daemons (dhcpcd, NM, wpa_supplicant services) out of the way to allow a clean manual connection.
Did you try the pre-generated PSK (instead of the passphrase)?
Next: do you control that AP? Ie. can you change the password to "12345"?

Offline

#10 2018-02-14 23:57:24

mitch722
Member
Registered: 2018-02-14
Posts: 7

Re: Another Wifi issue [SOLVED]

Thanks for the info!  What is the best methods for manual connection. The methods I have tried they fail if NM or wpa_supplicate services are not running.

In the past I have tried the pre-generated PSK but I will try it again.

Cheers

Offline

#11 2018-02-15 00:01:41

seth
Member
Registered: 2012-09-03
Posts: 51,175

Offline

#12 2018-02-15 04:21:53

mitch722
Member
Registered: 2018-02-14
Posts: 7

Re: Another Wifi issue [SOLVED]

I don't know what happened but it seems to be working now!

Thanks for your help!

I had to stop:
- sshd
- NetworkManager
- wpa_supplicant

then wpa_supplicant starting connecting.

Last edited by mitch722 (2018-02-15 04:31:07)

Offline

Board footer

Powered by FluxBB