Bug 1221800

Summary: bluetooth not working
Product: [openSUSE] openSUSE Distribution Reporter: Michal Suchanek <msuchanek>
Component: OtherAssignee: 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
# bluetoothctl 
Waiting to connect to bluetoothd...
<nothing>
Comment 1 Michal Suchanek 2024-03-21 09:36:41 UTC
systemctl status bluetoothd
Unit bluetoothd.service could not be found.
Comment 2 Michal Suchanek 2024-03-21 09:49:59 UTC
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
Comment 3 Stefan Seyfried 2024-03-22 06:49:28 UTC
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
Comment 4 Michal Suchanek 2024-03-22 08:17:55 UTC
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.
Comment 5 Michal Suchanek 2024-03-22 08:18:58 UTC
Also given it complains about bluetoothd and the service is called bluetooth it's not even clear what is missing.
Comment 6 Joey Lee 2024-03-22 09:47:04 UTC
(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!
Comment 7 Michal Suchanek 2024-03-22 11:40:26 UTC
Leap 15.5. Install bluez. The service does not get enabled, hence bluetooth does not work.