-
Notifications
You must be signed in to change notification settings - Fork 168
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
when i enter password zzzzzzzz to rpi-config-app wifi network within my android phone. It always show obtaining IP address #21
Comments
As soon as you enter the password, it should immediately store this info on the Pi and reboot. The UI will probably not update but the Pi should now be connected to your Wifi. |
I have the same problem. The problem is that i never get an IP, so this is related to the DHCP-server |
When i do ip addr show dev wlan0 i get: So no ip is set on the wlan0 interface |
Oh interesting. Could you post what type of network adapter you are using for wifi? Could it be that wlan1 or wlan2 are active? |
No, i only have wlan0
` I use Realtek 8723DS, which is functionally the same as Realtek 8723BS The AP and DHCP server works fine if i set a static ip manually on wlan0 |
I think in the event that the AP is not enabled yet - this crash could occur since the _get_wifi_info() method only creates sane defaults for the |
Please check out the latest version with this commit: a719c76 |
Still no DHCP:
AP works and i can connect, but no dhcp. |
Try this in a command line after the AP is up: This should in theory update and restart the DHCP service. I wonder if maybe the template that was written to the file is missing. I wish I had more time to dig into this, but my startup has me putting in crazy hours as evidenced by my public commit logs recently (the last 2 years). |
This is the output from
Thank you for all your help in troubleshooting this! |
No problem, lets see if we can get to the bottom of this :) Can you go through the |
Yes, i have done that, but the correct driver is nl80211, so it does not work if i update the hostapd with the rtl871xdrv driver |
No description provided.
The text was updated successfully, but these errors were encountered: