Wednesday, June 24, 2020

Add bluetooth support to Archlabs

I read this article: 
How to add bluetooth support to ArchLabs for bosebluetooth headphone


I follow the instruction and get things done.


sudo pacman -S pulseaudio-alsa pulseaudio-bluetooth  
sudo pacman -S bluez bluez-libs bluez-utils bluez-firmware blueberry
sudo systemctl enable bluetooth.service 
sudo systemctl start bluetooth.service 
sudo systemctl daemon-reload

That's it. 
Thank you.

Saturday, June 20, 2020

Tips for archlabs problem

To remove database lock when using pacman
rm /var/lib/pacman/db.lck

When install archlabs remember to install base-devel.