Sander Sweers
Sander Sweers
Can you run it through gdb and get a backtrace. That should tell you where it faults.
It looks like the kernel driver for the RTL8821CE bluetooth adapter is crashing. Which is likely the reason it doesn't want to reconnect.. Does it also happen if you use...
The logs you provided earlier definately showed the driver crashing.
Relevant trace. ```python blueman-manager 12.25.53 INFO ManagerDeviceMenu:103 set_op : op: regenerating instance Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/blueman/gui/manager/ManagerDeviceList.py", line 239, in on_event_clicked self.menu.connect_service(row["device"]) File "/usr/lib/python3.10/site-packages/blueman/gui/manager/ManagerDeviceMenu.py", line 141, in connect_service...
So not all instances of the menu have been generated in this situation. We can either check if we have a `SelectedDevice` class atribute or generate all instances. Below is...
@cschramm do you mind if I merge this now? I am getting more and more annoyed with the mistranslation of adapters in dutch :smiling_face_with_tear:
The only thing I can think of is pipewire's pulse layer is causing issues. But does mint use pipewire?
Blueman is just a frontend for the linux Bluetooth stack and pulseaudio. There are plugins for pulseaudio but I don't think Ubuntu installs them by default or at all due...
> Regarding blueman, it could make sense that we add a pavucontrol-like possibility to switch codes just like we have for profiles. I'm not sure how important that is as...
The modules I'm talking about are these [1]. These behaved similar to pipewire. Thinking about this, I'm not sure we can tell from pipewire's pulse layer it we are dealing...