You are not logged in.
Pages: 1
When I start pipewire in terminal its showing:
[W][00527.111366] pw.conf | [ conf.c: 413 conf_load()] 0x5fe8aabbefd0: error loading config '/etc/pipewire/pipewire.conf.d/10-wireplumber.conf': Nie ma takiego pliku ani katalogu
[W][00527.112823] pw.conf | [ conf.c: 413 conf_load()] 0x5fe8aabbefd0: error loading config '/etc/pipewire/pipewire.conf.d/20-pipewire-pulse.conf': Nie ma takiego pliku ani katalogu
[W][00527.115093] mod.rt | [ module-rt.c: 316 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][00527.115104] mod.rt | [ module-rt.c: 1026 do_rtkit_setup()] RTKit does not give us MaxRealtimePriority, using 1
[W][00527.115215] mod.rt | [ module-rt.c: 316 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][00527.115222] mod.rt | [ module-rt.c: 1031 do_rtkit_setup()] RTKit does not give us MinNiceLevel, using 0
[W][00527.115318] mod.rt | [ module-rt.c: 316 translate_error()] RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
[W][00527.115324] mod.rt | [ module-rt.c: 1036 do_rtkit_setup()] RTKit does not give us RTTimeUSecMax, using -1The problem is that those config files are empty and I don't know what is supposed to be in them.
Offline
Those are created by "yourself" you can just remove them so the defaults in /usr/share/pipewire take priority.
Offline
Yup, error gone. But still no sound is playing and when I start wireplumber it says Failed to connect to pipewire.
Offline
You're not supposed to start these yourself anyway, they'd be handled by the systemd user session. Which session are you starting and how are you starting it? If anything via startx make sure you follow the blue notes in the wiki: https://wiki.archlinux.org/title/Xinit#xinitrc
Offline
I have runit service managment. I added script which start '/usr/bin/pipewire' into '/etc/runit/sv/pipewire' and '/run/runit/service/pipewire' and everytime I start this service its calling timeout. I also tried to start pipewire adding exec to .xinitrc but still it is not starting.
Offline
So you're most likely not actually running Arch? If there's one thing that's pretty much a hard dependency on Arch it's systemd and many parts of the system are tailored towards it's presence.
Offline
Pages: 1