Environment Information
- OS: Linux Mint 22.3 (Zena)
- Kernel: 6.14.0-37-generic
- Hardware: HP 15.6 inch Laptop PC (Firmware F.21)
- Wireless Chip: Realtek RTL8852BE (PCIe)
Description
I am trying to use STA/AP concurrent mode. While iw list confirms support, attempting to start a hotspot either hangs the system at "Creating virtual interface" or drops the STA connection (Case A).
Logs (dmesg)
When trying to apply power management fixes via /etc/modprobe.d/rtw89.conf, the kernel 6.14 ignores the parameters:
[ 3.118863] rtw89_core: unknown parameter 'disable_lps_deep' ignored [ 3.131619] rtw89_pci: unknown parameter 'disable_aspm' ignored
The driver loads successfully but seems unable to manage the virtual interface for AP mode:
[ 3.178115] rtw89_8852be 0000:02:00.0: Firmware version 0.29.29.5 (da87cccd) [ 3.485280] rtw89_8852be 0000:02:00.0: rfkill hardware state changed to enable
Steps taken
- Verified
iw list combinations.
- Tried
linux-wifi-hotspot with "same channel" (Channel 6).
- Attempted to disable ASPM via modprobe (parameters ignored by kernel 6.14).
Environment Information
Description
I am trying to use STA/AP concurrent mode. While
iw listconfirms support, attempting to start a hotspot either hangs the system at "Creating virtual interface" or drops the STA connection (Case A).Logs (dmesg)
When trying to apply power management fixes via
/etc/modprobe.d/rtw89.conf, the kernel 6.14 ignores the parameters:[ 3.118863] rtw89_core: unknown parameter 'disable_lps_deep' ignored [ 3.131619] rtw89_pci: unknown parameter 'disable_aspm' ignored
The driver loads successfully but seems unable to manage the virtual interface for AP mode:
[ 3.178115] rtw89_8852be 0000:02:00.0: Firmware version 0.29.29.5 (da87cccd) [ 3.485280] rtw89_8852be 0000:02:00.0: rfkill hardware state changed to enable
Steps taken
iw listcombinations.linux-wifi-hotspotwith "same channel" (Channel 6).