#1 Le 22/07/2025, à 00:55
- tim972
Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Bonjour,
après de nombreuses recherches dans la documentation et sur le forum Ubuntu, ainsi que sur Google, mon problème de son n’est toujours pas résolu. Je me permets donc de l’exposer ici, peut-être que quelqu’un pourra m’aider.
J'ai un problème de son sur Ubuntu 24.04 lorsque je redémarre mon ordi depuis Windows 11 vers Ubuntu (j’ai un dual-boot Windows/Ubuntu).
Mon problème est le suivant : le son fonctionne d'abord normalement pendant environ 1 seconde puis diminue progressivement de manière robotique/saccadée jusqu'à être désactivé complètement.
De plus, au bout d'un certain temps, il revient à la normale et répète le même processus d'extinction progressif (sauf si aucun son n'est diffusé par mon ordi, dans ce cas là le processus ne se déclenche que lorsque l’ordinateur essaie de diffuser à nouveau un son).
J'ai Alsa et Pipewire sur mon ordi, le son n’est pas mute sur Alsa et ma carte son est détectée.
Le son fonctionne cependant très bien lorsque je connecte une enceinte Bluetooth et le problème ne survient que lorsque je fais un redémarrage depuis Windows (je n’ai d’ailleurs aucun problème de son sur Windows), donc je pense que le problème vient d’un pilote mal configuré au redémarrage depuis Windows. Pourtant j'ai le fastboot désactivé dans le bios et dans Windows 11 donc je ne comprends pas bien d'où ça vient.
Voici les spécifications de mon matériel :
Modèle d’ordi : Asus Zenbook 14 UX433FAC
Carte son : Intel Comet Lake PCH-LP cAVS
Version d’Alsa installée : ALSA Driver Version k6.14.0-24-generic.
Version de l’OS : Ubuntu 24.04 (et Windows 11)
DISTRIB_ID=Ubuntu DISTRIB_RELEASE=24.04 DISTRIB_CODENAME=noble DISTRIB_DESCRIPTION="Ubuntu 24.04.2 LTS"
Version du noyau : 6.14.0-24-generic
J'ai également un problème similaire lorsque j'éteins mon ordi depuis Windows (au lieu d’un redémarrage) puis que je le rallume vers Ubuntu, où là il semble que c'est le pilote wifi qui ne fonctionne plus bien mais j'essaie de régler en priorité le problème de son, je ferai un autre post si besoin pour le problème de wifi.
Quelqu’un sait-il comment résoudre ce problème ?
Hors ligne
#2 Le 22/07/2025, à 08:26
- xubu1957
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Bonjour,
Vu la Doc pipewire, montre :
wpctl status
d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
et :
ls -l /var/crash
en te servant du Retour utilisable de commande.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#3 Le 22/07/2025, à 12:04
- tim972
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Ci-dessous les retours des 3 commandes :
timothee-nl@timothee-nl-ZenBook:~$ wpctl status
PipeWire 'pipewire-0' [1.0.5, timothee-nl@timothee-nl-ZenBook, cookie:446497670]
└─ Clients:
32. xdg-desktop-portal [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:3781]
33. Mutter [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:3158]
34. libcanberra [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:3309]
36. gsd-power [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:3311]
37. speech-dispatcher-dummy [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:33086]
38. WirePlumber [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:24415]
39. WirePlumber [export] [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:24415]
63. gnome-shell [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:3158]
64. GNOME Shell Volume Control [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:3158]
65. GNOME Volume Control Media Keys [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:3309]
79. Firefox [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:78043]
98. wpctl [1.0.5, timothee-nl@timothee-nl-ZenBook, pid:80643]
Audio
├─ Devices:
│ 50. Built-in Audio [alsa]
│
├─ Sinks:
│ * 55. Built-in Audio Stéréo analogique [vol: 1.00]
│
├─ Sink endpoints:
│
├─ Sources:
│ * 56. Built-in Audio Stéréo analogique [vol: 1.00]
│
├─ Source endpoints:
│
└─ Streams:
67. speech-dispatcher-dummy
71. output_FL > ALC294 Analog:playback_FL [init]
72. output_FR > ALC294 Analog:playback_FR [init]
Video
├─ Devices:
│ 46. USB2.0 HD IR UVC WebCam [v4l2]
│ 47. USB2.0 HD IR UVC WebCam [v4l2]
│ 48. USB2.0 HD IR UVC WebCam [v4l2]
│ 49. USB2.0 HD IR UVC WebCam [v4l2]
│
├─ Sinks:
│
├─ Sink endpoints:
│
├─ Sources:
│ * 51. USB2.0 HD IR UVC WebCam (V4L2)
│ 53. USB2.0 HD IR UVC WebCam (V4L2)
│
├─ Source endpoints:
│
└─ Streams:
Settings
└─ Default Configured Node Names:
0. Audio/Sink alsa_output.usb-HP__Inc_HyperX_Cloud_Stinger_Core_Wireless_DTS_000000000000-00.analog-stereo
1. Audio/Source alsa_input.usb-HP__Inc_HyperX_Cloud_Stinger_Core_Wireless_DTS_000000000000-00.mono-fallback
timothee-nl@timothee-nl-ZenBook:~$
timothee-nl@timothee-nl-ZenBook:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-================================================-=========================================-============-================================================================================
rc gnome-browser-connector 42.1-4 all GNOME Shell extensions integration for web browsers
rc linux-image-6.11.0-17-generic 6.11.0-17.17~24.04.2 amd64 Signed kernel image generic
rc linux-image-6.11.0-19-generic 6.11.0-19.19~24.04.1 amd64 Signed kernel image generic
rc linux-image-6.11.0-26-generic 6.11.0-26.26~24.04.1 amd64 Signed kernel image generic
rc linux-image-6.8.0-45-generic 6.8.0-45.45 amd64 Signed kernel image generic
rc linux-image-6.8.0-47-generic 6.8.0-47.47 amd64 Signed kernel image generic
rc linux-image-6.8.0-49-generic 6.8.0-49.49 amd64 Signed kernel image generic
rc linux-modules-6.11.0-17-generic 6.11.0-17.17~24.04.2 amd64 Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP
rc linux-modules-6.11.0-19-generic 6.11.0-19.19~24.04.1 amd64 Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP
rc linux-modules-6.11.0-26-generic 6.11.0-26.26~24.04.1 amd64 Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP
rc linux-modules-6.8.0-45-generic 6.8.0-45.45 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc linux-modules-6.8.0-47-generic 6.8.0-47.47 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc linux-modules-6.8.0-49-generic 6.8.0-49.49 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc linux-modules-extra-6.11.0-17-generic 6.11.0-17.17~24.04.2 amd64 Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP
rc linux-modules-extra-6.11.0-19-generic 6.11.0-19.19~24.04.1 amd64 Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP
rc linux-modules-extra-6.11.0-26-generic 6.11.0-26.26~24.04.1 amd64 Linux kernel extra modules for version 6.11.0 on 64 bit x86 SMP
rc linux-modules-extra-6.8.0-45-generic 6.8.0-45.45 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc linux-modules-extra-6.8.0-47-generic 6.8.0-47.47 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc linux-modules-extra-6.8.0-49-generic 6.8.0-49.49 amd64 Linux kernel extra modules for version 6.8.0 on 64 bit x86 SMP
rc pulseaudio 1:16.1+dfsg1-2ubuntu10.1 amd64 PulseAudio sound server
rc xsysinfo 1.7-10build2 amd64 display some Linux kernel parameters in graphical form
timothee-nl@timothee-nl-ZenBook:~$
timothee-nl@timothee-nl-ZenBook:~$ ls -l /var/crash
total 22160
-rw-r----- 1 timothee-nl whoopsie 4098363 juil. 20 18:43 _usr_bin_file-roller.1000.crash
-rw-r----- 1 timothee-nl whoopsie 6702604 juil. 20 18:43 _usr_bin_gnome-software.1000.crash
-rw-r----- 1 timothee-nl whoopsie 1988773 juil. 20 18:44 _usr_bin_nautilus.1000.crash
-rw-rw-r-- 1 timothee-nl whoopsie 0 juil. 20 18:44 _usr_bin_nautilus.1000.upload
-rw-r----- 1 timothee-nl whoopsie 5264914 juil. 15 21:17 _usr_bin_qt5ct.1000.crash
-rw-r----- 1 timothee-nl whoopsie 2633445 juil. 20 18:43 _usr_libexec_gnome-terminal-server.1000.crash
-rw-r----- 1 timothee-nl whoopsie 176060 juil. 20 18:43 _usr_libexec_gvfsd-metadata.1000.crash
-rw-r----- 1 timothee-nl whoopsie 1816142 juil. 20 18:43 _usr_libexec_tracker-extract-3.1000.crash
timothee-nl@timothee-nl-ZenBook:~$
Hors ligne
#4 Le 28/07/2025, à 17:04
- tim972
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Bonjour,
Vu la Doc pipewire, montre :
wpctl status
d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
et :
ls -l /var/crash
en te servant du Retour utilisable de commande.
Alors ? Est-ce que ma précédente réponse t'a donné une idée d'où pouvait venir le problème ?
Hors ligne
#5 Le 28/07/2025, à 17:10
- xubu1957
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Bonjour,
J'avais zappé la réponse !
Pour purger les résidus de configuration marqués "rc" :
sudo apt purge ~c
comme expliqué à la machine à café et rajouté dans ce message
Donne aussi la liste des anomalies de démarrage :
journalctl --no-pager -b -p err
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#6 Le 28/07/2025, à 18:24
- tim972
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Pas de problème, c'est déjà très sympa de m'aider.
J'ai donc purgé les résidus de configuration sans problème.
Et voici la liste des anomalies de démarrage comme demandé (vu le nombre de trucs qui apparaissent en rouge dans mon terminal, le problème vient sûrement de là) :
timothee-nl@timothee-nl-ZenBook:~$ journalctl --no-pager -b -p err
juil. 28 18:08:47 timothee-nl-ZenBook kernel: x86/cpu: SGX disabled or unsupported by BIOS.
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.I2C1.TPL1], AE_NOT_FOUND (20240827/dswload2-162)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR1._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR1._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR2._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.USR2._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20240827/dswload2-326)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\DPPP], AE_NOT_FOUND (20240827/psargs-332)
juil. 28 18:08:47 timothee-nl-ZenBook kernel: ACPI Error: Aborting method \_SB.IETM.IDSP due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
juil. 28 18:08:49 timothee-nl-ZenBook bluetoothd[1123]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
juil. 28 18:08:49 timothee-nl-ZenBook bluetoothd[1123]: sap-server: Operation not permitted (1)
juil. 28 18:08:50 timothee-nl-ZenBook kernel: ACPI BIOS Error (bug): Could not resolve symbol [\DPPP], AE_NOT_FOUND (20240827/psargs-332)
juil. 28 18:08:50 timothee-nl-ZenBook kernel: ACPI Error: Aborting method \_SB.IETM.IDSP due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
juil. 28 18:08:50 timothee-nl-ZenBook kernel: ACPI Error: Aborting method \_SB.IETM._OSC due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
juil. 28 18:08:50 timothee-nl-ZenBook acvpnagent[1176]: Function: getTargetPath File: ../../vpn/Common/Utility/DeviceID.cpp Line: 616 /dev/nvme0n1p5 is not a link
juil. 28 18:08:50 timothee-nl-ZenBook acvpnagent[1176]: Function: getTargetPath File: ../../vpn/Common/Utility/DeviceID.cpp Line: 616 /dev/nvme0n1p5 is not a link
juil. 28 18:08:50 timothee-nl-ZenBook acvpnagent[1176]: Function: getTargetPath File: ../../vpn/Common/Utility/DeviceID.cpp Line: 616 /dev/nvme0n1p5 is not a link
juil. 28 18:08:50 timothee-nl-ZenBook acvpnagent[1176]: Function: startParser File: ../../vpn/Common/Xml/CVCSaxParser.cpp Line: 171 Invoked Function: xmlCreateFileParserCtxt Return Code: -33554427 (0xFE000005) Description: GLOBAL_ERROR_NULL_POINTER
juil. 28 18:08:50 timothee-nl-ZenBook acvpnagent[1176]: Function: LoadSettingsFromXmlFile File: ../../vpn/PhoneHome/PhoneHomeAgent.cpp Line: 626 Invoked Function: XmlParser::parseFile Return Code: -33554423 (0xFE000009) Description: GLOBAL_ERROR_UNEXPECTED
juil. 28 18:08:50 timothee-nl-ZenBook acvpnagent[1176]: Function: getTargetPath File: ../../vpn/Common/Utility/DeviceID.cpp Line: 616 /dev/nvme0n1p5 is not a link
juil. 28 18:08:55 timothee-nl-ZenBook acvpnagent[1176]: Function: InitNSS File: ../../vpn/CommonCrypt/Certificates/NSSCertUtils.cpp Line: 343 Invoked Function: CNSSCertUtils::getCertDBPath Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:08:55 timothee-nl-ZenBook acvpnagent[1176]: Function: CNSSCertStore File: ../../vpn/CommonCrypt/Certificates/NSSCertStore.cpp Line: 52 Invoked Function: CNSSCertUtils::InitNSS Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:08:55 timothee-nl-ZenBook acvpnagent[1176]: Function: addNSSStore File: ../../vpn/CommonCrypt/Certificates/CollectiveCertStore.cpp Line: 1910 Invoked Function: CNSSCertStore::CNSSCertStore Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:09:02 timothee-nl-ZenBook acvpnagent[1176]: Function: InitNSS File: ../../vpn/CommonCrypt/Certificates/NSSCertUtils.cpp Line: 343 Invoked Function: CNSSCertUtils::getCertDBPath Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:09:02 timothee-nl-ZenBook acvpnagent[1176]: Function: CNSSCertStore File: ../../vpn/CommonCrypt/Certificates/NSSCertStore.cpp Line: 52 Invoked Function: CNSSCertUtils::InitNSS Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:09:02 timothee-nl-ZenBook acvpnagent[1176]: Function: addNSSStore File: ../../vpn/CommonCrypt/Certificates/CollectiveCertStore.cpp Line: 1910 Invoked Function: CNSSCertStore::CNSSCertStore Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:09:19 timothee-nl-ZenBook gdm-password][2579]: gkr-pam: unable to locate daemon control file
juil. 28 18:09:20 timothee-nl-ZenBook gdm3[1467]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juil. 28 18:09:21 timothee-nl-ZenBook systemd[2589]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-2873.scope - Application launched by gnome-session-binary.
juil. 28 18:09:21 timothee-nl-ZenBook systemd[2589]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-2867.scope - Application launched by gnome-session-binary.
juil. 28 18:09:21 timothee-nl-ZenBook systemd[2589]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-2871.scope - Application launched by gnome-session-binary.
juil. 28 18:09:22 timothee-nl-ZenBook systemd[2589]: Failed to start app-gnome-im\x2dlaunch-3112.scope - Application launched by gnome-session-binary.
juil. 28 18:09:22 timothee-nl-ZenBook systemd[2589]: Failed to start app-gnome-snap\x2duserd\x2dautostart-3066.scope - Application launched by gnome-session-binary.
juil. 28 18:09:23 timothee-nl-ZenBook gdm3[1467]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juil. 28 18:09:33 timothee-nl-ZenBook acvpnagent[1176]: Function: InitNSS File: ../../vpn/CommonCrypt/Certificates/NSSCertUtils.cpp Line: 343 Invoked Function: CNSSCertUtils::getCertDBPath Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:09:33 timothee-nl-ZenBook acvpnagent[1176]: Function: CNSSCertStore File: ../../vpn/CommonCrypt/Certificates/NSSCertStore.cpp Line: 52 Invoked Function: CNSSCertUtils::InitNSS Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:09:33 timothee-nl-ZenBook acvpnagent[1176]: Function: addNSSStore File: ../../vpn/CommonCrypt/Certificates/CollectiveCertStore.cpp Line: 1910 Invoked Function: CNSSCertStore::CNSSCertStore Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:10:05 timothee-nl-ZenBook acvpnagent[1176]: Function: InitNSS File: ../../vpn/CommonCrypt/Certificates/NSSCertUtils.cpp Line: 343 Invoked Function: CNSSCertUtils::getCertDBPath Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:10:05 timothee-nl-ZenBook acvpnagent[1176]: Function: CNSSCertStore File: ../../vpn/CommonCrypt/Certificates/NSSCertStore.cpp Line: 52 Invoked Function: CNSSCertUtils::InitNSS Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:10:05 timothee-nl-ZenBook acvpnagent[1176]: Function: addNSSStore File: ../../vpn/CommonCrypt/Certificates/CollectiveCertStore.cpp Line: 1910 Invoked Function: CNSSCertStore::CNSSCertStore Return Code: -31457278 (0xFE200002) Description: CERTSTORE_ERROR_BAD_PARAMETER
juil. 28 18:13:51 timothee-nl-ZenBook acvpnagent[1176]: Function: GetSettings File: ../../vpn/Agent/ServicePluginMgr.cpp Line: 289 m_pIServicePlugin is NULL
juil. 28 18:13:51 timothee-nl-ZenBook acvpnagent[1176]: Function: GetSettings File: ../../vpn/Agent/ServicePluginMgr.cpp Line: 289 m_pIServicePlugin is NULL
juil. 28 18:13:51 timothee-nl-ZenBook acvpnagent[1176]: Function: GetSettings File: ../../vpn/Agent/ServicePluginMgr.cpp Line: 289 m_pIServicePlugin is NULL
juil. 28 18:13:51 timothee-nl-ZenBook acvpnagent[1176]: Function: GetSettings File: ../../vpn/Agent/ServicePluginMgr.cpp Line: 289 m_pIServicePlugin is NULL
juil. 28 18:13:51 timothee-nl-ZenBook acvpnagent[1176]: Function: GetSettings File: ../../vpn/Agent/ServicePluginMgr.cpp Line: 289 m_pIServicePlugin is NULL
timothee-nl@timothee-nl-ZenBook:~$
Hors ligne
#7 Le 28/07/2025, à 19:03
- xubu1957
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Montre :
snap list
Entre la ritournelle > [résolu]ACPI BIOS ERROR AE_NOT_FOUND lors du démarrage 22.04, et ces infos, c'est pas évident.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#8 Le 28/07/2025, à 20:05
- tim972
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Voilà le résultat :
timothee-nl@timothee-nl-ZenBook:~$ snap list
Nom Version Révision Suivi Éditeur Notes
bare 1.0 5 latest/stable canonical✓ base
bitwarden 2025.7.0 144 latest/stable bitwarden✓ -
code cb0c47c0 199 latest/stable vscode✓ classic
core18 20250616 2923 latest/stable canonical✓ base
core20 20250526 2599 latest/stable canonical✓ base
core22 20250612 2045 latest/stable canonical✓ base
core24 20250618 1055 latest/stable canonical✓ base
curl 8.15.0 2324 latest/stable aoilinux -
discord 0.0.102 247 latest/stable snapcrafters✪ -
docker 28.1.1+1 3265 latest/stable canonical✓ -
firefox 141.0-2 6565 latest/stable mozilla✓ -
firmware-updater 0+git.22198be 167 1/stable/… canonical✓ -
gnome-3-28-1804 3.28.0-19-g98f9e67.98f9e67 198 latest/stable canonical✓ -
gnome-42-2204 0+git.38ea591 202 latest/stable/… canonical✓ -
gtk-common-themes 0.1-81-g442e511 1535 latest/stable/… canonical✓ -
snap-store 0+git.90575829 1270 2/stable/… canonical✓ -
snapd 2.70 24792 latest/stable canonical✓ snapd
snapd-desktop-integration 0.9 315 latest/stable/… canonical✓ -
thunderbird 128.12.0esr-1 751 latest/stable canonical✓ -
timothee-nl@timothee-nl-ZenBook:~$
Mais c'est vrai que ça a l'air un peu chiant ces histoires d'ACPI mal implémenté intentionnellement par Microsoft...
Hors ligne
#9 Le 28/07/2025, à 20:23
- xubu1957
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Dans reddit.com/r/techsupport/comments/l0wc3b/audio_fades_out_when_source_is_quiet_and_cuts, il était fait mention de discord.
Dernière modification par xubu1957 (Le 28/07/2025, à 20:23)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#10 Le 28/07/2025, à 21:18
- tim972
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Malheureusement, tous les messages du post Reddit sont destinés à des utilisateurs Windows exclusivement donc ça ne m'aide pas vraiment. J'ai quand même essayé les différentes solutions proposées sur mon Windows du coup, mais ça n'a eu aucune incidence sur le problème du côté d'Ubuntu
Hors ligne
#11 Le 28/07/2025, à 21:21
- xubu1957
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
En lançant en commande :
firefox
ressort-il un message d'erreur ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#12 Le 28/07/2025, à 21:31
- tim972
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Juste ça :
timothee-nl@timothee-nl-ZenBook:~$ firefox
Gtk-Message: 21:21:47.360: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
timothee-nl@timothee-nl-ZenBook:~$
Mais ça ne m'a pas l'air lié au son.
J'ai essayé aussi de lancer Discord direct en ligne de commande au cas où vu que j'ai pas encore essayé, et ça m'a donné ça :
timothee-nl@timothee-nl-ZenBook:~$ discord
Discord 0.0.102
Gtk-Message: 21:28:50.140: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
(Discord:8268): Gtk-WARNING **: 21:28:50.210: GTK+ module /snap/discord/247/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.
Gtk-Message: 21:28:50.210: Failed to load module "canberra-gtk-module"
(Discord:8268): Gtk-WARNING **: 21:28:50.211: GTK+ module /snap/discord/247/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded.
GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported.
Gtk-Message: 21:28:50.211: Failed to load module "canberra-gtk-module"
[8268:0728/212850.231783:ERROR:zygote_host_impl_linux.cc(283)] Failed to adjust OOM score of renderer with pid 8377: Permission denied (13)
(electron) 'session.getPreloads' is deprecated and will be removed. Please use 'session.getPreloadScripts' instead.
(electron) 'session.setPreloads' is deprecated and will be removed. Please use 'session.registerPreloadScript' instead.
Starting app.
Starting updater.
7/28/2025, 9:28:50 PM GMT+2 [Modules] Modules initializing
7/28/2025, 9:28:50 PM GMT+2 [Modules] Distribution: remote
7/28/2025, 9:28:50 PM GMT+2 [Modules] Host updates: disabled
7/28/2025, 9:28:50 PM GMT+2 [Modules] Module updates: enabled
7/28/2025, 9:28:50 PM GMT+2 [Modules] Module install path: /home/timothee-nl/snap/discord/247/.config/discord/0.0.102/modules
7/28/2025, 9:28:50 PM GMT+2 [Modules] Module installed file path: /home/timothee-nl/snap/discord/247/.config/discord/0.0.102/modules/installed.json
7/28/2025, 9:28:50 PM GMT+2 [Modules] Module download path: /home/timothee-nl/snap/discord/247/.config/discord/0.0.102/modules/pending
splashScreen.initSplash(false)
CDM component API found
blackbox: 7/28/2025, 9:28:50 PM GMT+2 0
----------------------------------------------
CDM completed with status: cdm-ready-success
blackbox: 7/28/2025, 9:28:50 PM GMT+2 1 Discord starting: {"releaseChannel":"stable","version":"0.0.102"}, modulepath: /home/timothee-nl/snap/discord/247/.config/discord/0.0.102/modules
blackbox: 7/28/2025, 9:28:50 PM GMT+2 2 ✅ webContents.created web1 ""
blackbox: 7/28/2025, 9:28:50 PM GMT+2 3 ✅ window.created win1 "discord"
(electron) 'console-message' arguments are deprecated and will be removed. Please use Event<WebContentsConsoleMessageEventParams> object instead.
21:28:50.579 › DiscordSplash.signalReady
splashScreen: SPLASH_SCREEN_READY
splashScreen.webContentsSend: SPLASH_SCREEN_QUOTE SPLASH_SCREEN_QUOTE [ 'Hold Tight — Loading Discord' ]
7/28/2025, 9:28:50 PM GMT+2 [Modules] No updates to install
splashScreen: no-pending-updates
7/28/2025, 9:28:50 PM GMT+2 [Modules] Host is up to date.
7/28/2025, 9:28:50 PM GMT+2 [Modules] Checking for module updates at https://discord.com/api/modules/stable/versions.json
splashScreen: checking-for-updates
splashScreen.updateSplashState checking-for-updates checking-for-updates {}
splashScreen.webContentsSend: SPLASH_UPDATE_STATE SPLASH_UPDATE_STATE [ { status: 'checking-for-updates' } ]
21:28:50.610 › DiscordSplash.onStateUpdate: {"status":"checking-for-updates"}
21:28:50.611 › Splash.onStateUpdate: {"status":"checking-for-updates"}
blackbox: 7/28/2025, 9:28:50 PM GMT+2 4 ✅ webContents.did-finish-load web1
7/28/2025, 9:28:50 PM GMT+2 [Modules] No module updates available.
splashScreen: update-check-finished true 0 false
splashScreen.launchMainWindow: false
Optional module ./ElectronTestRpc was not included.
Clearing GPU cache...
splashScreen.updateSplashState launching launching {}
splashScreen.webContentsSend: SPLASH_UPDATE_STATE SPLASH_UPDATE_STATE [ { status: 'launching' } ]
blackbox: 7/28/2025, 9:28:50 PM GMT+2 5 ✅ webContents.created web2 ""
21:28:50.769 › DiscordSplash.onStateUpdate: {"status":"launching"}
21:28:50.770 › Splash.onStateUpdate: {"status":"launching"}
[8268:0728/212850.770733:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.login1.Manager.Inhibit: object_path= /org/freedesktop/login1: org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender=":1.403" (uid=1000 pid=8268 comm="/snap/discord/247/usr/share/discord/Discord --use-" label="snap.discord.discord (enforce)") interface="org.freedesktop.login1.Manager" member="Inhibit" error name="(unset)" requested_reply="0" destination="org.freedesktop.login1" (uid=0 pid=1134 comm="/usr/lib/systemd/systemd-logind" label="unconfined")
Clearing code cache...
[8268:0728/212850.774958:ERROR:atom_cache.cc(230)] Add WM_CHANGE_STATE to kAtomsToCache
blackbox: 7/28/2025, 9:28:50 PM GMT+2 6 ✅ window.created win2 "Discord"
21:28:51.394 › [FAST CONNECT] wss://gateway.discord.gg/?encoding=etf&v=9&compress=zstd-stream, encoding: etf, version: 9
21:28:51.578 › Splash.updateCountdownSeconds: undefined
21:28:51.675 › [FAST CONNECT] connected in 280ms
blackbox: 7/28/2025, 9:28:51 PM GMT+2 7 ✅ webContents.did-finish-load web2
21:28:51.870 › [libdiscore] [experiment_manager] Loaded experiments from cache
21:28:51.882 › [libdiscore] [BlockedDomainsStore] Deserialized 38833 hashes, revision 1583
21:28:52.064 › [KvStore] GuildStore initialized in mode: typescript
21:28:52.255 › Initializing voice engine with audio subsystem: standard
[8268:0728/212852.516025:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.Secret.Service.ReadAlias: object_path= /org/freedesktop/secrets: org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender=":1.168" (uid=1000 pid=8268 comm="/snap/discord/247/usr/share/discord/Discord --use-" label="snap.discord.discord (enforce)") interface="org.freedesktop.Secret.Service" member="ReadAlias" error name="(unset)" requested_reply="0" destination="org.freedesktop.secrets" (uid=1000 pid=2603 comm="/usr/bin/gnome-keyring-daemon --foreground --compo" label="unconfined")
21:28:52.548 › [DatabaseManager] active user changed (now: 447825144266883114, was: null, was: undefined)
21:28:52.578 › Splash.updateCountdownSeconds: undefined
legacyModuleUpdater: installed-module discord_krisp 1 1 true
legacyModuleUpdater: installed-module discord_game_utils 1 1 true
21:28:52.675 › [default] [BUILD INFO] Release Channel: stable, Build Number: 423642, Version Hash: 3d2ae789a8349b36d7a41d7bd17a642928b4cb3c
21:28:52.925 › [KvStore] NoteStore initialized in mode: typescript
21:28:52.986 › [default] [NATIVE INFO] host 0.0.102, modules: discord_desktop_core: 2, discord_erlpack: 1, discord_spellcheck: 1, discord_utils: 1, discord_voice: 2, discord_zstd: 1, discord_krisp: 1, discord_game_utils: 1, discord_rpc: 1, build: null
mainScreen.UpdaterEvents: UPDATER_HISTORY_QUERY_AND_TRUNCATE
ipcMain.on(IPCEvents.APP_ASYNC_INDEX_TSX_LOADED) false false
splashScreen.pageReady
mainScreen.setWindowVisible: didn't show. andUnminimize: false, isMinimized: true.
21:28:52.991 › [libdiscore] The answer for life the universe and everything is: 42
21:28:53.004 › [Spellchecker] sh is not a valid locale.
mainScreen.UpdaterEvents: UPDATER_HISTORY_QUERY_AND_TRUNCATE
blackbox: 7/28/2025, 9:28:53 PM GMT+2 8 window.close win1
blackbox: 7/28/2025, 9:28:53 PM GMT+2 9 webContents.destroyed web1
blackbox: 7/28/2025, 9:28:53 PM GMT+2 10 window.closed win1
WEIGHT /home/timothee-nl/snap/discord/247/.config/discord/0.0.102/modules/discord_krisp/c5.n.s.20949d.kw
WEIGHT /home/timothee-nl/snap/discord/247/.config/discord/0.0.102/modules/discord_krisp/c5.s.w.c9ac8f.kw
WEIGHT /home/timothee-nl/snap/discord/247/.config/discord/0.0.102/modules/discord_krisp/c6.f.s.ced125.kw
WEIGHT /home/timothee-nl/snap/discord/247/.config/discord/0.0.102/modules/discord_krisp/VAD_model.kw
21:28:53.706 › [Spellchecker] Switching to fr-FR (available)
mainScreen.UpdaterEvents: UPDATER_HISTORY_QUERY_AND_TRUNCATE
21:28:54.376 › [CloudSyncUtils] CloudSync is not supported on this platform
21:28:54.766 › Requested message Qm6K/v does not have a value in the requested locale fr nor the default locale en-US
legacyModuleUpdater: installed-module discord_rpc 1 1 true
mainScreen.UpdaterEvents: UPDATER_HISTORY_QUERY_AND_TRUNCATE
21:28:54.860 › [ConnectionStore] Socket is reconnecting because of starting new session
21:28:54.860 › [GatewaySocket] .connect() called, new state is WILL_RECONNECT
21:28:54.861 › [GatewaySocket] Setting connection state to WILL_RECONNECT
21:28:54.861 › [GatewaySocket] Setting connection state to CONNECTING
21:28:54.862 › [GatewaySocket] [CONNECT] wss://gateway.discord.gg, encoding: etf, version: 9, compression: zstd-stream
21:28:54.862 › [GatewaySocket] [FAST CONNECT] successfully took over websocket, state: [object Object]
21:28:54.863 › [GatewaySocket] [CONNECTED] wss://gateway.discord.gg/?encoding=etf&v=9&compress=zstd-stream in 1 ms
21:28:54.863 › [ConnectionStore] handleIdentify called [object Object]
21:28:54.863 › [GatewaySocket] Setting connection state to IDENTIFYING
21:28:54.864 › [GatewaySocket] [HELLO] via
gateway-prd-us-east1-d-09cq: 0, heartbeat interval: 41250, took 3 ms
21:28:54.879 › [GatewaySocket] [IDENTIFY]
21:28:54.895 › [RPCServer:WSS] Starting on 6463
21:28:54.901 › [RPCServer:IPC] Starting on /run/user/1000/snap.discord/discord-ipc-0
21:28:55.402 › [GatewaySocket] [READY] took 540ms, as e4789b0e250e6a797a89ed3fbba4b4ef
21:28:55.403 › [GatewaySocket]
gateway-prd-us-east1-d-09cq: 206.445
| id_created: 0.692
| session_lookup_time: 0.327
| session_lookup_finished: 0.019
| discord-sessions-prd-2-51: 202.167
| | start_session: 144.373
| | | discord-api-rpc-749b7498d5-wz5jm: 110.125
| | | | get_user: 5.629
| | | | get_guilds: 42.33
| | | | user_settings_proto: 0.043
| | | | relationships: 28.561
| | | | game_relationships: 0.015
| | | | friend_suggestion: 0.044
| | | | connections: 0.014
| | | | serialized_read_states: 0.004
| | | | send_scheduled_deletion_message: 0.002
| | | | sanitize_premium_perks: 0.002
| | | | guild_join_requests: 0.002
| | | | user_guild_settings: 0.002
| | | | serialized_private_channels: 0.002
| | | | user_segments: 1.354
| | | | game_invites: 0.003
| | | | blocker_ids: 0.002
| | | | affine_user_ids: 5.29
| | | | experiments: 19.866
| | | | required_action: 0.012
| | | | authorized_ip_coro: 0.003
| | | | pending_payments: 7.411
| | | | apex_experiments: 12.905
| | | | user_activities: 0.005
| | | | played_application_ids: 0.003
| | starting_guild_connect: 0.052
| | presence_started: 2.093
| | guilds_started: 0.659
| | lobbies_started: 0.001
| | guilds_connect: 12.433
| | presence_connect: 0.001
| | connect_finished: 53.213
| | build_ready: 0.583
| | clean_ready: 0.001
| | optimize_ready: 1.127
| | split_ready: 0.063
21:28:55.403 › [GatewaySocket] Setting connection state to SESSION_ESTABLISHED
21:28:55.403 › [GatewaySocket] Updating resume url to wss://gateway-us-east1-d.discord.gg
21:28:55.460 › [Flux] Dispatching CONNECTION_OPEN
21:28:55.462 › [AuthenticationStore] handleConnectionOpen called [object Object]
21:28:55.474 › [DatabaseManager] removing database (user: 447825144266883114, database: undefined)
21:28:55.475 › [DatabaseManager] added database (447825144266883114 → null)
21:28:55.500 › [NativeDispatchUtils] Tried getting Dispatch instance before instantiated
21:28:55.565 › [OverlayRenderStore] setOverlayEnabled: not supported
21:28:55.606 › [Flux] Slow dispatch on CONNECTION_OPEN: 145.79999999993015ms
21:28:55.610 › [OverlayStoreV3] Maybe Enable Overlay
21:28:56.075 › [GatewaySocket] [READY_SUPPLEMENTAL] took 1214ms
21:28:56.075 › [GatewaySocket] Setting connection state to SESSION_ESTABLISHED
mainScreen.UpdaterEvents: CHECK_FOR_UPDATES UPDATE_NOT_AVAILABLE
7/28/2025, 9:29:00 PM GMT+2 [Modules] Host is up to date.
7/28/2025, 9:29:00 PM GMT+2 [Modules] Checking for module updates at https://discord.com/api/modules/stable/versions.json
7/28/2025, 9:29:00 PM GMT+2 [Modules] No module updates available.
legacyModuleUpdater: update-check-finished
21:29:00.140 › [libdiscore] [Cache] Set cache for key: experiments_snapshot
21:29:00.865 › [Flux] Slow dispatch on GAMES_DATABASE_UPDATE: 443.20000000006985ms
21:29:11.082 › [libdiscore] [NETWORK] Sending GET request to https://cdn.discordapp.com/bad-domains/current_revision.txt
21:29:11.090 › [libdiscore] [NETWORK] Completed GET request to https://cdn.discordapp.com/bad-domains/current_revision.txt with status: 200
21:29:11.091 › [libdiscore] [BlockedDomainsStore] Already on latest revision 1583
21:29:11.091 › [libdiscore] [BlockedDomainsStore] Successfully fetched blocked domains
21:29:13.196 › [RTCLatencyTestManager] RTC cached ranked preferred regions are paris,london,rotterdam,madrid,milan
[8377:0728/212914.459671:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[8377:0728/212919.399842:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[8377:0728/212919.403364:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
21:29:20.797 › The resource https://discord.com/assets/ce3b8055f5114434.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
21:29:20.798 › The resource https://discord.com/assets/cb2006dbced0e246.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
21:29:20.799 › The resource https://discord.com/assets/7a6a566c2e88a35d.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
21:29:20.800 › The resource https://discord.com/assets/e52f0cba712e2fb4.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
21:29:20.801 › The resource https://discord.com/assets/dd24010f3cf7def7.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
Hors ligne
#13 Le 28/07/2025, à 21:42
- xubu1957
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
Il faudrait les conseils d'aidants plus aguerris.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#14 Le 01/08/2025, à 21:11
- tim972
Re : Problème son s'atténuant jusqu’à extinction après reboot depuis Window
D'accord, merci quand même, je vais continuer de chercher de mon côté
Hors ligne