hi wes,
thanks heaps... yes, that worked beautifully...
im on to modules.conf now... got another question i'm afraid....
how can i configure modules.conf to support both the midiman quattro and
the Evolution UC-16 ?
these are my entries for the quattro (copied from the How-to wiki)
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-usb-audio
## 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
alias sound-slot-1 audio
but im not sure how to add the entries for the usb-midi alongside
this.... i'd normally do
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
but the quattro has the entry
alias sound-slot-1 audio
so this wont work....
i've also tried commenting out the usb-audio entries and adding in the
usb-midi entries, but i get these results on modprobe snd-usb-midi..
which might suggest the problem is more than just modules.conf entries?
[root@hamish etc]# modprobe snd-usb-midi
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o:
unresolved symbol snd_rawmidi_new_Rbc1a629f
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o:
unresolved symbol snd_rawmidi_transmit_peek_R2f3ef431
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o:
unresolved symbol snd_rawmidi_receive_R4b303a51
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o:
unresolved symbol snd_rawmidi_set_ops_R246c97c8
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o:
unresolved symbol snd_rawmidi_transmit_ack_Rb639865e
modprobe: insmod
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o failed
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o:
unresolved symbol snd_rawmidi_new_Rbc1a629f
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o:
unresolved symbol snd_rawmidi_transmit_peek_R2f3ef431
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o:
unresolved symbol snd_rawmidi_receive_R4b303a51
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o:
unresolved symbol snd_rawmidi_set_ops_R246c97c8
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o:
unresolved symbol snd_rawmidi_transmit_ack_Rb639865e
modprobe: insmod
/lib/modules/2.4.18-6mdk/kernel/sound/acore/seq/snd-seq-virmidi.o failed
modprobe: insmod snd-usb-midi failed
thanks
m
From ./configure --help:
--with-cards=<list> compile driver for cards in <list>;
cards may be separated with commas;
'all' compiles all drivers;
So you want --with-cards=usb-audio,usb-midi
Remember, --help is your friend for syntax questions.
wes
--
iriXx
www.iriXx.org
copyleft: creativity, technology and freedom?
info(a)copyleftmedia.org.uk
www.copyleftmedia.org.uk
_
( ) ascii ribbon against html email
X
/ \ cat /dev/sda1 > /dev/dsp
*** stopping make sense ***