The officially official Devuan Forum!

You are not logged in.

#1 2025-05-20 21:41:14

hunter0one
Member
Registered: 2021-12-31
Posts: 77  

Pipewire without elogind

Because Wireplumber is built with elogind enabled, Pipewire will not work if one chooses to go the route of dummy-logind/consolekit. Is there interest in having a wireplumber package without it enabled, or a hack to use it without it anyway?

Offline

#2 2025-05-21 01:37:16

sagemage
Member
Registered: 2025-05-21
Posts: 5  

Re: Pipewire without elogind

Are you using bluetooth audio?

I had to change line 66 from true to false in /usr/share/wireplumber/bluetooth.lua.d/50-bluez-config.lua

  -- Enable the logind module, which arbitrates which user will be allowed
  -- to have bluetooth audio enabled at any given time (particularly useful
  -- if you are using GDM as a display manager, as the gdm user also launches
  -- pipewire and wireplumber).
  -- This requires access to the D-Bus user session; disable if you are running
  -- a system-wide instance of wireplumber.
  ["with-logind"] = false,

Last edited by sagemage (2025-05-21 01:41:38)

Offline

#3 2025-05-21 14:20:24

hunter0one
Member
Registered: 2021-12-31
Posts: 77  

Re: Pipewire without elogind

Im not. That seems to have done it. Thanks!

Offline

Board footer