I have a GMKtec G3 that has a Realtek 8852 wifi module that also operates as bluetooth. But no matter what I try, I'm unable to get it to work... Any pointers on what to do? I'm first trying to get it active on the pve host...
Trying `lspci` gives:
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8852BE PCIe 802.11ax Wireless Network Controller
Trying lsusb gives:
Bus 001 Device 003: ID 0bda:b85b Realtek Semiconductor Corp. Bluetooth Radio
Trying systemctl status bluetooth gives:
Trying hciconfig -a gives nothing!
Trying bluetoothctl and then scan on gives:
No default controller available
Trying `dmseg | grep Bluetooth` gives:
Trying `hciconfig hci0 up` gives:
Can't get device info: No such device
Trying `lspci` gives:
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8852BE PCIe 802.11ax Wireless Network Controller
Trying lsusb gives:
Bus 001 Device 003: ID 0bda:b85b Realtek Semiconductor Corp. Bluetooth Radio
Trying systemctl status bluetooth gives:
Code:
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
Active: active (running) since Sun 2025-01-05 00:12:46 CET; 27min ago
Docs: man:bluetoothd(8)
Main PID: 603 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 18809)
Memory: 4.0M
CPU: 29ms
CGroup: /system.slice/bluetooth.service
└─603 /usr/libexec/bluetooth/bluetoothd
Jan 05 14:28:36 pve bluetoothd[606]: Starting SDP server
Jan 05 14:28:36 pve bluetoothd[606]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
Jan 05 14:28:36 pve bluetoothd[606]: src/plugin.c:plugin_init() Failed to init vcp plugin
Jan 05 14:28:36 pve bluetoothd[606]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
Jan 05 14:28:36 pve bluetoothd[606]: src/plugin.c:plugin_init() Failed to init mcp plugin
Jan 05 14:28:36 pve bluetoothd[606]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
Jan 05 14:28:36 pve bluetoothd[606]: src/plugin.c:plugin_init() Failed to init bap plugin
Jan 05 14:28:36 pve bluetoothd[606]: Bluetooth management interface 1.22 initialized
Jan 05 14:28:36 pve bluetoothd[606]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
Jan 05 14:28:36 pve bluetoothd[606]: sap-server: Operation not permitted (1)
Trying hciconfig -a gives nothing!
Trying bluetoothctl and then scan on gives:
No default controller available
Trying `dmseg | grep Bluetooth` gives:
Code:
[ 1.876794] usb 1-8: Product: Bluetooth Radio
[ 3.266299] Bluetooth: Core ver 2.22
[ 3.266327] Bluetooth: HCI device and connection manager initialized
[ 3.266331] Bluetooth: HCI socket layer initialized
[ 3.266334] Bluetooth: L2CAP socket layer initialized
[ 3.266337] Bluetooth: SCO socket layer initialized
[ 3.308577] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
[ 3.309573] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 3.309578] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
[ 3.311422] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
[ 3.321470] Bluetooth: hci0: RTL: cfg_sz 6, total sz 65603
[ 3.707606] Bluetooth: hci0: RTL: fw version 0x04479301
[ 3.792587] Bluetooth: hci0: AOSP extensions version v1.00
[ 3.792592] Bluetooth: hci0: AOSP quality report is supported
[ 4.892258] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.892263] Bluetooth: BNEP filters: protocol multicast
[ 4.892267] Bluetooth: BNEP socket layer initialized
Trying `hciconfig hci0 up` gives:
Can't get device info: No such device