Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Lcstyle
Old
#1  
Junior Member - OP
Thanks Meter 4
Posts: 24
Join Date: Sep 2010
Exclamation [Q] Wifi -> EPIC-FAIL

Anyone Else having trouble with the WIFI on the EPIC?

It connects but then seems to have trouble re-connecting back to the same wifi, using 802.11G and WPA-PSK

very strange indeed.
 
hydralisk
Old
#2  
hydralisk's Avatar
Senior Member
Thanks Meter 34
Posts: 487
Join Date: Jul 2010
No problems here. I set the wifi sleep policy to never. It was set to turn off wifi when the screen was off. Up to you if you wanna try that.
 
Aridon
Old
#3  
Senior Member
Thanks Meter 51
Posts: 882
Join Date: May 2007
No issues with wifi here. I've been on multiple networks all day and no issues so far.
 
AndroidMilos
Old
#4  
Senior Member
Thanks Meter 6
Posts: 111
Join Date: Aug 2010
Quote:
Originally Posted by Lcstyle View Post
Anyone Else having trouble with the WIFI on the EPIC?

It connects but then seems to have trouble re-connecting back to the same wifi, using 802.11G and WPA-PSK

very strange indeed.
Yes, I had the same problem today. I spent a couple of hours trying to get wifi running. I kept getting a "unable to scan for networks" problem. I finally called Sprint tech support. After talking with three of their tech support persons, they had me wipe my phone then they re-activated it. Works like a charm now.
 
rufflez2010
Old
#5  
Senior Member
Thanks Meter 6
Posts: 348
Join Date: Mar 2010
Quote:
Originally Posted by Lcstyle View Post
Anyone Else having trouble with the WIFI on the EPIC?

It connects but then seems to have trouble re-connecting back to the same wifi, using 802.11G and WPA-PSK

very strange indeed.
No issues here.


Sent from my SPH-D700 using XDA App
 
Fixter
Old
#6  
Fixter's Avatar
Senior Member
Thanks Meter 90
Posts: 1,399
Join Date: Jun 2009
Location: Durham

 
DONATE TO ME
No issues here.

Sent from my Epic4G using XDA App
Nexus 4 or 7 Problems? Add me on GTalk or Twitter
Twitter: GSoulPR
GTalk: Gc0814@gmail.com
Did I help? Press the Thanks button!
 
Lcstyle
Old
#7  
Junior Member - OP
Thanks Meter 4
Posts: 24
Join Date: Sep 2010
Default SOLVED!

Well,

As it turns out the problem with the EPIC started to mirror the same wierd behavior I was having with my ASUS netbook, however the ASUS would eventually connect so I didnt pay any mind, but when both wireless devices now were having problems I decided to investigate my OPENWRT ASUS WL 700 GE wireless adapter configuration.

As it turns out I decided to change the Channel and set a few more options in the config file, now everything works like a charm and faster than ever.

The changes are the TXPOWER (which I hadnt set before) as well as I changed the 802.11g channel. I also did not have compression, burst, and other advanced options set on the adapter.

here is my new entire openWRT wireless config file under /etc/config

config wifi-device wl0
option type broadcom
option channel 6

# REMOVE THIS LINE TO ENABLE WIFI:
# option disabled 1

config wifi-iface
option device 'wl0'
option network 'lan'
option mode 'ap'
option ssid 'SKYNET'
option encryption 'psk2'
option hidden '0'
option isolate '1'
option txpower '18'
option bgscan '1'
option wds '0'
option key 'deprecated'
option bursting '1'
option turbo '1'
option compression '1'
 
ConceptVBS
Old
#8  
Senior Member
Thanks Meter 6
Posts: 471
Join Date: Jun 2010
^ might want to update your initial post.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Gear Up Because it’s Time to Save Earth

*Cue Dramatic Music*Put on your red and blue latex overalls and cape because it’s time to … more

Recognized Contributor Code of Conduct

During the first half of 2012, XDA initiated the Recognized Contributor (RC) program to recognize … more

Careers in Android: What Hiring Managers Won’t Tell You – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

Coloring Your Logcat World

Getting feedback for your app during development is as simple as adding logging info where necessary and looking … more