Increasing TX Power on Netgear A8000 (AXE3000) WiFi Adapter #423
Replies: 7 comments 7 replies
-
Common issue with Mediatek adapters, all of mine do this (7912u, 7912u,
7921au). It's because they're amped to max tx power already, the amp
doesn't allow tx power adjustment. Tx power is much more than 3mW or the
adapters would be unusable.
…On Sun, Apr 21, 2024, 12:33 PM Siavashkaf ***@***.***> wrote:
Hello ,
I am reaching out to seek assistance with my *Netgear A8000 (AXE3000)
WiFi adapter*. I've noticed that the transmission power (TX power) is
significantly lower than expected. When running the command iwconfig wlan1,
it shows that the TX-power is *3dBm*, whereas my laptop's Intel® Killer™
Wi-Fi 6E AX1675 adapter displays a TX-power of *22dBm*.
I have attempted several methods to increase the TX power, including
setting the country code to 'BO' and adjusting the TX power to *30dBm*.
Unfortunately, none of the scripts available online have been successful.
Below are the details of my current firmware version, obtained via ethtool
-i wlan1:
driver: mt7921u
version: 6.6.15-amd64
firmware-version: ____010000-20240219111038
expansion-rom-version:
bus-info: 1-4:1.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
I would greatly appreciate any guidance or suggestions from the community
on how to resolve this issue and increase the TX power of my WiFi adapter.
Thank you for your time and assistance.
—
Reply to this email directly, view it on GitHub
<#423>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACSLA2EASTDJCZLSOHLR6KLY6QIAHAVCNFSM6AAAAABGRTZDJCVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGUZTQNRVGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Many modern usb wifi adapters have what looks like locked tx power. It was common back in the days of single-band WiFi 4 adapters that it was possible to adjust tx power... even above legal levels. Concerns about this have brought about the tightening of rules. regulations and laws which are designed to eliminate tx power settings over maximum legal levels. This is not just a Mediatek thing. In the case of the mt7921au chip, the -3 dBm reading is not an indication that adequate power is not being set. Your adapter should work fine and hopefully Mediatek will clarify if this is a driver error at some point. Is your adapter working okay? |
Beta Was this translation helpful? Give feedback.
-
@Siavashkaf The actual tx power of a mt7921 based adapter can be viewed in debugfs. First connect to your AP (the tx power is frequency dependent), then run this command:
Can you post the outputs of this command? Normally, dividing the numbers by 2 gives you the power in dbm. |
Beta Was this translation helpful? Give feedback.
-
So, it appears a performance issue is at play. What would help us is if we had the details. Post the results of: $ lsusb -t $ iw dev Can you install $ sudo apt install wavemon How many bands have you tested? |
Beta Was this translation helpful? Give feedback.
-
It seems it just checked Channel 1(and it seems router change to channel 8 so i add it too), I am new player on Linux, so tell me how to check other Channel, I will do. here are result for all command you asked. Tx power table (channel 8) lsusb -t iw dev Interface───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ |
Beta Was this translation helpful? Give feedback.
-
The issue with tx power showing as -3 dBm is well know and we will continue trying to get the issue worked. You can see it is on our wish list at the pinned issue: It is also well know that tx power is where it should be despite the incorrect readings. There are other issues that could be causing you to see a difference in performance between Windows and Linux. You have shown us that you are using channel 1 with a 20 MHz channel width with Linux. The details that you have presented cause me to wonder if your test with Windows is using the 5 GHz band. I think it is time to investigate your wifi router. Does your router have different ssid names for each band that it supports? If not, are your sure that your tests are measuring the same thing? |
Beta Was this translation helpful? Give feedback.
-
Do you have any thoughts on why the bad tx power readings are being allowed to persist? This problem is in the mt7922, mt7921u and mt7610u drivers that I know of. Strangely enough, the mt7612u driver appears to operate with correct tx power numbers. This has been going on for long enough. It is giving a black eye to otherwise very good drivers. |
Beta Was this translation helpful? Give feedback.
-
Hello ,
I am reaching out to seek assistance with my Netgear A8000 (AXE3000) WiFi adapter. I've noticed that the transmission power (TX power) is significantly lower than expected. When running the command
iwconfig wlan1
, it shows that the TX-power is 3dBm, whereas my laptop's Intel® Killer™ Wi-Fi 6E AX1675 adapter displays a TX-power of 22dBm.I have attempted several methods to increase the TX power, including setting the country code to 'BO' and adjusting the TX power to 30dBm. Unfortunately, none of the scripts available online have been successful.
Below are the details of my current firmware version, obtained via
ethtool -i wlan1
:driver: mt7921u
version: 6.6.15-amd64
firmware-version: ____010000-20240219111038
expansion-rom-version:
bus-info: 1-4:1.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
I would greatly appreciate any guidance or suggestions from the community on how to resolve this issue and increase the TX power of my WiFi adapter.
Thank you for your time and assistance.
Beta Was this translation helpful? Give feedback.
All reactions