#1 Le 16/06/2023, à 14:48
- ahududu
Carte son intel non reconnue
Bonjour,
ça m'embête d'ouvrir une telle discussion ici étant donné que des sujets similaires ont déjà été abordé maintes et maintes fois, qu'un certain "xubu1957" est intervenu de nombreuses fois et qu'il a même dédié une page "tutoriel" à ce sujet, mais rien à faire je n'y arrive pas.
J'ai récemment installé ubuntu en dual boot sur mon pc portable huawei, à côté de windows 10, et j'ai remarqué quelques jours plus tard qu'il n'y avait pas de son. Après plusieurs jours de documentation et d'acharnement je n'arrive toujours pas à faire fonctionner le son sur ubuntu (qui fonctionne évidemment sur windows 10).
Ma carte son est la "Intel Corporation Comet Lake PCH-LP cAVS".
Autre problème, je n'ai jamais réussi à utliser la commande "alsamixer", j'ai toujours le message "aucun fichier ou dossier de ce type".
De même la commande "cat /proc/asound/pcm" n'affiche rien, comme-ci je n'avais pas rentré de commande.
De ce qu'on m'a dit c'est probablement un problème de drivers, on me dit d'aller sur le site du constructeur mais je n'y trouve rien. Soit je ne sais pas chercher (ce qui est possible), soit il n'y a pas de drivers donc mon problème n'est pas résoluble :(
Si quelqu'un aurait l'amabilité de me donner un coup de pouce, j'en serai très ravi, sinon merci quand même :)
Hors ligne
#2 Le 16/06/2023, à 15:13
- xubu1957
Re : Carte son intel non reconnue
Bonjour,
Montre, en te servant du Retour utilisable de commande :
sudo lshw -C multimedia
cat /etc/modprobe.d/alsa-base.conf
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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 16/06/2023, à 16:35
- ylag
Re : Carte son intel non reconnue
Bonjour,
je n'ai jamais réussi à utliser la commande "alsamixer", j'ai toujours le message "aucun fichier ou dossier de ce type"
La commande alsamixer fait partie du paquet alsa-utils, vérifie si c'est installé.
A+
Hors ligne
#4 Le 17/06/2023, à 10:56
- ahududu
Re : Carte son intel non reconnue
Voici :
ahududu@ahududu-bohb-wax9:~$ sudo lshw -C multimedia
[sudo] Mot de passe de ahududu :
*-usb:2
description: Vidéo
produit: HD Camera: HD Camera
fabricant: Quanta
identifiant matériel: 6
information bus: usb@1:6
nom logique: input22
nom logique: /dev/input/event9
version: 0.03
numéro de série: 0001
fonctionnalités: usb-2.01 usb
configuration : driver=uvcvideo maxpower=500mA speed=480Mbit/s
*-multimedia
description: Multimedia audio controller
produit: Comet Lake PCH-LP cAVS
fabricant: Intel Corporation
identifiant matériel: 1f.3
information bus: pci@0000:00:1f.3
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi bus_master cap_list
configuration : driver=sof-audio-pci-intel-cnl latency=32
ressources : irq:141 mémoire:b121c000-b121ffff mémoire:b1000000-b10fffff
ahududu@ahududu-bohb-wax9:~$
et la suite :
ahududu@ahududu-bohb-wax9:~$ cat /etc/modprobe.d/alsa-base.conf
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
ahududu@ahududu-bohb-wax9:~$
Hors ligne
#5 Le 17/06/2023, à 10:59
- ahududu
Re : Carte son intel non reconnue
J'ai "alsa-tools-gui" d'installé, autrement appelé "envy24 control", c'est la même chose que "alsa-untils" ?
Hors ligne
#6 Le 17/06/2023, à 11:42
- xubu1957
Re : Carte son intel non reconnue
Bonjour,
Montre aussi :
lsmod | sort
d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
et :
ls -l /var/crash
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#7 Le 17/06/2023, à 11:49
- iznobe
Re : Carte son intel non reconnue
J'ai "alsa-tools-gui" d'installé, autrement appelé "envy24 control", c'est la même chose que "alsa-untils" ?
Bonjour ,
je vois pas le rapport avec , ni d' ou ca sort .
Bonjour,
ahududu a écrit :je n'ai jamais réussi à utliser la commande "alsamixer", j'ai toujours le message "aucun fichier ou dossier de ce type"
La commande alsamixer fait partie du paquet alsa-utils, vérifie si c'est installé.
A+
il suffit d' entrer
sudo apt install alsa-utils
pour savoir / ou installer le paquet si il ne l' est pas ...
Dernière modification par iznobe (Le 17/06/2023, à 11:50)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#8 Le 17/06/2023, à 12:10
- ahududu
Re : Carte son intel non reconnue
Bonjour,
voici :
ahududu@ahududu-bohb-wax9:~$ lsmod | sort
8250_dw 20480 0
ac97_bus 16384 1 snd_soc_core
acpi_pad 184320 0
acpi_thermal_rel 16384 1 int3400_thermal
aesni_intel 376832 8
af_alg 32768 6 algif_hash,algif_skcipher
ahci 49152 0
algif_hash 16384 1
algif_skcipher 16384 1
autofs4 45056 2
binfmt_misc 24576 1
bluetooth 827392 34 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
bnep 28672 2
btbcm 24576 1 btusb
btintel 40960 1 btusb
btmtk 16384 1 btusb
btrtl 24576 1 btusb
btusb 61440 0
ccm 20480 6
cec 81920 2 drm_display_helper,i915
cfg80211 1052672 3 iwlmvm,iwlwifi,mac80211
cmac 16384 3
cmdlinepart 16384 0
coretemp 24576 0
crc32_pclmul 16384 0
crct10dif_pclmul 16384 1
cryptd 24576 3 crypto_simd,ghash_clmulni_intel
crypto_simd 16384 1 aesni_intel
drm 581632 12 drm_kms_helper,drm_display_helper,drm_buddy,i915,ttm
drm_buddy 20480 1 i915
drm_display_helper 184320 1 i915
drm_kms_helper 200704 2 drm_display_helper,i915
dw_dmac 16384 0
dw_dmac_core 36864 1 dw_dmac
ecc 40960 1 ecdh_generic
ecdh_generic 16384 2 bluetooth
efi_pstore 16384 0
fb_sys_fops 16384 1 drm_kms_helper
ghash_clmulni_intel 16384 0
hid 159744 6 i2c_hid,usbhid,hid_multitouch,hid_generic,hid_logitech_dj,hid_logitech_hidpp
hid_generic 16384 0
hid_logitech_dj 28672 0
hid_logitech_hidpp 49152 0
hid_multitouch 36864 0
huawei_wmi 20480 0
i2c_algo_bit 16384 1 i915
i2c_hid 36864 1 i2c_hid_acpi
i2c_hid_acpi 16384 0
i2c_i801 36864 0
i2c_smbus 20480 1 i2c_i801
i915 3133440 19
idma64 20480 0
input_leds 16384 0
int3400_thermal 20480 0
int3403_thermal 20480 0
int340x_thermal_zone 20480 2 int3403_thermal,processor_thermal_device
intel_cstate 20480 0
intel_lpss 16384 1 intel_lpss_pci
intel_lpss_pci 28672 2
intel_pch_thermal 20480 0
intel_powerclamp 24576 0
intel_rapl_common 40960 2 intel_rapl_msr,processor_thermal_rapl
intel_rapl_msr 20480 0
intel_soc_dts_iosf 20480 1 processor_thermal_device_pci_legacy
intel_tcc_cooling 16384 0
ip_tables 32768 0
iwlmvm 610304 0
iwlwifi 503808 1 iwlmvm
joydev 32768 0
kvm 1138688 1 kvm_intel
kvm_intel 438272 0
ledtrig_audio 16384 2 snd_hda_codec_generic,huawei_wmi
libahci 49152 1 ahci
libarc4 16384 1 mac80211
lp 28672 0
mac80211 1323008 1 iwlmvm
mac_hid 16384 0
mc 65536 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
mei 143360 5 mei_hdcp,mei_pxp,mei_me
mei_hdcp 24576 0
mei_me 53248 2
mei_pxp 20480 0
Module Size Used by
msr 16384 0
mtd 81920 3 spi_nor,cmdlinepart
nls_iso8859_1 16384 1
nvme 49152 4
nvme_core 147456 6 nvme
parport 73728 3 parport_pc,lp,ppdev
parport_pc 53248 0
pinctrl_cannonlake 36864 2
ppdev 24576 0
processor_thermal_device 20480 1 processor_thermal_device_pci_legacy
processor_thermal_device_pci_legacy 16384 0
processor_thermal_mbox 16384 2 processor_thermal_rfim,processor_thermal_device
processor_thermal_rapl 20480 1 processor_thermal_device
processor_thermal_rfim 24576 1 processor_thermal_device
pstore_blk 16384 0
pstore_zone 32768 1 pstore_blk
ramoops 32768 0
rapl 20480 0
rc_core 65536 1 cec
reed_solomon 28672 1 ramoops
rfcomm 86016 4
sch_fq_codel 24576 1
serio_raw 20480 0
snd 114688 15 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
snd_compress 24576 1 snd_soc_core
snd_hda_codec 176128 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_soc_hdac_hda
snd_hda_codec_generic 102400 1
snd_hda_codec_hdmi 86016 0
snd_hda_core 114688 8 snd_hda_codec_generic,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_hda_ext_core 36864 3 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
snd_hda_intel 53248 1
snd_hwdep 20480 1 snd_hda_codec
snd_intel_dspcfg 36864 2 snd_hda_intel,snd_sof_intel_hda_common
snd_intel_sdw_acpi 20480 2 snd_sof_intel_hda_common,snd_intel_dspcfg
snd_pcm 159744 12 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_soc_es8316,snd_hda_core,snd_pcm_dmaengine
snd_pcm_dmaengine 20480 1 snd_soc_core
snd_rawmidi 45056 1 snd_seq_midi
snd_seq 77824 2 snd_seq_midi,snd_seq_midi_event
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_midi 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_acpi_intel_match 69632 2 snd_sof_intel_hda_common,snd_sof_pci_intel_cnl
snd_soc_core 368640 5 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_soc_es8316
snd_soc_es8316 49152 0
snd_soc_hdac_hda 24576 1 snd_sof_intel_hda_common
snd_sof 208896 2 snd_sof_pci,snd_sof_intel_hda_common
snd_sof_intel_hda 20480 1 snd_sof_intel_hda_common
snd_sof_intel_hda_common 139264 1 snd_sof_pci_intel_cnl
snd_sof_pci 24576 2 snd_sof_intel_hda_common,snd_sof_pci_intel_cnl
snd_sof_pci_intel_cnl 16384 0
snd_sof_utils 20480 1 snd_sof
snd_sof_xtensa_dsp 16384 1 snd_sof_intel_hda_common
snd_timer 40960 2 snd_seq,snd_pcm
soundcore 16384 1 snd
soundwire_bus 94208 3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
soundwire_cadence 40960 1 soundwire_intel
soundwire_generic_allocation 16384 1 soundwire_intel
soundwire_intel 45056 1 snd_sof_intel_hda_common
sparse_keymap 16384 1 huawei_wmi
spi_intel 28672 1 spi_intel_pci
spi_intel_pci 16384 0
spi_nor 110592 0
spi_pxa2xx_platform 32768 0
syscopyarea 16384 1 drm_kms_helper
sysfillrect 20480 1 drm_kms_helper
sysimgblt 20480 1 drm_kms_helper
ttm 98304 1 i915
usbhid 65536 1 hid_logitech_dj
uvcvideo 114688 0
video 65536 1 i915
videobuf2_common 81920 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
videobuf2_memops 20480 1 videobuf2_vmalloc
videobuf2_v4l2 32768 1 uvcvideo
videobuf2_vmalloc 20480 1 uvcvideo
videodev 274432 3 videobuf2_v4l2,uvcvideo,videobuf2_common
wmi 32768 2 huawei_wmi,wmi_bmof
wmi_bmof 16384 0
x86_pkg_temp_thermal 20480 0
xhci_pci 24576 0
xhci_pci_renesas 20480 1 xhci_pci
x_tables 57344 1 ip_tables
ahududu@ahududu-bohb-wax9:~$
puis :
ahududu@ahududu-bohb-wax9:~$ 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 linux-image-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64 Signed kernel image generic
rc linux-modules-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64 Linux kernel extra modules for version 5.19.0 on 64 bit x86 SMP
rc linux-modules-extra-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64 Linux kernel extra modules for version 5.19.0 on 64 bit x86 SMP
ahududu@ahududu-bohb-wax9:~$
Dernière modification par ahududu (Le 20/06/2023, à 19:57)
Hors ligne
#9 Le 17/06/2023, à 12:17
- ahududu
Re : Carte son intel non reconnue
ahududu a écrit :J'ai "alsa-tools-gui" d'installé, autrement appelé "envy24 control", c'est la même chose que "alsa-untils" ?
Bonjour ,
je vois pas le rapport avec , ni d' ou ca sort .ylag a écrit :Bonjour,
ahududu a écrit :je n'ai jamais réussi à utliser la commande "alsamixer", j'ai toujours le message "aucun fichier ou dossier de ce type"
La commande alsamixer fait partie du paquet alsa-utils, vérifie si c'est installé.
A+
il suffit d' entrer
sudo apt install alsa-utils
pour savoir / ou installer le paquet si il ne l' est pas ...
En fait quand j'ai marqué "installer alsa-utils" sur internet le premier lien était sur le site d'ubuntu et c'était écrit "installer alsa-tools" donc je me disais que c'était la même chose, désolé c'était pas très malin de ma part. Et en effet ce n'était pas installé, maintenant "alsamixer" fonctionne c'est une bonne chose je crois
Hors ligne
#10 Le 17/06/2023, à 12:20
- xubu1957
Re : Carte son intel non reconnue
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
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#11 Le 17/06/2023, à 12:31
- ahududu
Re : Carte son intel non reconnue
┌─────────────────────────────────────────────────────────────────────────────────────────── AlsaMixer v1.2.6 ────────────────────────────────────────────────────────────────────────────────────────────┐
│ Carte : HDA Intel PCH F1 : Aide │
│ Puce : Intel Generic F2 : Informations système │
│ Vue : F3:[Lecture] F4: Capture F5: Tout F6 : Choisir la carte son │
│ Élement : S/PDIF Esc : quitter │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ ┌──┐ │
│ │OO│ │
│ └──┘ │
│ < S/PDIF > │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Quand j'appuie sur f6 :
┌─────────────────────────────────────────────────────────────────────────────────────────── AlsaMixer v1.2.6 ────────────────────────────────────────────────────────────────────────────────────────────┐
│ Carte : HDA Intel PCH F1 : Aide │
│ Puce : Intel Generic F2 : Informations système │
│ Vue : F3:[Lecture] F4: Capture F5: Tout F6 : Choisir la carte son │
│ Élement : S/PDIF Esc : quitter │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ ┌──────────────── Carte Son ────────────────┐ │
│ │- (par défaut) │ │
│ │default:0 HDA Intel PCH │ │
│ │ entrez le nom du périphérique...│ │
│ └───────────────────────────────────────────┘ │
│ └──┘ │
│ < S/PDIF > │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
désolé si je n'ai pas tout compris, dois-je rajouter un périphérique ?
Hors ligne
#12 Le 17/06/2023, à 12:38
- xubu1957
Re : Carte son intel non reconnue
Montre aussi :
sudo fuser -v /dev/snd/*
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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 17/06/2023, à 12:39
- ahududu
Re : Carte son intel non reconnue
voici :
ahududu@ahududu-bohb-wax9:~$ sudo fuser -v /dev/snd/*
UTIL. PID ACCÈS COMMANDE
/dev/snd/controlC0: ahududu 1488 F.... pulseaudio
ahududu@ahududu-bohb-wax9:~$
Hors ligne
#14 Le 17/06/2023, à 12:48
- xubu1957
Re : Carte son intel non reconnue
Je suis en train de me demander s'il ne faudrait pas installer un pilote ES8336.
Fournis le noyau actif :
uname -a
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#15 Le 17/06/2023, à 12:58
- iznobe
Re : Carte son intel non reconnue
y a clairement un soucis vu qu ' il n' y a rien dans alsa .
montre :
lsb-release -a
apt policy pulseaudio
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#16 Le 17/06/2023, à 13:07
- ahududu
Re : Carte son intel non reconnue
voici pour la première :
ahududu@ahududu-bohb-wax9:~$ uname -a
Linux ahududu-bohb-wax9 5.19.0-45-generic #46~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 7 15:06:04 UTC 20 x86_64 x86_64 x86_64 GNU/Linux
ahududu@ahududu-bohb-wax9:~$
la deuxième :
ahududu@ahududu-bohb-wax9:~$ lsb-release -a
La commande « lsb-release » n'a pas été trouvée, voulez-vous dire :
commande « lsb_release » du deb lsb-release (11.1.0ubuntu4)
Essayez : sudo apt install <nom du deb>
ahududu@ahududu-bohb-wax9:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
ahududu@ahududu-bohb-wax9:~$
et la dernière :
ahududu@ahududu-bohb-wax9:~$ apt policy pulseaudio
pulseaudio:
Installé : 1:15.99.1+dfsg1-1ubuntu2.1
Candidat : 1:15.99.1+dfsg1-1ubuntu2.1
Table de version :
*** 1:15.99.1+dfsg1-1ubuntu2.1 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
100 /var/lib/dpkg/status
1:15.99.1+dfsg1-1ubuntu1 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
ahududu@ahududu-bohb-wax9:~$
Hors ligne
#17 Le 17/06/2023, à 13:11
- iznobe
Re : Carte son intel non reconnue
@xubu1957 , d' apres cette page , c ' est reconnu automatiquement par le noyau depuis ( relativement ) longtemps : https://linux-hardware.org/?id=pci:8086-02c8-103c-863f
montre nous :
journalctl -k | grep -Ei "ALSA|HDA|sof[-]|HDMI|snd[_-]|sound|hda.codec|hda.intel"
et
aplay -l
installe inxi :
sudo apt install inxi
puis montre aussi :
inxi -Axxx
ca nous dira ( j ' espere ) clairement ce qui ne va pas .
tu devrais obtenir un truc du genre :
iznobe@iznobe-PC:~$ inxi -Axxx
.Audio:
Device-1: Intel Comet Lake PCH cAVS vendor: Micro-Star MSI
driver: snd_hda_intel v: kernel bus-ID: 00:1f.3 chip-ID: 8086:06c8
class-ID: 0403
Sound Server-1: ALSA v: k5.15.0-73-generic running: yes
Sound Server-2: JACK v: 1.9.20 running: no
Sound Server-3: PulseAudio v: 15.99.1 running: yes
Sound Server-4: PipeWire v: 0.3.48 running: yes
iznobe@iznobe-PC:~$
Dernière modification par iznobe (Le 17/06/2023, à 13:22)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#18 Le 17/06/2023, à 13:24
- ahududu
Re : Carte son intel non reconnue
voilà :
ahududu@ahududu-bohb-wax9:~$ journalctl -k | grep -Ei "ALSA|HDA|sof[-]|HDMI|snd[_-]|sound|hda.codec|hda.intel"
juin 17 12:09:52 ahududu-bohb-wax9 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
juin 17 12:09:54 ahududu-bohb-wax9 kernel: snd_hda_intel 0000:00:1f.3: dmic_detect option is deprecated, pass snd-intel-dspcfg.dsp_driver=1 option instead
juin 17 12:09:54 ahududu-bohb-wax9 kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
juin 17 12:09:54 ahududu-bohb-wax9 kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
juin 17 12:09:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: autoconfig for Generic: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
juin 17 12:09:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
juin 17 12:09:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
juin 17 12:09:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: mono: mono_out=0x0
juin 17 12:09:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: dig-out=0x3/0x0
juin 17 12:09:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: inputs:
juin 17 12:09:54 ahududu-bohb-wax9 kernel: input: HDA Intel PCH HDMI as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
juin 17 12:10:01 ahududu-bohb-wax9 kernel: snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching to polling mode: last cmd=0x20270d01
juin 17 12:10:02 ahududu-bohb-wax9 kernel: snd_hda_intel 0000:00:1f.3: No response from codec, disabling MSI: last cmd=0x20270d01
juin 17 12:10:03 ahududu-bohb-wax9 kernel: snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching to single_cmd mode: last cmd=0x20270d01
juin 17 12:13:14 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 12:13:14 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 12:13:22 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 12:13:22 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:15:56 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:15:56 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:16:21 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:16:21 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:21:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:21:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
ahududu@ahududu-bohb-wax9:~$
et pour inxi :
ahududu@ahududu-bohb-wax9:~$ inxi -Axxx
Audio:
Device-1: Intel Comet Lake PCH-LP cAVS vendor: QUANTA driver: snd_hda_intel
v: kernel bus-ID: 00:1f.3 chip-ID: 8086:02c8 class-ID: 0401
Sound Server-1: ALSA v: k5.19.0-45-generic running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
ahududu@ahududu-bohb-wax9:~$
ahududu@ahududu-bohb-wax9:~$ aplay -l
**** Liste des périphériques matériels PLAYBACK ****
carte 0 : PCH [HDA Intel PCH], périphérique 3 : Generic Digital [Generic Digital]
Sous-périphériques : 1/1
Sous-périphérique #0 : subdevice #0
ahududu@ahududu-bohb-wax9:~$
Dernière modification par ahududu (Le 17/06/2023, à 13:26)
Hors ligne
#19 Le 17/06/2023, à 13:36
- xubu1957
Re : Carte son intel non reconnue
@iznobe
Pour info > Help me to debug why I dont have sound
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#20 Le 17/06/2023, à 13:51
- iznobe
Re : Carte son intel non reconnue
il est possible de tester un noyau serie 6.3 avec mainline , mais j' y crois tres moyennement . l ' ordi ne parait pas etre des plus recent ( windobz 10 installé ) .
Par contre la sortie du journal n ' est clairement pas normale .
Du coup , il ne trouve pas la carte son on dirait .
Le truc curieux c ' est en particulier ces lignes :
No response from codec, disabling MSI: last cmd=0x20270d01
juin 17 12:10:03 ahududu-bohb-wax9 kernel: snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching to single_cmd mode: last cmd=0x20270d01
juin 17 12:13:14 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 12:13:14 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 12:13:22 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 12:13:22 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:15:56 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:15:56 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:16:21 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:16:21 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:21:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
juin 17 13:21:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: Unable to sync register 0x2f0d00. -5
ahududu@ahududu-bohb-wax9:~$
qui sont la consequence de la non detection de la bonne carte :
juin 17 12:09:54 ahududu-bohb-wax9 kernel: snd_hda_codec_generic hdaudioC0D2: autoconfig for Generic: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
il initialise une carte son " generique " avec aucune sortie son : 0 partout : line_outs=0 (0x0/0x0/0x0/0x0/0x0)
on pourrait tenter de modifier le fichier /etc/default/grub pour y changer l' option deprecié , mais pareil , j ' ai des doutes quant a ce que ca solutionne le probleme , cela dit ca ne coute rien d ' essayer , c' est assez simple a faire :
donne :
cat /etc/default/grub
puis on fait une une sauvegarde o k zou :
sudo cp /etc/default/grub /etc/default/grub.ori
sudo nano /etc/default/grub
reperer la ligne qui commence par :
GRUB_CMDLINE_LINUX_DEFAULT
puis modifier les options , remplacer : " dmic_detect " ( si c' est present ) par : " snd-intel-dspcfg.dsp_driver=1 " . sinon l ' ajouter simplement .
sauvegarder et quitter avec : ctrl + x , o , entrée . pour quitter sans sauvegarder : ctrl + x , n , entrée .
puis pour prendre en compte :
sudo update-grub
puis redémarrer .
Dernière modification par iznobe (Le 17/06/2023, à 13:58)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#21 Le 17/06/2023, à 14:03
- ahududu
Re : Carte son intel non reconnue
Ce n'est pas écrit "dmci_detect" mais "quiet splash", je le remplace quand même ?
GNU nano 6.2 /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Hors ligne
#22 Le 17/06/2023, à 14:07
- iznobe
Re : Carte son intel non reconnue
du coup tu ajoutes l' option comme ceci :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd-intel-dspcfg.dsp_driver=1"
n ' oublie pas , bien entendu , un espace entre les anciennes options et l ' ajout de la nouvelle pour les separer .
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#23 Le 17/06/2023, à 14:18
- ahududu
Re : Carte son intel non reconnue
Mauvaise nouvelle, il n'y a toujours pas de son
Hors ligne
#24 Le 17/06/2023, à 14:19
- iznobe
Re : Carte son intel non reconnue
as tu fais le
sudo update-grub
et redemarrer ?
Dernière modification par iznobe (Le 17/06/2023, à 14:19)
retour COMPLET et utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#25 Le 17/06/2023, à 14:20
- ahududu
Re : Carte son intel non reconnue
oui biensur
Hors ligne