Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 06/02/2026, à 23:06

LadyGabi

[Résolu] Problème de son

Bonsoir à tous

J'ai besoin de votre aide.

Je suis passée de windows 11 à Ubuntu 24.04.3 LTS et depuis très peu de temps je n'ai plus du tout de son.

J'ai trouvé, en fouillant sur le forum, la commande alsamixer (Je n’arrive pas à faire de copier coller de ce que me renvoie le terminal) et j’ai, au niveau de la carte, PipeWire.

Lorsque je vais dans les paramètres, j’ai Dummy Output

J’aimerai résoudre mon problème de son surtout que jusque là tout fonctionner bien

Est ce que vous pouvez m’aider s’il vous plaît ?

D’avance merci pour votre aide

Dernière modification par LadyGabi (Le 09/02/2026, à 21:48)

Hors ligne

#2 Le 06/02/2026, à 23:08

xubu1957

Re : [Résolu] Problème de son

Bonsoir,

Depuis un terminal, dont au préalable la fenêtre est élargie, afin de ne pas tronquer l'image, montre :

alsamixer

Voir les exemples > du message #6

Vu la Doc pipewire, montre :

wpctl status

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

Hors ligne

#3 Le 06/02/2026, à 23:19

LadyGabi

Re : [Résolu] Problème de son

Bonsoir

Voici le retour de wpctl status :

PipeWire 'pipewire-0' [1.0.5, user@LadyGabi, cookie:1319095696]
 └─ Clients:
        32. WirePlumber                         [1.0.5, user@LadyGabi, pid:2270]
        33. WirePlumber [export]                [1.0.5, user@LadyGabi, pid:2270]
        35. pipewire                            [1.0.5, user@LadyGabi, pid:2271]
        50. gnome-shell                         [1.0.5, user@LadyGabi, pid:2526]
        51. GNOME Shell Volume Control          [1.0.5, user@LadyGabi, pid:2526]
        52. GNOME Volume Control Media Keys     [1.0.5, user@LadyGabi, pid:2668]
        53. xdg-desktop-portal                  [1.0.5, user@LadyGabi, pid:3062]
        54. Terminal                            [1.0.5, user@LadyGabi, pid:6938]
        55. Mutter                              [1.0.5, user@LadyGabi, pid:2526]
        56. GNOME Settings                      [1.0.5, user@LadyGabi, pid:5698]
        58. Visionneur d’images               [1.0.5, user@LadyGabi, pid:8168]
        62. wpctl                               [1.0.5, user@LadyGabi, pid:8466]
        63. GNOME Settings                      [1.0.5, user@LadyGabi, pid:5698]
        65. Brave input                         [1.0.5, user@LadyGabi, pid:6862]

Audio
 ├─ Devices:
 │  
 ├─ Sinks:
 │  *   36. Dummy Output                        [vol: 1.00]
 │  
 ├─ Sink endpoints:
 │  
 ├─ Sources:
 │  
 ├─ Source endpoints:
 │  
 └─ Streams:
        59. GNOME Settings                                              
             57. monitor_FL     
             60. input_FL        < Dummy Output:monitor_FL	[active]
             61. input_FR        < Dummy Output:monitor_FR	[active]
             64. monitor_FR     

Video
 ├─ Devices:
 │      43. VGA WebCam                          [v4l2]
 │      44. VGA WebCam                          [v4l2]
 │  
 ├─ Sinks:
 │  
 ├─ Sink endpoints:
 │  
 ├─ Sources:
 │  *   48. VGA WebCam (V4L2)                  
 │  
 ├─ Source endpoints:
 │  
 └─ Streams:

Settings
 └─ Default Configured Node Names:
         0. Audio/Sink    auto_null.

Pour alsamixer, Je n'arrive pas  à copier coller ou je n'ai pas compris comme faire

Lecture conseillée mémento des balises code.

Dernière modification par xubu1957 (Le 06/02/2026, à 23:31)

Hors ligne

#4 Le 06/02/2026, à 23:45

xubu1957

