asuswrt-merlin.ng icon indicating copy to clipboard operation
asuswrt-merlin.ng copied to clipboard

Wlan power / more rx and tx

Open RealSongoku opened this issue 2 years ago • 10 comments

Hi to you! Is it posible to get this feature?

I had the r7000 and now the tuf 5400. R7000 with merlin i had the choice from 0-100% power level.

I think 50% where in real 100%.

Is it posssible to ad more wlan power?

Thank you Daniel

RealSongoku avatar Aug 09 '22 21:08 RealSongoku

Hi to you! Is it posible to get this feature?

I had the r7000 and now the tuf 5400. R7000 with merlin i had the choice from 0-100% power level.

I think 50% where in real 100%.

Is it posssible to ad more wlan power?

Thank you Daniel

im pretty sure you cant go above 100% nor change the mW power (as its hardcoded in encrypted CFE(bootloader)) but you could try changing the region in nvram if thats what you mean edit: i forgot to say the most important thing, if you will attempt such thing, you do it at your own risk and your own research on various stuff

Roki100 avatar Aug 09 '22 23:08 Roki100

Ok i understand but with the original software the signal was stronger. But with the latestet stable the signal is not so strong.

Any chance to get this work ?

RealSongoku avatar Aug 11 '22 06:08 RealSongoku

Ok i understand but with the original software the signal was stronger. But with the latestet stable the signal is not so strong.

Any chance to get this work ?

i am not sure of what do you mean

Roki100 avatar Aug 11 '22 11:08 Roki100

Wlan with original firmware was stronger then with gnutons firmware.

RealSongoku avatar Aug 11 '22 13:08 RealSongoku

@RealSongoku I am not sure how you measure that, but I can tell you that under the hood the wireless components are just the same as the one in stock firmware since they are prebuilds we receive from ASUS.

gnuton avatar Aug 11 '22 15:08 gnuton

Hi gnu! On the same place sometimes my wlan signal gets lost with handy. (With new firmware) With original firmware the signal is stable.

So no chance to get a stronger wlan signal?

RealSongoku avatar Aug 14 '22 08:08 RealSongoku

@RealSongoku not sure what are the differences you see. once again if you have some numbers that would help, but in any case there should not be difference between my builds and stock when it comes to wireless. Modern wireless interfaces have usually power setting enabled which make your handy loose the connection to wireless to save battery. That's an option you can disable in th firmware from the wireless page

gnuton avatar Aug 14 '22 17:08 gnuton

Whats the name of the option in the firmware?

Ok maybe my phone have an isue.

But its not bosdible do add some more mw to rx and tx ?

RealSongoku avatar Aug 15 '22 15:08 RealSongoku

Enable WMM APSD: Enable or Disable WMM APSD (Automatic Power Save Delivery). TX power can be changed btw in wireless > professional

gnuton avatar Aug 18 '22 20:08 gnuton

Hi. I know that i can change it to performance (i have it) But maybe its more possible? :) Thank you

RealSongoku avatar Aug 19 '22 10:08 RealSongoku

You can easily check the wireless transmission power using this command nvram dump|grep -E "wl*._txpower"

For each key/value that doesn't matched the stock firmware you could overwrite it with this command

nvram set wl0_txpower=XXX
nvram set wl1_txpower=XXX
nvram set wl_txpower=XXX

nvram commit
service restart_wireless

If the above instruction had solved the issue. You might want to put them in https://github.com/RMerl/asuswrt-merlin.ng/wiki/User-scripts to survive after the router restarted

vichaos avatar Oct 16 '22 16:10 vichaos

@vichaos from what i know this shouldnt work/take any effect on newer routers such as the tuf ax5400 due to regulatory domains but if it somehow makes any difference then it sounds interesting

Roki100 avatar Oct 16 '22 21:10 Roki100

@vichaos from what i know this shouldnt work/take any effect on newer routers such as the tuf ax5400 due to regulatory domains but if it somehow makes any difference then it sounds interesting

Yes, you were right and I also think that using the highest transmission power on any non-backhaul band(s) doesn't benefit much but it leads to higher CCI, higher noise, sticky clients, bad roaming and many more since most of client devices usually have lower transmission power.

Personally, I'm using XT8 and this tx power setting seems to provide the best speed and response time across all devices.

Screenshot 2565-10-16 at 21 57 39

vichaos avatar Oct 24 '22 05:10 vichaos