raspberry-wifi-conf
raspberry-wifi-conf copied to clipboard
Access Point is not visible even though I get AP Enable success message
I am having the same problem... anyone got this working lately?
Same problem for me
Are you guys on Pi3s?
Yes we are (my group)
From: Shaba Abhiram [email protected] Sent: Monday, March 26, 2018 11:52 PM To: sabhiram/raspberry-wifi-conf [email protected] Cc: mike-pun [email protected]; Comment [email protected] Subject: Re: [sabhiram/raspberry-wifi-conf] Access Point is not visible even though I get AP Enable success message (#29)
Are you guys on Pi3s?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sabhiram/raspberry-wifi-conf/issues/29#issuecomment-376388492 , or mute the thread https://github.com/notifications/unsubscribe-auth/AGco6A3apS6XsgF6P7Tw3UOPDiZ8Zn7wks5tibdpgaJpZM4QUnCl . https://github.com/notifications/beacon/AGco6AU7WsMoTH8_-DOMQMTP93_PZFHlks5tibdpgaJpZM4QUnCl.gif
If you are able to debug this - I would be interested to know if re-starting the application resolves this and shows the AP. I saw this once on my PI3 and might be some kind of glitch. If I have a few more data points, it will be easier to debug.
same problem here.... if I reboot the wifi not appears but if I run the code the ap wifi works.. :(
oh very interesting - perhaps this is an issue with the startup script.
How are you guys enabling the autostart?
I tried only in rc.local and via services... the same problem. The ESSID in iwconfig coming with off/any
But when this is run from the command line - you confirm that it behaves as expected? Let me try reproducing that first thing tomorrow. Thanks for the reply!
Yes, if I run in command line it's ok. Another thing that I found is in you regex lines you are trying to find inet-addr and HWaddr and in my ifconfig it's return inet and ether I have changed the regex to work and when you check the ip before turns in ap mode...
This might be part of another issue. I will need to think about how to handle different ways in which the inet addr is being reported. Perhaps there is a slicker way to access the required data.
I had the same issue and I solved it with these 2 lines in the beginning:
- sudo systemctl unmask hostapd
- sudo systemctl enable hostapd
https://www.raspberrypi.org/documentation/configuration/wireless/access-point-routed.md