I have problems with Kodi and PipeWire. I address this issue in another thread.
The problem is that I need to have TV working for my kids. TODAY, RIGHT NOW;)
Is it possible to just remove all of PipeWire and go back to PulseAudio?
I tried just commenting out PipeWire and then
hardware.pulseaudio.enable = true;
hardware.pulseaudio.support32Bit = true;
, but it still requests PipeWire.
error:
… while calling the 'head' builtin
at /nix/store/nj8ah8wp5sxbah6qmqarv8cg7yrg7f0b-source/lib/attrsets.nix:1574:11:
1573| || pred here (elemAt values 1) (head values) then
1574| head values
| ^
1575| else
… while evaluating the attribute 'value'
at /nix/store/nj8ah8wp5sxbah6qmqarv8cg7yrg7f0b-source/lib/modules.nix:816:9:
815| in warnDeprecation opt //
816| { value = addErrorContext "while evaluating the option `${showOption loc}':" value;
| ^
817| inherit (res.defsFinal') highestPrio;
(stack trace truncated; use '--show-trace' to show the full trace)
error:
Failed assertions:
- Using PipeWire as the sound server conflicts with PulseAudio. This option requires `hardware.pulseaudio.enable` to be set to false
-
Can I figure out what is requesting PipeWire?