diff --git a/content/posts/bluetooth/index.md b/content/posts/bluetooth/index.md index 0560dcd..f29b6e1 100644 --- a/content/posts/bluetooth/index.md +++ b/content/posts/bluetooth/index.md @@ -1,7 +1,6 @@ --- title: "How to solve bluetooth issues in Arch Linux" date: 2023-11-09T22:30:00+00:00 -description: "How I solved my bluetooth issues by using pipewire" --- Recently I wanted to connect my earphones via bluetooth to my Arch Linux but I found out it just either could not connect or repeating connect and disconnect. Not many solutions from the internet solve my issue, though. But this one worked, so to share the solution to you guys. Note: It is for someone who has been using pulseaudio. diff --git a/content/posts/qemu/index.md b/content/posts/qemu/index.md index 6d1cc09..2cabbea 100644 --- a/content/posts/qemu/index.md +++ b/content/posts/qemu/index.md @@ -19,7 +19,7 @@ If not, go to BIOS and enable it # Download the required packages yay -S qemu-full libvirt virt-manager virt-viewer bridge-utils # Add yourself into groups so to solve permission issues -usermod -aG libvirt-qemu,libvirt,qemu [your username] +usermod -aG libvirt,kvm,libvirt-qemu,input,disk,audio,video [your username] # Enable systemd service systemctl enable libvirtd.socket ```