|
Bugzilla – Full Text Bug Listing |
| Summary: | bluetooth not working | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Michal Suchanek <msuchanek> |
| Component: | Other | Assignee: | Joey Lee <jlee> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | acho, jlee, msuchanek, seife |
| Version: | Leap 15.5 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michal Suchanek
2024-03-21 09:35:42 UTC
systemctl status bluetoothd Unit bluetoothd.service could not be found. rpm -qa | grep bluez bluez-5.65-150500.3.8.1.x86_64 bluez-auto-enable-devices-5.65-150500.3.8.1.noarch bluez-tools-0.1.38+git20161212-bp155.2.12.x86_64 bluez-cups-5.65-150500.3.8.1.x86_64 strolchi:/space # systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
Active: active (running) since Wed 2024-03-13 08:15:13 CET; 1 week 1 day ago
Docs: man:bluetoothd(8)
Main PID: 2169 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CPU: 48ms
CGroup: /system.slice/bluetooth.service
└─2169 /usr/libexec/bluetooth/bluetoothd
Mar 13 08:15:13 strolchi bluetoothd[2169]: Starting SDP server
Mar 13 08:15:13 strolchi bluetoothd[2169]: src/plugin.c:plugin_init() System does not support csip plugin
Mar 13 08:15:13 strolchi bluetoothd[2169]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Mar 13 08:15:13 strolchi bluetoothd[2169]: src/plugin.c:plugin_init() System does not support micp plugin
Mar 13 08:15:13 strolchi bluetoothd[2169]: src/plugin.c:plugin_init() System does not support vcp plugin
Mar 13 08:15:13 strolchi bluetoothd[2169]: src/plugin.c:plugin_init() System does not support mcp plugin
Mar 13 08:15:13 strolchi bluetoothd[2169]: src/plugin.c:plugin_init() System does not support bass plugin
Mar 13 08:15:13 strolchi bluetoothd[2169]: src/plugin.c:plugin_init() System does not support bap plugin
Mar 13 08:15:13 strolchi bluetoothd[2169]: src/plugin.c:plugin_init() System does not support admin plugin
Mar 13 08:15:13 strolchi bluetoothd[2169]: Bluetooth management interface 1.22 initialized
Indeed, because the driver has an userspace portion it cannot work when installed. While a kernel module would work once installed userspace services come disabled. Awesome user experience. Also given it complains about bluetoothd and the service is called bluetooth it's not even clear what is missing. (In reply to Michal Suchanek from comment #0) > # bluetoothctl > Waiting to connect to bluetoothd... > <nothing> THe bluetooth daemon works on my Tumbleweed. What's your openSUSE version and the steps for reproducing issue? Thanks! Leap 15.5. Install bluez. The service does not get enabled, hence bluetooth does not work. |