Loudspeakers Sound Are Not Working Properly

luke11685

Member
Joined
Mar 6, 2025
Messages
38
Reaction score
1
Credits
510
It seems that something is wrong with loudspeakers even in Ubuntu Linux 24.04.02 LTS PC.
 


Maybe try opening your terminal and type alsamixer.

Than raise up the mixer and see if that helps.
Okay and here's of what I got after typing that in Terminal.
Screenshot from 2025-03-12 18-57-22.png
 
I would turn up the front middle. The ones that are in the red, you might turn down just a little.
One of those is front Middle, the other is Front Microphone, hard to tell which is which. I guess you could turn up both.
Normally about 85 is pretty loud. 100 can cause distortion.
 
I would turn up the front middle. The ones that are in the red, you might turn down just a little.
One of those is front Middle, the other is Front Microphone, hard to tell which is which. I guess you could turn up both.
Normally about 85 is pretty loud. 100 can cause distortion.
Those ones?
Screenshot from 2025-03-12 22-08-04.png
 
Try using Pipewire:

I try it and it seems that some certain digital steps went wrong. Here's a proof.
Longer version of text:
luke1@luke1-B450-AORUS-ELITE:~$ pipewire
[E][17397.795037] mod.protocol-native | [module-protocol-: 760 lock_socket()] server 0x64887e8f8d00: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
[E][17397.795644] pw.conf | [ conf.c: 584 load_module()] 0x64887e8d2bc0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
[E][17397.796118] default | [ pipewire.c: 105 main()] failed to create context: Resource temporarily unavailable
luke1@luke1-B450-AORUS-ELITE:~$ pactl info
Command 'pactl' not found, but can be installed with:
sudo apt install pulseaudio-utils
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire
[sudo] password for luke1:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire is already the newest version (1.0.5-1ubuntu3).
pipewire set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install wireplumber
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wireplumber is already the newest version (0.4.17-1ubuntu4).
wireplumber set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-media-session
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package pipewire-media-session is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
wireplumber

E: Package 'pipewire-media-session' has no installation candidate
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-pulse
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire-pulse is already the newest version (1.0.5-1ubuntu3).
pipewire-pulse set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt remove pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'pulseaudio' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now disable pulseaudio.service pulseaudio.socket
Failed to disable unit: Unit file pulseaudio.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user mask pulseaudio
Unit pulseaudio.service does not exist, proceeding anyway.
Created symlink /home/luke1/.config/systemd/user/pulseaudio.service → /dev/null.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse wireplumber
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire.service → /usr/lib/systemd/user/pipewire.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire-pulse.service → /usr/lib/systemd/user/pipewire-pulse.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
Created symlink /home/luke1/.config/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse pipewire-media-session
Failed to enable unit: Unit file pipewire-media-session.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$
Shorter version of text:
Code:
luke1@luke1-B450-AORUS-ELITE:~$ pipewire
[E][17397.795037] mod.protocol-native | [module-protocol-:  760 lock_socket()] server 0x64887e8f8d00: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
[E][17397.795644] pw.conf      | [          conf.c:  584 load_module()] 0x64887e8d2bc0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
[E][17397.796118] default      | [      pipewire.c:  105 main()] failed to create context: Resource temporarily unavailable
luke1@luke1-B450-AORUS-ELITE:~$ pactl info
Command 'pactl' not found, but can be installed with:
sudo apt install pulseaudio-utils
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire
[sudo] password for luke1:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire is already the newest version (1.0.5-1ubuntu3).
pipewire set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install wireplumber
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wireplumber is already the newest version (0.4.17-1ubuntu4).
wireplumber set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-media-session
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package pipewire-media-session is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  wireplumber

E: Package 'pipewire-media-session' has no installation candidate
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-pulse
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire-pulse is already the newest version (1.0.5-1ubuntu3).
pipewire-pulse set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt remove pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'pulseaudio' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now disable pulseaudio.service pulseaudio.socket
Failed to disable unit: Unit file pulseaudio.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user mask pulseaudio
Unit pulseaudio.service does not exist, proceeding anyway.
Created symlink /home/luke1/.config/systemd/user/pulseaudio.service → /dev/null.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse wireplumber
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire.service → /usr/lib/systemd/user/pipewire.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire-pulse.service → /usr/lib/systemd/user/pipewire-pulse.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
Created symlink /home/luke1/.config/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse pipewire-media-session
Failed to enable unit: Unit file pipewire-media-session.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$
 
I try it and it seems that some certain digital steps went wrong. Here's a proof.
Longer version of text:
luke1@luke1-B450-AORUS-ELITE:~$ pipewire
[E][17397.795037] mod.protocol-native | [module-protocol-: 760 lock_socket()] server 0x64887e8f8d00: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
[E][17397.795644] pw.conf | [ conf.c: 584 load_module()] 0x64887e8d2bc0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
[E][17397.796118] default | [ pipewire.c: 105 main()] failed to create context: Resource temporarily unavailable
luke1@luke1-B450-AORUS-ELITE:~$ pactl info
Command 'pactl' not found, but can be installed with:
sudo apt install pulseaudio-utils
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire
[sudo] password for luke1:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire is already the newest version (1.0.5-1ubuntu3).
pipewire set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install wireplumber
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wireplumber is already the newest version (0.4.17-1ubuntu4).
wireplumber set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-media-session
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package pipewire-media-session is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
wireplumber

E: Package 'pipewire-media-session' has no installation candidate
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-pulse
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire-pulse is already the newest version (1.0.5-1ubuntu3).
pipewire-pulse set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt remove pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'pulseaudio' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now disable pulseaudio.service pulseaudio.socket
Failed to disable unit: Unit file pulseaudio.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user mask pulseaudio
Unit pulseaudio.service does not exist, proceeding anyway.
Created symlink /home/luke1/.config/systemd/user/pulseaudio.service → /dev/null.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse wireplumber
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire.service → /usr/lib/systemd/user/pipewire.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire-pulse.service → /usr/lib/systemd/user/pipewire-pulse.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
Created symlink /home/luke1/.config/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse pipewire-media-session
Failed to enable unit: Unit file pipewire-media-session.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$
Shorter version of text:
Code:
luke1@luke1-B450-AORUS-ELITE:~$ pipewire
[E][17397.795037] mod.protocol-native | [module-protocol-:  760 lock_socket()] server 0x64887e8f8d00: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
[E][17397.795644] pw.conf      | [          conf.c:  584 load_module()] 0x64887e8d2bc0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
[E][17397.796118] default      | [      pipewire.c:  105 main()] failed to create context: Resource temporarily unavailable
luke1@luke1-B450-AORUS-ELITE:~$ pactl info
Command 'pactl' not found, but can be installed with:
sudo apt install pulseaudio-utils
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire
[sudo] password for luke1:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire is already the newest version (1.0.5-1ubuntu3).
pipewire set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install wireplumber
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wireplumber is already the newest version (0.4.17-1ubuntu4).
wireplumber set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-media-session
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package pipewire-media-session is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  wireplumber

E: Package 'pipewire-media-session' has no installation candidate
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-pulse
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire-pulse is already the newest version (1.0.5-1ubuntu3).
pipewire-pulse set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt remove pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'pulseaudio' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now disable pulseaudio.service pulseaudio.socket
Failed to disable unit: Unit file pulseaudio.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user mask pulseaudio
Unit pulseaudio.service does not exist, proceeding anyway.
Created symlink /home/luke1/.config/systemd/user/pulseaudio.service → /dev/null.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse wireplumber
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire.service → /usr/lib/systemd/user/pipewire.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire-pulse.service → /usr/lib/systemd/user/pipewire-pulse.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
Created symlink /home/luke1/.config/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse pipewire-media-session
Failed to enable unit: Unit file pipewire-media-session.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$
Try this in the tutorial:



P.S. After you have run everything in the tutorial restart your computer to scramble and see if it works.
 
Last edited:
I try it and it seems that some certain digital steps went wrong. Here's a proof.
Longer version of text:
luke1@luke1-B450-AORUS-ELITE:~$ pipewire
[E][17397.795037] mod.protocol-native | [module-protocol-: 760 lock_socket()] server 0x64887e8f8d00: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
[E][17397.795644] pw.conf | [ conf.c: 584 load_module()] 0x64887e8d2bc0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
[E][17397.796118] default | [ pipewire.c: 105 main()] failed to create context: Resource temporarily unavailable
luke1@luke1-B450-AORUS-ELITE:~$ pactl info
Command 'pactl' not found, but can be installed with:
sudo apt install pulseaudio-utils
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire
[sudo] password for luke1:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire is already the newest version (1.0.5-1ubuntu3).
pipewire set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install wireplumber
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wireplumber is already the newest version (0.4.17-1ubuntu4).
wireplumber set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-media-session
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package pipewire-media-session is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
wireplumber

