Mat*_*att 10 sound sudo hda-intel modprobe
我需要打字sudo modprobe snd-hda-intel才能让我的声卡工作。
sudo modprobe snd-hda-intel
我需要编辑什么配置文件以及我应该进行什么编辑以便我可以在启动时加载声音驱动程序,这样我就不必每次都输入?
Ala*_*Ali 7
添加snd-hda-intel到文件末尾/etc/modules。这将使snd-hda-intel模块在启动时自动加载。
snd-hda-intel
/etc/modules
您可以使用:sudo sh -c 'echo "snd-hda-intel" >> /etc/modules'来做到这一点。
sudo sh -c 'echo "snd-hda-intel" >> /etc/modules'
归档时间:
12 年,4 月 前
查看次数:
13856 次
最近记录:
6 年,7 月 前