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?
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?
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
:bluetoothctl
, thenpower on
.scan on
.