all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How Configure Guix to use Pipewire
@ 2022-02-24 15:58 Antwane Mason
  0 siblings, 0 replies; 4+ messages in thread
From: Antwane Mason @ 2022-02-24 15:58 UTC (permalink / raw)
  To: help-guix

Does anyone have any links they could point me to for adjusting my system
configuration to support using pipewire? I am interested in using it in
order to get better support for using my bluetooth headphones than with the
default audio. Particularly, I would like to be able to use my headphones
for both output and input.

Any help or pointers would be greatly appreciated!

Regards,
Antwane

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How Configure Guix to use Pipewire
@ 2022-02-27  4:20 Brendan Tildesley
  2022-02-27  9:32 ` Shepherd socket activation Ricardo Wurmus
  2022-02-28  0:47 ` How Configure Guix to use Pipewire Antwane Mason
  0 siblings, 2 replies; 4+ messages in thread
From: Brendan Tildesley @ 2022-02-27  4:20 UTC (permalink / raw)
  To: ad.mason1413@gmail.com; +Cc: help-guix@gnu.org

A Pipewire service hasn't been added yet. I started working on one
a while ago but haven't got around to finishing it.
Pipewire is a user service, so if you disable pulseaudio and run
Pipewire from a terminal you may be able to get it running manually.

I'll have another go at making the Pipewire service soon. The last
issue I ran into is that since Guix doesn't use systemd, there is
no socket activation support that Pipewire can use, so I wasn't sure
how to launch it.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Shepherd socket activation
  2022-02-27  4:20 How Configure Guix to use Pipewire Brendan Tildesley
@ 2022-02-27  9:32 ` Ricardo Wurmus
  2022-02-28  0:47 ` How Configure Guix to use Pipewire Antwane Mason
  1 sibling, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2022-02-27  9:32 UTC (permalink / raw)
  To: Brendan Tildesley; +Cc: Guix Devel


Brendan Tildesley <mail@brendan.scot> writes:

> I'll have another go at making the Pipewire service soon. The last
> issue I ran into is that since Guix doesn't use systemd, there is
> no socket activation support that Pipewire can use, so I wasn't sure
> how to launch it.

We can add socket activation in its simplest form to Shepherd.  Shepherd
will only have to create socket files and listen for activity; on
activity it starts an associated service.  We don’t need to have it pass
sockets or do anything fancy.

I’m not a fan of how systemd uses only conventions to associate the
socket service with the service that should be activated.  In the
Shepherd we could define a separate one-shot service that creates the
socket (and has Shepherd listen on it), which names other services that
would be activated by activity on the socket.

-- 
Ricardo


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How Configure Guix to use Pipewire
  2022-02-27  4:20 How Configure Guix to use Pipewire Brendan Tildesley
  2022-02-27  9:32 ` Shepherd socket activation Ricardo Wurmus
@ 2022-02-28  0:47 ` Antwane Mason
  1 sibling, 0 replies; 4+ messages in thread
From: Antwane Mason @ 2022-02-28  0:47 UTC (permalink / raw)
  To: mail; +Cc: help-guix

Thank you, Brendan, for your response!

Have you run across this repo before?
https://git.sr.ht/~krevedkokun/dotfiles/tree/master/item/home/yggdrasil
This repo contains a home service definition for pipewire. I'm going to try
to play around with it
to see if it works, but I'm curious whether you or someone else has had any
experience using this repo.

On Sat, Feb 26, 2022 at 11:20 PM Brendan Tildesley <mail@brendan.scot>
wrote:

> A Pipewire service hasn't been added yet. I started working on one
> a while ago but haven't got around to finishing it.
> Pipewire is a user service, so if you disable pulseaudio and run
> Pipewire from a terminal you may be able to get it running manually.
>
> I'll have another go at making the Pipewire service soon. The last
> issue I ran into is that since Guix doesn't use systemd, there is
> no socket activation support that Pipewire can use, so I wasn't sure
> how to launch it.
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-28  0:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-27  4:20 How Configure Guix to use Pipewire Brendan Tildesley
2022-02-27  9:32 ` Shepherd socket activation Ricardo Wurmus
2022-02-28  0:47 ` How Configure Guix to use Pipewire Antwane Mason
  -- strict thread matches above, loose matches on Subject: below --
2022-02-24 15:58 Antwane Mason

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.