Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2024 16:49:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 282037] rtw89 does not work on HP14 i3
Message-ID:  <bug-282037-21060-lrzu7vd8lr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282037-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-282037-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282037

--- Comment #4 from Phil Vuchetich <phil.vuchetich@gmail.com> ---
(In reply to Bjoern A. Zeeb from comment #3)

It works!  Thanks!  With this current test I had not edited rc.conf, thinki=
ng
that the patch was intended to detect it and automatically add it to devices
shown in ifconfig. The config below works:

# sysctl net.wlan.devices
net.wlan.devices: rtw890

/etc/rc.conf
...
wlans_rtw890=3D"wlan0"
create_args_wlan0=3D"regdomain FCC country US"
ifconfig_wlan0=3D"up WPA SYNCDHCP"
ifconfig_wlan0_ipv6=3D"inet6 accept_rtadv"


/etc/wpa_supplicant.conf
network=3D{
 ssid=3D"[my SSID]"
 psk=3D"[My PSK]"
}


Additional testing:

After rebooting without a USB-wired network, I tested by pinging some inter=
net
sites and checking iperf3 against a LAN server. iperf3 showed a rate of 8.94
Mbps after 60 seconds, and was very consistent over that time.  ifconfig sh=
ows
a 2.4 GHz connection and 'media: IEEE 802.11 Wireless Ethernet 0FDM/54Mbps =
mode
11g', so it isn't immediately obvious to me why the iperf3 is relatively sl=
ow.
I anticipated that iperf3 would be ~54 Mbps, so I am not sure if there is
additional configuration needed or if this is a known limitation of the cur=
rent
driver.

If this is working as well as expected, this issue can be closed. If there =
is
additional testing/configuration to get faster performance or to test other
configuration options, I would be happy to continue testing.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282037-21060-lrzu7vd8lr>