[PlanetCCRMA] Midi problem

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Thu Jun 3 14:28:02 2004


> Has anybody read my midi problem yet? Any suggestions?

Sorry, I have not had time yet...

> Problems with "sound", jack, ams are solved thanks  to your advise, but I
> cannot get MIDI working. In Rosegardens as in KMIDs midi-setup I don't see
> any midi-device.
> 
> Here's the output from modules.conf:

You don't need the following lines, they are the setup for the OSS
drivers (but apparently the ALSA drivers are loaded, which is strange):

> alias sound-slot-0 ymfpci
> 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


> [yves@HetZatVarken yves]$ cat /proc/modules
> snd-pcm-oss            45160   0 (autoclean)
> snd-mixer-oss          16728   0 (autoclean) [snd-pcm-oss]
> appletalk              28932   0 (autoclean)
> ipx                    24132   0 (autoclean)
> snd-seq                49744   3
> snd-ymfpci             50532   4
> snd-pcm                85984   2 [snd-pcm-oss snd-ymfpci]
> snd-page-alloc          9304   0 [snd-ymfpci snd-pcm]
> gameport                3380   0 [snd-ymfpci]
> snd-mpu401-uart         5680   0 [snd-ymfpci]
> snd-rawmidi            19520   0 [snd-mpu401-uart]
> snd-opl3-lib            9188   0 [snd-ymfpci]
> snd-hwdep               7104   0 [snd-opl3-lib]
> snd-timer              20996   0 [snd-seq snd-ymfpci snd-pcm snd-opl3-lib]
> snd-seq-device          6220   0 [snd-seq snd-rawmidi snd-opl3-lib]
> snd-ac97-codec         63464   0 [snd-ymfpci]
> snd                    48708   2 [snd-pcm-oss snd-mixer-oss snd-seq
>  snd-ymfpci snd-pcm snd-mpu401-uart snd-rawmidi snd-opl3-lib snd-hwdep
>  snd-timer snd-seq-device snd-ac97-codec]
> soundcore               6660   4 [snd]

This looks ok. What do you see in /proc/asound/devices?
Are there any midi ports listed?

-- Fernando