You are not logged in.

#1 2021-03-10 18:38:51

the2ndeuler
Member
Registered: 2017-05-18
Posts: 6

[SOLVED] No device detected in Pipewire

After a recent update, due to pulseeffect's new dependency on pipewire, I had to install pipewire-pulse and as a result I had to remove pulseaudio. And since, I have lost the sound on my system. The "Volume control" panel of KDE shows "no input or output devices found".

$ pactl info
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 2: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: Generic [HD-Audio Generic], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 3: Generic_1 [HD-Audio Generic], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
$ systemctl --user status pipewire.service
● pipewire.service - Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; enabled; vendor preset: enabled)
     Active: active (running) since Wed 2021-03-10 23:31:31 IST; 29min ago
TriggeredBy: ● pipewire.socket
   Main PID: 3716 (pipewire)
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             └─3716 /usr/bin/pipewire

Mar 10 23:31:31 andromeda systemd[3701]: Started Multimedia Service.
$ systemctl --user status pipewire-pulse.service
● pipewire-pulse.service - PipeWire PulseAudio
     Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.service; enabled; vendor preset: enabled)
     Active: active (running) since Wed 2021-03-10 23:31:31 IST; 30min ago
TriggeredBy: ● pipewire-pulse.socket
   Main PID: 3715 (pipewire-pulse)
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire-pulse.service
             └─3715 /usr/bin/pipewire-pulse

Mar 10 23:31:31 andromeda systemd[3701]: Started PipeWire PulseAudio.
$ systemctl --user status pipewire-media-session.service
● pipewire-media-session.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/pipewire-media-session.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Wed 2021-03-10 23:31:33 IST; 30min ago
    Process: 3777 ExecStart=/usr/bin/pipewire-media-session (code=exited, status=161)
   Main PID: 3777 (code=exited, status=161)

Mar 10 23:31:33 andromeda systemd[3701]: pipewire-media-session.service: Scheduled restart job, restart counter is at 5.
Mar 10 23:31:33 andromeda systemd[3701]: Stopped Multimedia Service Session Manager.
Mar 10 23:31:33 andromeda systemd[3701]: pipewire-media-session.service: Start request repeated too quickly.
Mar 10 23:31:33 andromeda systemd[3701]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 10 23:31:33 andromeda systemd[3701]: Failed to start Multimedia Service Session Manager.

Following the Wiki, I ran

strace -f -o /tmp/pipe.txt pactl info

and here is the output.

