[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guix Bluetooth Headset
From: |
Ekaitz Zarraga |
Subject: |
Re: Guix Bluetooth Headset |
Date: |
Sat, 26 Sep 2020 15:49:59 +0000 |
ElenQ Technology
Ethical Innovation
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Saturday, September 26, 2020 4:04 PM, Guillaume Le Vaillant <glv@posteo.net>
wrote:
>
>
> Hi,
>
> I have a headset that can be used either with a cord or with Bluetooth,
> and I got it to almost work with Bluetooth. The only problem I have is
> that I want it to use the A2DP profile but most of the time it decides
> to use the HSP profile and refuses to switch to A2DP, therefore the
> sound is not as good.
>
> In my 'config.scm' file I had to modify the pulseaudio service to use
> a custom configuration file (in attachment):
>
> --8<---------------cut here---------------start------------->8---
> (operating-system
> ...
> (services
> (cons* ...
> (bluetooth-service)
> (modify-services %desktop-services
> (pulseaudio-service-type config =>
>
> (pulseaudio-configuration
> (inherit config)
> (script-file (local-file "/etc/guix/default.pa"))))))))
>
>
> --8<---------------cut here---------------end--------------->8---
>
> I'm also using the vanilla Linux kernel instead of Linux-libre, but I'm
> not sure if it makes a difference for Bluetooth headsets.
>
> HTH!
Thanks for example!
The main problem I see to this approach is that it doesn't look very
accessible...
I'll try to make it work in my speaker.
Best,
Ekaitz