<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Fernando Lopez-Lezcano wrote:
<blockquote cite="mid1112208247.16318.92.camel@cmn37.stanford.edu"
 type="cite">
  <pre wrap="">On Wed, 2005-03-30 at 10:37, Brad Fuller wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Fernando Lopez-Lezcano wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On Tue, 2005-03-29 at 14:44, Brad Fuller wrote:
Here's my modprobe.conf:

      </pre>
      <blockquote type="cite">
        <pre wrap="">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 &amp;&amp; 
/usr/sbin/alsactl restore &gt;/dev/null 2&gt;&amp;1 || :
remove snd-ice1712 { /usr/sbin/alsactl store &gt;/dev/null 2&gt;&amp;1 || : ; }; 
/sbin/modprobe -r --ignore-remove snd-ice1712
alias usb-controller uhci-hcd
alias ieee1394-controller ohci1394
        </pre>
      </blockquote>
      <pre wrap="">Looks fine to me, and you seem to have all the required sound modules
loaded. 

What does this show?
 cat /proc/asound/cards
 

      </pre>
    </blockquote>
    <pre wrap="">0 [M66            ]: ICE1712 - M Audio Delta 66
                     M Audio Delta 66 at 0xe8e0, irq 17

    </pre>
    <blockquote type="cite">
      <pre wrap=""> cat /proc/asound/devices

      </pre>
    </blockquote>
    <pre wrap=""> 16: [0- 0]: digital audio playback
 24: [0- 0]: digital audio capture
  0: [0- 0]: ctl
  1:       : sequencer
 33:       : timer
    </pre>
  </blockquote>
  <pre wrap=""><!---->
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?
  </pre>
</blockquote>
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. <br>
<br>
I turned the unit off/on and watched to make sure. Sure enough, the
light frequency changed.<br>
<br>
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.<br>
<br>
Well.. crap... I guess I need to look at this again. Thanks!<br>
<br>
brad<br>
</body>
</html>