Re: Enable xhci_hcd

2013-07-24 Thread Sarah Sharp
On Mon, Jul 01, 2013 at 05:41:34PM -0700, Greg KH wrote: On Tue, Jul 02, 2013 at 12:30:41AM +, Sultana wrote: Greg KH gregkh@... writes: If it's a loadable module, and it's not being loaded, then that usually means you don't have xhci hardware on your system. If you run 'lspci'

Re: Enable xhci_hcd

2013-07-02 Thread Sultana
Greg KH gregkh@... writes: Those are ehci controllers, not xhci ones (i.e. USB 2, not USB 3), so the kernel is working as designed. sorry, greg k-h -- Thanks for the information. I have to continue my work with EHCI software then :( -- To unsubscribe from this list: send the line

Enable xhci_hcd

2013-07-01 Thread Sultana
Hi, I am running Ubuntu 13.04 with Kernel 3.9.4 and working on usb drivers. I find that the usb devices are getting loaded with default 'ehci-pci', but I want to make them work through 'xhci-hcd'. Currently, xhci-hcd is configured as a loadable module. Thanks in advance for your suggestions.

Re: Enable xhci_hcd

2013-07-01 Thread Greg KH
On Mon, Jul 01, 2013 at 11:36:08PM +, Sultana wrote: Hi, I am running Ubuntu 13.04 with Kernel 3.9.4 and working on usb drivers. I find that the usb devices are getting loaded with default 'ehci-pci', but I want to make them work through 'xhci-hcd'. Currently, xhci-hcd is configured as

Re: Enable xhci_hcd

2013-07-01 Thread Sultana
Greg KH gregkh@... writes: If it's a loadable module, and it's not being loaded, then that usually means you don't have xhci hardware on your system. If you run 'lspci' does it show a XHCI controller? What is the output of that command? greg k-h -- Hi, lspci shows the following output

Re: Enable xhci_hcd

2013-07-01 Thread Greg KH
On Tue, Jul 02, 2013 at 12:30:41AM +, Sultana wrote: Greg KH gregkh@... writes: If it's a loadable module, and it's not being loaded, then that usually means you don't have xhci hardware on your system. If you run 'lspci' does it show a XHCI controller? What is the output of that