[PlanetCCRMA] Re: Midisport 1x1

Jon B epxcv1y02@sneakemail.com
Mon Feb 7 16:31:01 2005


> What do you have in /etc/modprobe.conf?
> It looks like snd-usb-audio cannot be loaded.

fixed it.  i originally changed the modprobe.conf according to some
instructions on the ccrma install page.  when i reverted my changes,
it worked.  the light blinks when i send midi out from muse, so it
must be working!  thanks

changed modprobe.conf:

alias eth0 b44
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias snd-card-1 snd-usb-audio
options snd-usb-audio index=1
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias ieee1394-controller ohci1394

The original modprobe.conf, which I reverted to:

alias eth0 b44
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ;
}; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias ieee1394-controller ohci1394