Linux noob. Just got a pair of Skull Candy Push Active XT bluetooth earbuds. They pair just fine with my setup but no sound comes through them. I found many different posts on various forums and nothing helped.

Using the inxi command I pulled some info I think might help, if it’s needed. (I don’t know if any of this is needed to help fix this issue. I’ve only been using MX for a little over a week and have never really done a lot of under the hood Linux maintenance before, but am more than willing to learn to fix this issue). If there is sny other information needed, I’m willing to edit this with any of that information, if I can find it.

Bluetooth: Device-1: Intel type: USB driver: btusb v: 0.8 bus-ID: 3-10:5 chip-ID: 8087:0033 class-ID: e001 Report: hciconfig ID: hci0 rfk-id: 1 state: up address: <filter>

System: Kernel: 6.1.0-13-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 Desktop: KDE Plasma v: 5.27.5 wm: kwin_x11 vt: 7 dm: SDDM Distro: MX-23.1_KDE_x64 Libretto October 15 2023 base: Debian GNU/Linux 12 (bookworm)

Machine: Type: Convertible System: SAMSUNG product: 750QFG v: P04RGT serial: <superuser required> Chassis: type: 31 serial: <superuser required> Mobo: SAMSUNG model: NP750QFG-KA1US v: SGLB447A0M-C01-G001-S0003+10.0.22621 serial: <superuser required> UEFI: American Megatrends LLC. v: P04RGT.160.230427.HC date: 04/27/2023

Audio: Device-1: Intel driver: sof-audio-pci-intel-tgl API: ALSA v: k6.1.0-13-amd64 status: kernel-api Server-1: PulseAudio v: 16.1 status: active

  • Still@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 months ago

    not sure your exact case, but I would highly recommend using pipewire, Bluetooth audio devices were nothing but pain for me with pulse audio and they just worked on pipewire

    I’ve used Sony xm4s

    • Dizzy Devil DuckyOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 months ago

      I’m only using PulseAudio because that was what came with the base installation. I’ll definitely check out PipeWire+WirePlumber to see if that works.

  • Political Custard@lemmygrad.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    5 months ago

    When I use my bluetooth headphones I have to physically unplug my wired headphones from the front panel and wired speaker’s line-out at the back of my PC, then the audio automatically switches to my bluetooth headphones. There might be an easier way around this but it works for me until I can figure out something better. Running alsamixer from the command line (just type [alsamixer] to run it) can help you see all the inputs and outputs that are working/muted/not seen, this might give you a clue as to what the issue is.

    Chris Titus Tech has a pretty good video explaining alsamixer (it’s a few years old but alsamixer hasn’t changed very much, if at all) https://piped.video/watch?v=gs9I1gPGn9A

    • Dizzy Devil DuckyOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 months ago

      While looking through Alsa and PulseAudio I couldn’t even find the headset being listed as a connected audio device despite bluetooth saying they’re connected to my laptop, so I’d say that’s about up to par with my experience with trying to get audio working properly on Linux. The video at least has some good information I could possibly use in the future, though, so there’s that.

    • Dizzy Devil DuckyOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 months ago

      No because I didn’t know it existed until right now, reading your comment. I’ll be sure to check it out.