Re : [Résolu] Problème de son

sudo dmesg | grep -C1 -E 'ALSA|HDA|sof|HDMI|snd[_-]|sound|hda.codec|hda.intel'

retourne quelles infos ?

piqué dans [SOLVED] No Sound on New Computer

et repris dans le fil [résolu] Pas de son sous une MSI A520M-A PRO (MS-7C96)


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

Hors ligne

#5 Le 07/02/2026, à 02:26

krodelabestiole

Re : [Résolu] Problème de son

aucune sortie n'est détectée par pipewire, et donc très certainement ALSA.

aplay -l

pour lister les sorties disponibles.
il n'y aura rien.

c'est une carte son intégrée à la carte mère ?
quels sont les retours de

cat /proc/asound/cards

et

sudo lspci -k | grep -A 3 -i audio

si tu parles anglais, une bonne ressource : https://support.system76.com/articles/audio/

En ligne

#6 Le 07/02/2026, à 09:25

Fabrice DENIS

Re : [Résolu] Problème de son

Bonjour,
J'ai eu un problème similaire.
Va voir de ce côté cela à résolu mon problème de son : https://github.com/egorenar/snd-hda-codec-cs8409

Bonne journée et bon courage...

Hors ligne

#7 Le 07/02/2026, à 10:20

LadyGabi

Re : [Résolu] Problème de son

Bonjour à tous,

En réponse à Xubu1957, Voici le retour de la commande :

[    0.060552] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.060683] software IO TLB: area num 2.
[    0.096543] Fallback order for Node 0: 0 
--
[    0.697855] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.697866] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.697869] software IO TLB: mapped [mem 0x000000006d96d000-0x000000007196d000] (64MB)
[    0.698113] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
--
[    1.004538] integrity: Loading X.509 certificate: UEFI:db
[    1.004618] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.004620] integrity: Loading X.509 certificate: UEFI:db
[    1.004641] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.004643] integrity: Loading X.509 certificate: UEFI:db
--
[   11.114506] ath: Regpair used: 0x69
[   11.117081] snd_soc_avs 0000:00:0e.0: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[   11.153690] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[   11.263433] snd_soc_avs 0000:00:0e.0: bad FW version 9.22.3.4908, expected 9.22.1.4323 or newer
[   11.263447] snd_soc_avs 0000:00:0e.0: invalid firmware data: -22
[   11.263485] snd_soc_avs 0000:00:0e.0: firmware boot failed: -22
[   12.260471] Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
--
[  154.238094] audit: type=1400 audit(1770449728.931:240): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/4124/smaps_rollup" pid=4124 comm="MemoryInfra" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[  275.227314] audit: type=1326 audit(1770449849.920:241): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  275.492122] audit: type=1107 audit(1770449850.185:242): pid=945 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.Peer" member="Ping" mask="send" name="org.freedesktop.Avahi" pid=5051 label="snap.libreoffice.calc" peer_pid=943 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
[  276.532273] audit: type=1326 audit(1770449851.225:243): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  277.555869] audit: type=1326 audit(1770449852.249:244): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  278.580886] audit: type=1326 audit(1770449853.274:245): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  279.959076] audit: type=1400 audit(1770449854.652:246): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.calc" name="/var/tmp/" pid=5051 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  282.242324] audit: type=1326 audit(1770449856.935:247): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  283.269469] audit: type=1326 audit(1770449857.962:248): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  284.315676] audit: type=1326 audit(1770449859.008:249): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  286.125417] audit: type=1326 audit(1770449860.818:250): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  287.149868] audit: type=1326 audit(1770449861.842:251): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  288.785963] audit: type=1326 audit(1770449863.479:252): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  292.396942] audit: type=1326 audit(1770449867.090:253): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  293.444082] audit: type=1326 audit(1770449868.137:254): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  294.490920] audit: type=1326 audit(1770449869.183:255): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  295.520313] audit: type=1326 audit(1770449870.213:256): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  296.564385] audit: type=1326 audit(1770449871.257:257): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  300.841695] audit: type=1326 audit(1770449875.534:258): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  301.866765] audit: type=1326 audit(1770449876.559:259): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  303.843401] audit: type=1326 audit(1770449878.536:260): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  304.890532] audit: type=1326 audit(1770449879.583:261): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  305.937761] audit: type=1326 audit(1770449880.630:262): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  313.415398] audit: type=1326 audit(1770449888.108:263): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="soffice.bin" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  315.902138] audit: type=1326 audit(1770449890.595:264): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  316.930873] audit: type=1326 audit(1770449891.623:265): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  325.421333] audit: type=1326 audit(1770449900.114:266): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  326.451219] audit: type=1326 audit(1770449901.144:267): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  327.906394] audit: type=1107 audit(1770449902.599:268): pid=945 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/timedate1" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.130" pid=3741 label="snap.thunderbird.thunderbird" peer_pid=5120 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
[  336.811391] audit: type=1326 audit(1770449911.504:269): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  338.651104] audit: type=1326 audit(1770449913.344:270): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  339.674253] audit: type=1326 audit(1770449914.367:271): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  341.160449] audit: type=1326 audit(1770449915.853:272): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  342.187324] audit: type=1326 audit(1770449916.880:273): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  366.767080] audit: type=1326 audit(1770449941.459:274): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  367.814278] audit: type=1326 audit(1770449942.507:275): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  372.932057] audit: type=1326 audit(1770449947.624:276): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  373.981568] audit: type=1326 audit(1770449948.674:277): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  390.400845] audit: type=1326 audit(1770449965.093:278): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  391.424214] audit: type=1326 audit(1770449966.116:279): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  394.239439] audit: type=1400 audit(1770449968.932:280): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/4124/smaps_rollup" pid=4124 comm="MemoryInfra" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[  394.832840] audit: type=1326 audit(1770449969.525:281): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  395.879153] audit: type=1326 audit(1770449970.571:282): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  413.732464] audit: type=1326 audit(1770449988.425:283): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  414.775894] audit: type=1326 audit(1770449989.468:284): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  418.366814] audit: type=1326 audit(1770449993.059:285): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  419.414016] audit: type=1326 audit(1770449994.106:286): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  425.404401] audit: type=1326 audit(1770450000.097:287): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  426.440572] audit: type=1326 audit(1770450001.133:288): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  429.346209] audit: type=1326 audit(1770450004.038:289): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  430.369383] audit: type=1326 audit(1770450005.062:290): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  433.752464] audit: type=1326 audit(1770450008.445:291): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="soffice.bin" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  436.436750] audit: type=1326 audit(1770450011.129:292): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  437.483682] audit: type=1326 audit(1770450012.176:293): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[  694.239225] audit: type=1400 audit(1770450268.931:294): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/4124/smaps_rollup" pid=4124 comm="MemoryInfra" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
--
[  994.241120] audit: type=1400 audit(1770450568.932:298): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/4124/smaps_rollup" pid=4124 comm="MemoryInfra" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1038.320817] audit: type=1326 audit(1770450613.012:299): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[ 1058.638769] audit: type=1326 audit(1770450633.330:300): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[ 1059.662509] audit: type=1326 audit(1770450634.354:301): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[ 1061.481583] audit: type=1326 audit(1770450636.173:302): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[ 1062.505004] audit: type=1326 audit(1770450637.196:303): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[ 1065.955443] audit: type=1326 audit(1770450640.647:304): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="soffice.bin" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[ 1068.690149] audit: type=1326 audit(1770450643.381:305): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[ 1069.714735] audit: type=1326 audit(1770450644.406:306): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[ 1069.952689] audit: type=1326 audit(1770450644.644:307): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.calc pid=5051 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x756b93f316eb code=0x50000
[ 1155.935652] audit: type=1400 audit(1770450730.626:308): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/4124/smaps_rollup" pid=4124 comm="MemoryInfra" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
--
                exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
[ 1173.733030] audit: type=1326 audit(1770450748.423:310): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1174.755140] audit: type=1326 audit(1770450749.445:311): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1175.781368] audit: type=1326 audit(1770450750.471:312): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1175.922896] audit: type=1400 audit(1770450750.613:313): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/cgroups" pid=5377 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1175.927297] audit: type=1400 audit(1770450750.617:314): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/sys/kernel/mm/hugepages/" pid=5377 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1175.934100] audit: type=1400 audit(1770450750.624:315): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/coredump_filter" pid=5377 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[ 1175.934111] audit: type=1400 audit(1770450750.624:316): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/coredump_filter" pid=5377 comm="soffice.bin" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=1000
[ 1176.035342] audit: type=1326 audit(1770450750.725:317): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm=417474616368204C697374656E6572 exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1176.804440] audit: type=1326 audit(1770450751.494:318): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1178.792809] audit: type=1326 audit(1770450753.483:319): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1179.840607] audit: type=1326 audit(1770450754.530:320): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1220.019685] audit: type=1326 audit(1770450794.710:321): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1221.043244] audit: type=1326 audit(1770450795.734:322): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1294.277631] audit: type=1400 audit(1770450868.969:323): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/pressure/cpu" pid=4124 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
--
[ 1294.277668] audit: type=1400 audit(1770450868.969:325): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/pressure/memory" pid=4124 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1309.597750] audit: type=1326 audit(1770450884.289:326): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1326.266771] audit: type=1400 audit(1770450900.958:327): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/mountinfo" pid=5377 comm="gmain" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1326.266810] audit: type=1400 audit(1770450900.959:328): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/mountinfo" pid=5377 comm="gmain" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1326.267301] audit: type=1400 audit(1770450900.959:329): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/etc/fstab" pid=5377 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1326.267307] audit: type=1400 audit(1770450900.959:330): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/mountinfo" pid=5377 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1326.267310] audit: type=1400 audit(1770450900.959:331): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/mounts" pid=5377 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1326.598389] audit: type=1400 audit(1770450901.290:332): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/mountinfo" pid=5377 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1326.598402] audit: type=1400 audit(1770450901.290:333): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/mounts" pid=5377 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1326.624031] audit: type=1400 audit(1770450901.315:334): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/mountinfo" pid=5377 comm="pool-1" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
--
[ 1335.498534] audit: type=1400 audit(1770450910.190:343): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/mounts" pid=5377 comm="pool-1" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1337.519255] audit: type=1400 audit(1770450912.211:344): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/mountinfo" pid=5377 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1337.519267] audit: type=1400 audit(1770450912.211:345): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/proc/5377/mounts" pid=5377 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1338.170408] audit: type=1107 audit(1770450912.862:346): pid=945 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.Peer" member="Ping" mask="send" name="org.freedesktop.Avahi" pid=5377 label="snap.libreoffice.writer" peer_pid=943 peer_label="unconfined"
                exe="/usr/bin/dbus-daemon" sauid=101 hostname=? addr=? terminal=?'
[ 1338.201070] audit: type=1400 audit(1770450912.893:347): apparmor="DENIED" operation="open" class="file" profile="snap.libreoffice.writer" name="/var/tmp/" pid=5377 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 1338.538560] audit: type=1326 audit(1770450913.230:348): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1340.564479] audit: type=1326 audit(1770450915.256:349): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1341.605551] audit: type=1326 audit(1770450916.297:350): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1342.629708] audit: type=1326 audit(1770450917.322:351): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1349.856777] audit: type=1326 audit(1770450924.548:352): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1350.896452] audit: type=1326 audit(1770450925.587:353): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1395.934762] audit: type=1400 audit(1770450970.627:354): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/4124/smaps_rollup" pid=4124 comm="MemoryInfra" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
--
[ 1729.135752] audit: type=1400 audit(1770451303.828:357): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/4124/smaps_rollup" pid=4124 comm="MemoryInfra" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 1792.216238] audit: type=1326 audit(1770451366.908:358): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="soffice.bin" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1793.293689] audit: type=1326 audit(1770451367.986:359): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1794.340856] audit: type=1326 audit(1770451369.033:360): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 1894.276871] audit: type=1400 audit(1770451468.969:361): apparmor="DENIED" operation="open" class="file" profile="snap.brave.brave" name="/proc/pressure/cpu" pid=4124 comm="ThreadPoolForeg" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
--
[ 2374.812032] usb 1-5: reset full-speed USB device number 3 using xhci_hcd
[ 2374.950237] snd_soc_avs 0000:00:0e.0: bad FW version 9.22.3.4908, expected 9.22.1.4323 or newer
[ 2374.950258] snd_soc_avs 0000:00:0e.0: invalid firmware data: -22
[ 2374.950273] snd_soc_avs 0000:00:0e.0: firmware boot failed: -22
[ 2374.950278] snd_soc_avs 0000:00:0e.0: PM: dpm_run_callback(): pci_pm_resume returns -22
[ 2374.950292] snd_soc_avs 0000:00:0e.0: PM: failed to resume: error -22
[ 2374.952065] OOM killer enabled.
--
[ 2394.262130] kauditd_printk_skb: 6 callbacks suppressed
[ 2394.262139] audit: type=1326 audit(1770452040.934:388): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 2395.309458] audit: type=1326 audit(1770452041.981:389): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.libreoffice.writer pid=5377 comm="configmgrWriter" exe="/snap/libreoffice/365/lib/libreoffice/program/soffice.bin" sig=0 arch=c000003e syscall=92 compat=0 ip=0x7f65515206eb code=0x50000
[ 2406.010819] audit: type=1107 audit(1770452052.682:390): pid=945 uid=101 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_signal"  bus="system" path="/org/freedesktop/login1" interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" name=":1.11" mask="receive" pid=3741 label="snap.thunderbird.thunderbird" peer_pid=1023 peer_label="unconfined").

Pour répondre à Krodelabestiole, la commande cat /proc/asound/card indique « no sound cards » et la commande sudo lspci -k | grep :-A 3 -i audio

00:0e.0 Audio device: Intel Corporation Celeron/Pentium Silver Processor High Definition Audio (rev 06)
	Subsystem: Acer Incorporated [ALI] Celeron/Pentium Silver Processor High Definition Audio
	Kernel driver in use: snd_soc_avs
	Kernel modules: snd_soc_avs, snd_sof_pci_intel_apl, snd_hda_intel
00:0f.0 Communication controller: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface (rev 06).

Pour répondre à Fabrice, je dois installer tous les fichiers ou seulement certains (désolée je suis novice sur Ubuntu et je ne sais pas quoi faire de ce type de fichiers)

Voilà voilà, pour l’instant c’est du chinois pour moi

Merci de votre aide

Dernière modification par xubu1957 (Le 07/02/2026, à 10:31)

Hors ligne

#8 Le 07/02/2026, à 10:30

xubu1957

Re : [Résolu] Problème de son

Lecture conseillée mémento des balises code.

modération: retours corrigés avec les balises code à la place des balises de citation

Dernière modification par xubu1957 (Le 07/02/2026, à 10:32)


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

Hors ligne

#9 Le 07/02/2026, à 10:56

Fabrice DENIS

Re : [Résolu] Problème de son

La procédure concerne uniquement si tu as une carte son : Linux Kernel Sound Driver pour Cirrus Logic CS8409

Hors ligne

#10 Le 07/02/2026, à 11:26

alh54

Re : [Résolu] Problème de son

@Fabrice DENIS: par curiosité, je te pose la question, comment as-tu fait pour résoudre ton souci? tu as cloné les sources et installé par compilation?
Apparemment ce n'est pas la même carte son, il fait chercher autre chose.
----------------------------------
poste:

dpkg -l 'firmware-sof-signed*'

Hors ligne

#11 Le 07/02/2026, à 14:46

krodelabestiole

Re : [Résolu] Problème de son

je pense qu'il y a une chance sur mille pour que ce soit la même carte son (ou le même chipset).

En ligne

#12 Le 07/02/2026, à 14:53

xubu1957

Re : [Résolu] Problème de son

Je vois cette réponse dans [SOLVED] Intel Celeron/Pentium Silver- no HDMI sound output option

Dernière modification par xubu1957 (Le 07/02/2026, à 14:54)


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

Hors ligne

#13 Le 07/02/2026, à 15:10

krodelabestiole

Re : [Résolu] Problème de son

perso je pourrai jeter un œil ce soir, mais pas d'ici-là, déso.

En ligne

#14 Le 07/02/2026, à 18:16

LadyGabi

Re : [Résolu] Problème de son

Voici le retour de la commande donnée par alh54

user@LadyGabi:~$ dpkg -l 'firmware-sof-signed*'
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=att>
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                 Version               Architecture Description
+++-===================-=====================-============-====================>
ii  firmware-sof-signed 2023.12.1-1ubuntu1.10 all          Intel SOF firmware ->
lines 1-6/6 (END)

Je ne sais pas si ça peut aider :

user@LadyGabi:~$ lspci
00:00.0 Host bridge: Intel Corporation Gemini Lake Host Bridge (rev 06)
00:00.3 System peripheral: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 06)
00:02.0 VGA compatible controller: Intel Corporation GeminiLake [UHD Graphics 600] (rev 06)
00:0e.0 Audio device: Intel Corporation Celeron/Pentium Silver Processor High Definition Audio (rev 06)
00:0f.0 Communication controller: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface (rev 06)
00:12.0 SATA controller: Intel Corporation Celeron/Pentium Silver Processor SATA Controller (rev 06)
00:13.0 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:13.3 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:14.0 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f6)
00:15.0 USB controller: Intel Corporation Celeron/Pentium Silver Processor USB 3.0 xHCI Controller (rev 06)
00:16.0 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 0 (rev 06)
00:16.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 1 (rev 06)
00:16.2 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 2 (rev 06)
00:16.3 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 3 (rev 06)
00:17.0 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 4 (rev 06)
00:17.1 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 5 (rev 06)
00:17.2 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 6 (rev 06)
00:17.3 Signal processing controller: Intel Corporation Celeron/Pentium Silver Processor I2C 7 (rev 06)
00:1f.0 ISA bridge: Intel Corporation Celeron/Pentium Silver Processor LPC Controller (rev 06)
00:1f.1 SMBus: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 06)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 15)
02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
03:00.0 Non-Volatile memory controller: Silicon Motion, Inc. SM2263EN/SM2263XT (DRAM-less) NVMe SSD Controllers (rev 03)
user@LadyGabi:~$ 

Et merci à Xubu1957 pour les balises

Dernière modification par LadyGabi (Le 07/02/2026, à 18:43)

Hors ligne

#15 Le 08/02/2026, à 02:44

alh54

Re : [Résolu] Problème de son

ii  firmware-sof-signed 2023.12.1-1ubuntu1.10 all          Intel SOF firmware

Le firmware est déja installé,c'est bien. on va forcer son utilisation à la place de snd_soc_avs.

sudo nano /etc/modprobe.d/alsa-intel.conf

Mettre ceci dans le fichier:

options snd-intel-dspcfg dsp_driver=3
blacklist snd_soc_avs

Enregistrer et quitter.
Regénere l'initramfs:

sudo update-initramfs -u

Reboote et poste:

lspci -k | grep -A3 -i audio

Dernière modification par alh54 (Le 08/02/2026, à 02:50)

Hors ligne

#16 Le 08/02/2026, à 04:15

krodelabestiole

Re : [Résolu] Problème de son

L'interface audio est celle-ci :

Audio device: Intel Corporation Celeron/Pentium Silver Processor High Definition Audio (rev 06)

et firmware-sof-signed concerne effectivement les cartes intel.
tu peux suivre les indications de @alh54 !

si ça ne donne rien tu peux aussi utiliser la commande modprobe pour essayer autre chose :

sudo modprobe -r snd_hda_intel && sudo modprobe snd_hda_intel

teste à chaque fois avec la commande

aplay -l

en espérant voir apparaître ta carte dans le retour !

En ligne

#17 Le 08/02/2026, à 12:38

LadyGabi

Re : [Résolu] Problème de son

Bonjour à tous,
J'ai suivi la procédure donnée par alh54 et voici le retour :

user@LadyGabi:~$ lspci -k | grep -A3 -i audio
00:0e.0 Audio device: Intel Corporation Celeron/Pentium Silver Processor High Definition Audio (rev 06)
	Subsystem: Acer Incorporated [ALI] Celeron/Pentium Silver Processor High Definition Audio
	Kernel driver in use: sof-audio-pci-intel-apl
	Kernel modules: snd_soc_avs, snd_sof_pci_intel_apl, snd_hda_intel
00:0f.0 Communication controller: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface (rev 06)
	Subsystem: Acer Incorporated [ALI] Celeron/Pentium Silver Processor Trusted Execution Engine Interface
user@LadyGabi:~$ 

N'ayant pas de son, j'ai testé les lignes de commande proposées par krodelabestiole et ma carte son n'est pas trouvée.

J'ai peut-etre mal fait quelque chose

D'avance merci pour votre aide

Bon dimanche

Hors ligne

#18 Le 08/02/2026, à 13:35

iznobe

Re : [Résolu] Problème de son

cat /etc/modprobe.d/alsa-intel.conf

Hors ligne

#19 Le 08/02/2026, à 13:54

LadyGabi

Re : [Résolu] Problème de son

Voici le retour

user@LadyGabi:~$ cat /etc/modprobe.d/alsa-intel.conf
options snd-intel-dspcfg dsp_driver=3
blacklist snd_soc_avs

user@LadyGabi:~$ 

Hors ligne

#20 Le 08/02/2026, à 14:09

xubu1957

Re : [Résolu] Problème de son

Bonjour,

cat /proc/asound/cards

?

repiqué dans Audio qui ne marche pas sous ubuntu 23.04


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

Hors ligne

#21 Le 08/02/2026, à 16:37

alh54

Re : [Résolu] Problème de son

poste

aplay -l
wpctl status

Dummy output devrait avoir disparu.

Hors ligne

#22 Le 08/02/2026, à 18:53

LadyGabi

Re : [Résolu] Problème de son

Voici le retour pour xubu1957

user@LadyGabi:~$ cat /proc/asound/cards
--- no soundcards ---
user@LadyGabi:~$ 

Et le retour pour alh54

user@LadyGabi:~$ aplay -l
wpctl status
aplay: device_list:277: aucune carte son n'a été trouvée...
PipeWire 'pipewire-0' [1.0.5, user@LadyGabi, cookie:4062127947]
 └─ Clients:
        32. pipewire                            [1.0.5, user@LadyGabi, pid:2279]
        33. WirePlumber                         [1.0.5, user@LadyGabi, pid:2278]
        34. WirePlumber [export]                [1.0.5, user@LadyGabi, pid:2278]
        50. gnome-shell                         [1.0.5, user@LadyGabi, pid:2520]
        51. GNOME Shell Volume Control          [1.0.5, user@LadyGabi, pid:2520]
        52. GNOME Volume Control Media Keys     [1.0.5, user@LadyGabi, pid:2645]
        53. xdg-desktop-portal                  [1.0.5, user@LadyGabi, pid:3049]
        54. Terminal                            [1.0.5, user@LadyGabi, pid:4507]
        55. wpctl                               [1.0.5, user@LadyGabi, pid:4528]

Audio
 ├─ Devices:
 │  
 ├─ Sinks:
 │  *   35. Dummy Output                        [vol: 1.00]
 │  
 ├─ Sink endpoints:
 │  
 ├─ Sources:
 │  
 ├─ Source endpoints:
 │  
 └─ Streams:

Video
 ├─ Devices:
 │      43. VGA WebCam                          [v4l2]
 │      44. VGA WebCam                          [v4l2]
 │  
 ├─ Sinks:
 │  
 ├─ Sink endpoints:
 │  
 ├─ Sources:
 │  *   48. VGA WebCam (V4L2)                  
 │  
 ├─ Source endpoints:
 │  
 └─ Streams:

Settings
 └─ Default Configured Node Names:
         0. Audio/Sink    auto_null
user@LadyGabi:~$ 

Hors ligne

#23 Le 08/02/2026, à 18:58

xubu1957

Re : [Résolu] Problème de son

lsmod | grep snd

ramène ?


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

Hors ligne

#24 Le 08/02/2026, à 18:59

LadyGabi

Re : [Résolu] Problème de son

Voila le retour :

user@LadyGabi:~$ lsmod | grep snd
snd_seq_dummy          12288  0
snd_hrtimer            12288  1
snd_soc_dmic           12288  0
snd_hda_intel          61440  0
snd_sof_pci_intel_apl    12288  0
snd_sof_intel_hda_generic    36864  1 snd_sof_pci_intel_apl
soundwire_intel        81920  1 snd_sof_intel_hda_generic
snd_sof_intel_hda_sdw_bpt    20480  1 soundwire_intel
snd_sof_intel_hda_common   188416  3 snd_sof_intel_hda_sdw_bpt,snd_sof_intel_hda_generic,snd_sof_pci_intel_apl
snd_soc_hdac_hda       20480  1 snd_sof_intel_hda_common
snd_sof_intel_hda_mlink    45056  4 snd_sof_intel_hda_sdw_bpt,soundwire_intel,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_sof_intel_hda      24576  2 snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_hda_codec_hdmi     65536  0
snd_sof_pci            24576  2 snd_sof_intel_hda_generic,snd_sof_pci_intel_apl
snd_sof_xtensa_dsp     12288  1 snd_sof_intel_hda_generic
snd_sof               401408  5 snd_sof_intel_hda_sdw_bpt,snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda_generic,snd_sof_intel_hda
snd_sof_utils          16384  1 snd_sof
snd_hda_ext_core       32768  5 snd_sof_intel_hda_sdw_bpt,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda_mlink,snd_sof_intel_hda
snd_hda_codec         204800  4 snd_hda_codec_hdmi,snd_hda_intel,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_core          143360  7 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_intel_dspcfg       45056  4 snd_hda_intel,snd_sof,snd_sof_intel_hda_common,snd_sof_intel_hda_generic
snd_intel_sdw_acpi     16384  2 snd_intel_dspcfg,snd_sof_intel_hda_generic
snd_soc_acpi_intel_match   139264  2 snd_sof_intel_hda_generic,snd_sof_pci_intel_apl
snd_soc_acpi_intel_sdca_quirks    12288  1 snd_soc_acpi_intel_match
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_generic
snd_hwdep              24576  1 snd_hda_codec
snd_soc_sdca           90112  2 snd_soc_acpi_intel_sdca_quirks,soundwire_bus
snd_soc_core          413696  6 soundwire_intel,snd_sof,snd_soc_sdca,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_dmic
snd_compress           36864  1 snd_soc_core
ac97_bus               12288  1 snd_soc_core
snd_pcm_dmaengine      20480  1 snd_soc_core
snd_pcm               200704  13 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_soc_sdca,snd_sof_intel_hda_common,snd_compress,snd_sof_intel_hda_generic,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
snd_seq_midi           24576  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            57344  1 snd_seq_midi
snd_seq               122880  9 snd_seq_midi,snd_seq_midi_event,snd_seq_dummy
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_timer              53248  3 snd_seq,snd_hrtimer,snd_pcm
snd                   143360  15 snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_sof,snd_soc_sdca,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
soundcore              16384  1 snd
hid                   262144  5 i2c_hid,usbhid,hid_multitouch,snd_soc_sdca,hid_generic
user@LadyGabi:~$ 

Hors ligne

#25 Le 08/02/2026, à 19:01

xubu1957

Re : [Résolu] Problème de son

Voir > [Tuto] Poster une image

pour montrer le tableau :

alsamixer

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

Hors ligne