-
Notifications
You must be signed in to change notification settings - Fork 3
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
WiFi not working #2
Comments
I was able to see an incomplete list of networks for a really short time. <4>[ 327.315917] TIWLAN: connection lost ? main driver answered 0 to intervals ! Edit: Actually I've not been able to see any networks since the first time. Disabling wifi the first time works and I do get a response when enabling it again. But after that nothing else happens. // After boot |
Did you change anything to be able to see your wifi networks? |
no, but I have to say: here's only one and I'm very close to my router so I have full reception. |
I'm right next to the router as well - so its probably not the network. But there are about 20 networks around here. Have you tried setting a static ip with ifconfig? |
Until now, it worked everytime for me. |
Okay. Even scanning for networks doesn't work for me. |
https://github.com/andreasgal/B2G/blob/8237302ff5370a6697dacc57b43859be9304d8c6/WIFI.md This will probably help. Unfortunately my battery died and I am working far too much to try it out :( |
Okay, The wifi gui actually doesn't work properly yet. Now I am automatically connected at boot. |
You can see available networks. If you connect to a network(after giving the correct password), it hangs at "connecting...".
EDIT: I got a connection after manually executing "dhcpcd tiwlan0". It seems B2G doesn not execute this command for some reason.
Logcat:
I/wpa_supplicant( 3254): Trying to associate with ROUTER_MAC (SSID='ROUTER_SSID' freq=2412 MHz)
I/wpa_supplicant( 3254): CTRL-EVENT-STATE-CHANGE id=-1 state=5 BSSID=ROUTER_MAC
I/wpa_supplicant( 3254): CTRL-EVENT-STATE-CHANGE id=0 state=6 BSSID=ROUTER_MAC
I/wpa_supplicant( 3254): Associated with ROUTER_MAC
I/wpa_supplicant( 3254): CTRL-EVENT-STATE-CHANGE id=0 state=7 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 3254): CTRL-EVENT-STATE-CHANGE id=0 state=7 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 3254): CTRL-EVENT-STATE-CHANGE id=0 state=8 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 3254): WPA: Key negotiation completed with ROUTER_MAC [PTK=CCMP GTK=TKIP]
I/wpa_supplicant( 3254): CTRL-EVENT-STATE-CHANGE id=0 state=9 BSSID=00:00:00:00:00:00
I/wpa_supplicant( 3254): CTRL-EVENT-CONNECTED - Connection to ROUTER_MAC completed (auth) [id=0 id_str=]
I replaced my router my with ROUTER_MAC and my router SSID with ROUTER_SSID.
he says associated, but I still don't have an ip-address.
The text was updated successfully, but these errors were encountered: