-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed installation: pipewire-pulse.service could not be started #2764
Comments
I faced the same issue. Workaround is to not select pipewire in the setup part of the installer. See this forum thread: https://bbs.archlinux.org/viewtopic.php?pid=2205881 |
Can confirm. Attaching manual installation for the lazy ones (like me) 😄 pacman -S pipewire wireplumber pipewire-pulse pipewire-alsa
systemctl --user enable --now pipewire.service wireplumber.service pipewire-pulse.service |
If you git clone the archinstall master and use it, it doesn't have the issue. That's what I did. |
Indeed I had the problem when installing. Do no choose an audio profile makes it work. |
Same issue here. Even installing pulseaudio, when selecting the Gnome Desktop, the problem persists. |
Arch Linux iso 24-11-01 can not be installed via archinstall - tried pulseaudio and pipewire Is there an easy way to get the log file on the net via terminal? |
I think I already saw this bug, some months ago.. Not sure. |
Same problem here, I could install without selecting an audio profile |
same here, it can be reproduced easily on a vm |
same problem, tried both pulseaudio and pipewire on my laptop |
Your proposal been executed on Arch Linux Plasma 6.2.2 KVM Guest still didn't help , regardless all icons looked nice audio test failed. No sound had been heard. |
Just a notice, Arch Linux Plasma 6.2.2 KVM Guest was deployed via Virt-manager, thus Spice Console should be able to translate to external speakers any movie's fragment . I got failure once again. Video went fine without any sound. |
Confirmed issue on my side too. Package issue |
Same here. Selecting no Audio, then installing Pipewire or Pulse works. And if you get message about jack2/pipewire-jack conflict just replace. Dunno where jack2 is coming from. I hope this is fixed soon. |
Just to clarify, there has not been a new release of archinstall published recently so this may be an issue beyond archinstall. Nevertheless, it could be addressed inside archinstall and a workaround produced |
I've begun debugging what's actually going on. archinstall/archinstall/lib/boot.py Line 10 in 11987a0
Instead of calling
As this will spawn a |
+1, same probleme here. |
+1 here. edit:installing
However after:
I Default Sink and default source should contain some bus info, however mine does not. Could this be the problem? Could this problem be with the kernel? I can see that alsa mixer and pavucontrol registers some input but there is no sound. I am comming from another linux distro in which there was audio.
|
Okay I manged to reproduce the problem in a VM with the current release. Even doing a manual
I then pulled the latest master and run another installation and that worked just fine. So there are 2 solutions at the moment
@Torxed as master seems to have somehow fixed this shall we do a new release? |
I'm wondering if it's too many Because it mounts in a few related sys/proc mounts |
pacman -Sy git But as user's service it is running either on VM or on bare metal: Looks like issue is affecting only KVM Guests, on bare metal sound appears to be working no matter was workaround above applied or pipewire section during normal archinstall run was skipped. |
Hello, Desktop Environment: GNOME/X11 "One moment later..." Following the installation and system reboot, the audio is unexpectedly working.
I will need to investigate this further, but currently, after so many Arch installations with various window managers/desktop managers (and other distributions), I stop the investigation. |
I had same problem but when i install arch without sound for some reason when i boot into arch i have pipewire installed and sound working. |
Yes. Same for me. With GNOME DE. |
on i3wm, after selecting no audio from archinstall audio just werks after installing Firefox (which installed jack2) 🤷. Havent done further testing as to why arch-chroot wasnt working with pipewire |
Without verifying, I wouldn't be surprised if some DE's (looking at you Gnome, and maybe KDE) has pipewire as a dependency and manages the user service during login in the greeter. |
when straight up installing plasma as desktop, pipewire will be automatically installed anyway |
archinstall shouldn't be enabling these pipewire/pulseaudio units, their post_install() scriptlets already handle this: https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/blob/main/pipewire-pulse.install |
I don't mind changing it, but this code has been there for around three years (#821) and I'm curious why it stopped working out of the blue. A fix (pushing a new release and potentially removing this) we can do quite easy, but understanding it would be good too! |
Has anyone found the solution. |
if install with a DE -> Then simply don't select one. Gnome or KDE will install one for you. |
I'm using archinstall script and chose minimal and no audio as well but this issue still persist should I go with earlier versions of arch or it's happening because of archinstall only ?? |
just install it manually after archinstall
|
A good idea for a workaround/solution was proposed here: https://www.reddit.com/r/archlinux/comments/1go2ott/comment/lwfij4e/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button Doing |
Which ISO version are you using?
2024.11.01
The installation log
describe the problem
Description of the issue
Running any
systemctl
command with the--user
flag causes the the error. Observed when attempting to activate thepipewire-pulse.service
.The log is snipped (maximum 65536 chars), full text: https://0x0.st/XGb8.log
Virtual machine config:
Not used - bare metal installation
The text was updated successfully, but these errors were encountered: