Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

SOLVED Pipewire Install problem

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
schopenhorror
Posts: 4
Joined: 2021-09-21 13:33

SOLVED Pipewire Install problem

#1 Post by schopenhorror »

Debian 11, KDE

I'm following these instruction:

https://wiki.debian.org/PipeWire#Installation

When I run this:

systemctl --user --now enable pipewire pipewire-pulse

I get this:

Failed to enable unit: Unit file pipewire-pulse.service does not exist.
Last edited by schopenhorror on 2021-10-30 13:53, edited 1 time in total.

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Pipewire Install problem

#2 Post by craigevil »

Only need to do:

Code: Select all

systemctl --user enable pipewire
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

seeker5528
Posts: 61
Joined: 2021-09-18 00:37
Been thanked: 2 times

Re: Pipewire Install problem

#3 Post by seeker5528 »

verify that the pipewire-pulse.* files actually got copied into /etc/systemd/user/ directory. These files should be pipewire-pulse.service and pipewire-pulse.socket

Then try the sytemctl commands again.

schopenhorror
Posts: 4
Joined: 2021-09-21 13:33

Re: Pipewire Install problem

#4 Post by schopenhorror »

I reinstalled Debian and started at the beginning install pipewire. Worked fine this time. Not sure what happened the first time.

Post Reply