this post was submitted on 23 Aug 2020
1 points (100.0% liked)

Manjaro - Enjoy the simplicity

643 readers
1 users here now

About

Manjaro is a GNU/Linux distribution based on Arch. It is a rolling release distro which includes a user-friendly installer, tested updates that try very hard to not break your system and a community of friendly users for support. Official releases include Xfce, KDE, Gnome, and the minimal CLI-Installer Architect. Community releases include Awesome, bspwm, Budgie, Cinnamon, Deepin, i3, LXDE, LXQT, Mate, OpenBox and builds for ARM devices like Raspberry Pi, Odroid etc.

Official site

manjaro.org

Choose your edition

Manjaro downloads

Arch related

Arch Linux community

Important

Lemmy doesn’t have flags yet, so please tag your posts with [Question], [Help], [Other], [Promoting], [Edition:ed]; ie [Edition:KDE] or other you may think is appropriate.

[This is not an official forum.]

founded 5 years ago
MODERATORS
 

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?

top 1 comments
sorted by: hot top controversial new old
[–] dutchkimble@lemy.lol 1 points 1 year 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.