Been having trouble using apples airpods pro on manjaro linux it’s seems like when they do wanna connect no audio goes through them. Does anyone know how to set them up or if linux even has support for them?

  • @dutchkimble@lemy.lol
    link
    fedilink
    12 months ago

    Try these steps maybe it helps -

    • Install necessary packages with:

      sudo pacman -S bluez bluez-utils pulseaudio-bluetooth
      

      or for PipeWire:

      sudo pacman -S bluez bluez-utils pipewire pipewire-pulse pipewire-alsa pipewire-jack
      
    • Enable and start Bluetooth service:

      sudo systemctl enable bluetooth.service
      sudo systemctl start bluetooth.service
      
    • Pair the AirPods Pro using bluetoothctl:

      • Enter bluetoothctl, then power on.
      • Make device discoverable with scan on.
      • Put AirPods in pairing mode.