** Also affects: linux-firmware (Ubuntu)
Importance: Undecided
Status: New
** Changed in: linux-firmware (Ubuntu Jammy)
Status: New => In Progress
** Changed in: linux-firmware (Ubuntu Jammy)
Assignee: (unassigned) => koba (kobako)
** Description changed:
[Justification]
Enable Realtek RLT8852BE WIFI.
[Test]
1. put rtw8852b_fw.bin in /lib/firmware/rtw89/
2. boot-up with kernel enabled RTL8852be.
3. Connect to WIFI-AP and test with ping.
* ping -I wlp2s0 8.8.8.8
~~~
PING 8.8.8.8 (8.8.8.8) from 10.102.137.55 wlp2s0: 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=116 time=5.86 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=116 time=6.21 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=116 time=18.9 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=116 time=6.09 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=116 time=6.13 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=116 time=5.77 ms
~~~
* Connected to AP
~~~
u@ubuntu:~$ nmcli dev
DEVICE TYPE STATE CONNECTION
enp3s0 ethernet connected Wired connection 1
wlp2s0 wifi connected Canonical
p2p-dev-wlp2s0 wifi-p2p disconnected --
lo loopback unmanaged --
~~~
* lsmod | grep 8852
~~~
lsmod | grep 8852
rtw89_8852be 16384 0
rtw89_8852b 368640 1 rtw89_8852be
rtw89_pci 61440 1 rtw89_8852be
rtw89_core 442368 2 rtw89_8852b,rtw89_pci
cfg80211 1081344 3 rtw89_8852b,rtw89_core,mac80211
~~~
4. cbd's built result,
Lunar,
~~~
remote: Resolving deltas: 100% (391/391), completed with 118 local objects.
remote: *** kernel-cbd
*********************************************************
remote: * Queueing builds (your 'u_lMstrNxt'); ok to interrupt
remote: * For results: ssh cbd ls kobako-lunar-0e58018b43c1-ioeM
remote: * 96/480 cores busy (1/5 hosts), 0 builds queued
remote: 2023-01-12 03:16:35 kobako-lunar-0e58018b43c1-ioeM/amd64/BUILD-OK
remote: 2023-01-12 03:17:47 kobako-lunar-0e58018b43c1-ioeM/arm64/BUILD-OK
remote: 2023-01-12 03:11:36 kobako-lunar-0e58018b43c1-ioeM/armhf/BUILD-OK
remote: 2023-01-12 03:16:30 kobako-lunar-0e58018b43c1-ioeM/ppc64el/BUILD-OK
remote: 2023-01-12 03:10:24 kobako-lunar-0e58018b43c1-ioeM/s390x/BUILD-OK
remote:
************************************************************************
To cbd:lunar.git
~~~
OEM-6.1,
remote: Resolving deltas: 100% (399/399), completed with 121 local objects.
remote: *** kernel-cbd
*********************************************************
remote: * Queueing builds (your 'oem-6.1-next'); ok to interrupt
remote: * For results: ssh cbd ls kobako-jammy-c1002f30ccc3-m65z
remote: * 0/192 cores busy (0/2 hosts), 0 builds queued
remote: 2023-01-12 05:25:23 kobako-jammy-c1002f30ccc3-m65z/amd64/BUILD-OK
remote:
************************************************************************
To cbd:jammy.git
-
[Where problems could occur]
Medium, a new driver so the current driver may have some edge cases didn't
consider.
+
+ [Misc]
+ firmware, dae5d4603b07) rtw89: 8852b: update fw to v0.27.32.1 has landed on
Lunar, so only SRU for Jammy.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-firmware in Ubuntu.
https://bugs.launchpad.net/bugs/2002601
Title:
Wireless: Enable RTL8852BE wifi driver
Status in HWE Next:
New
Status in linux package in Ubuntu:
In Progress
Status in linux-firmware package in Ubuntu:
New
Status in linux-oem-6.1 package in Ubuntu:
New
Status in linux source package in Jammy:
New
Status in linux-firmware source package in Jammy:
In Progress
Status in linux-oem-6.1 source package in Jammy:
In Progress
Status in linux source package in Lunar:
In Progress
Status in linux-firmware source package in Lunar:
New
Status in linux-oem-6.1 source package in Lunar:
New
Bug description:
[Justification]
Enable Realtek RLT8852BE WIFI.
[Test]
1. put rtw8852b_fw.bin in /lib/firmware/rtw89/
2. boot-up with kernel enabled RTL8852be.
3. Connect to WIFI-AP and test with ping.
* ping -I wlp2s0 8.8.8.8
~~~
PING 8.8.8.8 (8.8.8.8) from 10.102.137.55 wlp2s0: 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=116 time=5.86 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=116 time=6.21 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=116 time=18.9 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=116 time=6.09 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=116 time=6.13 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=116 time=5.77 ms
~~~
* Connected to AP
~~~
u@ubuntu:~$ nmcli dev
DEVICE TYPE STATE CONNECTION
enp3s0 ethernet connected Wired connection 1
wlp2s0 wifi connected Canonical
p2p-dev-wlp2s0 wifi-p2p disconnected --
lo loopback unmanaged --
~~~
* lsmod | grep 8852
~~~
lsmod | grep 8852
rtw89_8852be 16384 0
rtw89_8852b 368640 1 rtw89_8852be
rtw89_pci 61440 1 rtw89_8852be
rtw89_core 442368 2 rtw89_8852b,rtw89_pci
cfg80211 1081344 3 rtw89_8852b,rtw89_core,mac80211
~~~
4. cbd's built result,
Lunar,
~~~
remote: Resolving deltas: 100% (391/391), completed with 118 local objects.
remote: *** kernel-cbd
*********************************************************
remote: * Queueing builds (your 'u_lMstrNxt'); ok to interrupt
remote: * For results: ssh cbd ls kobako-lunar-0e58018b43c1-ioeM
remote: * 96/480 cores busy (1/5 hosts), 0 builds queued
remote: 2023-01-12 03:16:35 kobako-lunar-0e58018b43c1-ioeM/amd64/BUILD-OK
remote: 2023-01-12 03:17:47 kobako-lunar-0e58018b43c1-ioeM/arm64/BUILD-OK
remote: 2023-01-12 03:11:36 kobako-lunar-0e58018b43c1-ioeM/armhf/BUILD-OK
remote: 2023-01-12 03:16:30 kobako-lunar-0e58018b43c1-ioeM/ppc64el/BUILD-OK
remote: 2023-01-12 03:10:24 kobako-lunar-0e58018b43c1-ioeM/s390x/BUILD-OK
remote:
************************************************************************
To cbd:lunar.git
~~~
OEM-6.1,
remote: Resolving deltas: 100% (399/399), completed with 121 local objects.
remote: *** kernel-cbd
*********************************************************
remote: * Queueing builds (your 'oem-6.1-next'); ok to interrupt
remote: * For results: ssh cbd ls kobako-jammy-c1002f30ccc3-m65z
remote: * 0/192 cores busy (0/2 hosts), 0 builds queued
remote: 2023-01-12 05:25:23 kobako-jammy-c1002f30ccc3-m65z/amd64/BUILD-OK
remote:
************************************************************************
To cbd:jammy.git
[Where problems could occur]
Medium, a new driver so the current driver may have some edge cases didn't
consider.
[Misc]
* For generic Jammy, need more patches to enable RTL8852be so only SRU for
OEM-6.1.
* firmware, dae5d4603b07) rtw89: 8852b: update fw to v0.27.32.1 has landed on
Lunar, so only SRU for Jammy.
To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2002601/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp