[pipewire] problèmes "degraded"

Questions et astuces concernant l'installation et la configuration d'archlinux
Avatar de l’utilisateur
Breizil29
yeomen
Messages : 229
Inscription : dim. 13 juin 2021, 15:04

[pipewire] problèmes "degraded"

Message par Breizil29 »

Bonjour à tous,

J`ai du son qui sort de mes enceintes, je pourrais en rester là, mais j´ai des problèmes avec songrec.
Songrec fonctionnait quand je l´est installé avec en Entrée audio : pipewire, mais actuellement il ne fonctionne plus.
Du coup je suis venu sur ce forum pour trouver une solution et je suis tombé sur un de mes anciens posts concernant pipewire et je suis tombé sur :

Code : Tout sélectionner

Bonjour,
Peux tu donner la sortie de :
CODE : TOUT SÉLECTIONNER

pacman -Qs "pipewire|pulse|wireplumber"
ps -AF | grep -E "[p](ulse|ipewire)"
pactl info
systemctl --user status "pipewire*"
systemctl --user status
Et donc je les ait fait :

Code : Tout sélectionner

 ╭─user@archlinux in ~
 ╰─➜ pacman -Qs "pipewire|pulse|wireplumber"
local/gst-plugin-pipewire 1:0.3.81-2
    Multimedia graph framework - pipewire plugin
local/libcanberra 1:0.30+r2+gc0620e4-3
    A small and lightweight implementation of the XDG Sound Theme Specification
local/libpipewire 1:0.3.81-2
    Low-latency audio/video router and processor - client library
local/libpulse 16.1-6
    A featureful, general-purpose sound server (client library)
local/libwireplumber 0.4.14-1
    Session / policy manager implementation for PipeWire - client library
local/pavucontrol 1:5.0+r64+geba9ca6-1
    PulseAudio Volume Control
local/pipewire 1:0.3.81-2
    Low-latency audio/video router and processor
local/pipewire-alsa 1:0.3.81-2
    Low-latency audio/video router and processor - ALSA configuration
local/pipewire-audio 1:0.3.81-2
    Low-latency audio/video router and processor - Audio support
local/pipewire-jack 1:0.3.81-2
    Low-latency audio/video router and processor - JACK replacement
local/pipewire-pulse 1:0.3.81-2
    Low-latency audio/video router and processor - PulseAudio replacement
local/wireplumber 0.4.14-1
    Session / policy manager implementation for PipeWire

 ╭─user@archlinux in ~ took 200ms
 ╰─➜ ps -AF | grep -E "[p](ulse|ipewire)"
user           905       1  3 59592 31612  14 15:20 ?        00:00:22 /usr/bin/pipewire
user           921     873  4 45653 48512   7 15:20 ?        00:00:30 /usr/bin/pipewire-pulse

 ╭─user@archlinux in ~ took 18ms
 ╰─➜ pactl info
Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 1334
Tile Size: 65472
User Name: user
Host Name: archlinux
Server Name: PulseAudio (on PipeWire 0.3.81)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.usb-Solid_State_Logic_SSL_2_-00.analog-surround-40
Default Source: alsa_input.usb-Solid_State_Logic_SSL_2_-00.analog-stereo
Cookie: 06bf:2155

 ╭─user@archlinux in ~ took 15ms
 ╰─➜ systemctl --user status "pipewire*"
× pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; preset: enabled)
     Active: failed (Result: exit-code) since Sat 2023-10-14 15:20:50 CEST; 13min ago
   Duration: 5ms
TriggeredBy: × pipewire.socket
    Process: 1153 ExecStart=/usr/bin/pipewire (code=exited, status=245/KSM)
   Main PID: 1153 (code=exited, status=245/KSM)
        CPU: 5ms

Oct 14 15:20:50 archlinux systemd[873]: pipewire.service: Scheduled restart job, restart counter is at 5.
Oct 14 15:20:50 archlinux systemd[873]: pipewire.service: Start request repeated too quickly.
Oct 14 15:20:50 archlinux systemd[873]: pipewire.service: Failed with result 'exit-code'.
Oct 14 15:20:50 archlinux systemd[873]: Failed to start PipeWire Multimedia Service.

● pipewire-pulse.socket - PipeWire PulseAudio
     Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.socket; enabled; preset: enabled)
     Active: active (running) since Sat 2023-10-14 15:20:49 CEST; 14min 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

Oct 14 15:20:49 archlinux systemd[873]: Listening on PipeWire PulseAudio.

× pipewire.socket - PipeWire Multimedia System Socket
     Loaded: loaded (/usr/lib/systemd/user/pipewire.socket; enabled; preset: enabled)
     Active: failed (Result: service-start-limit-hit) since Sat 2023-10-14 15:20:50 CEST; 13min ago
   Duration: 1.219s
   Triggers: ● pipewire.service
     Listen: /run/user/1000/pipewire-0 (Stream)

Oct 14 15:20:49 archlinux systemd[873]: Listening on PipeWire Multimedia System Socket.
Oct 14 15:20:50 archlinux systemd[873]: pipewire.socket: Failed with result 'service-start-limit-hit'.

● pipewire-pulse.service - PipeWire PulseAudio
     Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.service; disabled; preset: enabled)
     Active: active (running) since Sat 2023-10-14 15:20:49 CEST; 14min ago
TriggeredBy: ● pipewire-pulse.socket
   Main PID: 921 (pipewire-pulse)
      Tasks: 3 (limit: 38268)
     Memory: 42.3M
        CPU: 34.312s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire-pulse.service
             └─921 /usr/bin/pipewire-pulse

Oct 14 15:20:49 archlinux systemd[873]: Started PipeWire PulseAudio.
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1

 ╭─user@archlinux in ~ took 98ms
[🔴] × systemctl --user status
● archlinux
    State: degraded
    Units: 309 loaded (incl. loaded aliases)
     Jobs: 0 queued
   Failed: 2 units
    Since: Sat 2023-10-14 15:20:48 CEST; 15min ago
  systemd: 254.5-1-arch
   CGroup: /user.slice/user-1000.slice/user@1000.service
           ├─app.slice
           │ ├─dconf.service
           │ │ └─3004 /usr/lib/dconf-service
           │ ├─dunst.service
           │ │ └─1289 /usr/bin/dunst
           │ └─powerline-daemon.service
           │   └─901 /usr/bin/python /usr/bin/powerline-daemon --foreground
           ├─init.scope
           │ ├─873 /usr/lib/systemd/systemd --user
           │ └─874 "(sd-pam)"
           └─session.slice
             ├─at-spi-dbus-bus.service
             │ ├─1100 /usr/lib/at-spi-bus-launcher
             │ ├─1108 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/run/user/1000/at-spi/bus_0
             │ └─1137 /usr/lib/at-spi2-registryd --use-gnome-session
             ├─dbus.service
             │ └─891 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
             ├─gvfs-afc-volume-monitor.service
             │ └─2074 /usr/lib/gvfs-afc-volume-monitor
             ├─gvfs-daemon.service
             │ ├─922 /usr/lib/gvfsd
             │ └─929 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
             ├─gvfs-goa-volume-monitor.service
             │ └─2069 /usr/lib/gvfs-goa-volume-monitor
             ├─gvfs-gphoto2-volume-monitor.service
             │ └─2080 /usr/lib/gvfs-gphoto2-volume-monitor
             ├─gvfs-mtp-volume-monitor.service
             │ └─2064 /usr/lib/gvfs-mtp-volume-monitor
             ├─gvfs-udisks2-volume-monitor.service
             │ └─2035 /usr/lib/gvfs-udisks2-volume-monitor
             └─pipewire-pulse.service
               └─921 /usr/bin/pipewire-pulse
- Desktop - Arch Linux x86_64
CPU : i7-12700KF
GPU: NVIDIA T600
Audio : SSL 2+610
- Desktop - Arch Linux x86_64
CPU : Intel® Pentium® G4560
GPU : Intel HD graphics 610
- Laptop -HP Compaq 6830s - Arch Linux x86_64
CPU : Intel® Core™2 Duo T5870 × 2
GPU : AMD RV620
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17238
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [pipewire] problèmes "degraded"

Message par benjarobin »

Bonjour, En effet il y a un gros souci quelque part...
Afin d'y voir plus clair, peux tu donner la sortie de :

Code : Tout sélectionner

sudo journalctl -b | grep -i -C 4 pipewire
ls -l /run/user/1000/pipewire-0 /run/user/1000/pulse/native /run/user/1000/pulse/ /run/user/1000/
sudo systemctl status --no-pager -l
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Breizil29
yeomen
Messages : 229
Inscription : dim. 13 juin 2021, 15:04

Re: [pipewire] problèmes "degraded"

Message par Breizil29 »

Code : Tout sélectionner

 ╰─➜ sudo journalctl -b | grep -i pipewire

Oct 14 15:20:44 archlinux systemd[777]: Listening on PipeWire PulseAudio.
Oct 14 15:20:44 archlinux systemd[777]: Listening on PipeWire Multimedia System Socket.
Oct 14 15:20:49 archlinux systemd[873]: Listening on PipeWire PulseAudio.
Oct 14 15:20:49 archlinux systemd[873]: Listening on PipeWire Multimedia System Socket.
Oct 14 15:20:49 archlinux pipewire[905]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire-pulse[906]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire-pulse[906]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Oct 14 15:20:49 archlinux pipewire[905]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Oct 14 15:20:49 archlinux pipewire-pulse[906]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire-pulse[906]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Oct 14 15:20:49 archlinux pipewire[905]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[905]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Oct 14 15:20:49 archlinux pipewire-pulse[906]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire-pulse[906]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Oct 14 15:20:49 archlinux pipewire[905]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[905]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Oct 14 15:20:49 archlinux pipewire-pulse[906]: mod.protocol-pulse: server 0x56180e78d0f0: socket '/run/user/1000/pulse/native' is in use
Oct 14 15:20:49 archlinux pipewire-pulse[906]: mod.protocol-pulse: pulse-server 0x56180e78c940: failed to start server on 'unix:/run/user/1000/pulse/native': Address already in use
Oct 14 15:20:49 archlinux pipewire-pulse[906]: mod.protocol-pulse: 0x56180e78c940: no servers could be started: Address already in use
Oct 14 15:20:49 archlinux pipewire-pulse[906]: pw.conf: 0x56180e737a80: could not load mandatory module "libpipewire-module-protocol-pulse": Address already in use
Oct 14 15:20:49 archlinux pipewire-pulse[906]: default: failed to create context: Address already in use
Oct 14 15:20:49 archlinux systemd[873]: Started PipeWire Multimedia Service.
Oct 14 15:20:49 archlinux systemd[873]: Started PipeWire PulseAudio.
Oct 14 15:20:49 archlinux pipewire[918]: mod.protocol-native: server 0x5622f2d074a0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 14 15:20:49 archlinux pipewire[918]: pw.conf: 0x5622f2cbfad0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 14 15:20:49 archlinux pipewire[918]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[918]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Oct 14 15:20:49 archlinux pipewire[918]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[918]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Oct 14 15:20:49 archlinux pipewire[918]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[918]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Oct 14 15:20:49 archlinux pipewire[918]: default: failed to create context: Resource temporarily unavailable
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Failed with result 'exit-code'.
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire-pulse[921]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Scheduled restart job, restart counter is at 1.
Oct 14 15:20:49 archlinux systemd[873]: Started PipeWire Multimedia Service.
Oct 14 15:20:49 archlinux pipewire[953]: mod.protocol-native: server 0x5562e1a214a0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 14 15:20:49 archlinux pipewire[953]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[953]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Oct 14 15:20:49 archlinux pipewire[953]: pw.conf: 0x5562e19d9ad0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 14 15:20:49 archlinux pipewire[953]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[953]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Oct 14 15:20:49 archlinux pipewire[953]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[953]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Oct 14 15:20:49 archlinux pipewire[953]: default: failed to create context: Resource temporarily unavailable
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Failed with result 'exit-code'.
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Scheduled restart job, restart counter is at 2.
Oct 14 15:20:49 archlinux systemd[873]: Started PipeWire Multimedia Service.
Oct 14 15:20:49 archlinux pipewire[968]: mod.protocol-native: server 0x56421a4bd4a0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 14 15:20:49 archlinux pipewire[968]: pw.conf: 0x56421a475ad0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 14 15:20:49 archlinux pipewire[968]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[968]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Oct 14 15:20:49 archlinux pipewire[968]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[968]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Oct 14 15:20:49 archlinux pipewire[968]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[968]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Oct 14 15:20:49 archlinux pipewire[968]: default: failed to create context: Resource temporarily unavailable
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Failed with result 'exit-code'.
Oct 14 15:20:49 archlinux wireplumber[976]: disconnected from pipewire
Oct 14 15:20:49 archlinux pipewire[905]: mod.access: 0x557f782870c0: client 0x557f7837f240 sandbox check failed: No such file or directory
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Scheduled restart job, restart counter is at 3.
Oct 14 15:20:49 archlinux systemd[873]: Started PipeWire Multimedia Service.
Oct 14 15:20:49 archlinux pipewire[1073]: mod.protocol-native: server 0x55d3b7ec74a0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 14 15:20:49 archlinux pipewire[1073]: pw.conf: 0x55d3b7e7fad0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 14 15:20:49 archlinux pipewire[1073]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[1073]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Oct 14 15:20:49 archlinux pipewire[1073]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[1073]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Oct 14 15:20:49 archlinux pipewire[1073]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:49 archlinux pipewire[1073]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Oct 14 15:20:49 archlinux pipewire[1073]: default: failed to create context: Resource temporarily unavailable
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 14 15:20:49 archlinux systemd[873]: pipewire.service: Failed with result 'exit-code'.
Oct 14 15:20:50 archlinux systemd[873]: pipewire.service: Scheduled restart job, restart counter is at 4.
Oct 14 15:20:50 archlinux systemd[873]: Started PipeWire Multimedia Service.
Oct 14 15:20:50 archlinux pipewire[1153]: mod.protocol-native: server 0x5592db2c84a0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 14 15:20:50 archlinux pipewire[1153]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:50 archlinux pipewire[1153]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Oct 14 15:20:50 archlinux pipewire[1153]: pw.conf: 0x5592db280ad0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 14 15:20:50 archlinux pipewire[1153]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:50 archlinux pipewire[1153]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Oct 14 15:20:50 archlinux pipewire[1153]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Oct 14 15:20:50 archlinux pipewire[1153]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Oct 14 15:20:50 archlinux pipewire[1153]: default: failed to create context: Resource temporarily unavailable
Oct 14 15:20:50 archlinux systemd[873]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 14 15:20:50 archlinux systemd[873]: pipewire.service: Failed with result 'exit-code'.
Oct 14 15:20:50 archlinux systemd[873]: pipewire.service: Scheduled restart job, restart counter is at 5.
Oct 14 15:20:50 archlinux systemd[873]: pipewire.service: Start request repeated too quickly.
Oct 14 15:20:50 archlinux systemd[873]: pipewire.service: Failed with result 'exit-code'.
Oct 14 15:20:50 archlinux systemd[873]: Failed to start PipeWire Multimedia Service.
Oct 14 15:20:50 archlinux systemd[873]: pipewire.socket: Failed with result 'service-start-limit-hit'.
Oct 14 15:20:59 archlinux systemd[777]: Closed PipeWire PulseAudio.
Oct 14 15:20:59 archlinux systemd[777]: Closed PipeWire Multimedia System Socket.
Oct 14 15:45:32 archlinux dbus-daemon[657]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.1525' (uid=0 pid=9132 comm="sudo systemctl enable pipewire.service")
Oct 14 15:45:32 archlinux sudo[9132]:       user : TTY=pts/0 ; PWD=/home/gg ; USER=root ; COMMAND=/usr/bin/systemctl enable pipewire.service

Code : Tout sélectionner

 ╰─➜ ls -l /run/user/1000/pipewire-0 /run/user/1000/pulse/native /run/user/1000/pulse/ /run/user/1000/
srw-rw-rw- 0 gg 14 Oct 15:20  /run/user/1000/pulse/native
srwxr-xr-x 0 gg 14 Oct 15:20  /run/user/1000/pipewire-0

/run/user/1000/pulse/:
srw-rw-rw- 0 gg 14 Oct 15:20  native
.rw-r--r-- 4 gg 14 Oct 15:20  pid

/run/user/1000/:
drwx------ - user 14 Oct 15:20  at-spi
drwx------ - user 14 Oct 15:20  dbus-1
drwx------ - user 14 Oct 15:26  dconf
drwx------ - user 14 Oct 15:20  gcr
drwx------ - user 14 Oct 16:22  geany
drwx------ - user 14 Oct 15:20  gnupg
dr-x------ - user 14 Oct 15:20  gvfs
drwx------ - user 14 Oct 15:20  gvfsd
drwxr-xr-x - user 14 Oct 15:20  p11-kit
drwx------ - user 14 Oct 15:20  pulse
drwxr-xr-x - user 14 Oct 15:20  systemd
srwxr-xr-x 0 user 14 Oct 15:32  Alacritty-:0-5188.sock
srw-rw-rw- 0 gg 14 Oct 15:20  bus
|rw------- 0 user 14 Oct 15:32  fish_universal_variables.notifier
.rw------- 0 user 14 Oct 15:23  nwggrid.pid.lock
srwxr-xr-x 0 user 14 Oct 15:20  pipewire-0
.rw-r----- 0 user 14 Oct 15:20  pipewire-0.lock

Code : Tout sélectionner

 ╰─➜ sudo systemctl status --no-pager -l
● archlinux
    State: running
    Units: 426 loaded (incl. loaded aliases)
     Jobs: 0 queued
   Failed: 0 units
    Since: Sat 2023-10-14 15:20:39 CEST; 1h 23min ago
  systemd: 254.5-1-arch
   CGroup: /
           ├─init.scope
           │ └─1 /sbin/init
           ├─system.slice
           │ ├─NetworkManager.service
           │ │ └─680 /usr/bin/NetworkManager --no-daemon
           │ ├─dbus.service
           │ │ └─657 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
           │ ├─home-gg-stocks.mount
           │ │ └─650 /usr/bin/mount.ntfs /dev/nvme0n1p1 /home/gg/stocks -o rw,user,noexec,nosuid,nodev,uid=1000,gid=984,fmask=0113,dmask=0002
           │ ├─lightdm.service
           │ │ ├─704 /usr/bin/lightdm
           │ │ └─711 /usr/lib/Xorg :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
           │ ├─polkit.service
           │ │ └─830 /usr/lib/polkit-1/polkitd --no-debug
           │ ├─systemd-journald.service
           │ │ └─353 /usr/lib/systemd/systemd-journald
           │ ├─systemd-logind.service
           │ │ └─658 /usr/lib/systemd/systemd-logind
           │ ├─systemd-udevd.service
           │ │ └─udev
           │ │   └─405 /usr/lib/systemd/systemd-udevd
           │ └─udisks2.service
           │   └─2031 /usr/lib/udisks2/udisksd
           └─user.slice
             └─user-1000.slice
               ├─session-2.scope
               │ ├─  851 lightdm --session-child 15 22
               │ ├─  885 qtile
               │ ├─  904 picom
               │ ├─  905 /usr/bin/pipewire
               │ ├─  908 /usr/bin/wireplumber
               │ ├─  955 urxvtd -q -o -f
               │ ├─ 1026 lxsession
               │ ├─ 1037 nm-applet
               │ ├─ 1038 pamac-tray
               │ ├─ 1047 lxpolkit
               │ ├─ 1051 lxclipboard
               │ ├─ 1064 /tmp/.mount_pcloud3n21zG/pcloud
               │ ├─ 1065 /usr/bin/ssh-agent -s
               │ ├─ 1068 /opt/pcloud/pcloud-drive-1.14.0-1.AppImage
               │ ├─ 1152 "/tmp/.mount_pcloud3n21zG/pcloud --type=zygote --no-sandbox"
               │ ├─ 1226 "/tmp/.mount_pcloud3n21zG/pcloud --type=renderer --no-sandbox --disable-gpu-compositing --service-pipe-token=D7E382B2EC73B2820C70BCD63190C440 --lang=en-US --app-path=/tmp/.mount_pcloud3n21zG/resources/app --node-integration=true --webview-tag=true --no-sandbox --background-color=#fff --num-raster-threads=4 --enable-main-frame-before-activation --enable-compositor-image-animations --service-request-channel-token=D7E382B2EC73B2820C70BCD63190C440 --renderer-client-id=5 --shared-files=v8_context_snapshot_data:100,v8_natives_data:101"
               │ ├─ 1236 "/tmp/.mount_pcloud3n21zG/pcloud --type=renderer --no-sandbox --disable-gpu-compositing --service-pipe-token=B6E76FFFA33CEC21317E6210A389F771 --lang=en-US --app-path=/tmp/.mount_pcloud3n21zG/resources/app --node-integration=true --webview-tag=true --no-sandbox --preload=/tmp/.mount_pcloud3n21zG/resources/app/node_modules/electron-notify/preload.js --background-color=#e6ffff --num-raster-threads=4 --enable-main-frame-before-activation --enable-compositor-image-animations --service-request-channel-token=B6E76FFFA33CEC21317E6210A389F771 --renderer-client-id=7 --shared-files=v8_context_snapshot_data:100,v8_natives_data:101"
               │ ├─ 1316 fusermount -o rw,nosuid,nodev,auto_unmount,fsname=pCloud.fs -- /home/gg/pCloudDrive
               │ ├─ 1608 pavucontrol
               │ ├─ 2000 strawberry
               │ ├─ 2008 /usr/bin/strawberry-tagreader /tmp/strawberry_334646866
               │ ├─ 2412 songrec gui
               │ ├─ 2965 goodvibes
               │ ├─ 3840 /opt/google/chrome/chrome
               │ ├─ 3844 cat
               │ ├─ 3845 cat
               │ ├─ 3847 /opt/google/chrome/chrome_crashpad_handler --monitor-self --monitor-self-annotation=ptype=crashpad-handler "--database=/home/gg/.config/google-chrome/Crash Reports" --metrics-dir=/home/gg/.config/google-chrome --url=https://clients2.google.com/cr/report --annotation=channel= "--annotation=lsb-release=Arch Linux" --annotation=plat=Linux --annotation=prod=Chrome_Linux --annotation=ver=118.0.5993.70 --initial-client-fd=5 --shared-client-connection
               │ ├─ 3849 /opt/google/chrome/chrome_crashpad_handler --no-periodic-tasks --monitor-self-annotation=ptype=crashpad-handler "--database=/home/gg/.config/google-chrome/Crash Reports" --url=https://clients2.google.com/cr/report --annotation=channel= "--annotation=lsb-release=Arch Linux" --annotation=plat=Linux --annotation=prod=Chrome_Linux --annotation=ver=118.0.5993.70 --initial-client-fd=4 --shared-client-connection
               │ ├─ 3855 "/opt/google/chrome/chrome --type=zygote --no-zygote-sandbox --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --change-stack-guard-on-fork=enable"
               │ ├─ 3856 "/opt/google/chrome/chrome --type=zygote --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --change-stack-guard-on-fork=enable"
               │ ├─ 3857 /opt/google/chrome/nacl_helper
               │ ├─ 3860 "/opt/google/chrome/chrome --type=zygote --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --change-stack-guard-on-fork=enable"
               │ ├─ 3882 "/opt/google/chrome/chrome --type=gpu-process --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --change-stack-guard-on-fork=enable --gpu-preferences=WAAAAAAAAAAgAAAEAAAAAAAAAAAAAAAAAABgAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAGAAAAAAAAAAYAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAIAAAAAAAAAA== --shared-files --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─ 3887 "/opt/google/chrome/chrome --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─ 3899 "/opt/google/chrome/chrome --type=utility --utility-sub-type=storage.mojom.StorageService --lang=en-US --service-sandbox-type=utility --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─ 3956 "/opt/google/chrome/chrome --type=renderer --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --extension-process --disable-nacl --origin-trial-disabled-features=WebGPU --change-stack-guard-on-fork=enable --lang=en-US --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=5 --time-ticks-at-unix-epoch=-1697289638135722 --launch-time-ticks=504558799 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─ 3978 "/opt/google/chrome/chrome --type=renderer --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --extension-process --disable-nacl --origin-trial-disabled-features=WebGPU --change-stack-guard-on-fork=enable --lang=en-US --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=6 --time-ticks-at-unix-epoch=-1697289638135722 --launch-time-ticks=504573532 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─ 3996 "/opt/google/chrome/chrome --type=renderer --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --extension-process --disable-nacl --origin-trial-disabled-features=WebGPU --change-stack-guard-on-fork=enable --lang=en-US --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=7 --time-ticks-at-unix-epoch=-1697289638135722 --launch-time-ticks=504581339 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─ 4014 "/opt/google/chrome/chrome --type=renderer --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --extension-process --disable-nacl --origin-trial-disabled-features=WebGPU --change-stack-guard-on-fork=enable --lang=en-US --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=8 --time-ticks-at-unix-epoch=-1697289638135722 --launch-time-ticks=504587863 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─ 4058 "/opt/google/chrome/chrome --type=broker"
               │ ├─ 4144 "/opt/google/chrome/chrome --type=renderer --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --disable-nacl --origin-trial-disabled-features=WebGPU --change-stack-guard-on-fork=enable --lang=en-US --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=18 --time-ticks-at-unix-epoch=-1697289638135722 --launch-time-ticks=508922935 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─ 5188 alacritty
               │ ├─ 5198 /bin/fish
               │ ├─ 6236 "/opt/google/chrome/chrome --type=renderer --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --disable-nacl --origin-trial-disabled-features=WebGPU --change-stack-guard-on-fork=enable --lang=en-US --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=24 --time-ticks-at-unix-epoch=-1697289638135722 --launch-time-ticks=905007577 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─ 9872 xterm
               │ ├─ 9874 fish
               │ ├─21628 geany
               │ ├─21666 /bin/bash
               │ ├─22300 "/opt/google/chrome/chrome --type=renderer --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --disable-nacl --origin-trial-disabled-features=WebGPU --change-stack-guard-on-fork=enable --lang=en-US --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=30 --time-ticks-at-unix-epoch=-1697289638135722 --launch-time-ticks=3862362469 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─23808 jgmenu
               │ ├─25814 "/opt/google/chrome/chrome --type=renderer --crashpad-handler-pid=3847 --enable-crash-reporter=d27d42fb-8029-4644-aaf4-93e1e71d2bee, --disable-nacl --origin-trial-disabled-features=WebGPU --change-stack-guard-on-fork=enable --lang=en-US --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=43 --time-ticks-at-unix-epoch=-1697289638135722 --launch-time-ticks=4564666964 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,8859368950648803265,3231081957509827116,262144"
               │ ├─28054 sudo systemctl status --no-pager -l
               │ ├─28055 sudo systemctl status --no-pager -l
               │ └─28056 systemctl status --no-pager -l
               └─user@1000.service
                 ├─app.slice
                 │ ├─dconf.service
                 │ │ └─3004 /usr/lib/dconf-service
                 │ ├─dunst.service
                 │ │ └─1289 /usr/bin/dunst
                 │ └─powerline-daemon.service
                 │   └─901 /usr/bin/python /usr/bin/powerline-daemon --foreground
                 ├─init.scope
                 │ ├─873 /usr/lib/systemd/systemd --user
                 │ └─874 "(sd-pam)"
                 └─session.slice
                   ├─at-spi-dbus-bus.service
                   │ ├─1100 /usr/lib/at-spi-bus-launcher
                   │ ├─1108 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 11 --address=unix:path=/run/user/1000/at-spi/bus_0
                   │ └─1137 /usr/lib/at-spi2-registryd --use-gnome-session
                   ├─dbus.service
                   │ └─891 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
                   ├─gvfs-afc-volume-monitor.service
                   │ └─2074 /usr/lib/gvfs-afc-volume-monitor
                   ├─gvfs-daemon.service
                   │ ├─922 /usr/lib/gvfsd
                   │ └─929 /usr/lib/gvfsd-fuse /run/user/1000/gvfs -f
                   ├─gvfs-goa-volume-monitor.service
                   │ └─2069 /usr/lib/gvfs-goa-volume-monitor
                   ├─gvfs-gphoto2-volume-monitor.service
                   │ └─2080 /usr/lib/gvfs-gphoto2-volume-monitor
                   ├─gvfs-metadata.service
                   │ └─20926 /usr/lib/gvfsd-metadata
                   ├─gvfs-mtp-volume-monitor.service
                   │ └─2064 /usr/lib/gvfs-mtp-volume-monitor
                   ├─gvfs-udisks2-volume-monitor.service
                   │ └─2035 /usr/lib/gvfs-udisks2-volume-monitor
                   └─pipewire-pulse.service
                     └─921 /usr/bin/pipewire-pulse
- Desktop - Arch Linux x86_64
CPU : i7-12700KF
GPU: NVIDIA T600
Audio : SSL 2+610
- Desktop - Arch Linux x86_64
CPU : Intel® Pentium® G4560
GPU : Intel HD graphics 610
- Laptop -HP Compaq 6830s - Arch Linux x86_64
CPU : Intel® Core™2 Duo T5870 × 2
GPU : AMD RV620
Avatar de l’utilisateur
Breizil29
yeomen
Messages : 229
Inscription : dim. 13 juin 2021, 15:04

Re: [pipewire] problèmes "degraded"

Message par Breizil29 »

Code : Tout sélectionner

 ╰─➜ sudo journalctl -b | grep -i pipewire
 
Oct 14 17:01:39 archlinux systemd[799]: Listening on PipeWire PulseAudio.
Oct 14 17:01:39 archlinux systemd[799]: Listening on PipeWire Multimedia System Socket.
Oct 14 17:01:43 archlinux systemd[894]: Listening on PipeWire PulseAudio.
Oct 14 17:01:43 archlinux systemd[894]: Listening on PipeWire Multimedia System Socket.
Oct 14 17:01:43 archlinux dbus-daemon[683]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.21' (uid=1000 pid=926 comm="/usr/bin/pipewire")
Oct 14 17:01:43 archlinux pipewire-pulse[927]: mod.protocol-pulse: server 0x55a315c34e70: socket '/run/user/1000/pulse/native' is in use
Oct 14 17:01:43 archlinux pipewire-pulse[927]: mod.protocol-pulse: pulse-server 0x55a315c346c0: failed to start server on 'unix:/run/user/1000/pulse/native': Address already in use
Oct 14 17:01:43 archlinux pipewire-pulse[927]: mod.protocol-pulse: 0x55a315c346c0: no servers could be started: Address already in use
Oct 14 17:01:43 archlinux pipewire-pulse[927]: pw.conf: 0x55a315bdfa80: could not load mandatory module "libpipewire-module-protocol-pulse": Address already in use
Oct 14 17:01:43 archlinux systemd[894]: Started PipeWire Multimedia Service.
Oct 14 17:01:43 archlinux systemd[894]: Started PipeWire PulseAudio.
Oct 14 17:01:43 archlinux pipewire-pulse[927]: default: failed to create context: Address already in use
Oct 14 17:01:43 archlinux pipewire[944]: mod.protocol-native: server 0x560aa537c4f0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 14 17:01:43 archlinux pipewire[944]: pw.conf: 0x560aa5334ad0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 14 17:01:43 archlinux pipewire[944]: default: failed to create context: Resource temporarily unavailable
Oct 14 17:01:43 archlinux systemd[894]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 14 17:01:43 archlinux systemd[894]: pipewire.service: Failed with result 'exit-code'.
Oct 14 17:01:43 archlinux wireplumber[945]: disconnected from pipewire
Oct 14 17:01:43 archlinux systemd[894]: pipewire.service: Scheduled restart job, restart counter is at 1.
Oct 14 17:01:43 archlinux systemd[894]: Started PipeWire Multimedia Service.
Oct 14 17:01:43 archlinux pipewire[1035]: mod.protocol-native: server 0x5600312be4f0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 14 17:01:43 archlinux pipewire[1035]: pw.conf: 0x560031276ad0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 14 17:01:43 archlinux pipewire[1035]: default: failed to create context: Resource temporarily unavailable
Oct 14 17:01:43 archlinux systemd[894]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 14 17:01:43 archlinux systemd[894]: pipewire.service: Failed with result 'exit-code'.
Oct 14 17:01:44 archlinux systemd[894]: pipewire.service: Scheduled restart job, restart counter is at 2.
Oct 14 17:01:44 archlinux systemd[894]: Started PipeWire Multimedia Service.
Oct 14 17:01:44 archlinux pipewire[1128]: mod.protocol-native: server 0x559ad49ca4f0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 14 17:01:44 archlinux pipewire[1128]: pw.conf: 0x559ad4982ad0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 14 17:01:44 archlinux pipewire[1128]: default: failed to create context: Resource temporarily unavailable
Oct 14 17:01:44 archlinux systemd[894]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 14 17:01:44 archlinux systemd[894]: pipewire.service: Failed with result 'exit-code'.
Oct 14 17:01:44 archlinux systemd[894]: pipewire.service: Scheduled restart job, restart counter is at 3.
Oct 14 17:01:44 archlinux systemd[894]: Started PipeWire Multimedia Service.
Oct 14 17:01:44 archlinux pipewire[1190]: mod.protocol-native: server 0x5588fab094f0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 14 17:01:44 archlinux pipewire[1190]: pw.conf: 0x5588faac1ad0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 14 17:01:44 archlinux pipewire[1190]: default: failed to create context: Resource temporarily unavailable
Oct 14 17:01:44 archlinux systemd[894]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 14 17:01:44 archlinux systemd[894]: pipewire.service: Failed with result 'exit-code'.
Oct 14 17:01:44 archlinux systemd[894]: pipewire.service: Scheduled restart job, restart counter is at 4.
Oct 14 17:01:44 archlinux systemd[894]: Started PipeWire Multimedia Service.
Oct 14 17:01:44 archlinux pipewire[1251]: mod.protocol-native: server 0x5654da4d04f0: unable to lock lockfile '/run/user/1000/pipewire-0.lock': Resource temporarily unavailable (maybe another daemon is running)
Oct 14 17:01:44 archlinux pipewire[1251]: pw.conf: 0x5654da488ad0: could not load mandatory module "libpipewire-module-protocol-native": Resource temporarily unavailable
Oct 14 17:01:44 archlinux pipewire[1251]: default: failed to create context: Resource temporarily unavailable
Oct 14 17:01:44 archlinux systemd[894]: pipewire.service: Main process exited, code=exited, status=245/KSM
Oct 14 17:01:44 archlinux systemd[894]: pipewire.service: Failed with result 'exit-code'.
Oct 14 17:01:45 archlinux systemd[894]: pipewire.service: Scheduled restart job, restart counter is at 5.
Oct 14 17:01:45 archlinux systemd[894]: pipewire.service: Start request repeated too quickly.
Oct 14 17:01:45 archlinux systemd[894]: pipewire.service: Failed with result 'exit-code'.
Oct 14 17:01:45 archlinux systemd[894]: Failed to start PipeWire Multimedia Service.
Oct 14 17:01:45 archlinux systemd[894]: pipewire.socket: Failed with result 'service-start-limit-hit'.
Oct 14 17:01:53 archlinux systemd[799]: Closed PipeWire PulseAudio.
Oct 14 17:01:53 archlinux systemd[799]: Closed PipeWire Multimedia System Socket.
- Desktop - Arch Linux x86_64
CPU : i7-12700KF
GPU: NVIDIA T600
Audio : SSL 2+610
- Desktop - Arch Linux x86_64
CPU : Intel® Pentium® G4560
GPU : Intel HD graphics 610
- Laptop -HP Compaq 6830s - Arch Linux x86_64
CPU : Intel® Core™2 Duo T5870 × 2
GPU : AMD RV620
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17238
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [pipewire] problèmes "degraded"

Message par benjarobin »

Il y a quelque chose qui lance /usr/bin/pipewire et /usr/bin/wireplumber "manuellement", et pas via le service systemd (user). Difficile de savoir comme cela. Mais oui ton système/configuration est bien tout cassé...
De plus la configuration de pipewire a été changé (Erreur à propos de mod.rt). Je ne pense pas que tu sois sur une Arch originel, si ? Cela ne serait pas une autre distribution à base d'Arch ?
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
Breizil29
yeomen
Messages : 229
Inscription : dim. 13 juin 2021, 15:04

Re: [pipewire] problèmes "degraded"

Message par Breizil29 »

@benjarobin as dit :
Il y a quelque chose qui lance /usr/bin/pipewire et /usr/bin/wireplumber "manuellement"
oui il y avait un fichier "autostart" qui faisait ça.

Code : Tout sélectionner

 ╰─➜ sudo journalctl -b | grep -i pipewire
 
Oct 14 18:03:28 archlinux systemd[796]: Listening on PipeWire PulseAudio.
Oct 14 18:03:28 archlinux systemd[796]: Listening on PipeWire Multimedia System Socket.
Oct 14 18:03:33 archlinux systemd[895]: Listening on PipeWire PulseAudio.
Oct 14 18:03:33 archlinux systemd[895]: Listening on PipeWire Multimedia System Socket.
Oct 14 18:03:34 archlinux systemd[895]: Started PipeWire Multimedia Service.
Oct 14 18:03:34 archlinux systemd[895]: Started PipeWire PulseAudio.
Oct 14 18:03:43 archlinux systemd[796]: Closed PipeWire PulseAudio.
Oct 14 18:03:43 archlinux systemd[796]: Closed PipeWire Multimedia System Socket.
De plus la configuration de pipewire a été changé (Erreur à propos de mod.rt)
J'ai installé "rtkit" tout à l'heure.
Je ne pense pas que tu sois sur une Arch originel, si ?
si toute fraíche, par contre j´ai mis le ".config" de Garuda Qtile.

Code : Tout sélectionner

Oct 14 18:03:43 archlinux systemd[796]: Closed PipeWire PulseAudio.
Oct 14 18:03:43 archlinux systemd[796]: Closed PipeWire Multimedia System Socket.
bien ou pas bien ?

Songrec ne fonctionne toujours pas.
- Desktop - Arch Linux x86_64
CPU : i7-12700KF
GPU: NVIDIA T600
Audio : SSL 2+610
- Desktop - Arch Linux x86_64
CPU : Intel® Pentium® G4560
GPU : Intel HD graphics 610
- Laptop -HP Compaq 6830s - Arch Linux x86_64
CPU : Intel® Core™2 Duo T5870 × 2
GPU : AMD RV620
Avatar de l’utilisateur
Breizil29
yeomen
Messages : 229
Inscription : dim. 13 juin 2021, 15:04

Re: [pipewire] problèmes "degraded"

Message par Breizil29 »

Code : Tout sélectionner

 ╰─➜ journalctl -p 3 -xb
Oct 14 18:03:23 archlinux kernel:
Oct 14 18:03:24 archlinux (udev-worker)[433]: event4: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
Oct 14 18:05:51 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.167': no such name
Oct 14 18:06:19 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.195': no such name
Oct 14 18:06:24 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.200': no such name
Oct 14 18:06:26 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.202': no such name
Oct 14 18:06:30 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.205': no such name
Oct 14 18:07:10 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.245': no such name
Oct 14 18:07:28 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.262': no such name
Oct 14 18:07:30 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.264': no such name
Oct 14 18:07:31 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.265': no such name
Oct 14 18:07:32 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.266': no such name
Oct 14 18:08:55 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.350': no such name
Oct 14 18:09:36 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.390': no such name
Oct 14 18:10:26 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.439': no such name
Oct 14 18:10:38 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.451': no such name
Oct 14 18:11:08 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.481': no such name
Oct 14 18:11:42 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.514': no such name
Oct 14 18:11:58 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.530': no such name
Oct 14 18:13:21 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.614': no such name
Oct 14 18:15:02 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.713': no such name
Oct 14 18:15:19 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.730': no such name
Oct 14 18:16:11 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.781': no such name
Oct 14 18:16:25 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.795': no such name
Oct 14 18:17:02 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.831': no such name
Oct 14 18:17:41 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.870': no such name
Oct 14 18:17:42 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.871': no such name
Oct 14 18:18:08 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.896': no such name
Oct 14 18:18:56 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.944': no such name
Oct 14 18:19:14 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.961': no such name
Oct 14 18:20:17 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1025': no such name
Oct 14 18:20:17 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1027': no such name
Oct 14 18:21:37 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1115': no such name
Oct 14 18:21:43 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1121': no such name
Oct 14 18:21:46 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1124': no such name
Oct 14 18:23:11 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1207': no such name
Oct 14 18:24:02 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1259': no such name
Oct 14 18:27:59 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1492': no such name
Oct 14 18:28:46 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1538': no such name
Oct 14 18:30:42 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1652': no such name
Oct 14 18:32:20 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1749': no such name
Oct 14 18:33:57 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1844': no such name
Oct 14 18:34:36 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1882': no such name
Oct 14 18:35:16 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1922': no such name
Oct 14 18:35:49 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.1954': no such name
Oct 14 18:36:41 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2005': no such name
Oct 14 18:38:16 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2099': no such name
Oct 14 18:42:30 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2349': no such name
Oct 14 18:43:45 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2423': no such name
Oct 14 18:44:10 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2448': no such name
Oct 14 18:45:04 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2503': no such name
Oct 14 18:45:04 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2505': no such name
Oct 14 18:45:09 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2514': no such name
Oct 14 18:45:24 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2534': no such name
Oct 14 18:45:31 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2543': no such name
Oct 14 18:45:31 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2545': no such name
Oct 14 18:45:34 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2551': no such name
Oct 14 18:45:35 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2553': no such name
Oct 14 18:45:39 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2559': no such name
Oct 14 18:45:39 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2561': no such name
Oct 14 18:45:43 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2567': no such name
Oct 14 18:45:43 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2569': no such name
Oct 14 18:45:48 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2576': no such name
Oct 14 18:45:48 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2578': no such name
Oct 14 18:47:05 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2663': no such name
Oct 14 18:47:30 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2691': no such name
Oct 14 18:47:57 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2720': no such name
Oct 14 18:48:44 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2770': no such name
Oct 14 18:48:44 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2772': no such name
Oct 14 18:49:39 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2831': no such name
Oct 14 18:50:07 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.2858': no such name
Oct 14 18:52:51 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3019': no such name
Oct 14 18:54:37 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3124': no such name
Oct 14 18:55:06 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3152': no such name
Oct 14 18:56:01 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3206': no such name
Oct 14 18:58:51 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3373': no such name
Oct 14 18:58:58 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3380': no such name
Oct 14 18:59:08 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3390': no such name
Oct 14 18:59:11 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3393': no such name
Oct 14 18:59:50 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3431': no such name
Oct 14 19:00:23 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3464': no such name
Oct 14 19:00:41 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3481': no such name
Oct 14 19:01:03 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3503': no such name
Oct 14 19:02:58 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3616': no such name
Oct 14 19:02:59 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3617': no such name
Oct 14 19:03:08 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3626': no such name
Oct 14 19:04:56 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3732': no such name
Oct 14 19:04:57 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3733': no such name
Oct 14 19:06:42 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3836': no such name
Oct 14 19:07:08 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3862': no such name
Oct 14 19:07:38 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.3891': no such name
Oct 14 19:10:17 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4048': no such name
Oct 14 19:11:07 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4097': no such name
Oct 14 19:14:21 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4288': no such name
Oct 14 19:14:31 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4297': no such name
Oct 14 19:17:27 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4470': no such name
Oct 14 19:17:51 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4494': no such name
Oct 14 19:17:59 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4502': no such name
Oct 14 19:18:09 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4512': no such name
Oct 14 19:22:35 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4773': no such name
Oct 14 19:22:37 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4775': no such name
Oct 14 19:22:39 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4777': no such name
Oct 14 19:22:40 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4778': no such name
Oct 14 19:23:23 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4824': no such name
Oct 14 19:24:26 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4886': no such name
Oct 14 19:24:53 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4913': no such name
Oct 14 19:25:49 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.4968': no such name
Oct 14 19:26:24 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5002': no such name
Oct 14 19:27:27 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5064': no such name
Oct 14 19:28:42 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5137': no such name
Oct 14 19:32:04 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5335': no such name
Oct 14 19:32:34 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5365': no such name
Oct 14 19:32:56 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5386': no such name
Oct 14 19:36:58 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5633': no such name
Oct 14 19:37:14 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5648': no such name
Oct 14 19:38:48 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5741': no such name
Oct 14 19:39:42 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5794': no such name
Oct 14 19:40:09 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5820': no such name
Oct 14 19:40:28 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5839': no such name
Oct 14 19:41:12 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5882': no such name
Oct 14 19:42:32 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5960': no such name
Oct 14 19:42:36 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5964': no such name
Oct 14 19:42:40 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5968': no such name
Oct 14 19:42:47 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5975': no such name
Oct 14 19:43:03 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.5991': no such name
Oct 14 19:44:47 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6092': no such name
Oct 14 19:45:11 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6116': no such name
Oct 14 19:46:14 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6178': no such name
Oct 14 19:47:48 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6270': no such name
Oct 14 19:47:52 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6274': no such name
Oct 14 19:47:55 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6277': no such name
Oct 14 19:48:11 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6292': no such name
Oct 14 19:48:37 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6318': no such name
Oct 14 19:51:08 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6466': no such name
Oct 14 19:52:38 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6554': no such name
Oct 14 19:54:11 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6646': no such name
Oct 14 19:56:53 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6805': no such name
Oct 14 19:57:14 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6826': no such name
Oct 14 19:58:15 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6886': no such name
Oct 14 19:59:03 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.6933': no such name
Oct 14 20:00:27 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.7015': no such name
Oct 14 20:00:49 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.7037': no such name
Oct 14 20:00:52 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.7040': no such name
Oct 14 20:01:48 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.7095': no such name
Oct 14 20:05:06 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.7291': no such name
Oct 14 20:05:11 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.7296': no such name
Oct 14 20:06:17 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.7361': no such name
Oct 14 20:06:40 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.7383': no such name
Oct 14 20:08:28 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.7490': no such name
Oct 14 20:13:48 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.7805': no such name
Oct 14 20:18:04 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8056': no such name
Oct 14 20:18:36 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8088': no such name
Oct 14 20:20:02 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8172': no such name
Oct 14 20:22:59 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8347': no such name
Oct 14 20:23:17 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8364': no such name
Oct 14 20:23:51 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8398': no such name
Oct 14 20:26:29 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8553': no such name
Oct 14 20:30:01 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8762': no such name
Oct 14 20:30:02 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8763': no such name
Oct 14 20:30:14 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8775': no such name
Oct 14 20:30:19 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8780': no such name
Oct 14 20:30:45 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8805': no such name
Oct 14 20:32:09 archlinux rtkit-daemon[1177]: dbus_message_get_unix_user() failed: Could not get UID of name ':1.8888': no such name
Oct 14 20:34:49 archlinux (udev-worker)[52726]: event4: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
Oct 14 20:35:11 archlinux (udev-worker)[60204]: event4: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
lines 107-165/165 (END)
Du coup j'ai voulu supprimer "rtkit" mais pipewire en as besoin, je ne sais pas quoi faire.

Songrec fonctionne
- Desktop - Arch Linux x86_64
CPU : i7-12700KF
GPU: NVIDIA T600
Audio : SSL 2+610
- Desktop - Arch Linux x86_64
CPU : Intel® Pentium® G4560
GPU : Intel HD graphics 610
- Laptop -HP Compaq 6830s - Arch Linux x86_64
CPU : Intel® Core™2 Duo T5870 × 2
GPU : AMD RV620
Avatar de l’utilisateur
Breizil29
yeomen
Messages : 229
Inscription : dim. 13 juin 2021, 15:04

Re: [pipewire] problèmes "degraded"

Message par Breizil29 »

supprimer "rtkit"

Code : Tout sélectionner

 ╰─➜ journalctl -p 3 -xb
Oct 15 06:30:18 archlinux kernel:
Oct 15 06:30:19 archlinux (udev-worker)[470]: event4: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
- Desktop - Arch Linux x86_64
CPU : i7-12700KF
GPU: NVIDIA T600
Audio : SSL 2+610
- Desktop - Arch Linux x86_64
CPU : Intel® Pentium® G4560
GPU : Intel HD graphics 610
- Laptop -HP Compaq 6830s - Arch Linux x86_64
CPU : Intel® Core™2 Duo T5870 × 2
GPU : AMD RV620
Avatar de l’utilisateur
Breizil29
yeomen
Messages : 229
Inscription : dim. 13 juin 2021, 15:04

Re: [pipewire] problèmes "degraded"

Message par Breizil29 »

RESOLU
MERCI @benjarobin
- Desktop - Arch Linux x86_64
CPU : i7-12700KF
GPU: NVIDIA T600
Audio : SSL 2+610
- Desktop - Arch Linux x86_64
CPU : Intel® Pentium® G4560
GPU : Intel HD graphics 610
- Laptop -HP Compaq 6830s - Arch Linux x86_64
CPU : Intel® Core™2 Duo T5870 × 2
GPU : AMD RV620
Répondre