Advertisement
Guest User

Untitled

a guest
Apr 8th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. lsmod | grep xhci_hcd
  2.  
  3. ->> nothing. not loaded?
  4.  
  5. dmegs | hcd
  6. [ 0.820408] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  7. [ 0.833898] usb usb1: Manufacturer: Linux 3.13.0-21-generic ehci_hcd
  8. [ 0.849931] usb usb2: Manufacturer: Linux 3.13.0-21-generic ehci_hcd
  9. [ 0.850138] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  10. [ 0.850147] uhci_hcd: USB Universal Host Controller Interface driver
  11. [ 0.850210] xhci_hcd 0000:00:14.0: xHCI Host Controller
  12. [ 0.850212] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
  13. [ 0.850286] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
  14. [ 0.850300] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
  15. [ 0.850367] usb usb3: Manufacturer: Linux 3.13.0-21-generic xhci_hcd
  16. [ 0.851860] xhci_hcd 0000:00:14.0: xHCI Host Controller
  17. [ 0.851862] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
  18. [ 0.851892] usb usb4: Manufacturer: Linux 3.13.0-21-generic xhci_hcd
  19. [ 1.698105] usb 3-5: new low-speed USB device number 2 using xhci_hcd
  20. [ 1.834163] usb 3-6: new low-speed USB device number 3 using xhci_hcd
  21.  
  22.  
  23.  
  24.  
  25.  
  26. lspci -nnk | grep "USB controller" -A2
  27. 00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05)
  28. Subsystem: Gigabyte Technology Co., Ltd Device [1458:5007]
  29. Kernel driver in use: xhci_hcd
  30. --
  31. 00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05)
  32. Subsystem: Gigabyte Technology Co., Ltd Device [1458:5006]
  33. Kernel driver in use: ehci-pci
  34. --
  35. 00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05)
  36. Subsystem: Gigabyte Technology Co., Ltd Device [1458:5006]
  37. Kernel driver in use: ehci-pci
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement