[PlanetCCRMA] MIDI sequencer init problem (2.6.11-0.3.rdt.rhfc3.ccrma)

Mark Knecht Mark Knecht <markknecht@gmail.com>
Wed Mar 30 12:13:01 2005


On Wed, 30 Mar 2005 12:00:46 -0800, Brad Fuller <brad@sonaural.com> wrote:
>  Mark Knecht wrote: 
>  On Wed, 30 Mar 2005 10:54:39 -0800, Brad Fuller <brad@sonaural.com> wrote: 

>  DISCONNECTING. Looks ok:
>  Mar 30 11:54:31 ives kernel: usb 2-1.1: USB disconnect, address 12
>  
>  CONNECTING gives the following error:
>  Mar 30 11:54:40 ives kernel: usb 2-1.1: new full speed USB device using
> uhci_hcd and address 13
>  Mar 30 11:54:40 ives kernel: ALSA
> /usr/src/rpm/BUILD/alsa-driver-1.0.9rc1/acore/init.c:104: cannot find the
> slot for index 0 (range 0-0)
>  Mar 30 11:54:40 ives kernel: ALSA
> /usr/src/rpm/BUILD/alsa-driver-1.0.9rc1/usb/usbaudio.c:3155: cannot create
> card instance 0
>  Mar 30 11:54:40 ives kernel: snd-usb-audio: probe of 2-1.1:1.0 failed with
> error -5

So you're indexing the USB device to 0 and the sound card to 1 but it
appears to think 0 is already in use?

If I could suggest a possible fix I'd go the other way around. USB=1
and ice-1712=0. The the default sound device would be audio so simple
commands would work and the MIDI stuff would be 1.

Would that be worth a try? Flip the two numbers in your modprobe.conf
file and restart alsa or reboot.

>  
>  My modprobe.conf is:
>  =======================
> 
>  alias eth0 3c59x
>  alias scsi_hostadapter aic7xxx
>  alias snd-card-0 snd-usb-audio
>  options snd-usb-audio index=0
>  alias snd-card-1 snd-ice1712
>  options snd-card-1 index=1  
>  install snd-ice1712 /sbin/modprobe --ignore-install snd-ice1712 &&
> /usr/sbin/alsactl restore >/dev/null 2>&1 || :
>  remove snd-ice1712 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
> /sbin/modprobe -r --ignore-remove snd-ice1712
>  alias usb-controller uhci-hcd
>  alias ieee1394-controller ohci1394