You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The driver is however behind a few kernel config options. Checking which options were enabled in my kernel, I could see it disabled:
$cat /boot/config-6.4.6-76060406-generic | grep RTW88
CONFIG_RTW88=m
CONFIG_RTW88_CORE=m
CONFIG_RTW88_PCI=m
CONFIG_RTW88_8822B=m
CONFIG_RTW88_8822C=m
CONFIG_RTW88_8723D=m
CONFIG_RTW88_8821C=m
CONFIG_RTW88_8822BE=m
# CONFIG_RTW88_8822BS is not set
# CONFIG_RTW88_8822BU is not set
CONFIG_RTW88_8822CE=m
# CONFIG_RTW88_8822CS is not set
# CONFIG_RTW88_8822CU is not set
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CS is not set
# CONFIG_RTW88_8821CU is not set
CONFIG_RTW88_DEBUG=y
CONFIG_RTW88_DEBUGFS=y
For now I guess I can compile the module myself, but would PopOS be willing to enable the CONFIG_RTW88_8821CU kernel config for future releases?
Thanks!
The text was updated successfully, but these errors were encountered:
I've recently bought a
tp-link Archer T2UB Nano
Wi-Fi + Bluetooth dongle and couldn't get it working on PopOSI am using kernel 6.4.6, system info as follows:
The device lists itself as USB 0bda:c820
Searching for an available driver for it, I was able to find that one (
rtw8821cu
) has been merged for kernel 6.2 and newerThe driver is however behind a few kernel config options. Checking which options were enabled in my kernel, I could see it disabled:
For now I guess I can compile the module myself, but would PopOS be willing to enable the
CONFIG_RTW88_8821CU
kernel config for future releases?Thanks!
The text was updated successfully, but these errors were encountered: