Pas de son - DELL XPS 15 9550

Bonjour,
Je suis en train d'installer la dernière version de Zorin 18 Pro sur un Dell XPS 15 9550.
Tout fonctionne bien... sauf la sortie son (haut parleur ou casque).

Dans Pulseaudio, j'ai une modulation en entrée
Mais dans périphérique de sortie, j'ai seulement une modulation dans "Dummy output" et aucun périphérique matériel disponible.
La puce utilisée par ce Dell est ALC3266.
J'ai fait de nombreuses recherches sur le net sans trouver de solution.
Merci beaucoup de m'aider... Je ne suis près du but et je n'ai pas une grande expérience de Linux. Mais j'ai envie de sauter le pas !

sudo lshw -C sound
*-usb:2
description: Vidéo
produit: Integrated_Webcam_HD
fabricant: CN045G287248758OB001A00
identifiant matériel: c
information bus: usb@1:c
version: 56.05
fonctionnalités: usb-2.00
configuration : driver=uvcvideo maxpower=500mA speed=480Mbit/s
*-multimedia
description: Audio device
produit: 100 Series/C230 Series Chipset Family HD Audio Controller
fabricant: Intel Corporation
identifiant matériel: 1f.3
information bus: pci@0000:00:1f.3
version: 31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi bus_master cap_list
configuration : driver=snd_soc_avs latency=32
ressources : irq:150 mémoire:dd128000-dd12bfff mémoire:dd100000-dd10ffff
*-sound
description: avsprobemb
identifiant matériel: 2
nom logique: card0
nom logique: /dev/snd/comprC0D0
nom logique: /dev/snd/controlC0

Hi and welcome:

" The 100 Series/C230 Series Chipset Family HD Audio Controller (PCI ID 8086:a170 ) is supported by the snd_hda_intel kernel driver, which is included in Linux kernel versions 3.16 and newer .

  • Driver : snd_hda_intel
  • Kernel Support : Available from kernel 3.16 onward.
  • Driver Status : Fully supported in modern Linux distributions (e.g., Ubuntu 20.04+, Linux Mint 20+, Debian, Fedora).
  • Verification : Confirm the driver is loaded using:
lspci -v -s 00:1f.3

Look for: Kernel driver in use: snd_hda_intel .

If audio is not working, ensure the correct profile (e.g., analog-stereo ) is active via PulseAudio or PipeWire, and check for firmware updates or kernel updates if issues persist.

AI-generated answer. Please verify critical facts."

This thread may help you:

https://forums.linuxmint.com/viewtopic.php?t=438502

You can try to blacklist snd_soc_avs

echo "blacklist snd_soc_avs" | sudo tee /etc/modprobe.d/blacklist-snd_soc_avs.conf

Then

sudo update-initramfs -u

And now reboot.

Merci beaucoup !
Tout fonctionne.
Bonne journée à tous

1 Like

Can you please mark the post that actually helped you with :white_check_mark:Solution