Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sharmmoh1983 opened this issue Nov 7, 2017 · 12 comments

Comments

@sharmmoh1983
Copy link

No description provided.

@sharmmoh1983 sharmmoh1983 changed the title Access Point is not visible even though I get AP Enable sucks message Access Point is not visible even though I get AP Enable success message Nov 7, 2017
@mike-pun
Copy link

mike-pun commented Jan 1, 2018

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

@hakankaraduman
Copy link

Same problem for me

@sabhiram
Copy link
Owner

Are you guys on Pi3s?

@mike-pun
Copy link

mike-pun commented Mar 27, 2018 via email

@sabhiram
Copy link
Owner

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.

@chingling123
Copy link

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

@sabhiram
Copy link
Owner

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

How are you guys enabling the autostart?

@chingling123
Copy link

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

@sabhiram
Copy link
Owner

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!

@chingling123
Copy link

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

@sabhiram
Copy link
Owner

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.

@RuneSamyn
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants