help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bluetooth audio device on GuixSD


From: Pierre Neidhardt
Subject: Re: Bluetooth audio device on GuixSD
Date: Mon, 15 Oct 2018 08:33:29 +0200
User-agent: mu4e 1.0; emacs 26.1

First, add the bluetooth service to your Guix .config:

--8<---------------cut here---------------start------------->8---
(operating-system
 ;...
 
 (services (list
            (bluetooth-service)
                                                ;...
                                                %desktop-services)))
--8<---------------cut here---------------end--------------->8---

THen

--8<---------------cut here---------------start------------->8---
$ sudo -E guix system reconfigure /path/to/your/config.scm
--8<---------------cut here---------------end--------------->8---

Test if bluetooth is started.

--8<---------------cut here---------------start------------->8---
$ sudo herd status | grep bluetooth
 + bluetooth
--8<---------------cut here---------------end--------------->8---

If not, reboot.

If you run a desktop environment (e.g. Gnome), there should be a graphical
configuration tool for bluetooth already.  Otherwise, you can install "bluez"
and follow the instructions here:

        https://wiki.archlinux.org/index.php/Bluetooth#Pairing

Hope that helps!

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]