m wrote:
>so normally, i'd rebuild my alsa-driver ./configure
From ./configure --help:
--with-cards= compile driver for cards in ;
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