红联Linux门户
Linux帮助

DELL1400声卡安装全过程

发布时间:2008-01-25 20:57:50来源:红联作者:tinkage
我的本子终于有声了 在此特别感谢 loading 对我的帮助

下面所 loading 帮我翻译的 安装过程

wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.15rc1.tar.bz2
#下载alsa的驱动包!

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:
#用下面的内容替换文件里开头行里的had-intel
/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
#删除 /lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel 目录
#命令:
Copy code

sudo mv /lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel /tmp/snd-hda-intel_backup
sudo rm -rf /lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel

以上命令多使用tab补全,以防大错!好好掂量,出错就不好了

Add the following line to /etc/modprobe.d/alsa-base:
#把下面内容加入 /etc/modprobe.d/alsa-base
options snd-hda-intel model=dell-3stack

#参考命令
Copy code

sudo gedit /etc/modprobd.d/alsa-base


下面是我的安装过程中
在下载前先下载编译软件
安装编译软件
sudo apt-get install build-essential ncurses-dev gettext

安装你的内核
sudo apt-get install linux-headers-`uname -r`
这个我的已经是最新的了

wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.15rc1.tar.bz2
#下载alsa的驱动包!
我是把它下载到 /usr/src/alsa 中
tar xvpjf alsa-driver-1.0.15rc1.tar.bz2
#解压下载好的驱动
cd alsa-driver-1.0.15rc1
#进入解压后的目录
./configure --with-cards=hda-intel,emu10k1
#自动配置

在这可能会出错 原因所没有用 root身份应该用
sudo ./configure --with-cards=hda-intel,emu10k1

如果报错 checking for C compiler default output file

就 sudo apt-get install g++
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:
#用下面的内容替换文件里开头行里的had-intel
/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
#删除 /lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel 目录
#命令:
Copy code

sudo mv /lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel /tmp/snd-hda-intel_backup
sudo rm -rf /lib/modules/2.6.22-14-generic/ubuntu/media/snd-hda-intel

以上命令多使用tab补全,以防大错!好好掂量,出错就不好了

Add the following line to /etc/modprobe.d/alsa-base:
#把下面内容加入 /etc/modprobe.d/alsa-base
options snd-hda-intel model=dell-3stack

#参考命令
Copy code

sudo gedit /etc/modprobd.d/alsa-base

从起后就有声音了 呵呵
希望对大家有帮助
文章评论

共有 0 条评论