202363 execve("/bin/pactl", ["pactl", "info"], 0x7ffeaf8b58b0 /* 73 vars */) = 0
202363 brk(NULL)                        = 0x5602f9329000
202363 arch_prctl(0x3001 /* ARCH_??? */, 0x7fffeeb8dfd0) = -1 EINVAL (Invalid argument)
202363 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/glibc-hwcaps/x86-64-v3/libpulsecommon-14.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 newfstatat(AT_FDCWD, "/usr/lib/pulseaudio/glibc-hwcaps/x86-64-v3", 0x7fffeeb8d1f0, 0) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/glibc-hwcaps/x86-64-v2/libpulsecommon-14.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 newfstatat(AT_FDCWD, "/usr/lib/pulseaudio/glibc-hwcaps/x86-64-v2", 0x7fffeeb8d1f0, 0) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/tls/x86_64/x86_64/libpulsecommon-14.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 newfstatat(AT_FDCWD, "/usr/lib/pulseaudio/tls/x86_64/x86_64", 0x7fffeeb8d1f0, 0) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/tls/x86_64/libpulsecommon-14.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 newfstatat(AT_FDCWD, "/usr/lib/pulseaudio/tls/x86_64", 0x7fffeeb8d1f0, 0) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/tls/x86_64/libpulsecommon-14.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 newfstatat(AT_FDCWD, "/usr/lib/pulseaudio/tls/x86_64", 0x7fffeeb8d1f0, 0) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/tls/libpulsecommon-14.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 newfstatat(AT_FDCWD, "/usr/lib/pulseaudio/tls", 0x7fffeeb8d1f0, 0) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/x86_64/x86_64/libpulsecommon-14.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 newfstatat(AT_FDCWD, "/usr/lib/pulseaudio/x86_64/x86_64", 0x7fffeeb8d1f0, 0) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/x86_64/libpulsecommon-14.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 newfstatat(AT_FDCWD, "/usr/lib/pulseaudio/x86_64", 0x7fffeeb8d1f0, 0) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/x86_64/libpulsecommon-14.2.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 newfstatat(AT_FDCWD, "/usr/lib/pulseaudio/x86_64", 0x7fffeeb8d1f0, 0) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libpulsecommon-14.2.so", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@P\1\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=538536, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94a9e21000
202363 mmap(NULL, 541592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9d9c000
202363 mmap(0x7f94a9db1000, 286720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f94a9db1000
202363 mmap(0x7f94a9df7000, 155648, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5b000) = 0x7f94a9df7000
202363 mmap(0x7f94a9e1d000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f94a9e1d000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libpulse.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
202363 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=223652, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 223652, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f94a9d65000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/libpulse.so.0", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \320\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=342680, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 344144, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9d10000
202363 mmap(0x7f94a9d1d000, 192512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f94a9d1d000
202363 mmap(0x7f94a9d4c000, 90112, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3c000) = 0x7f94a9d4c000
202363 mmap(0x7f94a9d62000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x51000) = 0x7f94a9d62000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libsndfile.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libsndfile.so.1", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 p\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=519272, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 531360, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9c8e000
202363 mmap(0x7f94a9c95000, 352256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f94a9c95000
202363 mmap(0x7f94a9ceb000, 126976, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5d000) = 0x7f94a9ceb000
202363 mmap(0x7f94a9d0a000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7b000) = 0x7f94a9d0a000
202363 mmap(0x7f94a9d0e000, 7072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f94a9d0e000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`|\2\0\0\0\0\0"..., 832) = 832
202363 pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
202363 pread64(3, "\4\0\0\0@\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0"..., 80, 848) = 80
202363 pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0T\246\344\4\347\334\35\347\301CJ\0\267\261\2552"..., 68, 928) = 68
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=2154488, ...}, AT_EMPTY_PATH) = 0
202363 pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
202363 mmap(NULL, 1884632, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9ac1000
202363 mmap(0x7f94a9ae7000, 1359872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f94a9ae7000
202363 mmap(0x7f94a9c33000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x172000) = 0x7f94a9c33000
202363 mmap(0x7f94a9c7f000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bd000) = 0x7f94a9c7f000
202363 mmap(0x7f94a9c85000, 33240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f94a9c85000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\363\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=1327568, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 1327128, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a997c000
202363 mprotect(0x7f94a998b000, 1261568, PROT_NONE) = 0
202363 mmap(0x7f94a998b000, 634880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f94a998b000
202363 mmap(0x7f94a9a26000, 622592, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xaa000) = 0x7f94a9a26000
202363 mmap(0x7f94a9abf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x142000) = 0x7f94a9abf000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\"\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=22704, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 24720, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9975000
202363 mmap(0x7f94a9977000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94a9977000
202363 mmap(0x7f94a9979000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f94a9979000
202363 mmap(0x7f94a997a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f94a997a000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2207\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=39408, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94a9973000
202363 mmap(NULL, 43520, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9968000
202363 mmap(0x7f94a996b000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f94a996b000
202363 mmap(0x7f94a996f000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f94a996f000
202363 mmap(0x7f94a9971000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f94a9971000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \340\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=341912, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 344752, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9913000
202363 mmap(0x7f94a9921000, 192512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f94a9921000
202363 mmap(0x7f94a9950000, 86016, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d000) = 0x7f94a9950000
202363 mmap(0x7f94a9965000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x51000) = 0x7f94a9965000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libxcb.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \300\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=165648, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 168200, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a98e9000
202363 mmap(0x7f94a98f5000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f94a98f5000
202363 mmap(0x7f94a9908000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0x7f94a9908000
202363 mmap(0x7f94a9911000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f94a9911000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@0\1\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=737960, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 742672, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9833000
202363 mmap(0x7f94a9846000, 487424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7f94a9846000
202363 mmap(0x7f94a98bd000, 155648, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8a000) = 0x7f94a98bd000
202363 mmap(0x7f94a98e3000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xaf000) = 0x7f94a98e3000
202363 mmap(0x7f94a98e8000, 1296, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f94a98e8000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libasyncns.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libasyncns.so.0", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0  \0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=26216, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 28688, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a982b000
202363 mmap(0x7f94a982d000, 12288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94a982d000
202363 mmap(0x7f94a9830000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f94a9830000
202363 mmap(0x7f94a9831000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f94a9831000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\200\0\0\0\0\0\0"..., 832) = 832
202363 pread64(3, "\4\0\0\0@\0\0\0\5\0\0\0GNU\0\2\0\0\300\4\0\0\0\3\0\0\0\0\0\0\0"..., 80, 792) = 80
202363 pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\362\31\276gD\247\336\310\337\r\250\255\2518<\266"..., 68, 872) = 68
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=154032, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 131440, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a980a000
202363 mmap(0x7f94a9811000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f94a9811000
202363 mmap(0x7f94a9820000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f94a9820000
202363 mmap(0x7f94a9825000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f94a9825000
202363 mmap(0x7f94a9827000, 12656, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f94a9827000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libvorbisenc.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libvorbisenc.so.2", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 @\1\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=694008, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94a9808000
202363 mmap(NULL, 696400, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a975d000
202363 mmap(0x7f94a9771000, 12288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f94a9771000
202363 mmap(0x7f94a9774000, 487424, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f94a9774000
202363 mmap(0x7f94a97eb000, 118784, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8d000) = 0x7f94a97eb000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libFLAC.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libFLAC.so.8", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \220\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=251592, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 253984, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a971e000
202363 mprotect(0x7f94a9727000, 212992, PROT_NONE) = 0
202363 mmap(0x7f94a9727000, 167936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f94a9727000
202363 mmap(0x7f94a9750000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32000) = 0x7f94a9750000
202363 mmap(0x7f94a975b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3c000) = 0x7f94a975b000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libopus.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libopus.so.0", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 0\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=378552, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 380944, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a96c0000
202363 mprotect(0x7f94a96c3000, 364544, PROT_NONE) = 0
202363 mmap(0x7f94a96c3000, 282624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f94a96c3000
202363 mmap(0x7f94a9708000, 77824, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7f94a9708000
202363 mmap(0x7f94a971c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5b000) = 0x7f94a971c000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libvorbis.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libvorbis.so.0", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 @\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=181944, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 184336, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9692000
202363 mprotect(0x7f94a9696000, 163840, PROT_NONE) = 0
202363 mmap(0x7f94a9696000, 90112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f94a9696000
202363 mmap(0x7f94a96ac000, 69632, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f94a96ac000
202363 mmap(0x7f94a96be000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f94a96be000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libogg.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libogg.so.0", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0  \0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=38520, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 40976, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9687000
202363 mprotect(0x7f94a9689000, 28672, PROT_NONE) = 0
202363 mmap(0x7f94a9689000, 12288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94a9689000
202363 mmap(0x7f94a968c000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f94a968c000
202363 mmap(0x7f94a9690000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f94a9690000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libXau.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\20\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=14064, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 16424, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9682000
202363 mmap(0x7f94a9683000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f94a9683000
202363 mmap(0x7f94a9684000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94a9684000
202363 mmap(0x7f94a9685000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94a9685000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0  \0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=26216, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94a9680000
202363 mmap(NULL, 28688, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9678000
202363 mmap(0x7f94a967a000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94a967a000
202363 mmap(0x7f94a967c000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f94a967c000
202363 mmap(0x7f94a967e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f94a967e000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/liblzma.so.5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 0\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=157456, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 159760, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9650000
202363 mprotect(0x7f94a9653000, 143360, PROT_NONE) = 0
202363 mmap(0x7f94a9653000, 94208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f94a9653000
202363 mmap(0x7f94a966a000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f94a966a000
202363 mmap(0x7f94a9676000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f94a9676000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libzstd.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libzstd.so.1", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 P\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=886544, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 888888, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9576000
202363 mmap(0x7f94a957b000, 786432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f94a957b000
202363 mmap(0x7f94a963b000, 77824, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc5000) = 0x7f94a963b000
202363 mmap(0x7f94a964e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd7000) = 0x7f94a964e000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/liblz4.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/liblz4.so.1", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 0\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=136888, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 139280, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9553000
202363 mmap(0x7f94a9556000, 110592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f94a9556000
202363 mmap(0x7f94a9571000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e000) = 0x7f94a9571000
202363 mmap(0x7f94a9574000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f94a9574000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\360\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=1246864, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 1250424, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9421000
202363 mprotect(0x7f94a9430000, 1150976, PROT_NONE) = 0
202363 mmap(0x7f94a9430000, 880640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f94a9430000
202363 mmap(0x7f94a9507000, 266240, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe6000) = 0x7f94a9507000
202363 mmap(0x7f94a9549000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x127000) = 0x7f94a9549000
202363 mmap(0x7f94a9552000, 1144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f94a9552000
202363 close(3)                         = 0
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20G\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=92496, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 104608, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a9407000
202363 mprotect(0x7f94a940b000, 73728, PROT_NONE) = 0
202363 mmap(0x7f94a940b000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f94a940b000
202363 mmap(0x7f94a9419000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f94a9419000
202363 mmap(0x7f94a941d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f94a941d000
202363 mmap(0x7f94a941f000, 6304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f94a941f000
202363 close(3)                         = 0
202363 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94a9405000
202363 openat(AT_FDCWD, "/usr/lib/pulseaudio/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 3
202363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@P\0\0\0\0\0\0"..., 832) = 832
202363 newfstatat(3, "", {st_mode=S_IFREG|0755, st_size=153560, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 156112, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94a93de000
202363 mprotect(0x7f94a93e3000, 131072, PROT_NONE) = 0
202363 mmap(0x7f94a93e3000, 86016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f94a93e3000
202363 mmap(0x7f94a93f8000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f94a93f8000
202363 mmap(0x7f94a9403000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7f94a9403000
202363 close(3)                         = 0
202363 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94a93dc000
202363 mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94a93d9000
202363 arch_prctl(ARCH_SET_FS, 0x7f94a93d97c0) = 0
202363 mprotect(0x7f94a9c7f000, 12288, PROT_READ) = 0
202363 mprotect(0x7f94a9403000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a941d000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a9549000, 12288, PROT_READ) = 0
202363 mprotect(0x7f94a9574000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a964e000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a9825000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a9676000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a967e000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a9685000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a9690000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a9abf000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a96be000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a971c000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a975b000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a97eb000, 114688, PROT_READ) = 0
202363 mprotect(0x7f94a9831000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a9971000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a98e3000, 16384, PROT_READ) = 0
202363 mprotect(0x7f94a9911000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a9965000, 8192, PROT_READ) = 0
202363 mprotect(0x7f94a997a000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a9d0a000, 12288, PROT_READ) = 0
202363 mprotect(0x7f94a9e1d000, 12288, PROT_READ) = 0
202363 mprotect(0x7f94a9d62000, 8192, PROT_READ) = 0
202363 mprotect(0x5602f88d3000, 4096, PROT_READ) = 0
202363 mprotect(0x7f94a9e52000, 8192, PROT_READ) = 0
202363 munmap(0x7f94a9d65000, 223652)   = 0
202363 set_tid_address(0x7f94a93d9a90)  = 202363
202363 set_robust_list(0x7f94a93d9aa0, 24) = 0
202363 rt_sigaction(SIGRTMIN, {sa_handler=0x7f94a9811b70, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f94a981d960}, NULL, 8) = 0
202363 rt_sigaction(SIGRT_1, {sa_handler=0x7f94a9811c10, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f94a981d960}, NULL, 8) = 0
202363 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
202363 prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
202363 brk(NULL)                        = 0x5602f9329000
202363 brk(0x5602f934a000)              = 0x5602f934a000
202363 openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
202363 newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=3720944, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 3720944, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f94a904c000
202363 close(3)                         = 0
202363 pipe2([3, 4], O_CLOEXEC)         = 0
202363 fcntl(3, F_GETFD)                = 0x1 (flags FD_CLOEXEC)
202363 fcntl(4, F_GETFD)                = 0x1 (flags FD_CLOEXEC)
202363 fcntl(3, F_GETFL)                = 0 (flags O_RDONLY)
202363 fcntl(3, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
202363 fcntl(4, F_GETFL)                = 0x1 (flags O_WRONLY)
202363 fcntl(4, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
202363 pipe2([5, 6], O_CLOEXEC)         = 0
202363 fcntl(5, F_GETFD)                = 0x1 (flags FD_CLOEXEC)
202363 fcntl(6, F_GETFD)                = 0x1 (flags FD_CLOEXEC)
202363 fcntl(5, F_GETFL)                = 0 (flags O_RDONLY)
202363 fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
202363 fcntl(6, F_GETFL)                = 0x1 (flags O_WRONLY)
202363 fcntl(6, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
202363 sendto(4, "W", 1, MSG_NOSIGNAL, NULL, 0) = -1 ENOTSOCK (Socket operation on non-socket)
202363 write(4, "W", 1)                 = 1
202363 rt_sigaction(SIGINT, {sa_handler=0x7f94a9d2b980, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f94a9afdf80}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
202363 rt_sigaction(SIGTERM, {sa_handler=0x7f94a9d2b980, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f94a9afdf80}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
202363 rt_sigaction(SIGPIPE, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
202363 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f94a9afdf80}, NULL, 8) = 0
202363 getpid()                         = 202363
202363 getpid()                         = 202363
202363 openat(AT_FDCWD, "/home/aniket/.pulse/client.conf", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/home/aniket/.config/pulse/client.conf", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/etc/pulse/client.conf", O_RDONLY|O_CLOEXEC) = 7
202363 fcntl(7, F_GETFD)                = 0x1 (flags FD_CLOEXEC)
202363 readlink("/proc/self/exe", "/usr/bin/pactl", 99) = 14
202363 openat(AT_FDCWD, "/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/lib/gconv/gconv-modules", O_RDONLY|O_CLOEXEC) = 8
202363 newfstatat(8, "", {st_mode=S_IFREG|0644, st_size=56353, ...}, AT_EMPTY_PATH) = 0
202363 read(8, "# GNU libc iconv configuration.\n"..., 4096) = 4096
202363 read(8, "B1002//\tJUS_I.B1.002//\nmodule\tJU"..., 4096) = 4096
202363 read(8, "\tISO-IR-110//\t\tISO-8859-4//\nalia"..., 4096) = 4096
202363 read(8, "\t\t\tISO-8859-14//\nalias\tISO_8859-"..., 4096) = 4096
202363 read(8, "DIC-ES//\nalias\tEBCDICES//\t\tEBCDI"..., 4096) = 4096
202363 read(8, "CDIC-CP-ES//\t\tIBM284//\nalias\tCSI"..., 4096) = 4096
202363 read(8, "\t\tIBM863//\nalias\tOSF1002035F//\t\t"..., 4096) = 4096
202363 read(8, "937//\t\tIBM937//\nmodule\tIBM937//\t"..., 4096) = 4096
202363 read(8, "UJIS//\t\t\tEUC-JP//\nmodule\tEUC-JP/"..., 4096) = 4096
202363 read(8, "lias\tISO2022CN//\t\tISO-2022-CN//\n"..., 4096) = 4096
202363 read(8, "O_5427-EXT//\nalias\tISO_5427EXT//"..., 4096) = 4096
202363 read(8, "ost\nmodule\tMAC-SAMI//\t\tINTERNAL\t"..., 4096) = 4096
202363 brk(0x5602f936b000)              = 0x5602f936b000
202363 read(8, "112//\t\tINTERNAL\t\tIBM1112\t\t1\nmodu"..., 4096) = 4096
202363 read(8, "s\tCP9448//\t\tIBM9448//\nalias\tCSIB"..., 4096) = 3105
202363 read(8, "", 4096)                = 0
202363 close(8)                         = 0
202363 futex(0x7f94a9c844dc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
202363 newfstatat(7, "", {st_mode=S_IFREG|0644, st_size=1255, ...}, AT_EMPTY_PATH) = 0
202363 read(7, "# This file is part of PulseAudi"..., 4096) = 1255
202363 read(7, "", 4096)                = 0
202363 openat(AT_FDCWD, "/etc/pulse/client.conf.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
202363 close(7)                         = 0
202363 openat(AT_FDCWD, "/dev/shm/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 7
202363 newfstatat(7, "", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=280, ...}, AT_EMPTY_PATH) = 0
202363 getdents64(7, 0x5602f934fce0 /* 14 entries */, 32768) = 472
202363 getdents64(7, 0x5602f934fce0 /* 0 entries */, 32768) = 0
202363 close(7)                         = 0
202363 openat(AT_FDCWD, "/dev/urandom", O_RDONLY|O_NOCTTY|O_CLOEXEC) = 7
202363 fcntl(7, F_GETFD)                = 0x1 (flags FD_CLOEXEC)
202363 read(7, "G\301\212\314", 4)      = 4
202363 close(7)                         = 0
202363 memfd_create("pulseaudio", MFD_ALLOW_SEALING) = 7
202363 ftruncate(7, 67108864)           = 0
202363 mmap(NULL, 67108864, PROT_READ|PROT_WRITE, MAP_SHARED|MAP_NORESERVE, 7, 0) = 0x7f94a504c000
202363 openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 8
202363 newfstatat(8, "", {st_mode=S_IFREG|0644, st_size=2998, ...}, AT_EMPTY_PATH) = 0
202363 read(8, "# Locale name alias data base.\n#"..., 4096) = 2998
202363 read(8, "", 4096)                = 0
202363 close(8)                         = 0
202363 openat(AT_FDCWD, "/usr/share/locale/en_GB/LC_MESSAGES/pulseaudio.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/pulseaudio.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
202363 futex(0x7fffeeb8deb4, FUTEX_UNLOCK_PI_PRIVATE) = -1 EPERM (Operation not permitted)
202363 getpid()                         = 202363
202363 getpid()                         = 202363
202363 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 8
202363 fcntl(8, F_GETFD)                = 0x1 (flags FD_CLOEXEC)
202363 setsockopt(8, SOL_SOCKET, SO_PRIORITY, [6], 4) = 0
202363 fcntl(8, F_GETFL)                = 0x2 (flags O_RDWR)
202363 fcntl(8, F_SETFL, O_RDWR|O_NONBLOCK) = 0
202363 connect(8, {sa_family=AF_UNIX, sun_path="/tmp/pulse-server"}, 110) = -1 ENOENT (No such file or directory)
202363 openat(AT_FDCWD, "/usr/share/locale/en_GB/LC_MESSAGES/libc.mo", O_RDONLY) = 9
202363 newfstatat(9, "", {st_mode=S_IFREG|0644, st_size=1433, ...}, AT_EMPTY_PATH) = 0
202363 mmap(NULL, 1433, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f94a9e51000
202363 close(9)                         = 0
202363 openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
202363 close(8)                         = 0
202363 write(2, "Connection failure: Connection r"..., 39) = 39
202363 write(4, "W", 1)                 = 1
202363 write(2, "pa_context_connect() failed: Con"..., 48) = 48
202363 munmap(0x7f94a504c000, 67108864) = 0
202363 close(7)                         = 0
202363 rt_sigaction(SIGTERM, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f94a9afdf80}, NULL, 8) = 0
202363 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f94a9afdf80}, NULL, 8) = 0
202363 write(4, "W", 1)                 = 1
202363 close(5)                         = 0
202363 close(6)                         = 0
202363 close(3)                         = 0
202363 close(4)                         = 0
202363 exit_group(1)                    = ?
202363 +++ exited with 1 +++

Thanks for your help.

Last edited by the2ndeuler (2021-03-11 04:08:04)

Offline

#2 2021-03-10 18:50:15

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: [SOLVED] No device detected in Pipewire

/pipewire-media-session.service has failed to start. What is the output of

journalctl --user -b --unit pipewire-media-session.service

Edit: https://gitlab.freedesktop.org/pipewire … issues/840

Last edited by progandy (2021-03-10 18:52:18)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Online

#3 2021-03-10 19:06:34

the2ndeuler
Member
Registered: 2017-05-18
Posts: 6

Re: [SOLVED] No device detected in Pipewire

So I followed the steps and now the media session starts

$ systemctl --user status pipewire-media-session.service
● pipewire-media-session.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/pipewire-media-session.service; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2021-03-11 00:28:32 IST; 4min 38s ago
   Main PID: 299285 (pipewire-media-)
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire-media-session.service
             └─299285 /usr/bin/pipewire-media-session

Mar 11 00:28:32 andromeda systemd[3701]: Started Multimedia Service Session Manager.

However, I still do not have the devices and pactl info shows the same error.

EDIT: After rebooting -

$  systemctl --user status pipewire-media-session.service
● pipewire-media-session.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/pipewire-media-session.service; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2021-03-11 00:37:14 IST; 57s ago
   Main PID: 3722 (pipewire-media-)
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire-media-session.service
             └─3722 /usr/bin/pipewire-media-session

Mar 11 00:37:14 andromeda systemd[3705]: Started Multimedia Service Session Manager.
Mar 11 00:37:16 andromeda pipewire-media-session[3722]: oFono: Registering Profile /Profile/ofono failed
Mar 11 00:37:16 andromeda pipewire-media-session[3722]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit

Last edited by the2ndeuler (2021-03-10 19:12:07)

Offline

#4 2021-03-11 04:06:17

the2ndeuler
Member
Registered: 2017-05-18
Posts: 6

Re: [SOLVED] No device detected in Pipewire

So apparently a few days ago I was tweaking Pulseaudio and configured it with Unix sockets. Which means all the clients were supposed to talk to it through the Unix socket. Removing the default-server line from /etc/pulse/client.conf fixed it.

Offline

#5 2021-03-12 01:46:57

bazzawill
Member
Registered: 2016-05-03
Posts: 12

Re: [SOLVED] No device detected in Pipewire

Hi Not sure if I should post here, create a new post of a bug so however I have had the same issue but I tried the above fix and it did not work. I have researched and tried other things like

systemctl --user enable --now pipewire-media-session.service

I am not sure if it could be an issue with 90-pipewire-alsa.rules I will post what I hope is relevent

journalctl --user -u pipewire-media-session

-- Journal begins at Thu 2021-03-11 18:15:31 ACDT, ends at Fri 2021-03-12 12:07:18 ACDT. --
Mar 12 11:20:37 mythbox systemd[731]: Started Multimedia Service Session Manager.
Mar 12 11:20:37 mythbox pipewire-media-session[4015346]: core 0x55ae2aceeda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:20:37 mythbox pipewire-media-session[4015346]: can't start monitor: Operation not supported
Mar 12 11:20:37 mythbox systemd[731]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:20:37 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:37 mythbox systemd[731]: pipewire-media-session.service: Scheduled restart job, restart counter is at 1.
Mar 12 11:20:37 mythbox systemd[731]: Stopped Multimedia Service Session Manager.
Mar 12 11:20:37 mythbox systemd[731]: Started Multimedia Service Session Manager.
Mar 12 11:20:37 mythbox pipewire-media-session[4015365]: core 0x55951a011da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:20:37 mythbox pipewire-media-session[4015365]: can't start monitor: Operation not supported
Mar 12 11:20:37 mythbox systemd[731]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:20:37 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:37 mythbox systemd[731]: pipewire-media-session.service: Scheduled restart job, restart counter is at 2.
Mar 12 11:20:37 mythbox systemd[731]: Stopped Multimedia Service Session Manager.
Mar 12 11:20:37 mythbox systemd[731]: Started Multimedia Service Session Manager.
Mar 12 11:20:37 mythbox pipewire-media-session[4015376]: core 0x55975ac6ada0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:20:37 mythbox pipewire-media-session[4015376]: can't start monitor: Operation not supported
Mar 12 11:20:37 mythbox systemd[731]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:20:37 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:38 mythbox systemd[731]: pipewire-media-session.service: Scheduled restart job, restart counter is at 3.
Mar 12 11:20:38 mythbox systemd[731]: Stopped Multimedia Service Session Manager.
Mar 12 11:20:38 mythbox systemd[731]: Started Multimedia Service Session Manager.
Mar 12 11:20:38 mythbox pipewire-media-session[4015388]: core 0x558c46f01da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:20:38 mythbox pipewire-media-session[4015388]: can't start monitor: Operation not supported
Mar 12 11:20:38 mythbox systemd[731]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:20:38 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:38 mythbox systemd[731]: pipewire-media-session.service: Scheduled restart job, restart counter is at 4.
Mar 12 11:20:38 mythbox systemd[731]: Stopped Multimedia Service Session Manager.
Mar 12 11:20:38 mythbox systemd[731]: Started Multimedia Service Session Manager.
Mar 12 11:20:38 mythbox pipewire-media-session[4015414]: core 0x55d2faf41da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:20:38 mythbox pipewire-media-session[4015414]: can't start monitor: Operation not supported
Mar 12 11:20:38 mythbox systemd[731]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:20:38 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:38 mythbox systemd[731]: pipewire-media-session.service: Scheduled restart job, restart counter is at 5.
Mar 12 11:20:38 mythbox systemd[731]: Stopped Multimedia Service Session Manager.
Mar 12 11:20:38 mythbox systemd[731]: pipewire-media-session.service: Start request repeated too quickly.
Mar 12 11:20:38 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:38 mythbox systemd[731]: Failed to start Multimedia Service Session Manager.
Mar 12 11:20:54 mythbox systemd[731]: Started Multimedia Service Session Manager.
Mar 12 11:20:54 mythbox pipewire-media-session[4017351]: core 0x56451857fda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:20:54 mythbox pipewire-media-session[4017351]: can't start monitor: Operation not supported
Mar 12 11:20:54 mythbox systemd[731]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:20:54 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:54 mythbox systemd[731]: pipewire-media-session.service: Scheduled restart job, restart counter is at 1.
Mar 12 11:20:54 mythbox systemd[731]: Stopped Multimedia Service Session Manager.
Mar 12 11:20:54 mythbox systemd[731]: Started Multimedia Service Session Manager.
Mar 12 11:20:54 mythbox pipewire-media-session[4017374]: core 0x55b238272da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:20:54 mythbox pipewire-media-session[4017374]: can't start monitor: Operation not supported
Mar 12 11:20:54 mythbox systemd[731]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:20:54 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:54 mythbox systemd[731]: pipewire-media-session.service: Scheduled restart job, restart counter is at 2.
Mar 12 11:20:54 mythbox systemd[731]: Stopped Multimedia Service Session Manager.
Mar 12 11:20:54 mythbox systemd[731]: Started Multimedia Service Session Manager.
Mar 12 11:20:54 mythbox pipewire-media-session[4017396]: core 0x5627599f4da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:20:54 mythbox pipewire-media-session[4017396]: can't start monitor: Operation not supported
Mar 12 11:20:54 mythbox systemd[731]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:20:54 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:55 mythbox systemd[731]: pipewire-media-session.service: Scheduled restart job, restart counter is at 3.
Mar 12 11:20:55 mythbox systemd[731]: Stopped Multimedia Service Session Manager.
Mar 12 11:20:55 mythbox systemd[731]: Started Multimedia Service Session Manager.
Mar 12 11:20:55 mythbox pipewire-media-session[4017414]: core 0x55e97066bda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:20:55 mythbox pipewire-media-session[4017414]: can't start monitor: Operation not supported
Mar 12 11:20:55 mythbox systemd[731]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:20:55 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:55 mythbox systemd[731]: pipewire-media-session.service: Scheduled restart job, restart counter is at 4.
Mar 12 11:20:55 mythbox systemd[731]: Stopped Multimedia Service Session Manager.
Mar 12 11:20:55 mythbox systemd[731]: Started Multimedia Service Session Manager.
Mar 12 11:20:55 mythbox pipewire-media-session[4017449]: core 0x55a23a7dbda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:20:55 mythbox pipewire-media-session[4017449]: can't start monitor: Operation not supported
Mar 12 11:20:55 mythbox systemd[731]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:20:55 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:55 mythbox systemd[731]: pipewire-media-session.service: Scheduled restart job, restart counter is at 5.
Mar 12 11:20:55 mythbox systemd[731]: Stopped Multimedia Service Session Manager.
Mar 12 11:20:55 mythbox systemd[731]: pipewire-media-session.service: Start request repeated too quickly.
Mar 12 11:20:55 mythbox systemd[731]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:20:55 mythbox systemd[731]: Failed to start Multimedia Service Session Manager.
-- Boot f31f9d91b1d64bd3a9e1e8f78a26af26 --
Mar 12 11:35:08 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:35:08 mythbox pipewire-media-session[2536]: core 0x55f9e038eda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:35:08 mythbox pipewire-media-session[2536]: can't start monitor: Operation not supported
Mar 12 11:35:08 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:35:08 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:35:09 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 1.
Mar 12 11:35:09 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:35:09 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:35:09 mythbox pipewire-media-session[2561]: core 0x56520d349da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:35:09 mythbox pipewire-media-session[2561]: can't start monitor: Operation not supported
Mar 12 11:35:09 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:35:09 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:35:09 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 2.
Mar 12 11:35:09 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:35:09 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:35:09 mythbox pipewire-media-session[2567]: core 0x557f741f1da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:35:09 mythbox pipewire-media-session[2567]: can't start monitor: Operation not supported
Mar 12 11:35:09 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:35:09 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:35:09 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 3.
Mar 12 11:35:09 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:35:09 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:35:10 mythbox pipewire-media-session[2572]: core 0x55e9ffe9dda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:35:10 mythbox pipewire-media-session[2572]: can't start monitor: Operation not supported
Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 4.
Mar 12 11:35:10 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:35:10 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:35:10 mythbox pipewire-media-session[2577]: core 0x55e014c59da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:35:10 mythbox pipewire-media-session[2577]: can't start monitor: Operation not supported
Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 5.
Mar 12 11:35:10 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Start request repeated too quickly.
Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:35:10 mythbox systemd[1180]: Failed to start Multimedia Service Session Manager.
Mar 12 11:57:23 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:57:23 mythbox pipewire-media-session[30739]: core 0x5570943c6da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:57:23 mythbox pipewire-media-session[30739]: can't start monitor: Operation not supported
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 1.
Mar 12 11:57:23 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:57:23 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:57:23 mythbox pipewire-media-session[30743]: core 0x5635ec181da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:57:23 mythbox pipewire-media-session[30743]: can't start monitor: Operation not supported
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 2.
Mar 12 11:57:23 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:57:23 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:57:23 mythbox pipewire-media-session[30756]: core 0x5588e6ef5da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:57:23 mythbox pipewire-media-session[30756]: can't start monitor: Operation not supported
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 3.
Mar 12 11:57:23 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:57:23 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:57:23 mythbox pipewire-media-session[30764]: core 0x55aa15803da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:57:23 mythbox pipewire-media-session[30764]: can't start monitor: Operation not supported
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:57:23 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:24 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 4.
Mar 12 11:57:24 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:57:24 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:57:24 mythbox pipewire-media-session[30779]: core 0x56536979fda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:57:24 mythbox pipewire-media-session[30779]: can't start monitor: Operation not supported
Mar 12 11:57:24 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:57:24 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:24 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 5.
Mar 12 11:57:24 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:57:24 mythbox systemd[1180]: pipewire-media-session.service: Start request repeated too quickly.
Mar 12 11:57:24 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:24 mythbox systemd[1180]: Failed to start Multimedia Service Session Manager.
Mar 12 11:57:43 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:57:43 mythbox pipewire-media-session[31417]: core 0x55cceb8d9da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:57:43 mythbox pipewire-media-session[31417]: can't start monitor: Operation not supported
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 1.
Mar 12 11:57:43 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:57:43 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:57:43 mythbox pipewire-media-session[31420]: core 0x55c0c8ffcda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:57:43 mythbox pipewire-media-session[31420]: can't start monitor: Operation not supported
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 2.
Mar 12 11:57:43 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:57:43 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:57:43 mythbox pipewire-media-session[31427]: core 0x5600dcce3da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:57:43 mythbox pipewire-media-session[31427]: can't start monitor: Operation not supported
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 3.
Mar 12 11:57:43 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:57:43 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:57:43 mythbox pipewire-media-session[31437]: core 0x562945abdda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:57:43 mythbox pipewire-media-session[31437]: can't start monitor: Operation not supported
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:57:43 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:44 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 4.
Mar 12 11:57:44 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:57:44 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 11:57:44 mythbox pipewire-media-session[31459]: core 0x5579c4f50da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 11:57:44 mythbox pipewire-media-session[31459]: can't start monitor: Operation not supported
Mar 12 11:57:44 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 11:57:44 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:44 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 5.
Mar 12 11:57:44 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:57:44 mythbox systemd[1180]: pipewire-media-session.service: Start request repeated too quickly.
Mar 12 11:57:44 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:57:44 mythbox systemd[1180]: Failed to start Multimedia Service Session Manager.
Mar 12 12:05:14 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 12:05:14 mythbox pipewire-media-session[43934]: core 0x55c965c78da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 12:05:14 mythbox pipewire-media-session[43934]: can't start monitor: Operation not supported
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 1.
Mar 12 12:05:14 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 12:05:14 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 12:05:14 mythbox pipewire-media-session[43940]: core 0x55bf10f9dda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 12:05:14 mythbox pipewire-media-session[43940]: can't start monitor: Operation not supported
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 2.
Mar 12 12:05:14 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 12:05:14 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 12:05:14 mythbox pipewire-media-session[43942]: core 0x564249423da0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 12:05:14 mythbox pipewire-media-session[43942]: can't start monitor: Operation not supported
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 12:05:15 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 3.
Mar 12 12:05:15 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 12:05:15 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 12:05:15 mythbox pipewire-media-session[43944]: core 0x56275179dda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 12:05:15 mythbox pipewire-media-session[43944]: can't start monitor: Operation not supported
Mar 12 12:05:15 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 12:05:15 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 12:05:15 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 4.
Mar 12 12:05:15 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 12:05:15 mythbox systemd[1180]: Started Multimedia Service Session Manager.
Mar 12 12:05:15 mythbox pipewire-media-session[43946]: core 0x56368492bda0: can't find protocol 'PipeWire:Protocol:Native': Operation not supported
Mar 12 12:05:15 mythbox pipewire-media-session[43946]: can't start monitor: Operation not supported
Mar 12 12:05:15 mythbox systemd[1180]: pipewire-media-session.service: Main process exited, code=exited, status=161/n/a
Mar 12 12:05:15 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 12:05:15 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 5.
Mar 12 12:05:15 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 12:05:15 mythbox systemd[1180]: pipewire-media-session.service: Start request repeated too quickly.
Mar 12 12:05:15 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 12:05:15 mythbox systemd[1180]: Failed to start Multimedia Service Session Manager.

systemctl --user status pipewire-media-session.service

pipewire-media-session.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/pipewire-media-session.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Fri 2021-03-12 11:35:10 ACDT; 19min ago
    Process: 2577 ExecStart=/usr/bin/pipewire-media-session (code=exited, status=161)
   Main PID: 2577 (code=exited, status=161)

Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Scheduled restart job, restart counter is at 5.
Mar 12 11:35:10 mythbox systemd[1180]: Stopped Multimedia Service Session Manager.
Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Start request repeated too quickly.
Mar 12 11:35:10 mythbox systemd[1180]: pipewire-media-session.service: Failed with result 'exit-code'.
Mar 12 11:35:10 mythbox systemd[1180]: Failed to start Multimedia Service Session Manager.

journalctl --user -u pipewire-pulse

-- Journal begins at Thu 2021-03-11 18:15:31 ACDT, ends at Fri 2021-03-12 12:07:18 ACDT. --
Mar 12 11:18:42 mythbox systemd[731]: Stopping PipeWire PulseAudio...
Mar 12 11:18:42 mythbox systemd[731]: pipewire-pulse.service: Succeeded.
Mar 12 11:18:42 mythbox systemd[731]: Stopped PipeWire PulseAudio.
Mar 12 11:18:42 mythbox systemd[731]: Started PipeWire PulseAudio.
Mar 12 11:19:12 mythbox pipewire-pulse[4009076]: pulse-server 0x563711f3fde0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:12 error:19 (Operation not supported)
Mar 12 11:19:12 mythbox pipewire-pulse[4009076]: pulse-server 0x563711f3fde0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:13 error:19 (Operation not supported)
Mar 12 11:19:12 mythbox pipewire-pulse[4009076]: pulse-server 0x563711f3fde0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:14 error:19 (Operation not supported)
Mar 12 11:19:12 mythbox pipewire-pulse[4009076]: pulse-server 0x563711f3fde0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:15 error:19 (Operation not supported)
Mar 12 11:19:41 mythbox pipewire-pulse[4009076]: pulse-server 0x563711f57c00: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:12 error:19 (Operation not supported)
Mar 12 11:19:41 mythbox pipewire-pulse[4009076]: pulse-server 0x563711f57c00: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:13 error:19 (Operation not supported)
Mar 12 11:19:41 mythbox pipewire-pulse[4009076]: pulse-server 0x563711f57c00: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:14 error:19 (Operation not supported)
Mar 12 11:19:41 mythbox pipewire-pulse[4009076]: pulse-server 0x563711f57c00: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:15 error:19 (Operation not supported)
Mar 12 11:26:06 mythbox pipewire-pulse[4009076]: pulse-server 0x563711fd51b0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:12 error:19 (Operation not supported)
Mar 12 11:26:06 mythbox pipewire-pulse[4009076]: pulse-server 0x563711fd51b0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:13 error:19 (Operation not supported)
Mar 12 11:26:06 mythbox pipewire-pulse[4009076]: pulse-server 0x563711fd51b0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:14 error:19 (Operation not supported)
Mar 12 11:26:06 mythbox pipewire-pulse[4009076]: pulse-server 0x563711fd51b0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:15 error:19 (Operation not supported)
Mar 12 11:33:48 mythbox systemd[731]: Stopping PipeWire PulseAudio...
Mar 12 11:33:48 mythbox systemd[731]: pipewire-pulse.service: Succeeded.
Mar 12 11:33:48 mythbox systemd[731]: Stopped PipeWire PulseAudio.
-- Boot f31f9d91b1d64bd3a9e1e8f78a26af26 --
Mar 12 11:35:08 mythbox systemd[1180]: Started PipeWire PulseAudio.
Mar 12 11:35:11 mythbox pipewire-pulse[2530]: pulse-server 0x55e1485f9300: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:12 error:19 (Operation not supported)
Mar 12 11:35:11 mythbox pipewire-pulse[2530]: pulse-server 0x55e1485f9300: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:13 error:19 (Operation not supported)
Mar 12 11:35:11 mythbox pipewire-pulse[2530]: pulse-server 0x55e1485f9300: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:14 error:19 (Operation not supported)
Mar 12 11:35:11 mythbox pipewire-pulse[2530]: pulse-server 0x55e1485f9300: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:15 error:19 (Operation not supported)
Mar 12 11:41:41 mythbox pipewire-pulse[2530]: pulse-server 0x55e1486626d0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:12 error:19 (Operation not supported)
Mar 12 11:41:41 mythbox pipewire-pulse[2530]: pulse-server 0x55e1486626d0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:13 error:19 (Operation not supported)
Mar 12 11:41:41 mythbox pipewire-pulse[2530]: pulse-server 0x55e1486626d0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:14 error:19 (Operation not supported)
Mar 12 11:41:41 mythbox pipewire-pulse[2530]: pulse-server 0x55e1486626d0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:15 error:19 (Operation not supported)
Mar 12 11:57:32 mythbox systemd[1180]: Stopping PipeWire PulseAudio...
Mar 12 11:57:32 mythbox systemd[1180]: pipewire-pulse.service: Succeeded.
Mar 12 11:57:32 mythbox systemd[1180]: Stopped PipeWire PulseAudio.
Mar 12 11:57:32 mythbox systemd[1180]: Started PipeWire PulseAudio.
Mar 12 11:58:07 mythbox pipewire-pulse[31054]: pulse-server 0x562381803ad0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:12 error:19 (Operation not supported)
Mar 12 11:58:07 mythbox pipewire-pulse[31054]: pulse-server 0x562381803ad0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:13 error:19 (Operation not supported)
Mar 12 11:58:07 mythbox pipewire-pulse[31054]: pulse-server 0x562381803ad0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:14 error:19 (Operation not supported)
Mar 12 11:58:07 mythbox pipewire-pulse[31054]: pulse-server 0x562381803ad0: [PulseAudio Volume Control] ERROR command:87 (EXTENSION) tag:15 error:19 (Operation not supported)
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-pulse.service: Main process exited, code=killed, status=9/KILL
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-pulse.service: Failed with result 'signal'.
Mar 12 12:05:14 mythbox systemd[1180]: pipewire-pulse.service: Scheduled restart job, restart counter is at 1.
Mar 12 12:05:14 mythbox systemd[1180]: Stopped PipeWire PulseAudio.
Mar 12 12:05:14 mythbox systemd[1180]: Started PipeWire PulseAudio.
Mar 12 12:05:14 mythbox pipewire-pulse[43932]: RTKit error: org.freedesktop.DBus.Error.AccessDenied
Mar 12 12:05:14 mythbox pipewire-pulse[43932]: could not set nice-level to -11: Permission denied
Mar 12 12:05:14 mythbox pipewire-pulse[43932]: RTKit error: org.freedesktop.DBus.Error.AccessDenied
Mar 12 12:05:14 mythbox pipewire-pulse[43932]: could not make thread realtime: Permission denied

systemctl --user status pipewire.service

● pipewire.service - Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; vendor preset: enabled)
     Active: active (running) since Fri 2021-03-12 12:05:14 ACDT; 3min 34s ago
TriggeredBy: ● pipewire.socket
   Main PID: 43933 (pipewire)
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             └─43933 /usr/bin/pipewire

Mar 12 12:05:14 mythbox systemd[1180]: Started Multimedia Service.
Mar 12 12:05:14 mythbox pipewire[43933]: RTKit error: org.freedesktop.DBus.Error.AccessDenied
Mar 12 12:05:14 mythbox pipewire[43933]: could not set nice-level to -11: Permission denied
Mar 12 12:05:14 mythbox pipewire[43933]: RTKit error: org.freedesktop.DBus.Error.AccessDenied
Mar 12 12:05:14 mythbox pipewire[43933]: could not make thread realtime: Permission denied
● pipewire-pulse.service - PipeWire PulseAudio
     Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.service; disabled; vendor preset: enabled)
     Active: active (running) since Fri 2021-03-12 12:05:14 ACDT; 6min ago
TriggeredBy: ● pipewire-pulse.socket
   Main PID: 43932 (pipewire-pulse)
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire-pulse.service
             └─43932 /usr/bin/pipewire-pulse

Mar 12 12:05:14 mythbox systemd[1180]: Started PipeWire PulseAudio.
Mar 12 12:05:14 mythbox pipewire-pulse[43932]: RTKit error: org.freedesktop.DBus.Error.AccessDenied
Mar 12 12:05:14 mythbox pipewire-pulse[43932]: could not set nice-level to -11: Permission denied
Mar 12 12:05:14 mythbox pipewire-pulse[43932]: RTKit error: org.freedesktop.DBus.Error.AccessDenied
Mar 12 12:05:14 mythbox pipewire-pulse[43932]: could not make thread realtime: Permission denied
pipewire-pulse.socket - PipeWire PulseAudio
     Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.socket; enabled; vendor preset: enabled)
     Active: active (running) since Fri 2021-03-12 11:34:40 ACDT; 37min ago
   Triggers: ● pipewire-pulse.service
     Listen: /run/user/1000/pulse/native (Stream)
     CGroup: /user.slice/user-1000.slice/user@1000.service/app.slice/pipewire-pulse.socket

Mar 12 11:34:40 mythbox systemd[1180]: Listening on PipeWire PulseAudio.
systemctl --user status pipewire.socket
● pipewire.socket - Multimedia System
     Loaded: loaded (/usr/lib/systemd/user/pipewire.socket; enabled; vendor preset: enabled)
     Active: active (running) since Fri 2021-03-12 11:34:40 ACDT; 38min ago
   Triggers: ● pipewire.service
     Listen: /run/user/1000/pipewire-0 (Stream)
     CGroup: /user.slice/user-1000.slice/user@1000.service/app.slice/pipewire.socket

Mar 12 11:34:40 mythbox systemd[1180]: Listening on Multimedia System.

Offline

#6 2021-03-20 02:22:38

samA29
Member
Registered: 2021-03-12
Posts: 10

Re: [SOLVED] No device detected in Pipewire

I just removed all the pipewire stuff, installed all the pulse stuff and have all my audio back again.

sam

Offline

#7 2021-03-20 13:32:30

Morn
Member
Registered: 2012-09-02
Posts: 886

Re: [SOLVED] No device detected in Pipewire

samA29 wrote:

I just removed all the pipewire stuff, installed all the pulse stuff and have all my audio back again.

That is not a good permanent solution though. PW is the future, PA is the past.

Offline

#8 2021-03-20 14:01:01

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] No device detected in Pipewire

Nothing has hard switched to pipewire (... other than pulseeffects) yet and most of pipewire's compat is relying on the pulse API. There's definitely more longevity behind sticking with pulse until the pipewire quirks are ironed out than some people want to make you believe here.

Offline

#9 2021-03-20 19:00:29

samA29
Member
Registered: 2021-03-12
Posts: 10

Re: [SOLVED] No device detected in Pipewire

Morn wrote:
samA29 wrote:

I just removed all the pipewire stuff, installed all the pulse stuff and have all my audio back again.

That is not a good permanent solution though. PW is the future, PA is the past.

When it becomes more stable then I'll give it a try again. All I know is the sound wasn't working with Pipewire, is without it.

sam

Offline

#10 2021-03-20 21:25:57

Cryen
Member
Registered: 2021-03-20
Posts: 1

Re: [SOLVED] No device detected in Pipewire

I have just stumbled across this problem (which is weird because bazzawill had it 8 days ago and it has been working flawlessly for me… until now).

I haven't fixed anything yet but I'll surely let you know if I manage to get it working again.

EDIT:
I found this and it worked
https://gitlab.freedesktop.org/pipewire … issues/840

basically clean some configs that got corrupted, restart the service and it works

Last edited by Cryen (2021-03-20 21:44:32)

Offline

#11 2021-03-20 21:39:53

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] No device detected in Pipewire

What you'll want to make sure that your .pacnew files are taken care of, there have been changes to the pipewire configuration that invalidate potentially old configs still present.

Offline

#12 2021-04-12 16:10:50

schef
Member
Registered: 2009-04-16
Posts: 71

Re: [SOLVED] No device detected in Pipewire

sudo mv /etc/pipewire/media-session.d/alsa-monitor.conf.pacnew /etc/pipewire/media-session.d/alsa-monitor.conf
sudo mv /etc/pipewire/media-session.d/media-session.conf.pacnew /etc/pipewire/media-session.d/media-session.conf

did fix my issue. Tnx

Offline

#13 2021-05-22 20:31:32

Snostorm
Member
Registered: 2009-04-12
Posts: 18

Re: [SOLVED] No device detected in Pipewire

On a fresh install I had the same issue, I had no *.pacnew files,   the issue was a pipewire is running user systemctrl --user   the config files needed to be in ~/.config/  the default install for pipewire-media-session   has config in /usr/share/piperwire  I copied these to ~/.config/pipewire  , I would think running as system it would be required to have the config in etc, or this a new update that has not seen the config search updated yet

Offline

#14 2021-05-22 21:59:22

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] No device detected in Pipewire

If you don't have them in .config it should use the system wide ones in /etc even if pipewire is started as the user. I'ts likely you had a different issue.

Offline

Board footer

Powered by FluxBB