I'm using a Mandrake 9.1 box with an Intel (intel8x0) card and KDE as my 
desktop environment. Thanks for any help you can provide!

Problems:
1. Doesnt do alsactl restore on startup
2. On Flash, games and other apps, the sound lags about 2-3 seconds in any WM.

Here's my modules.conf:
#########                    ALSA portion                    #############
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
# module options should go here                                          
#                                                                       
#########                   OSS/Free portion                 #############
alias char-major-14 soundcore
alias sound-slot-0 snd-0
#                                                                       
# card #1                                                               
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
######################End Sound##########################


Heres the compilation script:
#####################Start Script############################
cd alsa-driver-0.9.4/
make clean
./configure --with-cards=intel8x0 --with-sequencer=yes --with-oss=yes 
--with-isapnp=no;make;make install
./snddevices
chmod 666 /dev/dsp /dev/mixer /dev/sequencer /dev/midi
cd ../alsa-lib-0.9.4/
make clean
./configure;make;make install
cd ../alsa-utils-0.9.4/
make clean
./configure;make;make install
cd ../alsa-oss-0.9.4/
make clean
./configure;make;make install
######################End Script############################

Here are my KDE sound server options:
__ARTS TAB__
Start aRts server on KDE startup
Run soundserver with realtime priority
Autosuspend if idle for 60 secs

__SOUND I/O TAB__
Enable full duplex operation
Sound quality: 16 bits (high)
Audio buffer size: 232 milliseconds (10 fragments with 4096 bytes)


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to