Making this post for documentation purposes and for those who may have the same problem that I've finally resolved today. I couldn't get the Linksys to have WiFi perform at 3.8 MB/Sec (as my wired connection would). MAX speeds being hit were 1 MB/Sec. I did the 2 following changes and now WiFi performance is MAXED out.
First Change:From the dd-wrt wiki,
Note, this will also (potentially) reduce your range, which it did for me, but its blazing fast now
Second Change:Also from the dd-wrt wiki,
Open up a telnet or SSH prompt and login to your router. If your router isn't accepting (or you are unable to access the router via Telnet for any reason) then go to Administration >> Commands in your dd-wrt Web GUI and enter the following in the "Commands" box, hit "Run Commands after entering the text (enter all the lines at one shot, the router will reboot when done):
Enjoy
First Change:From the dd-wrt wiki,
After further study, I have also found that since the E2000 has an EIRP rating of 17dBm it is best to run these units at a TxPower setting 50mW instead of the dd-wrt default 71mW. 50mW = 17dBm Which can be adjusted in the webgui under the tabs Wireless > Advanced Settings enter 50 in the Tx Power entry. This should make for less Tx/Rx Errors and help the unit run cooler.
Second Change:Also from the dd-wrt wiki,
Open up a telnet or SSH prompt and login to your router. If your router isn't accepting (or you are unable to access the router via Telnet for any reason) then go to Administration >> Commands in your dd-wrt Web GUI and enter the following in the "Commands" box, hit "Run Commands after entering the text (enter all the lines at one shot, the router will reboot when done):
Code:
nvram set clkfreq=300,150,75 nvram commit [url="http://www.mercuryserver.com/forums/djdb.php?id=260"]reboot[/url]
Comment