[Q] Cyanogenmod 10 Nightly build(s) wifi issues - Verizon Samsung Galaxy S III

Hi all,
I recently purchased a SGS3 and ran the stock ROM for approx 30mins before flashing a CM10 nightly build (i9300 intl). Because of this I am unable to verify if the wifi was working on my home router prior to flashing a custom ROM.
At work I am able to connect to our wifi connection without problemson 2.4ghz or 5ghz. At home I've got a D-Link DSL-G604T wireless router which I am unable to connect to. I've tried changing the wifi channel, password, removing protection, factory reset and installed a seperate CM10 nightly build without any help.
When trying to connect to the WIFI connection I get the following output in adb logcat.
Anyone have any ideas what may be stopping me from connecting ot my wifi?
W/wpa_supplicant( 5841): wlan0: Failed to initiate AP scan
W/wpa_supplicant( 5841): wlan0: Failed to initiate AP scan
W/wpa_supplicant( 5841): wlan0: Failed to initiate AP scan
W/wpa_supplicant( 5841): wlan0: Failed to initiate AP scan
I/wpa_supplicant( 5841): wlan0: Trying to associate with 00:1e:58:80:a2:e2 (SSID
='HOMEWIFI' freq=2452 MHz)
D/CommandListener( 1913): Clearing all IP addresses on wlan0
I/wpa_supplicant( 5841): wlan0: Associated with 00:1e:58:80:a2:e2
I/wpa_supplicant( 5841): wlan0: Authentication with 00:1e:58:80:a2:e2 timed out.
I/wpa_supplicant( 5841): wlan0: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00
reason=0
More info of my phone (kernel, build etc): i.imgur.com/PRaEx.png
Cheers

You checked "Yes this is a question"
Guess where it belongs?
Moved to Q&A
Friendly Neighborhood Moderator

Related

[UPDATED 11/14/09] Wifi now working in Blur via CLI

