This repository was archived by the owner on Jul 15, 2026. It is now read-only.
Description I am using a Realtek RTL8821CE WiFi card on Manjaro Linux, and I am unable to use hotspot (AP mode) while connected to a WiFi network (managed mode).
Even though the device reports support for both modes individually, concurrent operation is not supported.
System Details:
OS: Manjaro Linux (Kernel: 7.0.13-1-MANJARO)
Device: Realtek RTL8821CE
Driver: rtl8821ce
rtl8821ce/1.0.5.r188.g4e6b887, 7.0.13-1-MANJARO, x86_64: installed
rtl8821ce/v5.5.2_34066.20200325, 7.0.13-1-MANJARO, x86_64: built
Network Interface: wlo1
Observed Behavior:
Running:
Shows:
Supported interface modes:
* managed
* AP
* P2P-client
* P2P-GO
interface combinations are not supported
Because of this:
I can connect to WiFi (managed mode) ✔
I can create hotspot (AP mode) ✔
But cannot do both simultaneously ❌
Expected Behavior:
Support for concurrent interface combinations such as:
managed + AP (WiFi sharing / hotspot while connected)
Steps to Reproduce:
Connect to WiFi network
Try to create hotspot using:
nmcli device wifi hotspot
Hotspot fails or disconnects WiFi
Additional Notes:
This prevents WiFi sharing (WiFi → hotspot)
Common requirement for many users
Possibly due to missing interface combinations in driver implementation
Question:
Is concurrent mode (managed + AP) unsupported due to:
Hardware limitation of RTL8821CE?
Or missing implementation in the Linux driver?
Are there any plans to support valid interface combinations in the future?
Logs (if needed):
I can provide dmesg, iw, or NetworkManager logs if required.
Thanks for maintaining this driver!
Reactions are currently unavailable
I am using a Realtek RTL8821CE WiFi card on Manjaro Linux, and I am unable to use hotspot (AP mode) while connected to a WiFi network (managed mode).
Even though the device reports support for both modes individually, concurrent operation is not supported.
System Details:
rtl8821ce/1.0.5.r188.g4e6b887, 7.0.13-1-MANJARO, x86_64: installed
rtl8821ce/v5.5.2_34066.20200325, 7.0.13-1-MANJARO, x86_64: built
Observed Behavior:
Running:
Shows:
Because of this:
Expected Behavior:
Support for concurrent interface combinations such as:
Steps to Reproduce:
Connect to WiFi network
Try to create hotspot using:
Hotspot fails or disconnects WiFi
Additional Notes:
Question:
Is concurrent mode (managed + AP) unsupported due to:
Are there any plans to support valid interface combinations in the future?
Logs (if needed):
I can provide
dmesg,iw, or NetworkManager logs if required.Thanks for maintaining this driver!