<!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">
Magnus Therning wrote:
<blockquote cite="mid20050907193049.GD8130@die.therning.org" type="cite">
  <pre wrap="">On Wed, Sep 07, 2005 at 01:25:00PM -0500, thephotoman wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Magnus Therning wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On Wed, Sep 07, 2005 at 01:22:02AM -0500, thephotoman wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">Cybe R. Wizard wrote:
        </pre>
        <blockquote type="cite">
          <pre wrap="">On Tue, 06 Sep 2005 21:05:54 -0500
thephotoman <a class="moz-txt-link-rfc2396E" href="mailto:rantman_2000@yahoo.com"><rantman_2000@yahoo.com></a> wrote:
          </pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">That's the kernel I use, too.  Not using Gnome, though, I have to:
sudo gnome-volume-manager  <password>
in a terminal before plugging in my USB stuff and all is cool.
Cybe R. Wizard
              </pre>
            </blockquote>
            <pre wrap="">Nope,  Problem not fixed.
            </pre>
          </blockquote>
          <pre wrap="">You do have hal installed?  Cybe R. Wizard
          </pre>
        </blockquote>
        <pre wrap="">Yeah.  I do.
        </pre>
      </blockquote>
      <pre wrap="">I've had problems with USB storage devices not showing up. The problem
was that two host controllers where loaded. If 'lsmod|grep hcd' shows
both uhci_hcd and ehci_hcd then try sticking one of them in a file in
/etc/hotplug/blacklist.d/ (I chose to blacklist ehci_hcd). Hope it
helps.
/M
      </pre>
    </blockquote>
    <pre wrap="">Having some trouble blacklisting the services.  Could I get a pointer
on that?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I created the file /etc/hotplug/blacklist.d/local with the following
content:

  # uhci_hcd is the host of choice
  ehci_hcd

I don't think a restart of hotplug will do the trick, you'll have to
reboot.

If you feel a little adventurous you can always use rmmod to remove the
module from a running kernel. I've heard that might cause problems even
though I've never had any, YMMV.

/M

  </pre>
</blockquote>
I just thought I should point out that uhci_hcd and ehci_hcd do not
have the same purpose. uhci_hcd is for usb 1.1 devices (low and full
speed). ehci_hcd is for usb 2.0 devices (hi speed devices). I will
admit that the ehci_hcd has a LOT of bugs in it and its compatibility
is less than stellar, so going back to the uhci_hcd will make things
work better, just slower!!<br>
<br>
Matt<br>
<br>
<br>
</body>
</html>