From: Pierre Neidhardt <mail@ambrevar.xyz>
To: znavko@tutanota.com
Cc: Help Guix <help-guix@gnu.org>
Subject: Re: Bluetooth audio device on GuixSD
Date: Mon, 15 Oct 2018 08:33:29 +0200 [thread overview]
Message-ID: <87sh17k9c6.fsf@ambrevar.xyz> (raw)
In-Reply-To: <LOnaXyf--3-1@tutanota.com>
[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2018-10-15 6:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-14 17:22 Bluetooth audio device on GuixSD znavko
2018-10-15 6:33 ` Pierre Neidhardt [this message]
2018-10-15 12:16 ` Ludovic Courtès
2018-10-15 12:38 ` Pierre Neidhardt
2018-10-15 13:00 ` Ricardo Wurmus
2018-10-20 16:20 ` znavko
2019-01-06 23:40 ` Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sh17k9c6.fsf@ambrevar.xyz \
--to=mail@ambrevar.xyz \
--cc=help-guix@gnu.org \
--cc=znavko@tutanota.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).