Dne čt 27. červen 2002 19:41 jste napsal(a): > Hi Honza and Takashi > > Now I have downloaded the 5 alsa 0.9 tarballs > unpacked them, got the patch and ran it, then did > > ./configure --with-cards=via8233 --with-oss=yes > make > make install > > for the drivers dir > and for the others did > > ./configure > make > make install > > All went well, no errors > > So now you say I need to edit modutils > but I can't see this file, what did you mean?????? > exactly what should I put where.????? > > do i need to edit my /etc/modules.conf > if so what needs to be in there. I don't understand the instructions > in the drivers directory INSTALL file > > cheers > > Dan
This is instructions from INSTALL file: ------------------------------------------------------------------------------------------------------- Example for 2.2 kernel (with OSS/Free emulation turned on): ----- /etc/modules.conf # ALSA portion alias char-major-116 snd # OSS/Free portion alias char-major-14 soundcore ----- /etc/modules.conf After the main multiplexer is loaded, its code requests toplevel soundcard module. String 'snd-card-%i' is requested for native devices where %i is soundcard number from zero to seven. String 'sound-slot-%i' is requested for native devices where %i is slot number (for ALSA owner this means soundcard number). ----- /etc/modules.conf # ALSA portion alias snd-card-0 snd-interwave alias snd-card-1 snd-ens1371 # OSS/Free portion alias sound-slot-0 snd-card-0 alias sound-slot-1 snd-card-1 ----- /etc/modules.conf We are finished at this point with the configuration for ALSA native devices, but you may also need autoloading for ALSA's add-on OSS/Free emulation modules. At this time only one module does not depend on any others, thus must be loaded separately - snd-pcm-oss.o. String 'sound-service-%i-%i' is requested for OSS/Free service where first %i means slot number (e.g. card number) and second %i means service number. ----- /etc/modules.conf # OSS/Free portion - 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 # OSS/Free portion - card #2 alias sound-service-1-0 snd-mixer-oss alias sound-service-1-3 snd-pcm-oss alias sound-service-1-12 snd-pcm-oss ------------------------------------------------------------------------------------------------------- BUT on Debian Distribution they say not to edit /etc/modules so I did it like this (file /etc/modutils/alsa-path existed after alsa installation!) This is example for MSI KT3 ultra -------------------------------------------------------------------------------------------------------- john@k4-731a:~$ cat /etc/modutils/alsa-path # Debian ALSA modules path # Do not edit this unless you understand what you're doing. #path=/lib/modules/`uname -r`/alsa # ALSA portion alias char-major-116 snd # OSS/Free portion alias char-major-14 soundcore # ALSA portion alias snd-card-0 snd-via8233 # OSS/Free portion alias sound-slot-0 snd-card-0 # OSS/Free portion - 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-ossjohn@k4-731a:~$ I hope It will help Honza ------------------------------- ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Oh, it's good to be a geek. http://thinkgeek.com/sf _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user