Hi James
So the SSID was still not showing on my phone after booting up this evening. I tried switching on the WiFi Hotspot in the GUI - Turn On. It gives
Network Name rachel
Security Type WPA
Password *******
Then after a few seconds
Network Failed: Activation of network connection failed
Disconnected - Wireless Network
So it looks as if it is at least trying to work but something is stopping it.
I ran your various status commands as follows and got these results:-
sudo systemctl status hostapd
● hostapd.service - Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
Loaded: loaded (/lib/systemd/system/hostapd.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2020-06-16 19:18:56 BST; 18min ago
Process: 954 ExecStart=/usr/sbin/hostapd -P /run/hostapd.pid -B $DAEMON_OPTS ${DAEMON_CONF} (code=exited, status=0/SUCCESS
Main PID: 997 (hostapd)
Tasks: 1 (limit: 4265)
user1@rachel:~$ sudo systemctl status wpa_supplicant
● wpa_supplicant.service - WPA supplicant
Loaded: loaded (/lib/systemd/system/wpa_supplicant.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2020-06-16 19:18:52 BST; 19min ago
Main PID: 809 (wpa_supplicant)
Tasks: 1 (limit: 4265)
CGroup: /system.slice/wpa_supplicant.service
└─809 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
Jun 16 19:23:58 rachel wpa_supplicant[809]: Note: nl80211 driver interface is not designed to be used with ap_scan=2; this c
Jun 16 19:23:58 rachel wpa_supplicant[809]: wlp3s0: Failed to start AP functionality
Jun 16 19:23:58 rachel wpa_supplicant[809]: wlp3s0: Failed to start AP functionality
Jun 16 19:24:44 rachel wpa_supplicant[809]: Note: nl80211 driver interface is not designed to be used with ap_scan=2; this c
Jun 16 19:24:48 rachel wpa_supplicant[809]: wlp3s0: Failed to start AP functionality
Jun 16 19:25:40 rachel wpa_supplicant[809]: Note: nl80211 driver interface is not designed to be used with ap_scan=2; this c
Jun 16 19:25:43 rachel wpa_supplicant[809]: wlp3s0: Failed to start AP functionality
Jun 16 19:25:47 rachel wpa_supplicant[809]: Note: nl80211 driver interface is not designed to be used with ap_scan=2; this c
Jun 16 19:25:47 rachel wpa_supplicant[809]: wlp3s0: Failed to start AP functionality
Jun 16 19:25:47 rachel wpa_supplicant[809]: wlp3s0: Failed to start AP functionality
CGroup: /system.slice/hostapd.service
└─997 /usr/sbin/hostapd -P /run/hostapd.pid -B /etc/hostapd/hostapd.conf
Jun 16 19:18:56 rachel hostapd[954]: Configuration file: /etc/hostapd/hostapd.conf
Jun 16 19:18:54 rachel systemd[1]: Starting Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator…
Jun 16 19:18:56 rachel hostapd[954]: Using interface wlp3s0 with hwaddr cc:3d:82:4e:e9:cc and ssid “RACHEL-Pi”
Jun 16 19:18:56 rachel hostapd[954]: wlp3s0: interface state UNINITIALIZED->ENABLED
Jun 16 19:18:56 rachel hostapd[954]: wlp3s0: AP-ENABLED
Jun 16 19:18:56 rachel systemd[1]: Started Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator.
● NetworkManager.service - Network Manager
Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2020-06-16 19:18:54 BST; 20min ago
Docs: man:NetworkManager(8)
Main PID: 833 (NetworkManager)
Tasks: 4 (limit: 4265)
CGroup: /system.slice/NetworkManager.service
├─ 833 /usr/sbin/NetworkManager --no-daemon
└─1077 /sbin/dhclient -d -q -sf /usr/lib/NetworkManager/nm-dhcp-helper -pf /run/dhclient-enp0s25.pid -lf /var/lib/NetworkManager/dhclient-8f2d00e3-0d88-3
sudo systemctl status network-manager
Jun 16 19:25:47 rachel NetworkManager[833]: [1592331947.7144] Config: added ‘frequency’ value ‘2412’
Jun 16 19:25:47 rachel NetworkManager[833]: [1592331947.7146] Config: added ‘key_mgmt’ value ‘WPA-PSK’
Jun 16 19:25:47 rachel NetworkManager[833]: [1592331947.7148] Config: added ‘psk’ value ‘’
Jun 16 19:25:47 rachel NetworkManager[833]: [1592331947.7150] Config: added ‘proto’ value ‘RSN’
Jun 16 19:25:47 rachel NetworkManager[833]: [1592331947.7151] Config: added ‘pairwise’ value ‘CCMP’
Jun 16 19:25:47 rachel NetworkManager[833]: [1592331947.7153] Config: added ‘group’ value ‘CCMP’
Jun 16 19:26:13 rachel NetworkManager[833]: [1592331973.2215] device (wlp3s0): Activation: (wifi) Hotspot network creation took too long, failing activation
Jun 16 19:26:13 rachel NetworkManager[833]: [1592331973.2216] device (wlp3s0): state change: config -> failed (reason ‘supplicant-timeout’, sys-iface-state:
Jun 16 19:26:13 rachel NetworkManager[833]: [1592331973.2236] device (wlp3s0): Activation: failed for connection ‘Hotspot’
Jun 16 19:26:13 rachel NetworkManager[833]: [1592331973.2249] device (wlp3s0): state change: failed -> disconnected (reason ‘none’, sys-iface-state: 'manage
user1@rachel:~$ sudo rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
user1@rachel:~$
So it looks to me as if the driver might be a problem here from the line:
Note: nl80211 driver interface is not designed to be used with ap_scan=2; this c
Note also the different SSIDs “RACHEL-Pi" and “rachel” mentioned
Any thoughts what to try here?
Regards
Andrew