WNDR3700v4 wifi issue

I have WNDR3700v4 and i get pretty bad wifi. I do not use 5 GHZ i only use 2.4 GHZ and my laptop is 1,5 meters away. I have 100 Mbit/s connection and i still get ~30-40 Mbit/s on my laptop. Today once i got 75 Mbit/s now it's still down to 30 Mbit. What is going on? In Openwrt it says 176 Mbit/s http://www.picz.ge/img/s1/1801/2/4/47fd95b53682.jpg

If channel selection is on auto, manually select channel 1, 6, or 11.

Use WPA2-PSK and AES for wireless security.

Use a wireless analyzer to see what your signal strength and quality is at the router, and what wireless traffic is like in your area.

I already have all those done! There are only 2 wifis one is my second has very weak signal.

Using ch 11 + WPA2-PSK + AES

In Advanced settings, start with 1350 for distance optimization, and 2346 for Fragmentation and RTS/CTS Threshold.

Changed distance to 1350 other settings already were 2346 and 2347

Also changed channel to 13 and i got 55/60 up down :slight_smile: But still nowhere near max 94 up/down when on wired.

Wow i disabled sqm and now i got these speeds over wifi

Something misconfigured in SQM...

See the LEDE User Guide section on SQM and SQM tuning...

https://lede-project.org/docs/user-guide/sqm

1 Like

Corrected settings but still i get 59 up/down
without sqm i get 68/78 down/up

I do not believe WNDR3700v4 has so slow wifi. My 1 antenn tp link 740n had 92 Mbit/s on wifi LOL

Personally, I have Ingress and Egress set at the ISP rates, and get the same speeds on 2.4 and 5 as wired.

Start at 100% and work back in 5% increments.

You may get 68/78 without SQM, but how well is bufferbloat controlled?

https://sourceforge.net/speedtest/

https://www.dslreports.com/speedtest

On first link very bad on second much better results. I do not know which one to trust.
Because of no good measurement program i do not believe i need sqm. I can't confirm that it does what it's meant to. I just lose my bandwith that's all i can see.

I've had good results using cake/piece_of_cake, with no advance configurations.

If you want to continue, SSH into your router and run the following commands...

cat /etc/config/network

cat /etc/config/wireless

Make sure to obscure the "option key" value(s) in the wireless config results before posting.

network:

config interface 'loopback'
	option ifname 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'

config interface 'lan'
	option type 'bridge'
	option proto 'static'
	option netmask '255.255.255.0'
	option ip6assign '60'
	option ipaddr '10.0.0.1'
	option _orig_ifname 'eth0.1 wlan0 radio1.network1'
	option _orig_bridge 'true'
	option ifname 'eth0.1'

config device 'lan_dev'
	option name 'eth0.1'
	option macaddr '28:c6:8e:b3:9b:2a'

config interface 'wan'
	option ifname 'eth0.2'
	option proto 'dhcp'
	option peerdns '0'

config device 'wan_dev'
	option name 'eth0.2'
	option macaddr 'b4:b5:2f:8e:fa:3a'

config interface 'wan6'
	option ifname 'eth0.2'
	option proto 'dhcpv6'

config switch
	option name 'switch0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch0'
	option vlan '1'
	option ports '1 2 3 4 0t'

config switch_vlan
	option device 'switch0'
	option vlan '2'
	option ports '5 0t'

config interface 'vpn0'
	option ifname 'tun0'
	option proto 'none'
	option auto '1'

wireless:

 config wifi-device 'radio0'
	option type 'mac80211'
	option hwmode '11g'
	option path 'platform/ar934x_wmac'
	option frag '2346'
	option rts '2347'
	list supported_rates '12000 18000 24000 36000 48000 54000 300000'
	list basic_rate '12000 24000 54000'
	list ht_capab 'SHORT-GI-40'
	list ht_capab 'TX-STBC'
	list ht_capab 'RX-STBC1'
	list ht_capab 'DSSS_CCK-40'
	option mcast_rate '6000'
	option noscan '1'
	option beacon_int '1000'
	option bursting '1'
	option ff '1'
	option compression '1'
	option max_inactivity '100000'
	option htmode 'HT40'
	option country 'GE'
	option distance '1350'
	option txpower '20'
	option channel '13'

config wifi-iface 'default_radio0'
	option device 'radio0'
	option mode 'ap'
	option ssid 'LAN-solo'
	option key ''
	option wpa_disable_eapol_key_retries '1'
	option ieee80211w '1'
	option ieee80211w_max_timeout '500'
	option ieee80211w_retry_timeout '200'
	option disassoc_low_ack '0'
	option dtim_period '255'
	option network 'lan'
	option encryption 'psk2+ccmp'

config wifi-device 'radio1'
	option type 'mac80211'
	option hwmode '11a'
	option path 'pci0000:00/0000:00:00.0'
	option country 'US'
	option txpower '22'
	option channel '52'
	option htmode 'HT40'

config wifi-iface 'default_radio1'
	option device 'radio1'
	option mode 'ap'
	option ssid 'LEDE'
	option key ''
	option wpa_disable_eapol_key_retries '1'
	option encryption 'psk-mixed+ccmp'
	option ieee80211w '1'
	option ieee80211w_max_timeout '500'
	option ieee80211w_retry_timeout '200'
	option network 'lan'
	option disabled '1'

Are you using SQM on eth0.1 or eth0.2?

Should be the WAN eth0.2

1 Like

I am using 0.2

Now i disabled sqm. I am trying to set up fireqos, but with fireqos wifi is even worse at 28-30 Mbit/s. These sqm qos things are killing my wifi.

With SQM enabled, SSH in to your router and run the following command and post the results...

tc qdisc

1 Like
mate@LEDE 10:20 ~ tc qdisc
qdisc noqueue 0: dev lo root refcnt 2 
qdisc fq_codel 0: dev eth0 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 4Mb ecn 
qdisc noqueue 0: dev br-lan root refcnt 2 
qdisc noqueue 0: dev eth0.1 root refcnt 2 
qdisc cake 8008: dev eth0.2 root refcnt 2 bandwidth 81Mbit besteffort triple-isolate rtt 100.0ms raw total_overhead 18 hard_header_len 18 
qdisc ingress ffff: dev eth0.2 parent ffff:fff1 ---------------- 
qdisc noqueue 0: dev wlan0 root refcnt 2 
qdisc fq_codel 0: dev tun0 root refcnt 2 limit 10240p flows 1024 quantum 1500 target 5.0ms interval 100.0ms memory_limit 4Mb ecn 
qdisc cake 8009: dev ifb4eth0.2 root refcnt 2 bandwidth 81Mbit besteffort triple-isolate wash rtt 100.0ms raw total_overhead 14 hard_header_len 14

What is your ISP "advertised" down/up speed?

100 Mbit/s for a month. Then 50 Mbit/s

But i get 94 Mbit/s now on wire

That's with SQM?