Ok I'm setting up this thread as a place to collect my thoughts as I'm trying to get wifi working in Blur. I'm also hoping others will chime in and offer their help.
Currently I have wifi working from the commandline now
Here is what I have so far.
Wifi module (wlan.ko) loads into the kernel
Code:
insmod /system/lib/modules/wlan.ko
Produces the following output from lsmod
wlan 555768 1 - Live 0xbf11a000
Click to expand...
Click to collapse
I am able to now load the wifi driver
Code:
start wlan_loader
Produces the following output from dmesg
TIWLAN: Driver loading
wifi_probe
trout_wifi_power: 1
trout_wifi_reset: 0
trout_wifi_set_carddetect: 1
TIWLAN: Found SDIO controller (vendor 0x104c, device 0x9066)
tiwlan0 (): not using net_device_ops yet
TIWLAN: Driver initialized (rc 0)
TIWLAN: 1251 PG 1.2
TIWLAN: Driver loaded
Click to expand...
Click to collapse
I can now get wpa_supplicant loading after some mods to wpa_supplicant.conf
Code:
wpa_supplicant -Dwext -itiwlan0 -c /etc/wifi/wpa_supplicant.conf -dd
Produces the following shortened output. It's long so I cropped it
wpa_supplicant -Dwext -itiwlan0 -c /etc/wifi/wpa_supplicant.conf -dd
Initializing interface 'tiwlan0' conf '/etc/wifi/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wifi/wpa_supplicant.conf' -> '/etc/wifi/wpa_supplicant.conf'
Reading configuration file '/etc/wifi/wpa_supplicant.conf'
update_config=1
ctrl_interface='/data/system/wpa_supplicant'
eapol_version=1
ap_scan=1
fast_reauth=1
Initializing interface (2) 'tiwlan0'
.....shortened output......
WEXT: Operstate: linkmode=0, operstate=6
Click to expand...
Click to collapse
Next is a verification we have the device
Code:
ls -l /dev/socket/wpa*
srw-rw---- 1 1010 1010 0 Nov 14 16:48 wpa_tiwlan0
Next let's verify we can scan open wireless networks
Code:
[B]wpa_cli[/B]
> [B]scan[/B]
OK
<2>CTRL-EVENT-STATE-CHANGE id=-1 state=2
>
<2>CTRL-EVENT-SCAN-RESULTS Ready
> [B]scan results[/B]
bssid / frequency / signal level / flags / ssid
00:14:6c:18:2f:0e 2462 -53 [WPA-PSK-TKIP] Quantum
00:24:01:7a:72:9d 2422 -75 [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP] frankiejparker
00:24:56:19:68:61 2412 -78 [WEP] 2WIRE466
00:1f:b3:d5:da:59 2427 -82 [WPA-PSK-TKIP] 2WIRE699
00:1e:c7:21:48:b9 2442 -83 [WPA-PSK-TKIP] 2WIRE604
00:21:29:9e:26:da 2412 -85 [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP] Leightons Network
02:18:41:e0:7f:f3 2437 -86 [WEP] 2WIRE817
00:1b:5b:1d:37:49 2417 -91 [WPA-PSK-TKIP] 2WIRE523
00:25:3c:d0:c3:d1 2427 -92 [WPA-PSK-TKIP] 2WIRE297
00:1f:33:b5:c9:e2 2452 -94 [WEP] Martinez
>
<2>CTRL-EVENT-STATE-CHANGE id=-1 state=1
Here I'll add a network, enable it, configure variables, save config, connect to a network, then start dhcp
Code:
> [B]add_network[/B]
0
> [B]list_network[/B]
network id / ssid / bssid / flags
0 any [DISABLED]
> [B]enable_network 0[/B]
OK
> [B]set_network 0 ssid "yourSSID"[/B]
OK
> [B]list_network[/B]
network id / ssid / bssid / flags
0 yourSSID any
> [B]set_network 0 psk "your wpa passkey"[/B]
OK
> [B]save_config[/B]
OK
<2>CTRL-EVENT-SCAN-RESULTS Ready
<2>Trying to associate with 00:14:6c:18:2f:0e (SSID='yourSSID' freq=2462 MHz)
<2>CTRL-EVENT-STATE-CHANGE id=-1 state=3
<2>CTRL-EVENT-STATE-CHANGE id=0 state=4
<2>Associated with 00:14:6c:18:2f:0e
<2>CTRL-EVENT-STATE-CHANGE id=0 state=5
<2>CTRL-EVENT-STATE-CHANGE id=0 state=5
<2>CTRL-EVENT-STATE-CHANGE id=0 state=6
<2>CTRL-EVENT-STATE-CHANGE id=0 state=6
<2>WPA: Key negotiation completed with 00:14:6c:18:2f:0e [PTK=TKIP GTK=TKIP]
<2>CTRL-EVENT-STATE-CHANGE id=0 state=7
<2>CTRL-EVENT-CONNECTED - Connection to 00:14:6c:18:2f:0e completed (auth) [id=0 id_str=]
> quit
Now let's start up dhcp so we can get an IP
Code:
[B]start dhcpcd[/B]
[B]/system/xbin/bb/ifconfig tiwlan0[/B]
tiwlan0 Link encap:Ethernet HWaddr 00:18:41:A9:48:5F
inet addr:192.168.1.9 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1901 (1.8 KiB) TX bytes:894 (894.0 B)
And there ya go, wireless is now functional from the commandline but since we're not actually activating it from the Android UI then you are not able to simply go into Settings->Wireless and connect to a network. So far it will have to be done from the commandline using the binary wpa_cli.
If an android developer would like to make a frontend be my guest
I've now provided you with what you need to make it work. I'll be releasing a Blur rom today that will have all the proper files and environment so these commands will work.
good job, hopefully this can be implemented into a blur rom for others use.
Added the code to actually connect to a wireless network and get an IP via dhcp
I guess no one else is excited but I'm freakin pumped!
I only get 10MB of data a month on my wireless plan so blur roms are a no go without WiFi.
Thank you so much for your hard work shafty on this and the hero roms also!
abteer said:
I guess no one else is excited but I'm freakin pumped!
I only get 10MB of data a month on my wireless plan so blur roms are a no go without WiFi.
Thank you so much for your hard work shafty on this and the hero roms also!
Click to expand...
Click to collapse
No problem, just took a good 2 hrs to figure out and get working. If you use the app that redirects all internet traffic through wifi then that would pretty much simulate what happens when you connect to wifi through the android UI.
One thing to note, once you add a network say like at your house and save the config you won't have to do any of that again.
To turn off wifi you'd just do
Code:
wpa_cli terminate
To re-enable
Code:
start wpa_supplicant
start dhcpcd
im def excited about this...thank you shafty for your hard work man...you getting closer and closer everyday to perfecting this rom...
Shafty, you are the man. Thank you again for all your efforts for the community.
Thank you much for posting this! I can't wait until it drops so I can finally run this ROM. I live in a GPRS/EDGE area and can't do ANYTHING w/o it. Are you going to add the working BT to the ROM also? I saw it working on 1 of them...can't remember which 1 though. ::Hoping:: It's another must for me.
Again...THANKS FOR YOUR TIME/EFFORTS!!!
Seriously? This is great news! I might be able to try out a blur finally! Happy dance! Happy dance! Happy dance! Happy dance!
shagge68 said:
Thank you much for posting this! I can't wait until it drops so I can finally run this ROM. I live in a GPRS/EDGE area and can't do ANYTHING w/o it. Are you going to add the working BT to the ROM also? I saw it working on 1 of them...can't remember which 1 though. ::Hoping:: It's another must for me.
Again...THANKS FOR YOUR TIME/EFFORTS!!!
Click to expand...
Click to collapse
BT is working in 1.071
shafty023 said:
Ok I'm setting up this thread as a place to collect my thoughts as I'm trying to get wifi working in Blur. I'm also hoping others will chime in and offer their help.
Currently I have wifi working from the commandline now
Here is what I have so far.
Wifi module (wlan.ko) loads into the kernel
Code:
insmod /system/lib/modules/wlan.ko
Produces the following output from lsmod
I am able to now load the wifi driver
Code:
start wlan_loader
Produces the following output from dmesg
I can now get wpa_supplicant loading after some mods to wpa_supplicant.conf
Code:
wpa_supplicant -Dwext -itiwlan0 -c /etc/wifi/wpa_supplicant.conf -dd
Produces the following shortened output. It's long so I cropped it
Next is a verification we have the device
Code:
ls -l /dev/socket/wpa*
srw-rw---- 1 1010 1010 0 Nov 14 16:48 wpa_tiwlan0
Next let's verify we can scan open wireless networks
Code:
[B]wpa_cli[/B]
> [B]scan[/B]
OK
<2>CTRL-EVENT-STATE-CHANGE id=-1 state=2
>
<2>CTRL-EVENT-SCAN-RESULTS Ready
> [B]scan results[/B]
bssid / frequency / signal level / flags / ssid
00:14:6c:18:2f:0e 2462 -53 [WPA-PSK-TKIP] Quantum
00:24:01:7a:72:9d 2422 -75 [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP] frankiejparker
00:24:56:19:68:61 2412 -78 [WEP] 2WIRE466
00:1f:b3:d5:da:59 2427 -82 [WPA-PSK-TKIP] 2WIRE699
00:1e:c7:21:48:b9 2442 -83 [WPA-PSK-TKIP] 2WIRE604
00:21:29:9e:26:da 2412 -85 [WPA-PSK-TKIP+CCMP][WPA2-PSK-TKIP+CCMP] Leightons Network
02:18:41:e0:7f:f3 2437 -86 [WEP] 2WIRE817
00:1b:5b:1d:37:49 2417 -91 [WPA-PSK-TKIP] 2WIRE523
00:25:3c:d0:c3:d1 2427 -92 [WPA-PSK-TKIP] 2WIRE297
00:1f:33:b5:c9:e2 2452 -94 [WEP] Martinez
>
<2>CTRL-EVENT-STATE-CHANGE id=-1 state=1
Here I'll add a network, enable it, configure variables, save config, connect to a network, then start dhcp
Code:
> [B]add_network[/B]
0
> [B]list_network[/B]
network id / ssid / bssid / flags
0 any [DISABLED]
> [B]enable_network 0[/B]
OK
> [B]set_network 0 ssid "yourSSID"[/B]
OK
> [B]list_network[/B]
network id / ssid / bssid / flags
0 yourSSID any
> [B]set_network 0 psk "your wpa passkey"[/B]
OK
> [B]save_config[/B]
OK
<2>CTRL-EVENT-SCAN-RESULTS Ready
<2>Trying to associate with 00:14:6c:18:2f:0e (SSID='yourSSID' freq=2462 MHz)
<2>CTRL-EVENT-STATE-CHANGE id=-1 state=3
<2>CTRL-EVENT-STATE-CHANGE id=0 state=4
<2>Associated with 00:14:6c:18:2f:0e
<2>CTRL-EVENT-STATE-CHANGE id=0 state=5
<2>CTRL-EVENT-STATE-CHANGE id=0 state=5
<2>CTRL-EVENT-STATE-CHANGE id=0 state=6
<2>CTRL-EVENT-STATE-CHANGE id=0 state=6
<2>WPA: Key negotiation completed with 00:14:6c:18:2f:0e [PTK=TKIP GTK=TKIP]
<2>CTRL-EVENT-STATE-CHANGE id=0 state=7
<2>CTRL-EVENT-CONNECTED - Connection to 00:14:6c:18:2f:0e completed (auth) [id=0 id_str=]
> quit
Now let's start up dhcp so we can get an IP
Code:
[B]start dhcpcd[/B]
[B]/system/xbin/bb/ifconfig tiwlan0[/B]
tiwlan0 Link encap:Ethernet HWaddr 00:18:41:A9:48:5F
inet addr:192.168.1.9 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1901 (1.8 KiB) TX bytes:894 (894.0 B)
And there ya go, wireless is now functional from the commandline but since we're not actually activating it from the Android UI then you are not able to simply go into Settings->Wireless and connect to a network. So far it will have to be done from the commandline using the binary wpa_cli.
If an android developer would like to make a frontend be my guest
I've now provided you with what you need to make it work. I'll be releasing a Blur rom today that will have all the proper files and environment so these commands will work.
Click to expand...
Click to collapse
Dude, I could almost Kiss you Right now. That's the only thing that was holding me back from Blur!!!!!!!!!!!!!!!
You Rock Dude. Think that will work on Pulse?
damn this is great news.. guess i wont have to buy the motocliq after all.. lol.. ready for a working blur rom with wifi
just wondering i heard motoblur was open sourced could you just edit the source to automate this process for the g1?
eugene373 said:
Dude, I could almost Kiss you Right now. That's the only thing that was holding me back from Blur!!!!!!!!!!!!!!!
You Rock Dude. Think that will work on Pulse?
Click to expand...
Click to collapse
Yup it should
jokersax11 said:
just wondering i heard motoblur was open sourced could you just edit the source to automate this process for the g1?
Click to expand...
Click to collapse
No this part was not released. They only released gpl code
omg this is great i can finally try out a blur rom on my g1 thanks shafty
hey shafty, your expertise has been a huge asset to the android community once again! you're the bomb.
Just curious, I can completely follow your instructions until the code box where you're adding the network(when you're actually dealing with wpa_cli)
How does wpa_cli work? which things that appear there did you type and which did it print out?
jcarrz1 said:
hey shafty, your expertise has been a huge asset to the android community once again! you're the bomb.
Just curious, I can completely follow your instructions until the code box where you're adding the network(when you're actually dealing with wpa_cli)
How does wpa_cli work? which things that appear there did you type and which did it print out?
Click to expand...
Click to collapse
If you launch "wpa_cli" by itself it will launch a "> " prompt waiting for u to type a command. The commands I typed are in bold. Try typing "help" at the prompt after launching wpa_cli.
Keep in mind it's very unlikely you'll get it working b/c u don't have the right kernel/wifi module/wifi driver/scripts/binaries. It took a while for me to get the right ones.
I'll release a copy when I have a script in place to automate it all. Have a busy weekend so won't be able to do it anytime soon. But feel free to try, at least if u find the right files you can be proud to know u made it work on ur own. Why else do u think I'd post all my work? So others can learn and try on their own good luck!
On 1.071 i type insmod /system/lib/modules/wlan.ko and it gives me an error:
# insmod /system/lib/modules/wlan.ko
insmod: init_module '/system/lib/modules/wlan.ko' failed (Exec format error)
crater said:
On 1.071 i type insmod /system/lib/modules/wlan.ko and it gives me an error:
# insmod /system/lib/modules/wlan.ko
insmod: init_module '/system/lib/modules/wlan.ko' failed (Exec format error)
Click to expand...
Click to collapse
I haven't released a build w/ the files to make this work yet. When I do it'll be v1.08. Hang tight and in a few days/this week I will. Very busy weekend for me

