Arch Linux 没有声音:Intel sound card snd_hda_intel not working 解决方法
生活随笔
收集整理的這篇文章主要介紹了
Arch Linux 没有声音:Intel sound card snd_hda_intel not working 解决方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Arch Linux 沒有聲音:Intel sound card snd_hda_intel not working 解決方法
參考
https://askubuntu.com/questions/1225463/18-04-no-sound-intel-sound-card-snd-hda-intel-not-working
問題描述
$ aplay -l**** List of PLAYBACK Hardware Devices **** card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]Subdevices: 1/1Subdevice #0: subdevice #0$ cat /proc/asound/modules1 snd_hda_intel$ lspci -v | grep -A7 -i "audio"00:1f.3 Multimedia audio controller: Intel Corporation Cannon Lake PCH cAVS (rev 10)Subsystem: Dell Device 0949Flags: bus master, fast devsel, latency 32, IRQ 16Memory at a5318000 (64-bit, non-prefetchable) [size=16K]Memory at a5000000 (64-bit, non-prefetchable) [size=1M]Capabilities: <access denied>Kernel driver in use: snd_soc_sklKernel modules: snd_hda_intel, snd_soc_skl, sof_pci_dev01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)Flags: bus master, fast devsel, latency 0, IRQ 17Memory at a3080000 (32-bit, non-prefetchable) [size=16K]Capabilities: <access denied>Kernel driver in use: snd_hda_intelKernel modules: snd_hda_intel解決方法
You will need to add an option on GRUB.
To edit grub options:
sudo nano /etc/default/grubFind GRUB_CMDLINE_LINUX_DEFAULT and add snd_hda_intel.dmic_detect=0 to the end of it. It will look something like this:
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 snd_hda_intel.dmic_detect=0"Then rebuild grub menu:
sudo grub-mkconfig -o /boot/grub/grub.cfgAfter you reboot the system the device should work.
總結
以上是生活随笔為你收集整理的Arch Linux 没有声音:Intel sound card snd_hda_intel not working 解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: leetcode 464. Can I
- 下一篇: leetcode 330. Patchi