J'ai utilisé la mise à jour logicielle. Après, il n'y a plus de son. Après avoir passé des heures à lire des problèmes similaires, je me rends compte qu'aucun d'entre eux (y compris la réinstallation d'alsa et de pulseaudio) ne fonctionne pour moi.
En utilisant
lspci -v | grep -A7 -i "audio"
J'obtiens les résultats suivants:
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
Subsystem: Micro-Star International Co., Ltd. [MSI] Cannon Lake PCH
cAVS Flags: bus master, fast devsel, latency 32, IRQ 11 Memory at
a4430000 (64-bit, non-prefetchable) [size=16K] Memory at a4100000
(64-bit, non-prefetchable) [size=1M] Capabilities: <access denied>
00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev
10)
-- 01:00.1 Audio device: NVIDIA Corporation Device 10f8 (rev a1) Subsystem: Gigabyte Technology Co., Ltd Device 3fff Flags: bus
master, fast devsel, latency 0, IRQ 10 Memory at a4080000 (32-bit,
non-prefetchable) [size=16K] Capabilities: <access denied>
01:00.2 USB controller: NVIDIA Corporation Device 1ad8 (rev a1)
(prog-if 30 [XHCI]) Subsystem: Gigabyte Technology Co., Ltd Device
3fff
Il semble que malgré la sortie de la carte son, le système ne peut pas installer un pilote approprié. Suivant https://help.ubuntu.com/community/SoundTroubleshooting J'ai essayé d'installer instamment le pilote snd-hda-intel mais il retourne:
Sudo modprobe snd-hda-intel
modprobe: FATAL: Module snd-hda-intel not found in directory /lib/modules/5.0.0-29-generic
Je visite ensuite https://code.launchpad.net/~ubuntu-audio-dev/+archive/ubuntu/alsa-daily/+packages mais je ne sais pas comment installer le bon. tar.gz en tant que pilote (peut-être pour oem-audio-hda-daily-dkms_0.201907080246 ~ ubuntu19.04.1.tar.gz?) Quelqu'un peut-il m'aider à le résoudre? Merci!
Update1 dkms status
ne renvoie rien. A essayé Sudo apt update
et upgrade
ne résout pas le problème.
Voici ce que
lspci -knn | grep Audio -A3
retour:
00:1f.3 Audio device [0403]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev 10)
Subsystem: Micro-Star International Co., Ltd. [MSI] Cannon Lake PCH cAVS [1462:cb50]
00:1f.4 SMBus [0c05]: Intel Corporation Cannon Lake PCH SMBus Controller [8086:a323] (rev 10)
Subsystem: Micro-Star International Co., Ltd. [MSI] Cannon Lake PCH SMBus Controller [1462:7b50]
--
01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:10f8] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:3fff]
01:00.2 USB controller [0c03]: NVIDIA Corporation Device [10de:1ad8] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:3fff]
trouvé cette solution ici https://superuser.com/a/1509313/1151609
ça a marché pour moi
Voici une copie du message original de hopeseekr
Sudo vim /etc/default/grub
Find GRUB_CMDLINE_LINUX_DEFAULT and add snd_hda_intel.dmic_detect=0 to the end
of it. (ex: GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3
snd_hda_intel.dmic_detect=0")
Sudo grub-mkconfig -o /boot/grub/grub.cfg
Reboot the system.