[Q] Wireless-N not work

Have faced a problem that my HTC One S don't connect to wi-fi N access point. It stucks at authentication. If I disable N-mode at AP - the phone connects normally. Does anybody have such problem? In both cases WPA2 is used.
bump.... so no one have such problems? or no one is using wifi-n?
have you try the advanced option of wi-fi?
option ---> wi-fi ----> advanced ----> better wi-fi performance?
igooor87 said:
have you try the advanced option of wi-fi?
option ---> wi-fi ----> advanced ----> better wi-fi performance?
Click to expand...
Click to collapse
Yes, I have tried but no luck. Here is logcat:
I/wpa_supplicant( 4356): wlan0: Trying to associate with yy:yy:yy:yy:yy:yy (SSID='MY-WLAN' freq=2472 MHz)
I/wpa_supplicant( 4356): Cancelling scan request -
I/wpa_supplicant( 4356): wpa_supplicant_set_state -
I/wpa_supplicant( 4356): WEXT: Custom wireless event: 'BEACONIEs='
I/wpa_supplicant( 4356): wpa_supplicant_set_state -
I/wpa_supplicant( 4356): wlan0: Associated with yy:yy:yy:yy:yy:yy
I/wpa_supplicant( 4356): Cancelling scan request -
I/wpa_supplicant( 4356): wpa_supplicant_set_state -
I/wpa_supplicant( 4356): [SeamLess] We are roaming state is drv->flag_roam_state is 0drv->flag_roaming is 0
I/wpa_supplicant( 4356): [SeamLess] We are roaming state is drv->flag_roam_state is 0drv->flag_disconnect_state is 0
I/wpa_supplicant( 4356): [SeamLess] Flag roam state is mlme_event_disconnect:1514
I/wpa_supplicant( 4356): [SeamLess] We are in roaming_scan_handler to register to timeout handlers
I/wpa_supplicant( 4356): [SeamLess] We requested scan to connect
I/wpa_supplicant( 4356): Setting scan request: 0 sec 0 usec
I/wpa_supplicant( 4356): wpa_supplicant_trigger_scan +
W/wpa_supplicant( 4356): [EAP-MSG] EAP [email protected]: eap_methods not available
I/wpa_supplicant( 4356): [SeamLess] This is already connected so rejected to yy:yy:yy:yy:yy:yy
I/wpa_supplicant( 4356): [SeamLess] flag_disconnect is set i.e., Seamless is give it up
I/wpa_supplicant( 4356): [SeamLess] Event DISASSOC is Generated seamless_roaming_disconnect:438
I/wpa_supplicant( 4356): wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
I/wpa_supplicant( 4356): WPA: Auto connect enabled: try to reconnect (wps=0)
I/wpa_supplicant( 4356): Setting scan request: 0 sec 500000 usec
I/wpa_supplicant( 4356): Setting scan request: 0 sec 100000 usec
I/wpa_supplicant( 4356): wlan0: CTRL-EVENT-DISCONNECTED bssid=yy:yy:yy:yy:yy:yy reason=0
I/wpa_supplicant( 4356): wpa_supplicant_set_state -
BUT, the passphase is correct. If I just turn off N-mode in access point it connects normally.
Does your router have the option for WPA+WPA2 not just one or the other? If so try enabling the setting to use both.
Sent from my HTC One S using xda premium
doktortaru said:
Does your router have the option for WPA+WPA2 not just one or the other? If so try enabling the setting to use both.
Sent from my HTC One S using xda premium
Click to expand...
Click to collapse
Currently I configure it to use only WPA2 (CCMP/AES cipher) but also tryed with WPA (TKIP cipher) and already tryed to use both WPA+WPA2 - no luck.
P.S.
I'm also have HTC Incredible S and it connects to AP normally in all possible modes while One S won't.
WLAN
Working fine on my Phone.. Problems with your Rom?
Andy2502 said:
Working fine on my Phone.. Problems with your Rom?
Click to expand...
Click to collapse
Have checked with 3 different roms including official. What AP do you have and which speed it suppors (150/300mbps)?
i had a similar issue but my phone would reboot after failed attempts to connect.
what is your baseband? i was on 0.15 and the phone finally connected when i used the TMOUS RUU to update to 0.16.
suhailtheboss said:
i had a similar issue but my phone would reboot after failed attempts to connect.
what is your baseband? i was on 0.15 and the phone finally connected when i used the TMOUS RUU to update to 0.16.
Click to expand...
Click to collapse
radio is 0.16.31501S.17_2_10.23.31501S.10L and the rom is 1.78.401.2, previously was on official T-Mobile DE rom, but currently on LeeDroid. With both roms wifi won't auth with AP in N-mode
Solved by compiling latest compat-wireless for AP.
darkside_ua said:
Solved by compiling latest compat-wireless for AP.
Click to expand...
Click to collapse
Hi, i have the same issue with the original ROM 1.78.401.2.
Could you please explain me how to solve this? My HTC is already rooted...
Thanks

[Q] CM10 WiFi

Hello.
I have a problem with CM10 (cm-10-20120923-EXPERIMENTAL-saga-NK111) wifi. I can turn wifi on off and see all the AP's I would regularly see but I cannot connect to any of them (just says Saved, secured with WPA2).
Right now I tried CM9 (NK111 latest build) and there it worked perfectly.
Baseband is 20.76.30.0835U_3831.19.00.110
Logcat is here:
Code:
I/wpa_supplicant( 1674): wlan0: Authentication with 30:85:a9:39:42:e0 timed out.
I/wpa_supplicant( 1674): wlan0: Trying to associate with 30:85:a9:39:42:e0 (SSID='Ssid' freq=2462 MHz)
I/wpa_supplicant( 1674): wlan0: Authentication with 30:85:a9:39:42:e0 timed out.
I/wpa_supplicant( 1674): wlan0: Trying to associate with 30:85:a9:39:42:e0 (SSID='Ssid' freq=2462 MHz)
I/wpa_supplicant( 1674): wlan0: Authentication with 30:85:a9:39:42:e0 timed out.
I/wpa_supplicant( 1674): wlan0: Trying to associate with 30:85:a9:39:42:e0 (SSID='Ssid' freq=2462 MHz)
I/wpa_supplicant( 1674): wlan0: Authentication with 30:85:a9:39:42:e0 timed out.
I/wpa_supplicant( 1674): wlan0: Trying to associate with 30:85:a9:39:42:e0 (SSID='Ssid' freq=2462 MHz)
I/wpa_supplicant( 1674): wlan0: Authentication with 30:85:a9:39:42:e0 timed out.
I/wpa_supplicant( 1674): wlan0: Trying to associate with 30:85:a9:39:42:e0 (SSID='Ssid' freq=2462 MHz)
I/wpa_supplicant( 1674): wlan0: Authentication with 30:85:a9:39:42:e0 timed out.
I/wpa_supplicant( 1674): wlan0: Trying to associate with 30:85:a9:39:42:e0 (SSID='Ssid' freq=2462 MHz)
I/wpa_supplicant( 1674): wlan0: Authentication with 30:85:a9:39:42:e0 timed out.
I/wpa_supplicant( 1674): wlan0: Trying to associate with 30:85:a9:39:42:e0 (SSID='Ssid' freq=2462 MHz)
I/wpa_supplicant( 1674): wlan0: Authentication with 30:85:a9:39:42:e0 timed out.
I/wpa_supplicant( 1674): wlan0: Trying to associate with 30:85:a9:39:42:e0 (SSID='Ssid' freq=2462 MHz)
I/wpa_supplicant( 1674): wlan0: Authentication with 30:85:a9:39:42:e0 timed out.
I/wpa_supplicant( 1674): wlan0: Trying to associate with 30:85:a9:39:42:e0 (SSID='Ssid' freq=2462 MHz)
I/wpa_supplicant( 1674): wlan0: Authentication with 30:85:a9:39:42:e0 timed out.
I/wpa_supplicant( 1674): wlan0: Trying to associate with 30:85:a9:39:42:e0 (SSID='Ssid' freq=2462 MHz)
I/wpa_supplicant( 1674): wlan0: CTRL-EVENT-DRIVER-STATE STOPPED
E/wpa_supplicant( 1674): android_wext_cmd failed (-1): PNOFORCE 0
D/WifiStateMachine( 1447): Received INTERFACE_DISABLED message
E/WifiStateMachine( 1447): Error! unhandled message 0x20099 - 153
I/wpa_supplicant( 1674): wlan0: Authentication with 00:00:00:00:00:00 timed out.
Can someone help me with this problem. What should I do? Before going to CM10 I used Stock ICS RUU
I'm on 0923 also but using Radio-20.4801.30.0822U_3822.10.08.04.
I have no problems with Wi-Fi.
Sent from my HTC Saga
BillGoss said:
I'm on 0923 also but using Radio-20.4801.30.0822U_3822.10.08.04.
I have no problems with Wi-Fi.
Sent from my HTC Saga
Click to expand...
Click to collapse
Thank you for replying!
Ok I was afraid it is a radio issue (it is the newest radio fw) or some incompatibility with CM10. Can you please forward this message to Development forum? I cannot post there yet. I would really appreciate it!

