Ens1371
From the ALSA wiki
(Difference between revisions)
m (Added to module category) |
(Included content of Midi in/out) |
||
| Line 1: | Line 1: | ||
| - | + | == Midi in/out == | |
| + | |||
| + | After modprobe of the snd-ens1371 with no parameters, I got the Creative Es1371 working nice with my midi setup here. To test this i used: | ||
| + | |||
| + | <code> | ||
| + | dd if=/dev/snd/midiC0D0 bs=1 of=/dev/snd/midiC0D0 | ||
| + | </code> | ||
| + | |||
| + | It also worked with hydrogen (midi in) and my synthesizer (midi out) together quite good. No errors so far. | ||
| + | |||
| + | js att dune2 doot de | ||
| + | |||
| + | == See also == | ||
| + | |||
* [[Joystick support]] | * [[Joystick support]] | ||
* [[Midi in/out]] | * [[Midi in/out]] | ||
Latest revision as of 14:49, 5 January 2007
Midi in/out
After modprobe of the snd-ens1371 with no parameters, I got the Creative Es1371 working nice with my midi setup here. To test this i used:
dd if=/dev/snd/midiC0D0 bs=1 of=/dev/snd/midiC0D0
It also worked with hydrogen (midi in) and my synthesizer (midi out) together quite good. No errors so far.
js att dune2 doot de
See also
The Alsa driver supports the second output channel of this card, if you use OSS emulation. You can access it under /dev/adsp. See http://alsa.opensrc.org/index.php?page=AlsaTips for details.