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

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed Mar 30 11:11:01 2005


On Wed, 2005-03-30 at 10:54, Brad Fuller wrote:
> Fernando Lopez-Lezcano wrote: 
> > On Wed, 2005-03-30 at 10:37, Brad Fuller wrote:
> > > Fernando Lopez-Lezcano wrote:
> > > > On Tue, 2005-03-29 at 14:44, Brad Fuller wrote:
> > > > Here's my modprobe.conf:
> > > >       
> > > > > 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
> > > > >         
> > > > 
> > > > Looks fine to me, and you seem to have all the required sound modules
> > > > loaded. 
> > > > 
> > > > What does this show?
> > > >  cat /proc/asound/cards
> > > >  
> > > > 
> > > >       
> > > 
> > > 0 [M66            ]: ICE1712 - M Audio Delta 66
> > >                      M Audio Delta 66 at 0xe8e0, irq 17
> > > 
> > >     
> > > >  cat /proc/asound/devices
> > >
> > >  16: [0- 0]: digital audio playback
> > >  24: [0- 0]: digital audio capture
> > >   0: [0- 0]: ctl
> > >   1:       : sequencer
> > >  33:       : timer
> > >     
> > 
> > Well, the midisport is not being recognized. Why do you think it is? Do
> > you see any messages in /var/log/messages related to hotplug? I seem to
> > remember some of the midisport interfaces need a firmware download, I
> > don't know if the 8x8 is one of them. Did you install the firmware
> > somewhere yourself?
> >   
> Hmmm... it used to be, a while back, that you had to load -- well, set
> it up to autoload -- the firmware yourself. But lately, the boot
> process (whatever it is) does that now (until this version.) How do I
> know? Because the USB light of the 8x8 blinks very quickly when not
> loaded. When the firmware is loaded, the blink frequency changes.
> That's how I know it was loaded. 
> 
> I turned the unit off/on and watched to make sure. Sure enough, the
> light frequency changed.
> 
> In the past, I had to set it up to load. Then, with the new USB
> updates, it did this automatically and (I swear, really!) that the 8x8
> was being loaded and was being recognized. In fact, I was amazed that
> it worked automatically... and I thought, cool.

This is fc3, right? The location of the firmware changed in my packages
to be the same as the original location in the fc3 packages, an
oversight on my part when I did the initial packages. 

Maybe that's the culprit? See if you have firmware files for the device
in /usr/lib/hotplug/firmware, the new location is in /lib/firmware (fc3
only), maybe you need to copy them there...

-- Fernando