Frank ...
Here is my file copied from nano /etc/hostapd/hostapd.conf ...
# interface and driver
interface=wlan0
driver=nl80211
# WIFI-Config
ssid=Rune_AP
channel=7
hw_mode=g
wmm_enabled=1
auth_algs=1
max_num_sta=10
# WIFI authorization
wpa=2
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
rsn_pairwise=CCMP
wpa_passphrase=guglielmo
Additionally, here is the output from redis-cli hgetall AccessPoint
[root@runeaudio ~]# redis-cli hgetall AccessPoint
1) "enabled"
2) "1"
3) "ip-address"
4) "192.168.12.1"
5) "broadcast"
6) "192.168.12.255"
7) "ssid"
8) "Rune_AP"
9) "passphrase"
10) "guglielmo"
11) "dhcp-range"
12) "192.168.12.2,192.168.12.254,24h"
13) "dhcp-option"
14) "option:dns-server,192.168.12.1"
15) "enable-NAT"
16) "0"
[root@runeaudio ~]#
Now I will power down, remove the Edimax and insert a Ralink dongle ... as before everything works with Ralink - I can connect to Rune_AP from my laptop and can puTTy in to 192.168.12.1.
I then puTTy'd in to the ip address for eth0, did the following and got the following ...
[root@runeaudio ~]# systemctl stop hostapd
[root@runeaudio ~]# /usr/sbin/hostapd /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
Using interface wlan0 with hwaddr 00:0f:54:12:c4:2d and ssid "Rune_AP"
wlan0: interface state UNINITIALIZED->ENABLED
wlan0: AP-ENABLED
Now I will again power down and re-insert a different Edimax (to eliminate that as a problem) ... as before with Edimax, Rune_AP is broadcasting but I cannot connect to it from my laptop.
Again I did (puTTy to eth0) and got this result which is different to what I reported earlier (perhaps because I did not then first stop hostapd) ...
[root@runeaudio ~]# systemctl stop hostapd
[root@runeaudio ~]# /usr/sbin/hostapd /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
Using interface wlan0 with hwaddr 80:1f:02:76:54:a1 and ssid "Rune_AP"
wlan0: interface state UNINITIALIZED->ENABLED
wlan0: AP-ENABLED
Do you need more info?
Thx