Hi,

I recently installed alsa to support my SB PCI 128 (snd-ens1371) (alsa 0.9.0rc3). Everything works greate except for midi. When I look in the documentation that came with the card, it seems it is necessary to load the sound/patch/samples onto the card somehow before it will work (2MB, 4MB and 8MB sample files are included on a CD).

Is this possible to do in Alsa? Am I doning something else wrong? When I built the alsa drivers i ran the configure script like this:

./configure --with-cards=ens1371,virmidi --with-sequencer=yes -with-oss=yes


See also below for the output of

pmidi -l
lsmod
cat /etc/modules.conf

Any help appreciated!

/Andreas

------------------------------------------------------------------------
[andka@foo31-152 ~/Alsa]$ pmidi -l
Port Client name Port name
64:0 External MIDI 0 MIDI 0-0

------------------------------------------------------------------------
[andka@foo31-152 ~/Alsa]$ /sbin/lsmod
Module Size Used by Not tainted
snd-seq-midi 4320 0 (autoclean) (unused)
snd-seq-midi-event 4884 0 (autoclean) [snd-seq-midi]
snd-seq 43948 0 (autoclean) [snd-seq-midi snd-seq-midi-event]
snd-pcm-oss 42628 0 (autoclean)
snd-mixer-oss 11520 0 (autoclean) [snd-pcm-oss]
snd-ens1371 14116 0 (autoclean)
snd-pcm 74112 0 (autoclean) [snd-pcm-oss snd-ens1371]
snd-timer 13536 0 (autoclean) [snd-seq snd-pcm]
snd-rawmidi 16128 0 (autoclean) [snd-seq-midi snd-ens1371]
snd-seq-device 5596 0 (autoclean) [snd-seq-midi snd-seq snd-rawmidi]
snd-ac97-codec 33968 0 (autoclean) [snd-ens1371]
snd 33928 0 [snd-seq-midi snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-ens1371 snd-pcm snd-timer snd-rawmidi snd-seq-device snd-ac97-codec]
soundcore 6212 6 [snd]
ide-cd 30144 0 (autoclean)
cdrom 31936 0 (autoclean) [ide-cd]
mga 105712 1
agpgart 40256 3
parport_pc 17476 1 (autoclean)
lp 8576 0 (autoclean)
parport 33536 1 (autoclean) [parport_pc lp]
autofs 11172 0 (autoclean) (unused)
3c59x 28328 1
ipchains 40040 17
usb-uhci 24324 0 (unused)
usbcore 71072 1 [usb-uhci]
ext3 64800 5
jbd 47892 5 [ext3]

------------------------------------------------------------------------
[andka@foo31-152 ~/Alsa]$ cat /etc/modules.conf
alias parport_lowlevel parport_pc
alias eth0 3c59x
alias usb-controller usb-uhci
alias eth1 eepro100
#alias sound-slot-0 es1371
#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 || :

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-ens1371

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-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
options i810 xfreeversion=41




-------------------------------------------------------
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