如何确保在启动时加载了 `snd-hda-intel` 模块?

Mat*_*att 10 sound sudo hda-intel modprobe

我需要打字sudo modprobe snd-hda-intel才能让我的声卡工作。

我需要编辑什么配置文件以及我应该进行什么编辑以便我可以在启动时加载声音驱动程序,这样我就不必每次都输入?

Ala*_*Ali 7

添加snd-hda-intel到文件末尾/etc/modules。这将使snd-hda-intel模块在启动时自动加载。

您可以使用:sudo sh -c 'echo "snd-hda-intel" >> /etc/modules'来做到这一点。