E: Package 'pipewire-media-session' has no installation candidate
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-pulse
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire-pulse is already the newest version (1.0.5-1ubuntu3).
pipewire-pulse set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt remove pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'pulseaudio' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now disable pulseaudio.service pulseaudio.socket
Failed to disable unit: Unit file pulseaudio.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user mask pulseaudio
Unit pulseaudio.service does not exist, proceeding anyway.
Created symlink /home/luke1/.config/systemd/user/pulseaudio.service → /dev/null.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse wireplumber
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire.service → /usr/lib/systemd/user/pipewire.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire-pulse.service → /usr/lib/systemd/user/pipewire-pulse.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
Created symlink /home/luke1/.config/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse pipewire-media-session
Failed to enable unit: Unit file pipewire-media-session.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$
Shorter version of text:
Code:
luke1@luke1-B450-AORUS-ELITE:~$ pipewire
[E][17397.795037] mod.protocol-native | [module-protocol-:  760 lock_socket()] server 0x64887e8f8d00: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
[E][17397.795644] pw.conf      | [          conf.c:  584 load_module()] 0x64887e8d2bc0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
[E][17397.796118] default      | [      pipewire.c:  105 main()] failed to create context: Resource temporarily unavailable
luke1@luke1-B450-AORUS-ELITE:~$ pactl info
Command 'pactl' not found, but can be installed with:
sudo apt install pulseaudio-utils
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire
[sudo] password for luke1:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire is already the newest version (1.0.5-1ubuntu3).
pipewire set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install wireplumber
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wireplumber is already the newest version (0.4.17-1ubuntu4).
wireplumber set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-media-session
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package pipewire-media-session is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  wireplumber

E: Package 'pipewire-media-session' has no installation candidate
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-pulse
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pipewire-pulse is already the newest version (1.0.5-1ubuntu3).
pipewire-pulse set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt remove pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'pulseaudio' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now disable pulseaudio.service pulseaudio.socket
Failed to disable unit: Unit file pulseaudio.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user mask pulseaudio
Unit pulseaudio.service does not exist, proceeding anyway.
Created symlink /home/luke1/.config/systemd/user/pulseaudio.service → /dev/null.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse wireplumber
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire.service → /usr/lib/systemd/user/pipewire.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
Created symlink /home/luke1/.config/systemd/user/default.target.wants/pipewire-pulse.service → /usr/lib/systemd/user/pipewire-pulse.service.
Created symlink /home/luke1/.config/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
Created symlink /home/luke1/.config/systemd/user/pipewire.service.wants/wireplumber.service → /usr/lib/systemd/user/wireplumber.service.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse pipewire-media-session
Failed to enable unit: Unit file pipewire-media-session.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$
You can try with this tutorial that is more recent than the previous one:
 
Try this in the tutorial:



