Hi !
Just would like to add this "simple" solution to the list, maybe it could help
someone...
I also would like to say thanks to everyone who makes linux - audio possible.
Thanks to All !
*** Alsa - midi - midiport - via82xx ***
The following example seems to be usefull together with a sequencer program
as Rosegarden. You also need to install the mpu401-uart alsa driver &
snd-virmidi. (check if they are installed : #modprobe snd-mpu401-uart,
snd-virmidi )
First visit/read :
http://www.alsa-project.org/alsa-doc/doc-php/
template.php?company=VIA&card=&chip=via82c686a&module=via82xx
Second, add the following to your /etc/modules.conf.
# ALSA
alias char-major-116 snd
alias snd-card-0 snd-via82xx
alias snd-card-1 snd-virmidi
# module options :
options snd-via82xx mpu_port=0x300
And the following to your .asoundrc/asound.conf :
pcm.via82xx {
type hw
card 0
}
ctl.via82xx {
type hw
card 0
}
pcm.virmidi {
type hw
card 1
}
ctl.virmidi {
type hw
card 1
}
-------------------------------------------------------------------------
Peter
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user