Post #2588609
2026-05-13 22:04 UTC
Replies (4)
-
@davidmaddock@aus.social 2026-05-15 23:19
An update: Well, different day and it just worked. So yesterday the DAC showed up in the BT GUI, connected, sound working. Quickly made sure that all the background default/trust etc stuff were all on and it's been 100% fine ever since. :shruggingteeth: I also looked up BlueZ on github, and it appears its 1 dude. So on #Linux brand.
-
@buckfiftyseven@mastodon.social 2026-05-13 22:13
@davidmaddock@aus.social I don't know, and would love to hear from someone who has seen the kernel discussion, but I have I guess: It's like WiFi but even worse, many many BT chips, but none supporting Linux directly, and so everything has to be reverse engineered.
-
@brent_bartlett@mas.to 2026-05-13 23:13
@davidmaddock@aus.social My earbuds didn't work until I did some terminal jiujitsu. Once I get home, I can see if I have notes about what I did
-
@brent_bartlett@mas.to 2026-05-18 11:36
@davidmaddock@aus.social Sorry, I totally spaced on this! Okay, I found what I did. First, make sure that your Bluetooth service is running with `sudo systemctl start bluetooth`. Then, do `sudo bluetoothctl`. Once `bluetoothctl` starts running, enter `power on`. Then scan for devices with `scan on`. Put the device you want to pair into pairing mode. You should see the device show up with its MAC address. When you do, copy down the MAC address, then enter the `pair` command with the MAC address.