Advertisement
Guest User

xhci

a guest
Dec 9th, 2013
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. root@pluto /home/niklas # clear
  2. root@pluto /home/niklas # lsmod | grep xhci
  3. xhci_hcd 144489 0
  4. usbcore 180909 6 btusb,uvcvideo,ehci_hcd,ehci_pci,usbip_host,xhci_hcd
  5. root@pluto /home/niklas # lspci -nv | grep -C 6 xhci
  6. 00:14.0 0c03: 8086:8c31 (rev 05) (prog-if 30 [XHCI])
  7. Subsystem: 1558:7410
  8. Flags: bus master, medium devsel, latency 0, IRQ 43
  9. Memory at f7e20000 (64-bit, non-prefetchable) [size=64K]
  10. Capabilities: [70] Power Management version 2
  11. Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
  12. Kernel driver in use: xhci_hcd
  13. Kernel modules: xhci_hcd
  14.  
  15. 00:16.0 0780: 8086:8c3a (rev 04)
  16. Subsystem: 1558:7410
  17. Flags: bus master, fast devsel, latency 0, IRQ 45
  18. Memory at f7e3f000 (64-bit, non-prefetchable) [size=16]
  19. Capabilities: [50] Power Management version 3
  20. root@pluto /home/niklas # setpci -s 00:14.0 CAP_PM+4.b
  21. 08
  22. root@pluto /home/niklas # modprobe -r xhci_hcd
  23. root@pluto /home/niklas # setpci -s 00:14.0 CAP_PM+4.b
  24. 0b
  25. root@pluto /home/niklas # setpci -s 00:14.0 CAP_PM+4.b=08
  26. root@pluto /home/niklas # setpci -s 00:14.0 CAP_PM+4.b
  27. 08
  28. root@pluto /home/niklas # systemctl poweroff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement