Hi all, have just purchased a 2nd hand m-audio 24/96, which is
fanatstic. However it came without the breakout lead (midi,digital).
I also have an onboard card (snd-via82xx) configured, but i cannot seem
to access the midi port of this device.
cat /proc/asound/oss/sndstat
Config options: 0
Installed drivers:
Type 10: ALSA emulation
Card config:
M Audio Audiophile 24/96 at 0x9000, irq 18
VIA 8235 at 0xc400, irq 22
Audio devices:
0: ICE1712 multi (DUPLEX)
1: VIA 8235 (DUPLEX)
Synth devices: NOT ENABLED IN CONFIG
Midi devices:
0: M Audio Audiophile 24/96 MIDI
Timers:
7: system timer
Mixers:
0: ICE1712 - multitrack
1: Realtek ALC650F
/etc/modutils/alsa
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-ice1712
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
# ALSA portion
alias char-major-116 snd
alias snd-card-1 snd-via82xx
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-1 snd-card-1
# card #1
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-1 snd-seq-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-8 snd-seq-oss
alias sound-service-1-12 snd-pcm-oss
/proc/asound/card0
ice1712 id midi0 oss_mixer pcm0c pcm0p
/proc/asound/card1
codec97#0 id oss_mixer pcm0c pcm0p pcm1c pcm1p via82xx
relevant line from lsmod
snd-mpu401-uart 4064 0 (autoclean) [snd-via82xx snd-ice1712]
Am i missing something?
Bails