Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtl8821cu: wifi+bluetooth adapter not working #274

Open
limaa opened this issue Aug 15, 2023 · 0 comments
Open

rtl8821cu: wifi+bluetooth adapter not working #274

limaa opened this issue Aug 15, 2023 · 0 comments

Comments

@limaa
Copy link

limaa commented Aug 15, 2023

I've recently bought a tp-link Archer T2UB Nano Wi-Fi + Bluetooth dongle and couldn't get it working on PopOS

I am using kernel 6.4.6, system info as follows:

$ uname -a
Linux pop-os 6.4.6-76060406-generic #202307241739~1690928105~22.04~d567a38 SMP PREEMPT_DYNAMIC Tue A x86_64 x86_64 x86_64 GNU/Linux

The device lists itself as USB 0bda:c820

$ lsusb
Bus 003 Device 007: ID 0bda:c820 Realtek Semiconductor Corp. 802.11ac NIC

Searching for an available driver for it, I was able to find that one (rtw8821cu) has been merged for kernel 6.2 and newer

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant