glarehsn / cm9-wildfire-s

Automatically exported from code.google.com/p/cm9-wildfire-s
0 stars 0 forks source link

Wi-Fi not working #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Turning on Wi-fi

LogCat:
D/memalloc(  446): /dev/pmem: Unmapping buffer base:0x51e28000 size:5570560 
offset:4956160
D/memalloc(  446): /dev/pmem: Unmapping buffer base:0x5242c000 size:6799360 
offset:6184960
D/memalloc(  446): /dev/pmem: Unmapping buffer base:0x51794000 size:1843200 
offset:1228800
D/memalloc(   91): /dev/pmem: Freeing buffer base:0x41992000 size:614400 
offset:4956160 fd:56
D/memalloc(   91): /dev/pmem: Freeing buffer base:0x41604000 size:614400 
offset:1228800 fd:32
D/memalloc(   91): /dev/pmem: Freeing buffer base:0x41abe000 size:614400 
offset:6184960 fd:62
D/dalvikvm(  163): GC_CONCURRENT freed 443K, 19% free 8828K/10823K, paused 
8ms+10ms
E/WifiStateMachine(  163): Failed to reload STA firmware 
java.lang.IllegalStateException: Error communicating to native daemon 
D/CommandListener(   88): Setting iface cfg
D/CommandListener(   88): Trying to bring down wlan0
D/NetworkManagementService(  163): rsp <213 00:90:4c:11:22:33 0.0.0.0 0 [down 
broadcast multicast]>
D/NetworkManagementService(  163): flags <[down broadcast multicast]>
D/CommandListener(   88): broadcast flag ignored
D/CommandListener(   88): multicast flag ignored
I/wpa_supplicant( 1011): rfkill: Cannot open RFKILL control device
E/WifiConfigStore(  163): Error parsing 
configurationjava.io.FileNotFoundException: /data/misc/wifi/ipconfig.txt: open 
failed: ENOENT (No such file or directory)
I/dalvikvm(  163): Jit: resizing JitTable from 2048 to 4096
E/wpa_supplicant( 1011): ioctl[SIOCSIWPRIV] (cscan): -1
W/wpa_supplicant( 1011): wlan0: Failed to initiate AP scan
E/wpa_supplicant( 1011): ioctl[SIOCSIWPRIV] (cscan): -1
W/wpa_supplicant( 1011): wlan0: Failed to initiate AP scan
E/wpa_supplicant( 1011): ioctl[SIOCSIWPRIV] (cscan): -1
W/wpa_supplicant( 1011): wlan0: Failed to initiate AP scan
E/wpa_supplicant( 1011): ioctl[SIOCSIWPRIV] (cscan): -1
W/wpa_supplicant( 1011): wlan0: Failed to initiate AP scan
E/wpa_supplicant( 1011): ioctl[SIOCSIWPRIV] (cscan): -1
W/wpa_supplicant( 1011): wlan0: Failed to initiate AP scan
D/CommandListener(   88): Clearing all IP addresses on wlan0
I/wpa_supplicant( 1011): wlan0: CTRL-EVENT-TERMINATING 
W/Netd    (   88): No subsystem found in netlink event
D/NetlinkEvent(   88): Unexpected netlink message. type=0x11

HTC Wildfire S A1510e
My Phone SW:
47.23c.35.3037H_7.54.39.28M

Sorry my bad english.
Can this be anything to me as a fix for example to create a file with the 
desired ipconfig.txt informayiey?
In Russian
Можно это мне как ни будь исправить 
например создать файл ipconfig.txt с нужной 
информайией?

Original issue reported on code.google.com by basso...@gmail.com on 4 May 2012 at 10:53

GoogleCodeExporter commented 8 years ago
I think the problem is:

E/WifiStateMachine(  163): Failed to reload STA firmware 
java.lang.IllegalStateException: Error communicating to native daemon 

It was probably not able to upload the firmware. So the should be more 
information in 'dmesg'. You don't mention which version you're running. If that 
is something I didn't release you're on your own :)

Original comment by cryptom...@gmail.com on 4 May 2012 at 11:22

GoogleCodeExporter commented 8 years ago
This is dmesg http://pastebin.com/f8YA7qQZ
Running in marvel-cm-9.0.0-rc0-unofficial_rom-alpha0-signed.zip
And wifi did not work not on one of the firmware cm9

Original comment by basso...@gmail.com on 4 May 2012 at 11:48

GoogleCodeExporter commented 8 years ago
YAAAHOOO!!  fix this! :
adb shell <
sqlite3 /data/data/com.android.providers.settings/databases/settings.db<
INSERT INTO secure (name, value) VALUES ('wifi_country_code', 'EN');

Original comment by basso...@gmail.com on 4 May 2012 at 12:06

GoogleCodeExporter commented 8 years ago
Sorry! 
Forgot to add! That's according to this method wifi starts working!
http://forum.xda-developers.com/showthread.php?t=1436683

Original comment by basso...@gmail.com on 4 May 2012 at 12:07

GoogleCodeExporter commented 8 years ago
See http://forum.xda-developers.com/showthread.php?t=1445766

Original comment by cryptom...@gmail.com on 4 May 2012 at 12:51

GoogleCodeExporter commented 8 years ago
I think this is an upstream issue. I don't find a way how to fix this.

Original comment by cryptom...@gmail.com on 4 May 2012 at 2:09

GoogleCodeExporter commented 8 years ago
I don´t know why...but... if wifi is grey, I restart my DSL Modem and wifi 
switched to blue oO

(sorry for bad grammer :D English is not my favorit language ^_^)

Original comment by centschl...@googlemail.com on 5 Jul 2012 at 2:54

GoogleCodeExporter commented 8 years ago

Original comment by cryptom...@gmail.com on 12 Jul 2012 at 9:55

GoogleCodeExporter commented 8 years ago
Wifi works for a time and then, i have to restart the phone to get a working 
connection (it's connected but no data)

Original comment by bva...@gmail.com on 10 Nov 2012 at 7:48

GoogleCodeExporter commented 8 years ago
ttp://forum.xda-developers.com/showthread.php?t=1445766
it is same method,

adb shell <
sqlite3 /data/data/com.android.providers.settings/databases/settings.db<
INSERT INTO secure (name, value) VALUES ('wifi_country_code', 'EN');

Original comment by inasis...@gmail.com on 19 Feb 2013 at 4:27