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] Tried to add pipewire and remove pulse - failed - solved

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
urdrwho10
Posts: 118
Joined: 2020-03-04 21:53
Has thanked: 18 times
Been thanked: 4 times

[Solved] Tried to add pipewire and remove pulse - failed - solved

#1 Post by urdrwho10 »

I have Deb 12 KDE

From what I've read Pipewire and Wireplumber are supposed to be default in 12. Mine is still Pulseaudio.
I followed some online instructions to try and get Pipewire as default.

This command would not work

Code: Select all

sudo touch /etc/pipewire/media-session.d/with-pulseaudio
I receive this error

Code: Select all

cannot touch '/etc/pipewire/media-session.d/with-pulseaudio': No such file or directory
Since the touch is the second part of the directions, I cold get past it. The first operation removed Pulse and added Pipewire libraries. Which left me without any sound. Re-installed Pulse to get sound back.

Should I just be happy with Pulse
Should I try again and if so why can't I use touch?
Last edited by urdrwho10 on 2024-02-23 20:48, edited 2 times in total.

User avatar
wizard10000
Global Moderator
Global Moderator
Posts: 628
Joined: 2019-04-16 23:15
Location: southeastern us
Has thanked: 84 times
Been thanked: 98 times

Re: Tried to add pipewire and remove pulse - failed

#2 Post by wizard10000 »

Probably better to use Debian's official documentation instead of "some online instructions" :mrgreen:

https://wiki.debian.org/PipeWire
we see things not as they are, but as we are.
-- anais nin

arzgi
Posts: 1198
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: Tried to add pipewire and remove pulse - failed

#3 Post by arzgi »

urdrwho10 wrote: 2024-02-23 15:02 I have Deb 12 KDE
Should I try again and if so why can't I use touch?
This means you have not some directories in the middle, an example: touch a/b/c/d

It would require all a,b,c and d would exists.

To your sound problems, check debian-wiki first.

urdrwho10
Posts: 118
Joined: 2020-03-04 21:53
Has thanked: 18 times
Been thanked: 4 times

Re: Tried to add pipewire and remove pulse - failed

#4 Post by urdrwho10 »

Thanks for the wiki but first thing to do on that wiki

Code: Select all

touch /etc/pipewire/media-session.d/with-pulseaudio
I get

Code: Select all

touch: cannot touch '/etc/pipewire/media-session.d/with-pulseaudio': No such file or directory
Because this is in the Etc folder, if I try to manually add these folders, I'm not allowed.

Thinking maybe I'll do this outside of the OS running. I'll do it from Mint as root.
wizard10000 wrote: 2024-02-23 15:20 Probably better to use Debian's official documentation instead of "some online instructions" :mrgreen:

https://wiki.debian.org/PipeWire

User avatar
Bloom
df -h | grep > 90TiB
df -h | grep > 90TiB
Posts: 505
Joined: 2017-11-11 12:23
Been thanked: 26 times

Re: Tried to add pipewire and remove pulse - failed

#5 Post by Bloom »

Code: Select all

sudo mkdir -p /etc/pipewire/media-session.d
sudo touch /etc/pipewire/media-session.d/with-pulseaudio

CwF
Global Moderator
Global Moderator
Posts: 2719
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 201 times

Re: [Solved] Tried to add pipewire and remove pulse - failed - solved

#6 Post by CwF »

I convert xfce's by installing 'pipewire-audo'
That's it, one step, works every time.
...and I've reverted. Pulseaudio is working much much better for me in xfce.
Pipewire introduced lots of extraneous glitches.

User avatar
sunrat
Administrator
Administrator
Posts: 6511
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 119 times
Been thanked: 489 times

Re: [Solved] Tried to add pipewire and remove pulse - failed - solved

#7 Post by sunrat »

Debian 12 KDE still has Pulseaudio as default. Working fine for me here.
You can switch to Pipewire as CwF said above, but there may be no benefits in doing so and several disadvantages. YMMV.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

arzgi
Posts: 1198
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: [Solved] Tried to add pipewire and remove pulse - failed - solved

#8 Post by arzgi »

CwF wrote: 2024-02-23 20:59 I convert xfce's by installing 'pipewire-audo'
That's it, one step, works every time.
...and I've reverted. Pulseaudio is working much much better for me in xfce.
Pipewire introduced lots of extraneous glitches.
Same here, when using bluetooth-headphones, pipewire caused irritating clicks at least once in a minute. Tried to troubleshoot that many days, then remembered this did not happen with pulseaudio. Easy fix. :D

Post Reply