From: Ekaitz Zarraga <ekaitz@elenq.tech>
To: Guillaume Le Vaillant <glv@posteo.net>
Cc: "help-guix@gnu.org" <help-guix@gnu.org>,
Joshua Branson <jbranso@dismail.de>
Subject: Re: Guix Bluetooth Headset
Date: Sat, 26 Sep 2020 15:49:59 +0000 [thread overview]
Message-ID: <852_IS601rO8e4ZVdamPq-wLK-enlaKBilZYHZCIhzMkMFBLlgg5-LQlfhVwY3IZXC4l4JS5yuF5zUsue-MZPR5Fw2YiiWRzo40j3YcFuzk=@elenq.tech> (raw)
In-Reply-To: <87a6xceirn.fsf@yamatai>
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
prev parent reply other threads:[~2020-09-26 15:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-25 10:54 Guix Bluetooth Headset yasu
2020-09-25 12:53 ` Joshua Branson
2020-09-25 14:16 ` Yasuaki Kudo
2020-09-26 12:03 ` Ekaitz Zarraga
2020-09-26 13:17 ` Yasuaki Kudo
2020-09-26 13:31 ` Ekaitz Zarraga
2020-09-26 14:04 ` Guillaume Le Vaillant
2020-09-26 15:49 ` Ekaitz Zarraga [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='852_IS601rO8e4ZVdamPq-wLK-enlaKBilZYHZCIhzMkMFBLlgg5-LQlfhVwY3IZXC4l4JS5yuF5zUsue-MZPR5Fw2YiiWRzo40j3YcFuzk=@elenq.tech' \
--to=ekaitz@elenq.tech \
--cc=glv@posteo.net \
--cc=help-guix@gnu.org \
--cc=jbranso@dismail.de \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.