raspberry-wifi-conf icon indicating copy to clipboard operation
raspberry-wifi-conf copied to clipboard

Access Point is not visible even though I get AP Enable success message

Open sharmmoh1983 opened this issue 7 years ago • 12 comments

sharmmoh1983 avatar Nov 07 '17 10:11 sharmmoh1983

I am having the same problem... anyone got this working lately?

mike-pun avatar Jan 01 '18 07:01 mike-pun

Same problem for me

hakankaraduman avatar Feb 23 '18 14:02 hakankaraduman

Are you guys on Pi3s?

sabhiram avatar Mar 27 '18 03:03 sabhiram

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

mike-pun avatar Mar 27 '18 04:03 mike-pun

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.

sabhiram avatar Apr 24 '18 02:04 sabhiram

same problem here.... if I reboot the wifi not appears but if I run the code the ap wifi works.. :(

chingling123 avatar Apr 26 '18 21:04 chingling123

oh very interesting - perhaps this is an issue with the startup script.

How are you guys enabling the autostart?

sabhiram avatar Apr 27 '18 18:04 sabhiram

I tried only in rc.local and via services... the same problem. The ESSID in iwconfig coming with off/any

chingling123 avatar Apr 27 '18 20:04 chingling123

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!

sabhiram avatar Apr 29 '18 05:04 sabhiram

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...

chingling123 avatar Apr 29 '18 15:04 chingling123

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.

sabhiram avatar May 16 '18 23:05 sabhiram

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

RuneSamyn avatar Oct 11 '20 15:10 RuneSamyn