Steven Rubenstein wrote:
> I know I'm doing something stupid, but modprobe can't find 
> snd-card-emu10k1.  (I have a Soundblaster Live! Platinum.)

It changed its name to snd-emu10k1. Please see my modules.conf at the 
end of the e-mail.

> OSS worked fine.  ALSA "seems" to compile with no problems.  Yet
> 
>    modprobe snd-card-emu10k1
> 
> results in
> 
>    can't locate module snd-card-emu10k1
> 
> Below is what I put in modules.conf for ALSA and OSS emulation:
> 
> 
> # load main sound multiplexer
> # ALSA
> alias char-major-116 snd
> # OSS/Free
> alias char-major-14 soundcore
> 
> # get toplevel soundcard module
> # ALSA
> alias snd-card-0 snd-card-emu10k1
> # OSS/Free
> alias sound-slot-0 snd-card-0
> 
> # autoload OSS/Free emulaton modules
> # OSS/Free
> 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
> 
> options snd snd_major=116 snd_cards_limit=1
> options snd-card-emu10k1  snd_id="emu10k1" snd_index=0
> 
> 
> Any help?  Please?
> 
> Thanks,
> 
> SJR
> 


# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
# options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 
snd_device_gid=29 snd_device_uid=0
alias snd-card-0 snd-emu10k1
alias snd-synth-midi snd-seq-midi
alias snd-seq-midi snd-seq-emu10k1
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-oss
alias sound-service-0-12 snd-pcm-oss
post-install snd-synth-emu10k1 /bin/sfxload /etc/midi/8mbgmsfx.sf2

> 

About the post-install snd-synth line, sfxload is a binary that's _not_ 
on any ALSA package, but in aweutils. I heard a rumour that Mr. Takashi 
Iwai had ported it to ALSA, but I'm not sure at all. This line should be 
responsible for loading a SoundFont to my card, but it never worked 
(maybe because sfxload is an OSS program and I should run it _after_ 
loading the OSS compatibility modules) and I'm not exactly sure why.


Taupter



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to