this post was submitted on 01 Dec 2023
1 points (100.0% liked)

Linux

56365 readers
495 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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?

top 9 comments
sorted by: hot top controversial new old
[–] onlinepersona@programming.dev 2 points 2 years ago

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.

[–] 9488fcea02a9@sh.itjust.works 1 points 2 years ago

Pipewire and debian stable here

BT audio works like 99% of the time. Then there's that 1% it just stops working for no apparent reason and you spend an hour googling why without finding any answers. And in the end, unpairing, forgetting the device and the re-adding it fixes the problem in 2 mins

Overall very happy once i remember the quick fix

[–] outbound@lemmy.ca 1 points 2 years ago

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  
[–] comrade_pibb@hexbear.net 1 points 2 years ago

Bluetooth kind of sucks ass

[–] dark_stang@beehaw.org 1 points 2 years ago

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@feddit.de 1 points 2 years ago (1 children)

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.

[–] exception4289@lemmy.world 0 points 2 years ago (1 children)

This usually happens when you use the earphones' microphone. It lowers the audio quality to be able to send the microphone's data.

[–] Agility0971@lemmy.world 0 points 2 years ago (1 children)

exactly. I disabled mono profile in bluez config and I could recomend that to everyone else as well

[–] exception4289@lemmy.world 0 points 2 years ago

Wait, you can keep the audio quality while using the microphone?