On Sat, 2 Aug 2025, T.J.Newton wrote:
Hi,
I am particularly interested in the LinuxKPI USB support for the RTW8821CU
chipset.
This chipset is mention in the https://wiki.freebsd.org/WiFi/Rtw88, section
"USB Support". The same paragraph states: "I have most of the changes
compiling but Linux
On Sat, 26 Apr 2025, Bjoern A. Zeeb wrote:
On Fri, 25 Apr 2025, Oleg Nauman wrote:
I am observing
Apr 25 22:38:44 wpa_supplicant[361]: wlan2: RSN: Group rekeying
completed with a8:5e:45:47:0d:b8 [GTK=CCMP]
Apr 25 22:38:44 kernel: [49747] rtw880: lkpi_iv_key_set: sta
a8:5e:45:47:0d:b8 found wi
On Fri, 25 Apr 2025, Oleg Nauman wrote:
I am observing
Apr 25 22:38:44 wpa_supplicant[361]: wlan2: RSN: Group rekeying
completed with a8:5e:45:47:0d:b8 [GTK=CCMP]
Apr 25 22:38:44 kernel: [49747] rtw880: lkpi_iv_key_set: sta
a8:5e:45:47:0d:b8 found with key information
Apr 25 22:38:44 kernel: [4
It appears the rtw88 driver in 14.1-RELEASE will associate, but if I
build stable-14, it no longer associates.
On 6/17/24 07:16, Steven Friedrich wrote:
While doing a fresh install, I noticed rtw88 associated on my system.
Here is the ifconfiig wlan0:
ifconfig wlan0
wlan0: flags=8843 met
While doing a fresh install, I noticed rtw88 associated on my system.
Here is the ifconfiig wlan0:
ifconfig wlan0
wlan0: flags=8843 metric 0 mtu 1500
options=0
ether 5c:fb:3a:69:48:65
inet 192.168.1.66 netmask 0xff00 broadcast 192.168.1.255
groups: wlan
ss
It's associating on my HP Envy system. I may have been cloning the re1
MAC to wlan0. Somewhere I read that some WiFi don't allow you to
replace their MAC.
My other system, an HP Slimline is being installed right now. I'll let
you know if this fixes my associate anomaly.
On 6/16/24 10:33
root@Slimline:~ $ cat /boot/loader.conf.local
hw.re.max_rx_mbuf_sz="2048"
compat.linuxkpi.skb.mem_limit=1 <--- this one?
# utouch_load="YES"
hw.bus.devctl_nomatch_enabled=1 # need this to discover ums0
net.inet.ip.fw.default_to_accept="1"
if_re_load="yes"
if_re_name="/boot/modules/if_re.ko"
# i
On Sun, 16 Jun 2024, Steven Friedrich wrote:
On 6/16/24 03:47, Bjoern A. Zeeb wrote:
On Sat, 15 Jun 2024, Steven Friedrich wrote:
slimline is an HP Slimline Desktop - 290-p0014
Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
Coffee Lake (Core i7)
Ethernet RTL8111/8168/8411 and RTL8125 2.5GbE
Wi-
On 6/16/24 03:47, Bjoern A. Zeeb wrote:
On Sat, 15 Jun 2024, Steven Friedrich wrote:
slimline is an HP Slimline Desktop - 290-p0014
Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
Coffee Lake (Core i7)
Ethernet RTL8111/8168/8411 and RTL8125 2.5GbE
Wi-Fi RTL8821CE
I have disabled Ethernet interfa
On Sat, 15 Jun 2024, Steven Friedrich wrote:
slimline is an HP Slimline Desktop - 290-p0014
Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz
Coffee Lake (Core i7)
Ethernet RTL8111/8168/8411 and RTL8125 2.5GbE
Wi-Fi RTL8821CE
I have disabled Ethernet interfaces so I could concentrate on my Wi-Fi issu
Nah, (on bsd) I installed pciutils because I thought lspci is more helpful
because it shows more information about the WiFi chip
Bjoern A. Zeeb schrieb am Sa., 3. Feb.
2024, 20:35:
> On Sat, 3 Feb 2024, Ai me wrote:
>
> > I wanna say that the RTL8723DE is working just fine on my laptop
> > (http
On Sat, 3 Feb 2024, Ai me wrote:
I wanna say that the RTL8723DE is working just fine on my laptop
(https://wiki.freebsd.org/WiFi/Rtw88)
I'm using 14.0-RELEASE
Danke!
root@freebsd:~ # cat /boot/loader.conf
compat.linuxkpi.skb.mem_limit=1
PCI Output via lspci:
root@freebsd:~ # lspci -vv -s :
On Fri, 6 Oct 2023, Bjoern A. Zeeb wrote:
Hi,
I've reconnected rtw88 in main to the build with [1].
I'll later today most likely MFC this updated driver to stable/14 as well
as it blocks iwlwifi.
main, stable/14 and probably soon also releng/14.0 will have the updated
code.
For main you need
Thanks for the answer and ur work i will wait for the driver port in 13.1
release..i try cherry-pick only the rtw88 and rtw88fw but don't work for kernel
compatibility si i will wait
Blessed weekend for u too
Sent from ProtonMail mobile
Original Message
On May 20, 2022, 3:25 P
On Mon, 16 May 2022, crazzy_fingers wrote:
Hi,
Hello good afternoon..i use freeBSD 13 - reléase and wanna use the rtw88
firmware in my system i have a Realtek RTL8822BE ...i downloaded the source and
try to compile only that module but it's not compatible with my kernel
Sorry, rtw88 is curr
On Sun, 8 May 2022, Kevin Oberman wrote:
Before I shoot myself in hte foot, can I get a little clarification?
I am running 13.1-Stable with an AX200. When this gets MFCed to 13.1-Stable
AX200 is an Intel; that's fine; Only for Realtek rtw88 you'd need to
do anything with this.. So you have
On Thu, May 5, 2022 at 2:26 PM Bjoern A. Zeeb wrote:
> Hi,
>
> as of 0881eb9665dbfc8a53d9914a9dca1f0473ee1acb you do not need to
> patch your kernel anymore if you have more than 4GB of main memory.
> If you have a previously applied patch you may want to back that out
> to avoid conflicts when u
On 2022 M04 4, Mon 02:30:18 EEST Bjoern A. Zeeb wrote:
> On Sun, 3 Apr 2022, Oleg V. Nauman wrote:
>
> Hi,
>
> thanks a lot for testing and feedbac.
>
> > I have notebook with RTL8821CE pci adapter. My notebook running CURRENT
> > updated today ( FreeBSD 14.0-CURRENT #15 main-n254247-dadb9c70938
On Sun, 3 Apr 2022, Daniel Pérez wrote:
Update: after changing my interface settings, I finally got wifi (I had some
problems with my wpa_supplicant config and the default route).
Managed to connect to my dual-band connection in mode 11g, getting around
7.3Mbps of download speed (which is ver
On Sun, 3 Apr 2022, Oleg V. Nauman wrote:
Hi,
thanks a lot for testing and feedbac.
I have notebook with RTL8821CE pci adapter. My notebook running CURRENT
updated today ( FreeBSD 14.0-CURRENT #15 main-n254247-dadb9c70938c-dirty )
rtw880@pci0:2:0:0: class=0x028000 rev=0x00 hdr=0x00 vendo
Update: after changing my interface settings, I finally got wifi (I had some
problems with my wpa_supplicant config and the default route).
Managed to connect to my dual-band connection in mode 11g, getting around
7.3Mbps of download speed (which is very acceptable at this state).
Wifi seems t
On Fri, Apr 01, 2022 at 04:23:58PM +, Bjoern A. Zeeb wrote:
| On Fri, 1 Apr 2022, Doug Ambrisko wrote:
|
| > On Fri, Apr 01, 2022 at 12:32:40AM +, Bjoern A. Zeeb wrote:
| > | I've just pushed Realtek's rtw88 driver into the tree along with
| > | firmware to support it and man pages. Stati
On Fri, 1 Apr 2022, Doug Ambrisko wrote:
On Fri, Apr 01, 2022 at 12:32:40AM +, Bjoern A. Zeeb wrote:
| I've just pushed Realtek's rtw88 driver into the tree along with
| firmware to support it and man pages. Station mode only.
[snip]
| CAVEAT-1: if you have more than 4GB of main
On Fri, Apr 01, 2022 at 12:32:40AM +, Bjoern A. Zeeb wrote:
| I've just pushed Realtek's rtw88 driver into the tree along with
| firmware to support it and man pages. Station mode only.
[snip]
| CAVEAT-1: if you have more than 4GB of main memory, the driver will
| likely fail to loa
Yes, the interface creation was successful. I could not do anything meaningful
past there though, as WPA supplicant did not even try to connect (I'll check
the config just in case) and trying to scan resulted in an error shown in my
past mail.
Original Message
On Apr 1, 2022,
PD: I seem to be unable to do anything with the wlan device, such as joining
networks or scanning. This was the dmesg when I tried to scan with wifimgr:
rtw880: stop vif 8c:c8:4b:59:ee:75 on port 0
rtw880: start vif 8c:c8:4b:59:ee:75 on port 0
wlan0: Ethernet address: 8c:c8:4b:59:ee:75
wlan0: iee
On Fri, 1 Apr 2022, Daniel Pérez wrote:
Thank you for the hint. Kernel built without an issue.
As expected, part of the firmware fails to load without the physmem hint
(7200MB). I tried to boot with physmem set to 4G, firmware loaded and I could
attach rtw880 to a new wlan device.
Thanks a l
Thank you for the hint. Kernel built without an issue.
As expected, part of the firmware fails to load without the physmem hint
(7200MB). I tried to boot with physmem set to 4G, firmware loaded and I could
attach rtw880 to a new wlan device.
Following are full logs, first with original memory (7
On Fri, 1 Apr 2022, Daniel Pérez wrote:
As always, thank you for your hard work, Bjoern.
Will test the mentioned stuff as soon as I am able to, hopefully I can get it
built in STABLE/13.
git cherry-pick -x 86220d3cbd500b1018dcdabb0ba70644db438cfd (until the next
days)
git cherry-pick -x
As always, thank you for your hard work, Bjoern.
Will test the mentioned stuff as soon as I am able to, hopefully I can get it
built in STABLE/13.
--- Original Message ---
On Friday, April 1st, 2022 at 2:32 AM, Bjoern A. Zeeb wrote:
> Hi,
>
> I've just pushed Realtek's rtw88 driver in
On Mon, 7 Feb 2022, Daniel Pérez wrote:
First of all thank you Bjoern and anyone that has contributed to iwlwifi and
all the work that you have done.
I've been following this list semi-closely since November, but I haven't had
the possibility to test rtw88 until now.
Yesterday I updated my sys
31 matches
Mail list logo