Beanstalk and WiFi?

I am having an issue where my WiFi keeps disconnecting. Its only on my home router that I've noticed. Its a fritzbox. I have reinstalled the ROM. Plus wiped everything. No restore with titainium this time just in case. (I only restore user apps anyway.) This has been happening on the last two builds. Which strikes me as odd because I have been running Scotts cm10 with out issue from almost the beginning. And switched to beanstalk on day one. Its just been the last two builds of beanstalk giving me a hard time. Let me know your ideas. I've searched through the menus, but with all these added features I could have missed something.
Sent from my SGH-I997 using xda app-developers app
Same here...
Having the same basic issue, though it's more of a minor annoyance than anything else. Get kicked off wifi. Turn wifi off and then back on. Then reconnect and usually it works.
And I should say that this is just a minor, minor glitch in what is otherwise an awesome ROM. Thanks for all your work on it, Scott!
Any thoughts on wifi fixes?
I am happy with CM10 11/15 release. Everything is working and I recommend others to go to that release.
New releases, codename, etc. is just a toy for developers to experiment. There will always be something not working or working incorrectly.
I have been fed by "ultra smooth", "buttery smooth", etc. BS, basically no changes from earlier CM10. It is smooth until you have some app taking more cpu or available memory is close to 0. Then all smoothness disappears.
Just find a version which works for you and stop making troubles to yourself with newer and newer versions.
0.02c
Newest working for me fine
Sent from my SGH-I997 using Tapatalk 2
Scott's Beanstalk build does the same thing to me (haven't tried the 2/3 release), it seems to only happen when I turn WiFi sleep on. If I leave it set to never sleep, it doesn't disconnect.
I've been having this issue too, I think it has been happening for me since switching to any ICS or JB rom but it seems worse lately. I've been tempted to switch back to the latest official GB release to see if I still have the issue but haven't tried that yet
I've checked the wifi sleep settings and tried all possible options. If seems to go to sleep and never wakeup. If I am hooked to power it doesn't seem to happen or if there is something active it doesn't happen.
In the logcat it happens about here:
I/EventLogService( 1047): Aggregate from 1358904794591 (log), 1358904794591 (data)
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
W/ThrottleService( 443): unable to find stats for iface pdp0
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
I/wpa_supplicant(19752): wlan0: CTRL-EVENT-DISCONNECTED bssid=c0:c1:c0:dc:f5:cc reason=1
E/wpa_supplicant(19752): wpa_driver_nl80211_driver_cmd: failed to issue private commands
D/CommandListener( 142): Clearing all IP addresses on wlan0
D/ConnectivityService( 443): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
D/ConnectivityService( 443): Attempting to switch to mobile
D/ConnectivityService( 443): Attempting to switch to BLUETOOTH_TETHER
D/NetUtils( 443): android_net_utils_resetConnections in env=0x2a292630 clazz=0xef500001 iface=wlan0 mask=0x3
D/ConnectivityService( 443): resetConnections(wlan0, 3)
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
D/NetUtils( 443): android_net_utils_resetConnections in env=0x2a292630 clazz=0xf1b00001 iface=wlan0 mask=0x3
D/ConnectivityService( 443): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
D/ConnectivityService( 443): Attempting to switch to mobile
D/ConnectivityService( 443): Attempting to switch to BLUETOOTH_TETHER
D/ConnectivityService( 443): resetConnections(wlan0, 3)
D/dalvikvm( 806): GC_CONCURRENT freed 625K, 22% free 4256K/5408K, paused 7ms+2ms, total 129ms
D/dalvikvm( 443): GC_CONCURRENT freed 1861K, 40% free 16643K/27640K, paused 10ms+9ms, total 102ms
D/dalvikvm( 443): WAIT_FOR_CONCURRENT_GC blocked 52ms
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
W/wpa_supplicant(19752): wlan0: Failed to initiate AP scan
The "Failed to initiate AP scan" repeats until wifi is disabled and restarted.
Only issue I have with the latest 2/3 build is that when I connect BT to car for talk... the sound comes across like I'm listening to a Walkie Talkie from the person I'm talking to.
They here me fine though. Also. The BT to Streaming music sounds good.
I ended up just wiping and restoring the PREVIOUS build which was working perfect.
I'm at a loss on this one. I reverted to stock and then tried Aeon for a while and had the same issue, although Aeon would sometimes bring the Wifi back on its own without me having to disable wifi and re-enable it. With Aeon I had a problem with the screen not coming back on after a deep sleep that I had with some other GB releases so I decided to go back up to Bean Stalk.
Did a complete format, wipe, and install and I'm having the same wifi issue. It acts like "Keep Wi-Fi on during sleep" is set to "Only when plugged in" even though I have it set to Always. When it wakes back up the only way to bring wifi back is to disable/enable it. I'm tempted to start timing how long it takes
Some more logcat info:
I/PowerManagerService( 428): Going to sleep due to screen timeout...
I/wpa_supplicant( 595): wlan0: CTRL-EVENT-DISCONNECTED bssid=c0:c1:c0:dc:f5:cc reason=1
E/wpa_supplicant( 595): wpa_driver_nl80211_driver_cmd: failed to issue private commands
D/CommandListener( 142): Clearing all IP addresses on wlan0
D/ConnectivityService( 428): ConnectivityChange for WIFI: DISCONNECTED/DISCONNECTED
D/ConnectivityService( 428): Attempting to switch to mobile
D/ConnectivityService( 428): Attempting to switch to BLUETOOTH_TETHER
D/NetUtils( 428): android_net_utils_resetConnections in env=0x2a170ed0 clazz=0x6ac00001 iface=wlan0 mask=0x3
D/ConnectivityService( 428): resetConnections(wlan0, 3)
W/wpa_supplicant( 595): wlan0: Failed to initiate AP scan
D/dalvikvm( 587): GC_CONCURRENT freed 503K, 24% free 3101K/4080K, paused 7ms+53ms, total 152ms
D/SurfaceFlinger( 145): Screen released, type=0 flinger=0x2a007318
E/wpa_supplicant( 595): wpa_driver_nl80211_driver_cmd: failed to issue private commands
V/TransportControlView( 428): Create TCV com.android.internal.policy.impl.keyguard.KeyguardTransportControlView{41677960 V.E..... ......I. 0,0-0,0 #102030a android:id/keyguard_transport_control}
D/dalvikvm( 428): JIT code cache reset in 4 ms (1048448 bytes 1/0)
D/dalvikvm( 428): GC_CONCURRENT freed 1669K, 37% free 9285K/14728K, paused 3ms+9ms, total 103ms
V/KeyguardViewManager( 428): State lockbackground:null
W/wpa_supplicant( 595): wlan0: Failed to initiate AP scan
D/dalvikvm( 428): GC_FOR_ALLOC freed 664K, 37% free 9354K/14728K, paused 59ms, total 61ms
W/wpa_supplicant( 595): wlan0: Failed to initiate AP scan
W/wpa_supplicant( 595): wlan0: Failed to initiate AP scan
D/Tethering( 428): MasterInitialState.processMessage what=3
D/ConnectivityService( 428): handleInetConditionChange: no active default network - ignore
D/PicasaUploaderSyncManager( 1602): active network: null
I fixed mine by shutting off WiFi optimization in the WiFi advanced settings. All is back to normal now.
Sent from my SGH-I997 using xda app-developers app
I might have figured out my problem, hopefully I'm not jinxing myself by posting this.
I installed Wifi Fixer and that didn't really help, but it would make the network reconnect after it dropped. What really helped was turning on the logging and seeing what was happening.
I have a Linksys router that is 802.11A/N and 802.11B/G compatible. Well I had the same ssid for for sets of bands so I think there is either weird power saving on the A/N or something weird where it would switch back and forth and get into some weird state. I changed the ssid on my A/N to something different and it hasn't dropped in a while now
After I'm sure it is fixed I might add the A/N ssid to my phone to see if that works.
Hopefully this helps someone else out there.
Well I still had issues with Beanstalk (the latest 4.2.1 version). Last night I flashed back to stock GB and I'm going to see if the wifi problem persists for me.
I'd really like to be on a ICS/JB rom but with the wifi constantly freaking out and the crazy battery life I might end up sticking with GB.
What is the best GB for Infuse?
I am done playing QA. 8 months testing and I can't stay with : GPS is not turning up if not used for some time ( Maps or other GPS can't turn it on. Have to reboot ), 720p not working, 480p produces video which gallery sometimes have problems creating/viewing thumbnails (really slow response from phone and eating battery; if this happens screen stays black for minutes until it starts re-drawing), WiFi issues (I stopped using WiFi tethering, which was the main reason to try 4+), very frequent DEBUG logs (OS Monitor) eat CPU for no reason, bluetooth issues only on my phone.

