Page 1 of 2
TL-WR1043ND can't get 300mbps
Posted: Sat Dec 31, 2011 9:33 am
by Cloedu
I had to manually type the following commands to reach 300mbit. Can this automatically be included to the next versions?
=> is this something for the openWRt devs?
type in telnet/ssh:
uci set wireless.radio0.noscan=1
uci commit
reboot
Thanks
Claude
Re: TL-WR1043ND can't get 300mbps
Posted: Sat Dec 31, 2011 10:30 am
by jaykumar2001
Edit /etc/config/wireless and add following line in config 'wifi-device' 'radio0' section.
option 'noscan' '1'
Mine looks like this, few changes from default
Code: Select all
config 'wifi-device' 'radio0'
option 'type' 'mac80211'
option 'macaddr' 'b0:48:xx:xx:xx:xx'
option 'hwmode' '11ng'
list 'ht_capab' 'SHORT-GI-40'
list 'ht_capab' 'DSSS_CCK-40'
option 'noscan' '1'
option 'ar' '1'
option 'bursting' '1'
option 'ff' '1'
option 'compression' '1'
option 'channel' '11'
option 'htmode' 'HT40-'
Re: TL-WR1043ND can't get 300mbps
Posted: Sat Dec 31, 2011 12:04 pm
by Cloedu
Thanks for your answers. What are this additional options doing? Do you have a link or do i need to have look inside the source code?
=> Do you know something aboutstability problems of the wireless driver?
I lost the connection a few times with my android phone...
Thanks
Claude
Re: TL-WR1043ND can't get 300mbps
Posted: Sat Dec 31, 2011 3:47 pm
by jaykumar2001
Refer this webpage. I am a Linux guy, therefore I can make some head & tail out of it. Hopefully it would help you also
http://aspiregemstone.blogspot.com/2011 ... art-4.html
Re: TL-WR1043ND can't get 300mbps
Posted: Sat Dec 31, 2011 4:17 pm
by hnl_dk
Instead of setting noscan, why not do the more correct method... checking what channels are free in the area, then it will work right away.
It is not "fair" to enable noscan, as the scan checks if you would disturb people in the surrounding area. If you choose a channel that is not used by others, will it work right away.
If you have an Android phone, would I recommend you to try to install "Wifi Analyzer":
https://market.android.com/details?id=c ... yzer&hl=da
It is working very well, and is very userfriendly.
Re: TL-WR1043ND can't get 300mbps
Posted: Sun Jan 01, 2012 3:24 pm
by ispyisail
Re: TL-WR1043ND can't get 300mbps
Posted: Mon Jan 02, 2012 2:06 pm
by jaykumar2001
Refer:
http://www.gargoyle-router.com/phpbb/vi ... 9893#p9893
Already using swap, had a 128MB usb stick (really!!).
Not sure if using swap would made any difference unless I am using Tor or something other memory intensive process (proxy)
Re: TL-WR1043ND can't get 300mbps
Posted: Tue Jan 10, 2012 9:17 pm
by bbjayo
hnl_dk wrote:Instead of setting noscan, why not do the more correct method... checking what channels are free in the area, then it will work right away.
I have no other APs in my area so my channel space is completely clear. I can't get a connection above 65mbps without setting noscan.
Using 1.5.2 with TL-WR1043ND
bb
Re: TL-WR1043ND can't get 300mbps
Posted: Wed Jan 11, 2012 3:04 am
by hnl_dk
bbjayo wrote:hnl_dk wrote:Instead of setting noscan, why not do the more correct method... checking what channels are free in the area, then it will work right away.
I have no other APs in my area so my channel space is completely clear. I can't get a connection above 65mbps without setting noscan.
Using 1.5.2 with TP-1043ND
bb
that sounds very strange.
I have QoS, TOR... turned off. Maybe you are using more memory on yours?
Re: TL-WR1043ND can't get 300mbps
Posted: Wed Jan 11, 2012 4:07 am
by bbjayo
hnl_dk wrote:
that sounds very strange.
I have QoS, TOR... turned off. Maybe you are using more memory on yours?
QOS and Tor disabled. Memory usage at 47%. Even with noscan enabled, I seem to get a max of 150mbps.
Am using WPA2 and everything pretty much on default.
bb