Marc Nostromo [M-.-n] wrote:
# cat /proc/asound/* 0 [nanoKONTROL ]: USB-Audio – nanoKONTROL
So I'm thinking I'm on the right track.
But I don't see anything in /dev to connect to so I can't really do anything with my device.
ALSA devices are in /dev/sound/.
From what I read here
http://www.gp32x.com/board/index.php?/topic/60064-usbrs232-device-with-the-c...
it could be due to the fact /dev is mounted in read-only (and that there's no /dev/midiXX present) and that I need to create the device file with mknod.
The alsa-driver package has the snddevices script, but it works only if the kernel was compiled without CONFIG_SND_DYNAMIC_MINORS.
However I'm not sure of what I should do in the specific context of midi/audio with alsa. Right now all I'm looking for is raw midi & pcm out.
aplay something.wav aplaymidi something.mid
Regards, Clemens