<!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">
Mark Knecht wrote:
<blockquote cite="mid5bdc1c8b05033011153518b12@mail.gmail.com"
type="cite">
<pre wrap="">On Wed, 30 Mar 2005 10:54:39 -0800, Brad Fuller <a class="moz-txt-link-rfc2396E" href="mailto:brad@sonaural.com"><brad@sonaural.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> 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.
Well.. crap... I guess I need to look at this again. Thanks!
brad
</pre>
</blockquote>
<pre wrap=""><!---->Did you try pulling the USB cable? Sometimes the init scripts have
gotten messed up and my 2x2 needed to be plugged after the machine is
up.
</pre>
</blockquote>
yeah.. I can see from <br>
tail -f /var/log/messages<br>
that the USB is disconnected and then connected when removing and
inserting the USB plug<br>
<br>
If I need to load the firmware, should I follow this year-old method:<br>
<br>
<a class="moz-txt-link-freetext" href="http://alsa.opensrc.org/index.php?page=USBMidiDevices">http://alsa.opensrc.org/index.php?page=USBMidiDevices</a><br>
<a class="moz-txt-link-freetext" href="http://usb-midi-fw.sourceforge.net/">http://usb-midi-fw.sourceforge.net/</a><br>
<br>
looking at the makefile, it looks like it installs the usermap files in
/etc/hotplug/usb<br>
and <br>
the firmware into: /usr/share/usb/midisport<br>
<br>
But, these are different from Fernando's locations below:<br>
<blockquote type="cite">
<pre wrap="">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...
</pre>
</blockquote>
But, no matter where I copy the firmware files, I NOW get the same
error when plugging in the 8x8MidiSport USB plug in /var/log/messages:<br>
<br>
DISCONNECTING. Looks ok:<br>
Mar 30 11:54:31 ives kernel: usb 2-1.1: USB disconnect, address 12<br>
<br>
CONNECTING gives the following error:<br>
Mar 30 11:54:40 ives kernel: usb 2-1.1: new full speed USB device using
uhci_hcd and address 13<br>
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)<br>
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<br>
Mar 30 11:54:40 ives kernel: snd-usb-audio: probe of 2-1.1:1.0 failed
with error -5<br>
<br>
My modprobe.conf is:<br>
=======================<br>
alias eth0 3c59x<br>
alias scsi_hostadapter aic7xxx<br>
alias snd-card-0 snd-usb-audio<br>
options snd-usb-audio index=0<br>
alias snd-card-1 snd-ice1712<br>
options snd-card-1 index=1 <br>
install snd-ice1712 /sbin/modprobe --ignore-install snd-ice1712
&& /usr/sbin/alsactl restore >/dev/null 2>&1 || :<br>
remove snd-ice1712 { /usr/sbin/alsactl store >/dev/null 2>&1
|| : ; }; /sbin/modprobe -r --ignore-remove snd-ice1712<br>
alias usb-controller uhci-hcd<br>
alias ieee1394-controller ohci1394<br>
<br>
<br>
</body>
</html>