lwfinger / rtl8852au

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduced speed USB-AX56

roelandg opened this issue · comments

Hi,

Thanks for providing this driver.. No issues with installing, all went according to the instructions. However, I'm facing a reduced speed. Won't call it slow, as I max. at 250 mbit/s down. However, this is far behind my other wifi adapter (+-800 mbits, same location, non wifi =6).

wlx04421a5f8d5b  IEEE 802.11AX  ESSID:"***"  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency:5.54 GHz  Access Point: 44:05:3F:94:BD:F8   
          Bit Rate:1.201 Gb/s   Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=74/100  Signal level=74/100  Noise level=0/100
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0`


$ iw dev wlx04421a5f8d5b info
Interface wlx04421a5f8d5b
        ifindex 6
        wdev 0x300000001
        addr 04:42:1a:5f:8d:5b
        ssid *****
        type managed
        wiphy 3
        channel 108 (5540 MHz), width: 80 MHz, center1: 5530 MHz
        txpower 12.00 dBm

What I can see is the txpower (12.00 dBm) is less then my other adapter (22.00 dBm). However increasing the txpower didn't succeed using:

iw dev wlx04421a5f8d5b set txpower fixed 2000

Are there any (other) driver settings I can tweak, to increase the speed of my connection?