Hi there,
I've got a new laptop, and I am dual booting FreeBSD 14.2 with Windows 11, but unfortunately I am having some trouble with the AX203 wifi card under FreeBSD.
On Windows 11, I get 532 Mbps download, and 480 Mbps upload. However, FreeBSD only gives me 17.60 Mbps download, and 4.23 Mbps upload. These speeds are taken from speedtest.net, in Firefox in both operating systems. I have also tested with
This is the relevant part of my
If I add the following line to
My
I've attached the relevant parts of the
Any help would be appreciated - I really don't understand what is happening!
I've got a new laptop, and I am dual booting FreeBSD 14.2 with Windows 11, but unfortunately I am having some trouble with the AX203 wifi card under FreeBSD.
On Windows 11, I get 532 Mbps download, and 480 Mbps upload. However, FreeBSD only gives me 17.60 Mbps download, and 4.23 Mbps upload. These speeds are taken from speedtest.net, in Firefox in both operating systems. I have also tested with
net/py-speedtest-cli
, which gives me similar results.This is the relevant part of my
/etc/rc.conf
:
Code:
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA inet 192.168.0.80 netmask 0xffffff00"
defaultrouter="192.168.0.1"
If I add the following line to
/etc/rc.conf
, I only get 4.57 Mbps up, and 2,68 Mbps down!
Code:
create_args_wlan0="country RO regdomain ETSI" 4.57 2.69
My
/etc/wpa_supplicant.conf
looks like this:
Code:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=2
ap_scan=1
fast_reauth=1
network={
ssid="mywifi"
scan_ssid=1
psk="mywifipassword"
priority=5
}
network={
priority=0
key_mgmt=NONE
}
I've attached the relevant parts of the
dmesg
output. I am wondering if I need an updated firmware version, but I am not sure where to get iwlwifi-so-a0-hr-b0-83.ucode
from.Any help would be appreciated - I really don't understand what is happening!