What's new

change tx-power

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Status
Not open for further replies.

smeegul

New Around Here
Hi everyone! bought a router Asus RT-AC1200 V2, I can't find a tx-power change. Can I tell you how to change tx-power?
 
Check the bottom of the Wireless - Professional page. If it's not there then you can't change it on that model.
 
1.jpg



Is it possible to change tx-power via the ssh command line?
 
Try entering this command via SSH and seeing if it shows you anything:

Code:
nvram show | grep wl._txpower

Your router has completely different hardware and firmware than mine so that command might not work.
 
Try entering this command via SSH and seeing if it shows you anything:

Code:
nvram show | grep wl._txpower

Your router has completely different hardware and firmware than mine so that command might not work.
nvram show | grep wl._txpower
size: 25562 bytes (35878 left)
wl0_txpower=100
wl1_txpower=100
 
Try setting the power (for 2.4GHz and 5GHz respectively) to 50% as follows:
Code:
nvram set wl0_txpower=50
nvram set wl1_txpower=50
nvram commit
Then reboot the router to try and apply that change.

After rebooting see whether the values are still set by running the same command as before:
Code:
nvram show | grep wl._txpower
 
Thanks, it worked out.

nvram show | grep wl._txpower
size: 25491 bytes (35949 left)
wl0_txpower=50
wl1_txpower=50
 
Status
Not open for further replies.

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top