Skip to content

Instantly share code, notes, and snippets.

@GinoAvanzini
Created November 22, 2021 00:36
Show Gist options
  • Save GinoAvanzini/c554852ac232893e8c00d7d9afdcb634 to your computer and use it in GitHub Desktop.
Save GinoAvanzini/c554852ac232893e8c00d7d9afdcb634 to your computer and use it in GitHub Desktop.
Bluetooth for Broadcom devices on Arch Linux

Broadcom bluetooth devices on Arch Linux

First read thoroughly the Arch Wiki entry on bluetooth Verify that your Broadcom bluetooth device is recognized with lsusb. You should see something like:

...
Bus 002 Device 005: ID xxxx:xxxx Lite-On Technology Corp. Broadcom BCM43142A0 Bluetooth Device
...

Install the appropriate firmware package from the AUR https://aur.archlinux.org/packages/?O=0&K=broadcom. In my case (BCM43142A0), I installed bcm43142a0-firmware.

git clone https://aur.archlinux.org/packages/bcm43142a0-firmware/
makepkg -si

Then enable and start bluetooth.service

# systemctl enable bluetooth.service && systemctl start bluetooth.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment