Wi-Fi 6 AX200 works but very slow

I have a wifi card Wi-Fi 6 AX200, but my speed rates are very slow, in average 4.13 Mbits/sec to the router, any idea how to make it work faster?

I just upgraded to FreeBSD 14.0-BETA1 but the problem persists

Code:
iwlwifi0@pci0:8:0:0:    class=0x028000 rev=0x1a hdr=0x00 vendor=0x8086 device=0x2723 subvendor=0x8086 subdevice=0x0084
    vendor     = 'Intel Corporation'
    device     = 'Wi-Fi 6 AX200'
    class      = network
 
If you mean 4 Mbytes, then it's what I would expect from 'g' (the highest currently supported by FreeBSD, if I'm not mistaken). Show ifconfig output to confirm negotiated speed.
 
If you mean 4 Mbytes, then it's what I would expect from 'g' (the highest currently supported by FreeBSD, if I'm not mistaken). Show ifconfig output to confirm negotiated speed.
Unfortunately are not bytes,

This is the ifconfig output
Code:
# ifconfig -v wlan0
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=0
    ether 50:c0:85:87:c5:28
    inet 192.168.20.11 netmask 0xffffff00 broadcast 192.168.20.255
    groups: wlan
    ssid test channel 36 (5180 MHz 11a) bssid 66:22:32:2c:e1:63
    regdomain ETSI country CH anywhere -ecm authmode WPA2/802.11i -wps
    -tsn privacy ON deftxkey UNDEF
    AES-CCM 2:128-bit
    AES-CCM 3:128-bit
    powersavemode OFF powersavesleep 100 txpower 17 txpowmax 50.0 -dotd
    rtsthreshold 2346 fragthreshold 2346 bmiss 7
    11a     ucast NONE    mgmt  6 Mb/s mcast  6 Mb/s maxretry 6
    11b     ucast NONE    mgmt  1 Mb/s mcast  1 Mb/s maxretry 6
    11g     ucast NONE    mgmt  1 Mb/s mcast  1 Mb/s maxretry 6
    scanvalid 60 -bgscan bgscanintvl 300 bgscanidle 250
    roam:11a     rssi    7dBm rate 12 Mb/s
    roam:11b     rssi    7dBm rate  1 Mb/s
    roam:11g     rssi    7dBm rate  5 Mb/s
    -pureg protmode CTS -ht -htcompat -ampdu ampdulimit 64k
    ampdudensity NA -amsdu -shortgi htprotmode RTSCTS -puren -smps -rifs
    -stbc -ldpc -uapsd -vht -vht40 -vht80 -vht160 -vht80p80 wme -burst
    -dwds roaming MANUAL bintval 100
    AC_BE cwmin  4 cwmax 10 aifs  3 txopLimit   0 -acm ack
          cwmin  4 cwmax 10 aifs  3 txopLimit   0 -acm
    AC_BK cwmin  4 cwmax 10 aifs  7 txopLimit   0 -acm ack
          cwmin  4 cwmax 10 aifs  7 txopLimit   0 -acm
    AC_VI cwmin  3 cwmax  4 aifs  2 txopLimit  94 -acm ack
          cwmin  3 cwmax  4 aifs  2 txopLimit  94 -acm
    AC_VO cwmin  2 cwmax  3 aifs  2 txopLimit  47 -acm ack
          cwmin  2 cwmax  3 aifs  2 txopLimit  47 -acm
    parent interface: iwlwifi0
    media: IEEE 802.11 Wireless Ethernet OFDM/54Mbps mode 11a
    status: associated
    nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>

In Linux, I can go up to ~ 213 Mbits/sec, This is why I wonder if there could be an issue, I upgraded to 14 because I thought it was going to have better support but remains the same (in terms of speed) any tunning that could be done?
 
Just tested (still slow, in average 4MBPS) but noticed that now I am using 11g:

ssid test channel 6 (2437 MHz 11g) bssid 60:22:32:2c:e1:62

any hints?
 
From iwlwifi(4):
Code:
     While iwlwifi supports all 802.11 a/b/g/n/ac/ax the compatibility code
     currently only supports 802.11 a/b/g modes.  Support for 802.11 n/ac is
     to come. 802.11ax and 6Ghz support are planned.
So no solutions other than waiting (or implementing it yourself).
 
Back
Top