Fernando Pablo Lopez-Lezcano wrote:
> > OSS:         rawmidi -v -I /dev/midix
>
>   ./rawmidi -v -I /dev/midi1 --> works fine
>
> > ALSA direct: rawmidi -v -I /dev/snd/midiCxD0
>
>   ./rawmidi -v -I /dev/snd/midiC1D0 --> works fine

These two tests access the driver directly, without going through the ALSA
library, so I'll assume that the driver itself works fine.

> > ALSA Lib:    rawmidi -v -i hw:x,0
>
> ./rawmidi -v -i hw:1,0
> Using:
> Input: device hw:1,0
> Output: NONE
> ALSA lib rawmidi.c:247:(snd_rawmidi_open_conf) symbol _snd_rawmidi_hw_open
> is not defined inside (null)
> snd_rawmidi_open hw:1,0 failed: -6
> Closing
>
> > ALSA Lib:    rawmidi -v -i hw:x,0,0
>
> Same as the previous test.

The ALSA lib is not able to load and call a function from librawmidi.
There seems to be something wrong with your ALSA configuration.
>From the error message I would deduce that there is a rawmidi_type
definition in .asoundrc or /etc/asound.conf or /usr/share/alsa/alsa.conf
which lacks the "lib" key, but I'm not sure about this.
You might try recompiling and installing the alsa-lib package, or
temporarily removing the config files mentioned above.


HTH
Clemens



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to