You are not logged in.

#1 2021-03-20 08:22:28

superipermeganoob
Member
Registered: 2011-05-03
Posts: 26

[SOLVED] audio does not work on gnome

hi, after last update the audio does not work anymore, when I run the gnome control center i get this list of error:

ivano@Dell-g5-5587 ~$ gnome-control-center 

(gnome-control-center:7837): Gtk-WARNING **: 09:09:24.745: Theme parsing error: gtk.css:1:114: Failed to import: Errore nell'aprire il file /home/ivano/.local/share/gnome-shell/extensions/no-title-bar@franglais125.gmail.com/stylesheet.css: File o directory non esistente

(gnome-control-center:7837): Gtk-WARNING **: 09:09:24.745: Theme parsing error: gtk.css:2:120: Failed to import: Errore nell'aprire il file /home/ivano/.local/share/gnome-shell/extensions/no-title-bar@franglais125.gmail.com/stylesheet-tiled.css: File o directory non esistente

(gnome-control-center:7837): GLib-GObject-CRITICAL **: 09:09:39.909: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_mixer_ui_device_get_description: assertion 'GVC_IS_MIXER_UI_DEVICE (device)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_mixer_stream_get_channel_map: assertion 'GVC_IS_MIXER_STREAM (stream)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed

(gnome-control-center:7837): Gvc-CRITICAL **: 09:09:39.909: gvc_channel_map_has_position: assertion 'GVC_IS_CHANNEL_MAP (map)' failed
Ucciso

here the latest packages I have updated:

[2021-03-16T08:01:48+0100] [ALPM] warning: /etc/systemd/homed.conf installed as /etc/systemd/homed.conf.pacnew
[2021-03-16T08:19:21+0100] [ALPM] installed lsof (4.94.0-1)
[2021-03-16T08:26:48+0100] [ALPM] installed libvirt-python (1:6.4.0-3)
[2021-03-16T08:26:48+0100] [ALPM] installed virt-install (3.2.0-1)
[2021-03-16T08:26:48+0100] [ALPM] installed virt-manager (3.2.0-1)
[2021-03-16T11:14:06+0100] [ALPM] installed zimg (3.0.1-2)
[2021-03-17T22:24:36+0100] [ALPM] installed dbus-python (1.2.16-4)
[2021-03-17T22:24:36+0100] [ALPM] installed python-dnspython (1:1.16.0-3)
[2021-03-19T08:08:14+0100] [ALPM] warning: /etc/pipewire/media-session.d/media-session.conf installed as /etc/pipewire/media-session.d/media-session.conf.pacnew

maybe the pipeware new configuration creates the issue?

❯ diff /etc/pipewire/media-session.d/media-session.conf /etc/pipewire/media-session.d/media-session.conf.pacnew 
6a7
>     #log.level     = 2
17,19c18,20
< context.modules = {
<     #<module-name> = {
<     #    [ args  = { <key> = <value> ... } ]
---
> context.modules = [
>     #{   name = <module-name>
>     #    [ args = { <key> = <value> ... } ]
28c29
<     libpipewire-module-rtkit = {
---
>     {   name = libpipewire-module-rtkit
31c32
<             #rt.prio      = 20
---
>             #rt.prio      = 88
39c40
<     libpipewire-module-protocol-native = null
---
>     {   name = libpipewire-module-protocol-native }
44c45
<     libpipewire-module-client-node = null
---
>     {   name = libpipewire-module-client-node }
48c49
<     libpipewire-module-client-device = null
---
>     {   name = libpipewire-module-client-device }
52c53
<     libpipewire-module-adapter = null
---
>     {   name = libpipewire-module-adapter }
56c57
<     libpipewire-module-metadata = null
---
>     {   name = libpipewire-module-metadata }
59,60c60,61
<     libpipewire-module-session-manager = null
< }
---
>     {   name = libpipewire-module-session-manager }
> ]

Last edited by superipermeganoob (2021-03-21 12:48:00)

Offline

#2 2021-03-20 10:36:51

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: [SOLVED] audio does not work on gnome

superipermeganoob wrote:

maybe the pipeware new configuration creates the issue?

Probably. I also lost sound in GNOME until I elected to over-write the old pipewire configuration files with the .pacnew files. You can always merge your changes back in with the new files afterwards.


Jin, Jîyan, Azadî

Offline

#3 2021-03-20 13:33:56

Mistra
Member
Registered: 2015-09-07
Posts: 3

Re: [SOLVED] audio does not work on gnome

Confirmed, the new .conf breaks pipewire, atleast in GNOME.

Temporary fix (as Head_on_a_Stick suggests) is to replace the new config with the old one.

mv /etc/pipewire/media-session.d/media-session.conf /etc/pipewire/media-session.d/media-session.conf.broken
mv /etc/pipewire/media-session.d/media-session.conf.packnew /etc/pipewire/media-session.d/media-session.conf

And reboot

How do we signal this to the devs?

Offline

#4 2021-03-20 13:59:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,111

Re: [SOLVED] audio does not work on gnome

What you did was replace your old broken configuration with the new working configuration, nothing to signal the devs about, pacnews are your responsibility to properly handle.

Offline

#5 2021-03-23 18:52:27

Relected
Member
Registered: 2020-10-04
Posts: 5

Re: [SOLVED] audio does not work on gnome

V1del wrote:

What you did was replace your old broken configuration with the new working configuration, nothing to signal the devs about, pacnews are your responsibility to properly handle.

i tried that, but i dont have a .pacnew file in the first place.
and yes, i have updated my system

Offline

#6 2021-03-23 19:05:21

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,111

Re: [SOLVED] audio does not work on gnome

Then you have a different issue and should make a new thread about it including details of your setup.

Offline

Board footer

Powered by FluxBB