From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: Bluetooth audio device on GuixSD Date: Mon, 15 Oct 2018 08:33:29 +0200 Message-ID: <87sh17k9c6.fsf@ambrevar.xyz> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gBwRd-0001bU-C2 for help-guix@gnu.org; Mon, 15 Oct 2018 02:33:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gBwRZ-000787-Cs for help-guix@gnu.org; Mon, 15 Oct 2018 02:33:37 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:47595) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gBwRZ-00077I-6N for help-guix@gnu.org; Mon, 15 Oct 2018 02:33:33 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: znavko@tutanota.com Cc: Help Guix --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable First, add the bluetooth service to your Guix .config: =2D-8<---------------cut here---------------start------------->8--- (operating-system ;... =20 (services (list (bluetooth-service) ;... %desktop-services))) =2D-8<---------------cut here---------------end--------------->8--- THen =2D-8<---------------cut here---------------start------------->8--- $ sudo -E guix system reconfigure /path/to/your/config.scm =2D-8<---------------cut here---------------end--------------->8--- Test if bluetooth is started. =2D-8<---------------cut here---------------start------------->8--- $ sudo herd status | grep bluetooth + bluetooth =2D-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 "blue= z" and follow the instructions here: https://wiki.archlinux.org/index.php/Bluetooth#Pairing Hope that helps! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlvENLkACgkQm9z0l6S7 zH+zRgf9GGd58y4RdtTAhX5fWaWM+tGmz9GBMzVla0u2AGSwLID/q31n/uz3erX8 5UGj5YJkaZc5wnHhe42oX8buBDV9zxaEZfqsKUWddRUqK4yav9V2mqDsNRjOSirs /cccXqbvV2J0iHPUYWBmHNdNK/cS9EUdIZT07h41l1iE/HDdM7w9YLLvJMTsrqQg 94gV4xuWSYVPjv1oUOonTbZGETpu1IozfsOq+G6/5DiMVgd9PTKV9Uyr1dFjtz5I AAirrxj+sXpXDgS5jHZO6Aavo6K1jJicLm2ilVcA2PhxkwkhOVti7epMVMwKeh1+ kL8A1PvhWXDbf33imFT004eHrJ7K0w== =SJ4o -----END PGP SIGNATURE----- --=-=-=--