Hi Frank
I wondered how the WiFi Access point is coming on?
I've been trying to get it going but to no avail.
I've tried two main approaches, both based on hostapd-configuration-wifi-hotspot-setup-t567.html which uses the the script from github: https://github.com/oblique/create_ap
1) Start with pacman -Syu iw dnsmasq --ignore ffmpeg
then (after making tea)
git clone https://github.com/oblique/create_ap
cd create_ap
make install
create_ap -n wlan0 MySSID MyPassword
This gives an error in hostapd which I can't seem to sort out
2) Start with pacman -Sy
git clone https://github.com/oblique/create_ap
cd create_ap
make install
create_ap -n wlan0 MySSID MyPassword
then try to get /update whatever the error messages suggest
I can't get this to go either.
I'm giving up and waiting for your bigger brain - divorce threatens!