which one do you prefer?One could just change the antennas.
This has been discussed elsewhere on these forums many times. From what I've read, whilst some people see an improvement most do not.One could just change the antennas.
Quick check.
How can I increase the tx power?
Setting the ccode in the nvram will do the trick?
Any good forum link?
Thanks in advance,
Bart
#!/bin/sh
echo "Changing Tx power adjustment to 111%, 28.5dBm (708mW)"
echo -n "BEFORE: " && wl txpwr_target_max
nvram set 0:maxp2ga0=120
nvram set 0:maxp2ga1=120
nvram set 0:maxp2ga2=120
nvram set 1:maxp5ga0=120,120,120,120
nvram set 1:maxp5ga1=120,120,120,120
nvram set 1:maxp5ga2=120,120,120,120
nvram set wl_txpower=111
nvram set wl0_txpower=111
nvram set wl1_txpower=111
nvram commit
nvram show 2>/dev/null|grep -i maxp
nvram show 2>/dev/null|grep -i txpower
echo "Restarting wireless..." && service restart_wireless>/dev/null && sleep 30
echo -n "AFTER: " && wl txpwr_target_max
#!/bin/sh
echo "Changing Tx power adjustment to 100%, 25.0dBm (316mW)"
echo -n "BEFORE: " && wl txpwr_target_max
nvram set 0:maxp2ga0=106
nvram set 0:maxp2ga1=106
nvram set 0:maxp2ga2=106
nvram set 1:maxp5ga0=106,106,106,106
nvram set 1:maxp5ga1=106,106,106,106
nvram set 1:maxp5ga2=106,106,106,106
nvram set wl_txpower=100
nvram set wl0_txpower=100
nvram set wl1_txpower=100
nvram commit
nvram show 2>/dev/null|grep -i maxp
nvram show 2>/dev/null|grep -i txpower
echo "Restarting wireless..." && service restart_wireless>/dev/null && sleep 30
echo -n "AFTER: " && wl txpwr_target_max
#!/bin/sh
echo "Changing Tx power adjustment to 90%, 22.0dBm (159mW)"
echo -n "BEFORE: " && wl txpwr_target_max
nvram set 0:maxp2ga0=94
nvram set 0:maxp2ga1=94
nvram set 0:maxp2ga2=94
nvram set 1:maxp5ga0=94,94,94,94
nvram set 1:maxp5ga1=94,94,94,94
nvram set 1:maxp5ga2=94,94,94,94
nvram set wl_txpower=90
nvram set wl0_txpower=90
nvram set wl1_txpower=90
nvram commit
nvram show 2>/dev/null|grep -i maxp
nvram show 2>/dev/null|grep -i txpower
echo "Restarting wireless..." && service restart_wireless>/dev/null && sleep 30
echo -n "AFTER: " && wl txpwr_target_max
#!/bin/sh
echo "Changing Tx power adjustment to 80%, 19.0dBm (79mW)"
echo -n "BEFORE: " && wl txpwr_target_max
nvram set 0:maxp2ga0=82
nvram set 0:maxp2ga1=82
nvram set 0:maxp2ga2=82
nvram set 1:maxp5ga0=82,82,82,82
nvram set 1:maxp5ga1=82,82,82,82
nvram set 1:maxp5ga2=82,82,82,82
nvram set wl_txpower=80
nvram set wl0_txpower=80
nvram set wl1_txpower=80
nvram commit
nvram show 2>/dev/null|grep -i maxp
nvram show 2>/dev/null|grep -i txpower
echo "Restarting wireless..." && service restart_wireless>/dev/null && sleep 30
echo -n "AFTER: " && wl txpwr_target_max
Yes, the firmware is overriding those values.Does anyone know the reason?
I edited my CFE 1.0.2.1 US on RT-AC68U with Asuswrt-Merlin 378.53, to increase the max tx values. However, it does not work because I think those max tx values are locked to 80mW somewhere else. The command "wl txpwr_target_max" reports 28.5dBm (708mW), but there is no effect when I test it.
Does anyone know the reason?
change the ccode.
Hello, I think hggomes is lil busy and not checking in snb or github recently. If u havehcould u please provide the frifrimw thanks.There is a way to increase TX power on 87U (it is not factory supported!) I am using it on one on my two 87's.
Search for posts by hggomes and his fork based on Merlin's FW. (consider all pros and cons)
As the files are no longer available for direct download -you can PM him and hopefully he will give you a link ( very nice guy!)
Hello, I think hggomes is lil busy and not checking in snb or github recently. If u havehcould u please provide the frifrimw thanks.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!