All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregkh@linuxfoundation.org (Greg KH)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Disable xhci_hcd USB 3.0 module
Date: Mon, 15 Dec 2014 09:08:52 -0800	[thread overview]
Message-ID: <20141215170852.GA2691@kroah.com> (raw)
In-Reply-To: <CACV5_BVcH13h0QkWMZmaYjmE+3ZH7_ExFH8d5864JbgfcYn13w@mail.gmail.com>

On Mon, Dec 15, 2014 at 02:50:32PM -0200, Gustavo Duarte wrote:
> Hi Greg,
> 
> The Notebook has physically 2 port USB 2.0 and one port USB 3.0. The
> manufacturer specs says that and the output of the command lsusb says
> the same:
> 
> $ lsusb
> 
> Bus 001 Device 002: ID 058f:6254 Alcor Micro Corp. USB Hub
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
> Bus 001 Device 003: ID 5986:024b Acer, Inc

Note that USB 3 controllers control USB 2 hubs, odds are there is just
one controller chip in your laptop.

What does 'lspci' show?

> >What type of application isn't compatible with xhci-hcd?  Shouldn't we
> >fix something like this in the kernel as this isn't a good thing to
> >have.
> 
> The app, is a SDK of Robootic kits programming for kids.
> http://www.lejos.org/nxt/nxj/tutorial/Preliminaries/GettingStartedLinux.htm
> The bug is on the firmware-library of the SDK, so there isn't to fix
> on kernel/driver side.

I don't understand, what exact bug is there?

> I'm using the kernel compilde by ubuntu 12.04,
> 
> $ uname -r
> 3.8.0-33-generic

Wow that's old and obsolete, sorry, no one can help you with something
like that here :(

Also, _lots_ of USB 3 bugs have been fixed in the 2 years since that
kernel was released, please try updating and your issues should be
resolve.

> And i would like still using that, without recompile it, for this
> reason is my question, how can i disable xhci_hcd driver without
> recompile it. ?

You can unbind the driver from the device, but as I say above, I really
think this driver also controls the USB 2 hubs as well.  The output of
'lspci -k' will show this, can you provide the output of that?

thanks,

greg k-h

  reply	other threads:[~2014-12-15 17:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-15 15:04 Disable xhci_hcd USB 3.0 module Gustavo Duarte
2014-12-15 15:30 ` Greg KH
2014-12-15 16:50   ` Gustavo Duarte
2014-12-15 17:08     ` Greg KH [this message]
2014-12-15 20:47       ` Gustavo Duarte
2014-12-15 21:01         ` Greg KH
2014-12-15 21:32           ` Gustavo Duarte
2014-12-15 21:40             ` Greg KH
2014-12-15 21:41             ` Mandeep Sandhu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141215170852.GA2691@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.