Hi Tkthlntc
could you please send me the same information I asked @zxwt ?
The results of running these commands on the raspberry:
iwconfig
ifconfig
sudo cat /etc/wpa_supplicant/wpa_supplicant.conf
sudo cat /etc/hostapd/hostapd.conf
sudo systemctl status hostapd.service
sudo systemctl status dnsmasq.service
sudo systemctl status dhcpcd.service
In order to do that you will need to either connect the RPi to a keyboard or monitor or using SSH as I explained above
Please try to send me clear pictures, or better: copied text in separate files. If you are using the Keyboard and monitor access the easiest way to achieve it to write the results of each command to a file, like this:
iwconfig | tee ~/iwconfig.txt
ifconfig | tee ~/ifconfig.txt
cat /etc/wpa_supplicant/wpa_supplicant.conf | tee ~/wpa_supplicant.txt
cat /etc/hostapd/hostapd.conf | tee ~/hostapd_conf.txt
sudo systemctl status hostapd.service | tee ~/hostapd_service.txt
sudo systemctl status dnsmasq.service | tee ~/dnsmasq_service.txt
sudo systemctl status dhcpcd.service | tee ~/dhcpcd_service.txt
then unplugging the RPI, insert the SD card on your pc and look for the files in /home/human