I compiled ALSA 1.0.3 on my Red Hat 7.3 box last week (./configure
--with-cards=cmipci --with-sequencer=yes;make;make install). I cannot get
Midi to function. The midi modules load up fine but when I try to play a
midi file I get:

Using playmidi:
"open /dev/sequencer: No such device"
But it does exist.

Using aplaymidi:
"ALSA lib seq_hw.c:446:(snd_seq_hw_open) open /dev/snd/seq failed: No such
file or directory
Cannot open sequencer - No such file or directory"
Which is correct, this device doesn't exist. Do I need to add it manually?
How?

--------------------------
modules.conf:

# --- ALSACONF verion 1.0.3 ---
alias char-major-116 snd
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
alias snd-card-0 snd-cmipci
alias sound-slot-0 snd-cmipci
# --- END: Generated by ALSACONF, do not edit. ---

I added the following later from something I read online about virmidi
(even tho I have only one card and I assumed rawmidi replaced virmidi).

alias sound-slot-1 snd-card-1
alias snd-card-1 snd-rawmidi
----------------------------
Loaded modules:

snd-seq-oss            29024   0 (autoclean)
snd-seq-midi-event      5996   0 (autoclean) [snd-seq-oss]
snd-seq                47948   2 (autoclean) [snd-seq-oss
snd-seq-midi-event]
sg                     32324   0 (autoclean)
sr_mod                 15608   0 (autoclean)
snd-pcm-oss            43236   0 (autoclean)
snd-mixer-oss          14752   0 (autoclean) [snd-pcm-oss]
snd-cmipci             24416   0 (autoclean)
snd-pcm                80064   0 (autoclean) [snd-pcm-oss snd-cmipci]
snd-page-alloc          9028   0 (autoclean) [snd-pcm]
gameport                3392   0 (autoclean) [snd-cmipci]
snd-mpu401-uart         4856   0 (autoclean) [snd-cmipci]
snd-rawmidi            17760   0 (autoclean) [snd-mpu401-uart]
snd-opl3-lib            8064   0 (autoclean) [snd-cmipci]
snd-timer              19296   0 (autoclean) [snd-seq snd-pcm
snd-opl3-lib]
snd-seq-device          5796   0 (autoclean) [snd-seq-oss snd-seq
snd-rawmidi snd-opl3-lib]
snd-hwdep               6208   0 (autoclean) [snd-opl3-lib]
snd                    43712   0 (autoclean) [snd-seq-oss
snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-cmipci snd-pcm
snd-mpu401-uart snd-rawmidi snd-opl3-lib snd-timer snd-seq-device
snd-hwdep]
soundcore               6148   6 (autoclean) [snd]

cat /asound/devices:
  0: [0- 0]: ctl
 18: [0- 2]: digital audio playback
 26: [0- 2]: digital audio capture
 17: [0- 1]: digital audio playback
 16: [0- 0]: digital audio playback
 24: [0- 0]: digital audio capture
  1:       : sequencer
 33:       : time

Everything else seems to be fine. Any help appreciated

Thanks
Brett

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to