P.S. After you have run everything in the tutorial restart your computer to scramble and see if it works.
I chose this digital method and it seems that some certain steps went wrong.
Long text:
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt update && sudo apt upgrade
[sudo] password for luke1:
Hit:1 http://pl.archive.ubuntu.com/ubuntu noble InRelease
Get:2 http://pl.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:3 https://packages.microsoft.com/repos/code stable InRelease [3,589 B]
Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Hit:5 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Get:6 http://pl.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Get:7 https://packages.microsoft.com/repos/code stable/main amd64 Packages [17.5 kB]
Get:8 https://packages.microsoft.com/repos/code stable/main armhf Packages [17.8 kB]
Get:9 https://packages.microsoft.com/repos/code stable/main arm64 Packages [17.7 kB]
Get:10 http://pl.archive.ubuntu.com/ubuntu noble-updates/main i386 Packages [437 kB]
Get:11 http://pl.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [919 kB]
Get:12 http://pl.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [151 kB]
Get:13 http://pl.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
Get:14 http://pl.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1,037 kB]
Get:15 http://pl.archive.ubuntu.com/ubuntu noble-updates/universe i386 Packages [629 kB]
Get:16 http://pl.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [364 kB]
Get:17 http://pl.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
Get:18 http://pl.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [208 B]
Get:19 http://pl.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
Get:20 http://pl.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [20.0 kB]
Get:21 http://pl.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
Get:22 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [8,964 B]
Get:23 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [208 B]
Get:24 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [51.9 kB]
Get:25 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
Fetched 4,054 kB in 1s (4,240 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
18 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu/dists/noble/InRelease: Signature by key 3C48D16124B50277AF10D27F32B18A1260D8DA0B uses weak algorithm (rsa1024)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
libcjson1 libpostproc57 libavcodec60 libavcodec60 libavutil58 libavutil58
libswscale7 libswresample4 libswresample4 libavformat60 libavfilter9
Learn more about Ubuntu Pro at https://ubuntu.com/pro
The following upgrades have been deferred due to phasing:
apport apport-core-dump-handler apport-gtk gir1.2-mutter-14 libmutter-14-0
mutter-common mutter-common-bin python3-apport python3-problem-report
ubuntu-drivers-common
The following packages will be upgraded:
bluez bluez-cups bluez-obexd code libbluetooth3 libmalcontent-0-0 snapd
thermald
8 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
Need to get 136 MB of archives.
After this operation, 442 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 https://packages.microsoft.com/repos/code stable/main amd64 code amd64 1.98.1-1741624510 [104 MB]
Get:2 http://pl.archive.ubuntu.com/ubuntu noble-updates/main amd64 bluez amd64 5.72-0ubuntu5.1 [1,360 kB]
Get:3 http://pl.archive.ubuntu.com/ubuntu noble-updates/main amd64 bluez-cups amd64 5.72-0ubuntu5.1 [29.2 kB]
Get:4 http://pl.archive.ubuntu.com/ubuntu noble-updates/main amd64 bluez-obexd amd64 5.72-0ubuntu5.1 [232 kB]
Get:5 http://pl.archive.ubuntu.com/ubuntu noble-updates/main amd64 libbluetooth3 amd64 5.72-0ubuntu5.1 [85.1 kB]
Get:6 http://pl.archive.ubuntu.com/ubuntu noble-updates/main amd64 libmalcontent-0-0 amd64 0.11.1-1ubuntu1.1 [22.3 kB]
Get:7 http://pl.archive.ubuntu.com/ubuntu noble-updates/main amd64 snapd amd64 2.67.1+24.04 [30.1 MB]
Get:8 http://pl.archive.ubuntu.com/ubuntu noble-updates/main amd64 thermald amd64 2.5.6-2ubuntu0.24.04.2 [213 kB]
Fetched 136 MB in 3s (43.8 MB/s)
Preconfiguring packages ...
(Reading database ... 204349 files and directories currently installed.)
Preparing to unpack .../0-bluez_5.72-0ubuntu5.1_amd64.deb ...
Unpacking bluez (5.72-0ubuntu5.1) over (5.72-0ubuntu5) ...
Preparing to unpack .../1-bluez-cups_5.72-0ubuntu5.1_amd64.deb ...
Unpacking bluez-cups (5.72-0ubuntu5.1) over (5.72-0ubuntu5) ...
Preparing to unpack .../2-bluez-obexd_5.72-0ubuntu5.1_amd64.deb ...
Unpacking bluez-obexd (5.72-0ubuntu5.1) over (5.72-0ubuntu5) ...
Preparing to unpack .../3-code_1.98.1-1741624510_amd64.deb ...
Unpacking code (1.98.1-1741624510) over (1.98.0-1741124782) ...
Preparing to unpack .../4-libbluetooth3_5.72-0ubuntu5.1_amd64.deb ...
Unpacking libbluetooth3:amd64 (5.72-0ubuntu5.1) over (5.72-0ubuntu5) ...
Preparing to unpack .../5-libmalcontent-0-0_0.11.1-1ubuntu1.1_amd64.deb ...
Unpacking libmalcontent-0-0:amd64 (0.11.1-1ubuntu1.1) over (0.11.1-1ubuntu1) ...
Preparing to unpack .../6-snapd_2.67.1+24.04_amd64.deb ...
Unpacking snapd (2.67.1+24.04) over (2.66.1+24.04) ...
Preparing to unpack .../7-thermald_2.5.6-2ubuntu0.24.04.2_amd64.deb ...
Unpacking thermald (2.5.6-2ubuntu0.24.04.2) over (2.5.6-2ubuntu0.24.04.1) ...
Setting up code (1.98.1-1741624510) ...
Setting up snapd (2.67.1+24.04) ...
snapd.failure.service is a disabled or a static unit not running, not starting i
t.
snapd.snap-repair.service is a disabled or a static unit not running, not starti
ng it.
Setting up bluez-obexd (5.72-0ubuntu5.1) ...
Setting up bluez (5.72-0ubuntu5.1) ...
Setting up bluez-cups (5.72-0ubuntu5.1) ...
Setting up libbluetooth3:amd64 (5.72-0ubuntu5.1) ...
Setting up thermald (2.5.6-2ubuntu0.24.04.2) ...
Setting up libmalcontent-0-0:amd64 (0.11.1-1ubuntu1.1) ...
Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ...
Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
Processing triggers for man-db (2.12.0-4build2) ...
Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
Processing triggers for shared-mime-info (2.4-4) ...
Processing triggers for desktop-file-utils (0.27-2build1) ...
luke1@luke1-B450-AORUS-ELITE:~$ sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
PPA publishes dbgsym, you may need to include 'main/debug' component
Repository: 'Types: deb
URIs: https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu/
Suites: noble
Components: main
'
Description:


PipeWire 1.0.6 released. ===>>> (See Installation Instructions below)
blueman : blueman-git 2.4.1 added

Installation Instructions :- https://pipewire-debian.github.io


Original Project Repo :- https://gitlab.freedesktop.org/pipewire/pipewire,
https://github.com/blueman-project/blueman/
Packaging Repo :- https://github.com/pipewire-debian/pipewire-debian

Arch user here, but love PipeWire. I will be packaging for Upstream version of blueman-git & PipeWire (15days release cycle). The debian/ Code and all patches, Credit goes to Original Maintainers (usually from Debian): Utopia Maintenance Team Jeremy Bicha, Repo- https://salsa.debian.org/utopia-team/pipewire/ and Christopher Schramm repo- https://salsa.debian.org/cschramm/blueman. I will be doing this because of to keep sync with upstream to provide latest PipeWire and blueman whenever there is a version will be released on upstream.


More info: https://launchpad.net/~pipewire-debian/+archive/ubuntu/pipewire-upstream
Adding repository.
Press [ENTER] to continue or Ctrl-c to cancel.
Hit:1 https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu noble InRelease
Hit:2 https://packages.microsoft.com/repos/code stable InRelease
Get:3 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble InRelease [24.1 kB]
Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:5 http://pl.archive.ubuntu.com/ubuntu noble InRelease
Hit:6 http://pl.archive.ubuntu.com/ubuntu noble-updates InRelease
Get:7 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 Packages [9,216 B]
Get:8 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main i386 Packages [7,240 B]
Get:9 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main Translation-en [5,164 B]
Hit:10 http://pl.archive.ubuntu.com/ubuntu noble-backports InRelease
Fetched 45.7 kB in 1s (47.7 kB/s)
Reading package lists... Done
W: https://ppa.launchpadcontent.net/yannubuntu/boot-repair/ubuntu/dists/noble/InRelease: Signature by key 3C48D16124B50277AF10D27F32B18A1260D8DA0B uses weak algorithm (rsa1024)
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libroc0.3
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
gstreamer1.0-pipewire libconfig++9v5 libfdk-aac2 libffado2
libglibmm-2.4-1t64 libopenfec libpipewire-0.3-0 libpipewire-0.3-0t64
libpipewire-0.3-modules libroc libsigc++-2.0-0v5 libspa-0.2-bluetooth
libspa-0.2-modules libwebrtc-audio-processing1 libxml++2.6-2v5 pipewire-alsa
pipewire-bin pipewire-locales pipewire-pulse
Suggested packages:
libpipewire-module-x11-bell roc pulseaudio-utils
The following packages will be REMOVED:
libpipewire-0.3-common
The following NEW packages will be installed:
libconfig++9v5 libfdk-aac2 libffado2 libglibmm-2.4-1t64 libopenfec
libpipewire-0.3-0 libroc libsigc++-2.0-0v5 libxml++2.6-2v5 pipewire-locales
The following packages will be upgraded:
gstreamer1.0-pipewire libpipewire-0.3-0t64 libpipewire-0.3-modules
libspa-0.2-bluetooth libspa-0.2-modules libwebrtc-audio-processing1 pipewire
pipewire-alsa pipewire-bin pipewire-pulse
10 upgraded, 10 newly installed, 1 to remove and 11 not upgraded.
Need to get 5,557 kB of archives.
After this operation, 9,734 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://pl.archive.ubuntu.com/ubuntu noble/universe amd64 libconfig++9v5 amd64 1.5-0.4build2 [33.8 kB]
Get:2 http://pl.archive.ubuntu.com/ubuntu noble/main amd64 libsigc++-2.0-0v5 amd64 2.12.1-2 [12.8 kB]
Get:3 http://pl.archive.ubuntu.com/ubuntu noble/main amd64 libglibmm-2.4-1t64 amd64 2.66.7-1build1 [629 kB]
Get:4 http://pl.archive.ubuntu.com/ubuntu noble/main amd64 libxml++2.6-2v5 amd64 2.42.3-1build2 [69.8 kB]
Get:5 http://pl.archive.ubuntu.com/ubuntu noble/universe amd64 libffado2 amd64 2.4.7-3build1 [700 kB]
Get:6 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 pipewire-pulse amd64 1.0.7-3~ubuntu24.04 [19.9 kB]
Get:7 http://pl.archive.ubuntu.com/ubuntu noble/universe amd64 libfdk-aac2 amd64 2.0.2-3~ubuntu4 [332 kB]
Get:8 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 pipewire-alsa amd64 1.0.7-3~ubuntu24.04 [60.1 kB]
Get:9 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 libspa-0.2-bluetooth amd64 1.0.7-3~ubuntu24.04 [345 kB]
Get:10 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 libwebrtc-audio-processing1 amd64 1.3-3~ubuntu24.04 [469 kB]
Get:11 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 gstreamer1.0-pipewire amd64 1.0.7-3~ubuntu24.04 [62.0 kB]
Get:12 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 libpipewire-0.3-modules amd64 1.0.7-3~ubuntu24.04 [844 kB]
Get:13 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 pipewire amd64 1.0.7-3~ubuntu24.04 [18.5 kB]
Get:14 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 pipewire-bin amd64 1.0.7-3~ubuntu24.04 [380 kB]
Get:15 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 libpipewire-0.3-0t64 all 1.0.7-3~ubuntu24.04 [16.4 kB]
Get:16 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 libspa-0.2-modules amd64 1.0.7-3~ubuntu24.04 [641 kB]
Get:17 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 libpipewire-0.3-0 amd64 1.0.7-3~ubuntu24.04 [346 kB]
Get:18 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 libopenfec amd64 1.4.2.9.r0.gd87b258-1~ubuntu24.04 [125 kB]
Get:19 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 libroc amd64 0.3.0+ppa-4~ubuntu24.04 [367 kB]
Get:20 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 pipewire-locales all 1.0.7-3~ubuntu24.04 [86.3 kB]
Fetched 5,557 kB in 3s (1,694 kB/s)
(Reading database ... 204349 files and directories currently installed.)
Removing libpipewire-0.3-common (1.0.5-1ubuntu3) ...
(Reading database ... 204346 files and directories currently installed.)
Preparing to unpack .../00-pipewire-pulse_1.0.7-3~ubuntu24.04_amd64.deb ...
Unpacking pipewire-pulse (1.0.7-3~ubuntu24.04) over (1.0.5-1ubuntu3) ...
Selecting previously unselected package libconfig++9v5:amd64.
Preparing to unpack .../01-libconfig++9v5_1.5-0.4build2_amd64.deb ...
Unpacking libconfig++9v5:amd64 (1.5-0.4build2) ...
Selecting previously unselected package libsigc++-2.0-0v5:amd64.
Preparing to unpack .../02-libsigc++-2.0-0v5_2.12.1-2_amd64.deb ...
Unpacking libsigc++-2.0-0v5:amd64 (2.12.1-2) ...
Selecting previously unselected package libglibmm-2.4-1t64:amd64.
Preparing to unpack .../03-libglibmm-2.4-1t64_2.66.7-1build1_amd64.deb ...
Unpacking libglibmm-2.4-1t64:amd64 (2.66.7-1build1) ...
Selecting previously unselected package libxml++2.6-2v5:amd64.
Preparing to unpack .../04-libxml++2.6-2v5_2.42.3-1build2_amd64.deb ...
Unpacking libxml++2.6-2v5:amd64 (2.42.3-1build2) ...
Selecting previously unselected package libffado2:amd64.
Preparing to unpack .../05-libffado2_2.4.7-3build1_amd64.deb ...
Unpacking libffado2:amd64 (2.4.7-3build1) ...
Preparing to unpack .../06-pipewire-alsa_1.0.7-3~ubuntu24.04_amd64.deb ...
Unpacking pipewire-alsa:amd64 (1.0.7-3~ubuntu24.04) over (1.0.5-1ubuntu3) ...
Selecting previously unselected package libfdk-aac2:amd64.
Preparing to unpack .../07-libfdk-aac2_2.0.2-3~ubuntu4_amd64.deb ...
Unpacking libfdk-aac2:amd64 (2.0.2-3~ubuntu4) ...
Preparing to unpack .../08-libspa-0.2-bluetooth_1.0.7-3~ubuntu24.04_amd64.deb ..
.
Unpacking libspa-0.2-bluetooth:amd64 (1.0.7-3~ubuntu24.04) over (1.0.5-1ubuntu3)
...
Preparing to unpack .../09-libwebrtc-audio-processing1_1.3-3~ubuntu24.04_amd64.d
eb ...
Unpacking libwebrtc-audio-processing1:amd64 (1.3-3~ubuntu24.04) over (0.3.1-0ubu
ntu6) ...
Preparing to unpack .../10-gstreamer1.0-pipewire_1.0.7-3~ubuntu24.04_amd64.deb .
..
Unpacking gstreamer1.0-pipewire:amd64 (1.0.7-3~ubuntu24.04) over (1.0.5-1ubuntu3
) ...
Preparing to unpack .../11-libpipewire-0.3-modules_1.0.7-3~ubuntu24.04_amd64.deb
...
Unpacking libpipewire-0.3-modules:amd64 (1.0.7-3~ubuntu24.04) over (1.0.5-1ubunt
u3) ...
Preparing to unpack .../12-pipewire_1.0.7-3~ubuntu24.04_amd64.deb ...
Unpacking pipewire:amd64 (1.0.7-3~ubuntu24.04) over (1.0.5-1ubuntu3) ...
Preparing to unpack .../13-pipewire-bin_1.0.7-3~ubuntu24.04_amd64.deb ...
Unpacking pipewire-bin (1.0.7-3~ubuntu24.04) over (1.0.5-1ubuntu3) ...
Preparing to unpack .../14-libpipewire-0.3-0t64_1.0.7-3~ubuntu24.04_all.deb ...
Unpacking libpipewire-0.3-0t64 (1.0.7-3~ubuntu24.04) over (1.0.5-1ubuntu3) ...
Preparing to unpack .../15-libspa-0.2-modules_1.0.7-3~ubuntu24.04_amd64.deb ...
Unpacking libspa-0.2-modules:amd64 (1.0.7-3~ubuntu24.04) over (1.0.5-1ubuntu3) .
..
Selecting previously unselected package libpipewire-0.3-0:amd64.
Preparing to unpack .../16-libpipewire-0.3-0_1.0.7-3~ubuntu24.04_amd64.deb ...
Unpacking libpipewire-0.3-0:amd64 (1.0.7-3~ubuntu24.04) ...
Selecting previously unselected package libopenfec:amd64.
Preparing to unpack .../17-libopenfec_1.4.2.9.r0.gd87b258-1~ubuntu24.04_amd64.de
b ...
Unpacking libopenfec:amd64 (1.4.2.9.r0.gd87b258-1~ubuntu24.04) ...
Selecting previously unselected package libroc:amd64.
Preparing to unpack .../18-libroc_0.3.0+ppa-4~ubuntu24.04_amd64.deb ...
Unpacking libroc:amd64 (0.3.0+ppa-4~ubuntu24.04) ...
Replacing files in old package libroc0.3:amd64 (0.3.0+dfsg-7ubuntu2) ...
Selecting previously unselected package pipewire-locales.
Preparing to unpack .../19-pipewire-locales_1.0.7-3~ubuntu24.04_all.deb ...
Unpacking pipewire-locales (1.0.7-3~ubuntu24.04) ...
Setting up libfdk-aac2:amd64 (2.0.2-3~ubuntu4) ...
Setting up libopenfec:amd64 (1.4.2.9.r0.gd87b258-1~ubuntu24.04) ...
Setting up libwebrtc-audio-processing1:amd64 (1.3-3~ubuntu24.04) ...
Setting up libconfig++9v5:amd64 (1.5-0.4build2) ...
Setting up libroc:amd64 (0.3.0+ppa-4~ubuntu24.04) ...
Setting up libspa-0.2-modules:amd64 (1.0.7-3~ubuntu24.04) ...
Setting up libsigc++-2.0-0v5:amd64 (2.12.1-2) ...
Setting up libpipewire-0.3-0:amd64 (1.0.7-3~ubuntu24.04) ...
Setting up libspa-0.2-bluetooth:amd64 (1.0.7-3~ubuntu24.04) ...
Setting up libpipewire-0.3-0t64 (1.0.7-3~ubuntu24.04) ...
Setting up libglibmm-2.4-1t64:amd64 (2.66.7-1build1) ...
Setting up libxml++2.6-2v5:amd64 (2.42.3-1build2) ...
Setting up libffado2:amd64 (2.4.7-3build1) ...
No diversion 'diversion of /lib/udev/rules.d/60-ffado.rules to /lib/udev/rules.d
/60-ffado.rules.usr-is-merged by usr-is-merged', none removed.
Setting up libpipewire-0.3-modules:amd64 (1.0.7-3~ubuntu24.04) ...
Setting up pipewire-pulse (1.0.7-3~ubuntu24.04) ...
Setting up pipewire-bin (1.0.7-3~ubuntu24.04) ...


pipewire 1.0.7-1 (https://pipewire-debian.github.io)


Debian Package -

- none

Pipewire -

- For more : https://gitlab.freedesktop.org/pipewire/pipewire/-/releases
.

Troubleshooting -

- Have any package regarding issue? report on github :
https://github.com/pipewire-debian/pipewire-debian/issues/new/choose

- Upstream recommends to use 'WirePlumber' instead 'pipewire-media-session'

as session manager, to get it add another PPA,
'sudo add-apt-repository ppa:pipewire-debian/wireplumber-upstream'
For more instruction read : https://pipewire-debian.github.io



Setting up pipewire:amd64 (1.0.7-3~ubuntu24.04) ...
Setting up pipewire-locales (1.0.7-3~ubuntu24.04) ...
Setting up gstreamer1.0-pipewire:amd64 (1.0.7-3~ubuntu24.04) ...
Setting up pipewire-alsa:amd64 (1.0.7-3~ubuntu24.04) ...
Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
Processing triggers for man-db (2.12.0-4build2) ...
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install gstreamer1.0-pipewire libpipewire-0.3-{0,dev,modules} libspa-0.2-{bluetooth,dev,jack,modules} pipewire{,-{audio-client-libraries,pulse,media-session,bin,locales,tests}}
[sudo] password for luke1:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package pipewire-media-session is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
wireplumber

E: Package 'pipewire-media-session' has no installation candidate
luke1@luke1-B450-AORUS-ELITE:~$ pactl info
Command 'pactl' not found, but can be installed with:
sudo apt install pulseaudio-utils
luke1@luke1-B450-AORUS-ELITE:~$ sudo apt install pipewire-audio-client-libraries
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libroc0.3
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
pipewire-jack
The following NEW packages will be installed:
pipewire-audio-client-libraries pipewire-jack
0 upgraded, 2 newly installed, 0 to remove and 11 not upgraded.
Need to get 147 kB of archives.
After this operation, 618 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 pipewire-jack amd64 1.0.7-3~ubuntu24.04 [131 kB]
Get:2 https://ppa.launchpadcontent.net/pipewire-debian/pipewire-upstream/ubuntu noble/main amd64 pipewire-audio-client-libraries all 1.0.7-3~ubuntu24.04 [16.3 kB]
Fetched 147 kB in 0s (432 kB/s)
Selecting previously unselected package pipewire-jack:amd64.
(Reading database ... 204474 files and directories currently installed.)
Preparing to unpack .../pipewire-jack_1.0.7-3~ubuntu24.04_amd64.deb ...
Unpacking pipewire-jack:amd64 (1.0.7-3~ubuntu24.04) ...
Selecting previously unselected package pipewire-audio-client-libraries.
Preparing to unpack .../pipewire-audio-client-libraries_1.0.7-3~ubuntu24.04_all.
deb ...
Unpacking pipewire-audio-client-libraries (1.0.7-3~ubuntu24.04) ...
Setting up pipewire-jack:amd64 (1.0.7-3~ubuntu24.04) ...
Setting up pipewire-audio-client-libraries (1.0.7-3~ubuntu24.04) ...
Processing triggers for man-db (2.12.0-4build2) ...
Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
luke1@luke1-B450-AORUS-ELITE:~$ sudo touch /etc/pipewire/media-session.d/with-pulseaudio
touch: cannot touch '/etc/pipewire/media-session.d/with-pulseaudio': No such file or directory
luke1@luke1-B450-AORUS-ELITE:~$ sudo cp /usr/share/doc/pipewire/examples/systemd/user/pipewire-pulse.* /etc/systemd/user/
cp: cannot stat '/usr/share/doc/pipewire/examples/systemd/user/pipewire-pulse.*': No such file or directory
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user daemon-reload
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now disable pulseaudio.service pulseaudio.socket
Failed to disable unit: Unit file pulseaudio.socket does not exist.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire pipewire-pulse
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user --now enable pipewire-media-session.service
Failed to enable unit: Unit file pipewire-media-session.service does not exist.
luke1@luke1-B450-AORUS-ELITE:~$ systemctl --user mask pulseaudio
luke1@luke1-B450-AORUS-ELITE:~$ pactl info
Command 'pactl' not found, but can be installed with:
sudo apt install pulseaudio-utils
luke1@luke1-B450-AORUS-ELITE:~$
 


Members online

No members online now.

Latest posts

Top