Taupter hat gesagt: // Taupter wrote:

> I'm trying to play MIDI files with the internal synth of my soundcard 
> using alsa 0.9.0b7, but I simply can't. I can't even use sfxload 
> [...]
> This is my ALSA-related modules.conf (made with the debian way: editing 
> a file in /etc/modutils and running update-modules):
> [...] 

You forgot to include the emu-synth stuff in you modules
configuration.  Put this in /ets/modutils/alsa, check the
soundfont path, run update-modules and see if it helps:

alias char-major-116 snd
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 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

# Live: 
alias snd-card-0 snd-card-emu10k1

alias snd-synth-midi snd-seq-midi
alias snd-seq-midi snd-synth-emu10k1
post-install snd-synth-emu10k1 /usr/bin/sfxload /dos/audio/sblive/SFBank/8mbgmsfx.sf2
-- 
                                                 __    __
 Frank Barknecht       ____ ______   ____ __ trip\ \  / /wire ______
                      / __// __  /__/ __// // __  \ \/ /  __ \\  ___\   
                     / /  / ____/  / /  / // ____// /\ \\  ___\\____ \  
                    /_/  /_____/  /_/  /_//_____// /  \ \\_____\\_____\
                                                /_/    \_\ 

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to