分页: 1 / 1

声卡在快安装完成的时候出现错误,请指教

发表于 : 2007-02-06 9:10
eric_wong
cd ~
wget ftp://ftp.alsa-project.org/pub/driver/a ... 13.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/alsa ... 13.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils/al ... 13.tar.bz2
wget ftp://ftp.alsa-project.org/pub/oss-lib/ ... 12.tar.bz2

tar xvfj alsa-driver-1.0.13.tar.bz2
tar xvfj alsa-lib-1.0.13.tar.bz2
tar xvfj alsa-utils-1.0.13.tar.bz2
tar xvfj alsa-oss-1.0.12.tar.bz2

cd alsa-driver-1.0.13 && ./configure && make
sudo make install && cd ..
cd alsa-lib-1.0.13 && ./configure && make
sudo make install && cd ..
cd alsa-utils-1.0.13 && ./configure && make
sudo make install && cd ..
cd alsa-oss-1.0.12 && ./configure && make
sudo make install && cd ..
sudo alsaconf

创新AWE64,已经按照以上的方法操作安装驱动,但为什么最后一步sudo alsaconf却提示错误呢?说是没有这条命令。请指教,谢谢回复!

发表于 : 2007-02-06 13:14
eric_wong
请帮帮忙啊。