Try adding the following to your modules.conf

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

alias midi snd-emu10k1-synth
below snd-seq-oss snd-emu10k1-synth
above snd-card-0 snd-mixer-oss snd-seq-oss snd-pcm-oss
alias /dev/sequencer snd-seq-oss

Then try running the sfxload program.

David

On 08 Jun 2003 21:33:37 +1000
Rohan Parkes <[EMAIL PROTECTED]> wrote:

> On Sat, 2003-06-07 at 07:34, David Hunt wrote:
> > What does your modules.conf look like? It should have some entries
> > similar to these
> > 
> > alias snd-card-0 snd-emu10k1
> > 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
> > alias char-major-116 snd
> > alias char-major-14 soundcore
> > 
> > alias /dev/mixer snd-mixer-oss
> > alias /dev/dsp snd-pcm-oss
> > alias /dev/midi snd-seq-oss
> > 
> > alias midi snd-emu10k1-synth
> > below snd-seq-oss snd-emu10k1-synth
> > above snd-card-0 snd-mixer-oss snd-seq-oss snd-pcm-oss
> > post-install snd-mixer-oss /usr/sbin/alsactl restore
> > alias /dev/sequencer snd-seq-oss
> > 
> > You need to make sure at least snd-seq-oss module is loaded and
> > snd-emu10k1-synth As well as the snd-emu10k1 module
> > 
> > Then try loading your sound fonts. It won't say anything on success I
> > think.
> > Then use something such as pmidi to test it like pmidi -p 65:0
> > yourfile.mid should play out your speakers
> > 
> > David
> 
> Thanks for the information.
> 
> This is what I've got - mostly the result of having run alsaconf
> 
> I think the post-install/pre-remove stuff is wrong - I don't know how
> that got there, but it probably explains why I have to keep manually
> restoring my mixer settings.
> 
> Also, there's no reference to any synths, nor any references to
> /dev/midi etc as there are in yours - how should these have gotten set
> up?
> 
> I'd appreciate it if you could take a look and make any suggestions.
> 
> Thanks,
> 
> # --- BEGIN: Generated by ALSACONF, do not edit. ---
> # --- ALSACONF verion 0.9.0 ---
> alias char-major-116 snd
> alias snd-card-0 snd-emu10k1
> alias char-major-14 soundcore
> 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 major=116 cards_limit=1 device_mode=0666 
> options snd-emu10k1 index=0 
> # --- END: Generated by ALSACONF, do not edit. ---
> 
> alias sound-slot-0 snd-card-0
> 
> post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L
> >/dev/null 2>&1 || :
> pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
> >/dev/null 2>&1 || :
> 
> # -- Keep modules from being autocleaned 
> add options -k snd-card-0 
> -- 
> Rohan Parkes
> Melbourne
> Australia
> 
> 
> 
> -------------------------------------------------------
> 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-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/alsa-user
> 




-------------------------------------------------------
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-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to