-
Notifications
You must be signed in to change notification settings - Fork 167
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
Comments
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 <#29 (comment)> , 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:
https://www.raspberrypi.org/documentation/configuration/wireless/access-point-routed.md |
No description provided.
The text was updated successfully, but these errors were encountered: