报错内容如下
meta@debian:~$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/bluetooth.service.d
└─experimental.conf
Active: active (running) since Fri 2025-02-21 02:00:52 CST; 4min 16s ago
Docs: man:bluetoothd(8)
Main PID: 25338 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 37553)
Memory: 808.0K
CPU: 25ms
CGroup: /system.slice/bluetooth.service
└─25338 /usr/libexec/bluetooth/bluetoothd
2月 21 02:00:52 debian bluetoothd[25338]: Bluetooth daemon 5.66
2月 21 02:00:52 debian systemd[1]: Started bluetooth.service - Bluetooth service.
2月 21 02:00:52 debian bluetoothd[25338]: Starting SDP server
2月 21 02:00:52 debian bluetoothd[25338]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
2月 21 02:00:52 debian bluetoothd[25338]: src/plugin.c:plugin_init() Failed to init vcp plugin
2月 21 02:00:52 debian bluetoothd[25338]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
2月 21 02:00:52 debian bluetoothd[25338]: src/plugin.c:plugin_init() Failed to init mcp plugin
2月 21 02:00:52 debian bluetoothd[25338]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
2月 21 02:00:52 debian bluetoothd[25338]: src/plugin.c:plugin_init() Failed to init bap plugin
2月 21 02:00:52 debian bluetoothd[25338]: Bluetooth management interface 1.22 initialized
状态:蓝牙无法开启。
大佬们,error中的D-Bus Experimental
是需要开启吗?还有那个src/plugin.c:plugin_init() Failed to init vcp plugin
是什么问题?
现在已经修改了/etc/bluetooth/main.conf
的D-Bus
为true
# Enables D-Bus experimental interfaces
# Possible values: true or false
#Experimental = true
但仍是输出之前那样的error。