Bluetooth audio is my least favorite part of using Linux and it seems like my coworkers agree. I hear a lot of praise for pipewire, but it doesn’t match what I experience. Does any system work well for anyone?

To clarify, it can work. But it’s a harsh experience compared to say Android. I’ve used Ubuntu, Fedora, and PopOS. I’ve tried a few different headphones, using Galaxy Buds 2 current. Pulseaudio tends to “do as it’s told” but doesn’t automatically switch to the right (confusingly named) profile. With Ubuntu 23.10, using pipewire, it does automatic switch profiles. Sometimes this works great. But very often, it gets stuck on on a profile or just stops working. I have to reconnect bluetooth to fix it.

Is there some magic combination of things that works or is this just how it is for everyone?

  • Fuck Bluetooth. I’ve seen it multiple times this week that wireless headphones have failed on Linux, Mac, and Windows. “Shit, let me reconnect my headphones”. Also the switching from “high quality audio” to bullshit mono audio when calling.

    Fuck bluetooth.

  • Bluetooth works great. Debian w/ XFCE (pulseaudio). But, there is some config on a fresh install:

    # apt install blueman pulseaudio-module-bluetooth  
    
    # nano /etc/pulse/default.pa  
    add:  
    load-module module-switch-on-connect  
    
    # nano /etc/bluetooth/input.conf  
    change:  
    IdleTimeout=0  
    
  • No issues currently using pop os. I don’t use the graphical Bluetooth manager, for whatever that’s worth. I wrohe a script that connects and disconnects with bluetoothctl, and I pair and trust devices with bluetoothctl. I use several different headphones.

    Occasionally, I have to go into the audio settings to change the destination, or tap a button on my headphones, but that’s about it.

  • Bluetooth sucks on all platforms. It may be worse on Linux, but given how often my coworkers on Mac and Windows have audio issues it meetings, not by much.

    Get a good set of RF wireless headphones and only use Bluetooth when you’re traveling.

  •  FQQD   ( @FQQD@feddit.de ) 
    link
    fedilink
    English
    57 months ago

    Pretty good. I use Nothing ear 2s with a lenovo thinkpad on arch linux and it works just as well as with my ipad and my android smartphone.

    Only bad thing, it set the codec to a worse sounding one once for some reason, but changing it back solved it.

  •  mhz   ( @mhz@lemm.ee ) 
    link
    fedilink
    37 months ago

    No problem here with Opensuse slowroll (Sway WM) and a Realtek bluetootth radio, I’m using blueman for managing enabling/managing bluetooth connections.

  • I use NixOS, but before that I was on openSuse. I have not thought about Bluetooth in at all in the last few years. Zero issues. I pair it in KDE’s default bluetooth manager and then never really touched it since. Media keys all work, I control it over WiFi from my phone with kdeconnect no problem.

    I think a few months ago I had to turn my headphones off and on again when the quality got really low for a second. Reading this thread I guess I’m extremely lucky? I don’t produce music or anything like that, so I might not be taking advantage I’d some its more exotic features.

    EDIT: I am using a basic USB Bluetooth dongle I bought at least 8 years ago for my desktop, and my laptop just uses the built in Bluetooth. If that’s any consolation.

  • I installed fedora 38 on my lenovo thinkpad t14 (now running fedora 39) and aside from one easily fixed issue bluetooth works perfectly. My gaming pc running windows can use my laptop as an audio device via bluetooth which is pretty cool.

  • For me on Arch and also, but a lot less frequent fedora I find that it works fine then every few months there’s an update that breaks it for a few days till it gets patched. But besides that it works fine for me. I use blueman in DWM BTW

  • It’s okay. On my desktop with an Intel card my headphones occasionally have an issue where they’ll stop actually playing sounds until I swap the codec in GNOME Settings. I’m pretty sure it’s an issue with the headphones proper, because I don’t think I’ve had the issue with my earbuds or when using them on my laptop.

    Speaking of my laptop, if I have WiFi turned on, the Bluetooth goes to shit. It sounds fine, but the audio will randomly cut out. I blame Realtek.

  •  The Doctor   ( @drwho@beehaw.org ) 
    link
    fedilink
    English
    17 months ago

    I don’t use Bluetooth a whole lot on my Linux box (Arch Linux 20231128, MATE Desktop Environment, bluetoothd, pulseaudio). That said, I have blueman-manager in my system tray all the time, and it seems to do a decent job of managing two pairs of headphones (they’re there, and I use them occasionally, just not often). The thing that seems to work for me is to use pavucontrol (PulseAudio Volume Control) to set the parameters of the Bluetooth headphones while they’re active and associated, and those settings are stored for later. That way, when I’m wearing a pair of those headphones my laptop’s speakers are automatically muted, the Bluetooth headphones go back to where I had them before, and whatever I happen to be playing back through (Firefox, vlc, whatever) automatically cut over to them and away from the (now muted) speakers).

    I guess I just did it one step at a time - get bluetooth turned on, get a pair of headphones associated with them, then turn off speakers, then… I iterated on it until I had something that worked.