[Q] Wifi won't enable?

Hello everyone,
Can somebody give me an advice related to the following issue ?
A friend of mine bought two months ago a Huawei G510 smartphone. I never ever recommend somebody to buy a Huawei, but he told me: "It's okay, you know the phones doesn't last a lot in my hands".
And again...he proved this was true. After one month he dropped the phone in a sink full of water.
He sent it to me into a bowl with rice, I opened it, cleaned it and the phone is working fine right now. But there is an issue: Wifi won't start. I factory reset the phone, I opened again to check if there is any cable disconnected...but everything is fine.
I extracted the phone catlog and this is what I get related to the wifi:
Code:
E/WifiStateMachine( 432): Failed to start supplicant!
W/CommandListener( 147): Failed to retrieve HW addr for eth0 (No such device)
E/WifiStateMachine( 432): Unable to change interface settings: java.lang.IllegalStateException: command '28 interface setcfg eth0 0.0.0.0 0 down' failed with '400 28 Failed to set address (No such device)'
W/WifiHW ( 432): wifi_start_supplicant: ath_supplicant:-ieth0 -c/data/misc/wifi/wpa_supplicant.conf start
E/wpa_supplicant( 1890): Line 3: unknown global field 'p2p_disabled=1'.
E/wpa_supplicant( 1890): Line 3: Invalid configuration line 'p2p_disabled=1'.
I/wpa_supplicant( 1890): rfkill: Cannot open RFKILL control device
E/wpa_supplicant( 1890): nl80211: Could not configure driver to use managed mode
E/wpa_supplicant( 1890): Could not read interface eth0 flags: No such device
E/wpa_supplicant( 1890): eth0: Failed to initialize driver interface
Can somebody tell me what it can be ? Is the modem roasted ? Any solution or idea ?
Thank you.

Categories

Resources