I broke my audio with the last update |no sound | wireplumber involved and others

the following files got involved:

Error: The following problems occurred while running a transaction:
  Cannot find rpm nevra "clamav-0.103.4-1.fc35.x86_64".
  Cannot find rpm nevra "clamav-filesystem-0.103.4-1.fc35.noarch".
  Cannot find rpm nevra "clamav-lib-0.103.4-1.fc35.x86_64".
  Cannot find rpm nevra "clamav-update-0.103.4-1.fc35.x86_64".
  Cannot find rpm nevra "cryptsetup-2.4.2-1.fc35.x86_64".
  Cannot find rpm nevra "cryptsetup-libs-2.4.2-1.fc35.x86_64".
  Cannot find rpm nevra "cups-1:2.3.3op2-11.fc35.x86_64".
  Cannot find rpm nevra "cups-client-1:2.3.3op2-11.fc35.x86_64".
  Cannot find rpm nevra "cups-filesystem-1:2.3.3op2-11.fc35.noarch".
  Cannot find rpm nevra "cups-ipptool-1:2.3.3op2-11.fc35.x86_64".
  Cannot find rpm nevra "cups-libs-1:2.3.3op2-11.fc35.x86_64".
  Cannot find rpm nevra "flatpak-1.12.2-1.fc35.x86_64".
  Cannot find rpm nevra "flatpak-libs-1.12.2-1.fc35.x86_64".
  Cannot find rpm nevra "flatpak-selinux-1.12.2-1.fc35.noarch".
  Cannot find rpm nevra "flatpak-session-helper-1.12.2-1.fc35.x86_64".
  Cannot find rpm nevra "koji-1.27.0-3.fc35.noarch".
  Cannot find rpm nevra "libibverbs-38.0-1.fc35.x86_64".
  Cannot find rpm nevra "librdmacm-38.0-1.fc35.x86_64".
  Cannot find rpm nevra "mesa-dri-drivers-21.3.3-1.fc35.x86_64".
  Cannot find rpm nevra "mesa-filesystem-21.3.3-1.fc35.x86_64".
  Cannot find rpm nevra "mesa-libEGL-21.3.3-1.fc35.x86_64".
  Cannot find rpm nevra "mesa-libGL-21.3.3-1.fc35.x86_64".
  Cannot find rpm nevra "mesa-libgbm-21.3.3-1.fc35.x86_64".
  Cannot find rpm nevra "mesa-libglapi-21.3.3-1.fc35.x86_64".
  Cannot find rpm nevra "mesa-libxatracker-21.3.3-1.fc35.x86_64".
  Cannot find rpm nevra "mesa-vulkan-drivers-21.3.3-1.fc35.x86_64".
  Cannot find rpm nevra "podman-compose-1.0.3-1.fc35.noarch".
  Cannot find rpm nevra "python-unversioned-command-3.10.1-2.fc35.noarch".
  Cannot find rpm nevra "python3-3.10.1-2.fc35.x86_64".
  Cannot find rpm nevra "python3-koji-1.27.0-3.fc35.noarch".
  Cannot find rpm nevra "python3-libs-3.10.1-2.fc35.x86_64".
  Cannot find rpm nevra "python3-tkinter-3.10.1-2.fc35.x86_64".
  Cannot find rpm nevra "rpmlint-2.2.0-1.fc35.noarch".
  Cannot find rpm nevra "wireplumber-0.4.5-3.fc35.x86_64".
  Cannot find rpm nevra "wireplumber-libs-0.4.5-3.fc35.x86_64".

systemctl --user wireplumber.*

systemctl --user status wireplumber.*
â—Ź wireplumber.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; vendor preset: enabled)
     Active: active (running) since Mon 2022-01-17 20:49:09 -03; 19min ago
   Main PID: 2069 (wireplumber)
      Tasks: 4 (limit: 18438)
     Memory: 10.4M
        CPU: 250ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/wireplumber.service
             └─2069 /usr/bin/wireplumber

Jan 17 20:49:09 fedy systemd[1811]: Started Multimedia Service Session Manager.
Jan 17 20:49:09 fedy wireplumber[2069]: Failed to set scheduler settings: Operation not permitted

