红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

ubuntu 7.10 在dell vostro 1400上声卡驱动的安装方法

ubuntu 7.10 在dell vostro 1400上声卡驱动的安装方法

7.10正式版,alsa驱动安装方法:

内容如下:
wget ftp://ftp.alsa-project.org/pub/d ... r-1.0.15rc1.tar.bz2
tar xvpjf alsa-driver-1.0.15rc1.tar.bz2
cd alsa-driver-1.0.15rc1
./configure --with-cards=hda-intel,emu10k1
make
sudo make install
sudo gedit /lib/modules/2.6.22-14-generic/modules.dep
Replace the start of the line with hda-intel in it so that it starts with this:
/lib/modules/2.6.22-14-generic/kernel/sound/pci/hda/snd-hda-intel.ko
Remove the directory /lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel
Add the following line to /etc/modprobe.d/alsa-base:
options snd-hda-intel model=dell-3stack

重启即可。

TOP

发新话题