help-guix
[Top][All Lists]
Advanced

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

Re: How to diagnose Bluetooth trouble? SOLVED


From: Daniel Hatton
Subject: Re: How to diagnose Bluetooth trouble? SOLVED
Date: Wed, 27 Nov 2024 10:51:55 +0000
User-agent: Icedove Daily

On 24/11/2024 10:53, Ignas Lapėnas wrote:

Noticed that you're using bluetooth-service instead of
bluetooth-service-type in services:
This one should be because %desktop-services already contain the
definition for pulseaudio. You can find what services are enabled by
default in desktop.scm (gnu/services/desktop.scm)
Both are a possiblity for broken bluetooth by the looks of it.

Wahay! Edited config.scm as shown below, and now not only does Bluetooth work, it actually starts at boot time. Thanks very much.

$ rcsdiff -r1.3.1.2.2.7 config.scm
===================================================================
RCS file: RCS/config.scm,v
retrieving revision 1.3.1.2.2.7
diff -r1.3.1.2.2.7 config.scm
56c56
<             (bluetooth-service #:auto-enable? #t)
---
>             (service bluetooth-service-type)
59d58
<             (service pulseaudio-service-type)

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


reply via email to

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