驱动845G板载AC97声卡,下载了for linux的驱动,其中readme文件如下:
Step 1. You must have full configured source for the Linux kernel.
Step 2. Uncompress the source code
a. tar xfvj alcsound.tar.bz2
or b. unbzip2 alcsound.tar.bz2
tar -xvf alcsound.tar
Step 3. Turn on sound support (soundcore module)我对这步不理解,在哪里打开声音设备啊?
Step 4. Complied source code
a. ./Configure
b. make install
c. ./snddevices /(还有这里具体怎么操作呢?是在什么目录下执行?直接敲以上命令吗?)
Step 5. Edit your /etc/modules.conf or conf.modules depending on the Distribution(分类)
(Please refer to the attached modules.conf)
Step 6. reboot your machine
Note: 1. The most detail information, can refer the INSTALL file in the alcsound.tar.bz2.
2. Kernel Version must be 2.2.14 or later.
3. All mixer channels are muted by default. You must use a native
or OSS mixer program to unmute appropriate channels.
4. If can not compile the source code, try to rename the /usr/src/linux-2.x -> /usr/src/linux.
5. The driver added to support the SPDIF functoin.
请大家多多指教!!
下面是上文提到的modules.conf
alias parport_lowlevel parport_pc
alias usb-controller usb-uhci
#alias sound-slot-0 via82cxxx_audio //remark this line, this is default audio driver
#====== added those lines =============
alias char-major-116 snd
options snd major=116 cards_limit=1
#--- Intel 8x0 and SiS 7012 ----------
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0 id="ICH"
#--- Via8233 and Via686A/B -------------------
#alias snd-card-0 snd-via82xx
#options snd-via82xx index=0 id="VIA"
#------------------------------------------------------
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
#=================================
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
果然如此!确实在ect/下发现了/modules.conf
不过Step 5. Edit your /etc/modules.conf or conf.modules depending on the Distribution,我怎么编辑它啊?还让我参考它附带的modules文件。怎么操作呢?我的是集成AC97声卡。