Detailed loading method of sound card driver under Linux operating system

  
(1). Install alsa-driver: Release the previous dependencies before installation tar zxvf alsa-driver-1.0.9b_26_evoc.tar.gz grep -r –n 'South Bridge Chip ' ./* cd alsa-driver-1.0.9b_26 make clean ./configure --with-kernel=/usr/src/linux-2.4 --with-cards=intel8x0 make make install ./snddevices Remarks: Executing modprobe Snd-intel8x0 appears: "the unresolved symbol schedule_work" similar information, the solution is: touch include /linux /workqueue.h make clean make make install (2). Install alsa-lib: tar jxvf alsa-lib-1.0.9. Tar.bz2 cd alsa-lib-1.0.9 ./configure make make install (3). Install alsa-utils-1.0.9a: tar jxvf alsa-utils-1.0.9a.tar.bz2 cd alsa-utils-1.0. 9a ./configure make make install Install sound card driver:
modprobe snd-intel8x0 or: Run alsaconf Remarks: The driver is loaded, but OSS programs say: Can't open /dev/dsp. What is wrong? A: The OSS compatible PCM (digital audio) emulation comes as an add-on module which is not load Ed by default. If you have got modified /etc/conf.module as suggested in the INSTALL file, it should be loaded with kerneld or kmod. Check it - if this method for some reason doesn't work - you need to insert the Spro-bem-oss' module manually. .tar.gz cd mpg123-0.59r make linux make install Play mp3 test sound card:
mpg123 /root/1.mp3 (normal mp3 file) Note: If you don't hear the sound, run alsamixer to mute the sound card Open. Alsamixer (adjust volume) alsactl store Edit with vi /etc/rc.local Add:
alsactl restore Save and exit
zh-CN"],null,[0.98624635],zh-CN"]]]
Copyright © Windows knowledge All Rights Reserved