From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: Re: Bluetooth Date: Thu, 02 May 2019 10:36:27 +0000 Message-ID: <07a1754592db2e9d4dc2e5000ae21549@disroot.org> References: <8aa2936272861aad84e524707136e8a7@disroot.org> <5de097a28c8391caaba1663e45381520@disroot.org> <94e97b68ad51a1b0c6dc488ca6d3895f@disroot.org> <23dbc04684286e4f72b956c49e826761@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hM94s-0003QR-GX for help-guix@gnu.org; Thu, 02 May 2019 06:36:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hM94q-0002yI-Lk for help-guix@gnu.org; Thu, 02 May 2019 06:36:34 -0400 Received: from knopi.disroot.org ([178.21.23.139]:57614) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hM94o-0002vj-LN for help-guix@gnu.org; Thu, 02 May 2019 06:36:32 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D811726274 for ; Thu, 2 May 2019 12:36:29 +0200 (CEST) In-Reply-To: <8aa2936272861aad84e524707136e8a7@disroot.org> 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@disroot.org, help-guix@gnu.org Awesome! I will try it and let you know. Thanks!=0A=0AMay 2, 2019 6:33 AM= , znavko@disroot.org wrote:=0A=0A> My workable config is:=0A> =0A> (opera= ting-system=0A> ...=0A> (services=0A> ...=0A> (modify-services =0A> (remo= ve (lambda (service)=0A> (member (service-kind service)=0A> (list ntp-ser= vice-type avahi-service-type =0A> network-manager-service-type=0A> gdm-se= rvice-type)))=0A> %desktop-services) ;end of remove lambda services=0A> = =0A> (wpa-supplicant-service-type config =3D>=0A> (wpa-supplicant-configu= ration=0A> (interface "wlp2s0")=0A> (config-file "/etc/wpa_supplicant/wpa= _supplicant.conf")))=0A> =0A> (bluetooth-service config =3D>=0A> (bluetoo= th-configuration=0A> (auto-enable? #t)))=0A> =0A> (elogind-service-type= =0A> c =3D> (elogind-configuration (handle-lid-switch 'ignore)))=0A> ) ;;= end of modify-services=0A> )=0A> )=0A> =0A> So if I am correct:=0A> =0A> = (modify-services =0A> %desktop-services=0A> (bluetooth-service config =3D= >=0A> (bluetooth-configuration=0A> (auto-enable? #t)))=0A> =0A> May 2, 20= 19 10:12 AM, "Raghav Gururajan" wrote:=0A> =0A>> In co= ntinuation to my previous email in this thread:=0A>> =0A>> It appears blu= etooth service is included in %desktop-services.=0A>> =0A>> I already mod= ified %desktop-services to include openvpn-plugin with the following synt= ax:=0A>> (services (cons* (service gnome-desktop-service-type)=0A>> (modi= fy-services %desktop-services=0A>> (network-manager-service-type=0A>> con= fig =3D> (network-manager-configuration=0A>> (inherit config)=0A>> (vpn-p= lugins=0A>> (list network-manager-openvpn)))))))=0A>> =0A>> Now, what is = the syntax for appending the bluetooth-service modification (auto-enable?= #t) to the=0A>> above config??=0A>> =0A>> Thank you!=0A>> =0A>> May 2, 2= 019 6:02 AM, "Raghav Gururajan" wrote:=0A>> =0A>>> Min= e is RYF Certified TET-X200T. I bought exactly this https://tehnoetic.com= /laptops/tet-x200t.=0A>>> Bluetooth worked fine when I was using Trisquel= and Hyperbola.=0A>>> =0A>>> May 2, 2019 5:53 AM, znavko@disroot.org wrot= e:=0A>> =0A>> Many bluetooth devices are not supported by linux-libre ker= nel. Which you have?=0A>> try here https://lists.gnu.org/archive/html/hel= p-guix/2018-10/msg00045.html=0A>> https://lists.gnu.org/archive/html/help= -guix/2019-01/msg00057.html=0A>> there is option auto-enable #f, so that = config is important.=0A>> http://git.savannah.gnu.org/cgit/guix.git/tree/= gnu/services/desktop.scm#n412=0A>> =0A>> May 2, 2019 9:34 AM, "Raghav Gur= urajan" wrote:=0A>>> Hello Guix!=0A>>> =0A>>> I have a= dded "bluetooth-service [#:bluez bluez] [#:auto-enable? #t]" to my system= services. But I=0A>>> am not able to use bluetooth as user. In GNOME set= tings, it's no bluetooth found" or if I turn on=0A>>> the button, it turn= s off again. I have added the user to "lp" group as well. What should be = the=0A>>> issue?=0A>>> =0A>>> Thank you!