pipewire in therminal gives me:

pipewire
[E][00743.536199] mod.protocol-native | [module-protocol-:  610 lock_socket()] server 0x5619964057d0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
[E][00743.536429] pw.conf      | [          conf.c:  412 load_module()] 0x5619963eb530: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
[E][00743.536604] default      | [      pipewire.c:  123 main()] failed to create context: Resource temporarily unavailable

What could have been gone wrong?

i assume this situation arrived as a result of a dnf update. Have you gone through the route of dnf history undo last?

I recently read a similar problem where someone had to reinstall all of the packages listed, and you have a lot; the article above may save you that pain.
Good luck

1 Like

I just checked, I also have same messages by running systemctl --user status wireplumber and pipewire but my speaker still work.

How about your systemctl --user status pipewire*, are everything run normal?

1 Like

Everything looks fine.
Testing speaker gives no sound.

journalctl --user |grep -E 'pipewire|wireplumber'

Jan 18 07:34:37 mypc wireplumber[2090]: Failed to set scheduler settings: Operation not permitted
Jan 18 07:45:13 mypc pipewire[5456]: mod.protocol-native: server 0x55ab449be7d0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Jan 18 07:45:13 mypc pipewire[5456]: pw.conf: 0x55ab449a4530: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Jan 18 07:45:13 mypc pipewire[5456]: default: failed to create context: Resource temporarily unavailable
Jan 18 07:48:48 mypc systemd[1830]: pipewire-pulse.service: Consumed 4.597s CPU time.
Jan 18 07:48:48 mypc wireplumber[2090]: stopped by signal: Terminated
Jan 18 07:48:48 mypc wireplumber[2090]: disconnected from pipewire
Jan 18 07:48:48 mypc systemd[1830]: wireplumber.service: Consumed 1.260s CPU time.
Jan 18 07:48:48 mypc systemd[1830]: pipewire.service: Consumed 3.082s CPU time.
Jan 18 07:49:37 mypc wireplumber[2083]: Failed to set scheduler settings: Operation not permitted
Jan 18 08:15:51 mypc systemd[1826]: pipewire-pulse.service: Consumed 1.993s CPU time.
Jan 18 08:15:51 mypc wireplumber[2083]: stopped by signal: Terminated
Jan 18 08:15:51 mypc wireplumber[2083]: disconnected from pipewire
Jan 18 08:15:51 mypc systemd[1826]: wireplumber.service: Consumed 2.204s CPU time.
Jan 18 08:15:51 mypc systemd[1826]: pipewire.service: Consumed 1.261s CPU time.
Jan 18 08:16:36 mypc wireplumber[2087]: Failed to set scheduler settings: Operation not permitted
Jan 18 09:47:23 mypc systemd[1827]: pipewire-pulse.service: Consumed 1.434s CPU time.
Jan 19 22:07:21 mypc systemd[1875]: pipewire-pulse.service: Consumed 6min 52.046s CPU time.
Jan 19 22:07:21 mypc unknown[2132]: disconnected from pipewire
Jan 19 22:07:21 mypc systemd[1875]: wireplumber.service: Consumed 24.277s CPU time.
Jan 19 22:07:21 mypc systemd[1875]: pipewire.service: Consumed 3min 48.967s CPU time.

Strange is that I do have entries from 19.th. I’m still on the 18.th

What i get are the AVC messages again while login.

Raw Audit Messages
type=AVC msg=audit(1642509232.583:539): avc:  denied  { unlink } for  pid=8961 comm="systemd-user-ru" name="bus" dev="tmpfs" ino=54 scontext=system_u:system_r:systemd_logind_t:s0 tcontext=unconfined_u:object_r:session_dbusd_tmp_t:s0 tclass=sock_file permissive=0


Hash: systemd-user-ru,systemd_logind_t,session_dbusd_tmp_t,sock_file,unlink

Found the problem !

Two days ago I installed the alsa-utils. It worked till the update from yesterday.

Today I removed them again.

Sound is back!

1 Like