Wifi Problems for rooted users please check this.

lucas_sylvie

Member
Dec 27, 2011
17
1
#lsmod

Post output

Here is the output of the command in different stage.

$ export PATH=/data/local/bin:$PATH
$ su
# lsmod - After a clean boot
fuse 43068 0 - Live 0xbf04c000
aufs 298472 1 - Live 0xbf002000
# lsmod - After enabling the Wifi
wlan 1600 1 - Loading 0xbf000000
fuse 43068 0 - Live 0xbf04c000
aufs 298472 1 - Live 0xbf002000
# lsmod - One minute after enabling the Wifi
fuse 43068 0 - Live 0xbf04c000
aufs 298472 1 - Live 0xbf002000
#
 
Last edited:

vdubbus77

Member
Nov 29, 2011
63
22
Can someone with the Wifi "error" and only with the wifi "error" try this rom.
repackedmod.zip

I will say again this has only been tested on my tablet and very little at that. This may brick your tablet. Only try if you have already lost Wifi
.
 

lucas_sylvie

Member
Dec 27, 2011
17
1
Can someone with the Wifi "error" and only with the wifi "error" try this rom.
repackedmod.zip

I will say again this has only been tested on my tablet and very little at that. This may brick your tablet. Only try if you have already lost Wifi
.

I installed this ROM image and got the same result. Wifi error.

one thing I notice is that I dont have wlan.ko in the /modules folder.
is it needed?

Thanks
 

m3red

Senior Member
Oct 19, 2011
163
27
Last edited:

vdubbus77

Member
Nov 29, 2011
63
22
/system/xbin/

Theres 3 wlan files in that folder. I tried to open them but i can read korean text.

Also found this on another tablet thread with wifi problems.
http://www.androidtablets.net/forum/sylvania-tablets/13817-wifi-problem.html

Ralink web site is back up and running.
Ralink-A MEDIATEK COMPANY

Sent from my Craig CMP738B Rooted with working Android Market and Android Tablet Forum


I tried that, putting the driver in caused the tablet to immediately lock up and reboot. Wifi still worked though it never hasn't. I also changed the txpower setting, it seems a bit cooler. I would suggest trying it....It can't hurt.
 

m3red

Senior Member
Oct 19, 2011
163
27
/system/etc/dhcpcd-hooks/95-eth-configured

# This script runs last, after all network configuration
# has completed. It sets a property to let the framework
# know that setting up the interface is complete.

# For debugging:
setprop dhcp.${interface}.reason "${reason}"

case "${reason}" in
BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT|IPV4LL)
setprop dhcp.${interface}.ipaddress "${new_ip_address}"
setprop dhcp.${interface}.gateway "${new_routers%% *}"
setprop dhcp.${interface}.mask "${new_subnet_mask}"
setprop dhcp.${interface}.leasetime "${new_dhcp_lease_time}"
setprop dhcp.${interface}.server "${new_dhcp_server_identifier}"

setprop dhcp.${interface}.result "ok"
;;

EXPIRE|FAIL|STOP)
setprop dhcp.${interface}.result "failed"
;;

RELEASE)
setprop dhcp.${interface}.result "released"
;;
esac


Sent from my Craig CMP738B Rooted with working Android Market and Android Tablet Forum
 

lucas_sylvie

Member
Dec 27, 2011
17
1
Hi,

I dowloaded and copied the rt2870.bin in folder /etc/firmware/
I did changed transmit power to 20

I looked for the file 95-eth-configured
it is in folder /system/etc/dhcpcd-eth/dhcpcd-hooks/95-eth-configured and it is exacly the same as m3red

rebooted the tablet and I still get error on Wifi on boot.

Thanks for continuing on finding a solution for us.
 
Last edited:
Top