TL-WR1043ND can't get 300mbps

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

Cloedu
Posts: 5
Joined: Wed Dec 28, 2011 6:15 pm

TL-WR1043ND can't get 300mbps

Post 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

jaykumar2001
Posts: 27
Joined: Thu Oct 13, 2011 1:16 pm

Re: TL-WR1043ND can't get 300mbps

Post 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-'

TL-WR1043ND - Gargoyle 1.5.2
DIR-300 - DD-Wrt v24 preSP2 (Build14896)

Cloedu
Posts: 5
Joined: Wed Dec 28, 2011 6:15 pm

Re: TL-WR1043ND can't get 300mbps

Post 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

jaykumar2001
Posts: 27
Joined: Thu Oct 13, 2011 1:16 pm

Re: TL-WR1043ND can't get 300mbps

Post 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
TL-WR1043ND - Gargoyle 1.5.2
DIR-300 - DD-Wrt v24 preSP2 (Build14896)

hnl_dk
Moderator
Posts: 408
Joined: Mon Aug 29, 2011 12:37 pm

Re: TL-WR1043ND can't get 300mbps

Post 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.
Router: TL-WR1043ND - Gargoyle 1.5.4
AP: TL-WR1043ND - Gargoyle 1.5.4

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: TL-WR1043ND can't get 300mbps

Post by ispyisail »

as per my other post

You could try SWAP

http://www.gargoyle-router.com/wiki/dok ... =swap_file

jaykumar2001
Posts: 27
Joined: Thu Oct 13, 2011 1:16 pm

Re: TL-WR1043ND can't get 300mbps

Post 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)
Attachments
swap.jpg
swap.jpg (25.83 KiB) Viewed 21338 times
TL-WR1043ND - Gargoyle 1.5.2
DIR-300 - DD-Wrt v24 preSP2 (Build14896)

bbjayo
Posts: 8
Joined: Tue May 03, 2011 2:05 am

Re: TL-WR1043ND can't get 300mbps

Post 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
Last edited by bbjayo on Wed Jan 11, 2012 4:10 am, edited 1 time in total.

hnl_dk
Moderator
Posts: 408
Joined: Mon Aug 29, 2011 12:37 pm

Re: TL-WR1043ND can't get 300mbps

Post 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?
Router: TL-WR1043ND - Gargoyle 1.5.4
AP: TL-WR1043ND - Gargoyle 1.5.4

bbjayo
Posts: 8
Joined: Tue May 03, 2011 2:05 am

Re: TL-WR1043ND can't get 300mbps

Post 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

Post Reply