Advertisement
xlazom00

Untitled

Apr 4th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. misko@microsoft-devkit-2023:~$ sudo lsusb -t -v
  2. /: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 10000M
  3. ID 1d6b:0003 Linux Foundation 3.0 root hub
  4. |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
  5. ID 0bda:0316 Realtek Semiconductor Corp. Card Reader
  6. /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
  7. ID 1d6b:0002 Linux Foundation 2.0 root hub
  8. /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 10000M
  9. ID 1d6b:0003 Linux Foundation 3.0 root hub
  10. |__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=r8152, 5000M
  11. ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter
  12. /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M
  13. ID 1d6b:0002 Linux Foundation 2.0 root hub
  14. /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 10000M
  15. ID 1d6b:0003 Linux Foundation 3.0 root hub
  16. |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 10000M
  17. ID 045e:0c60 Microsoft Corp.
  18. |__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=r8152, 5000M
  19. ID 045e:0c5e Microsoft Corp.
  20. /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/4p, 480M
  21. ID 1d6b:0002 Linux Foundation 2.0 root hub
  22. |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
  23. ID 045e:0c5f Microsoft Corp.
  24.  
  25. misko@microsoft-devkit-2023:~$ dmesg | grep -i "usb\|xhci"
  26. [ 0.042363] ACPI: bus type USB registered
  27. [ 0.042379] usbcore: registered new interface driver usbfs
  28. [ 0.042388] usbcore: registered new interface driver hub
  29. [ 0.042399] usbcore: registered new device driver usb
  30. [ 0.221612] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
  31. [ 0.221674] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
  32. [ 0.221908] xhci-hcd xhci-hcd.4.auto: hcc params 0x0120ffe5 hci version 0x110 quirks 0x0000000000010010
  33. [ 0.221987] xhci-hcd xhci-hcd.4.auto: irq 195, io mem 0x0a400000
  34. [ 0.222249] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
  35. [ 0.222272] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 2
  36. [ 0.222296] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.1 Enhanced SuperSpeed
  37. [ 0.222874] hub 1-0:1.0: USB hub found
  38. [ 0.223144] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  39. [ 0.224421] hub 2-0:1.0: USB hub found
  40. [ 0.225191] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
  41. [ 0.225228] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 3
  42. [ 0.227748] xhci-hcd xhci-hcd.6.auto: hcc params 0x0110ffc5 hci version 0x110 quirks 0x0000000000010010
  43. [ 0.227830] xhci-hcd xhci-hcd.6.auto: irq 263, io mem 0x0a600000
  44. [ 0.228024] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
  45. [ 0.228046] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 4
  46. [ 0.228069] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.1 Enhanced SuperSpeed
  47. [ 0.229345] hub 3-0:1.0: USB hub found
  48. [ 0.229790] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  49. [ 0.231025] hub 4-0:1.0: USB hub found
  50. [ 0.231265] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller
  51. [ 0.231274] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 5
  52. [ 0.233766] xhci-hcd xhci-hcd.8.auto: hcc params 0x0110ffc5 hci version 0x110 quirks 0x0000000000010010
  53. [ 0.233853] xhci-hcd xhci-hcd.8.auto: irq 268, io mem 0x0a800000
  54. [ 0.234066] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller
  55. [ 0.234086] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 6
  56. [ 0.234110] xhci-hcd xhci-hcd.8.auto: Host supports USB 3.1 Enhanced SuperSpeed
  57. [ 0.234678] hub 5-0:1.0: USB hub found
  58. [ 0.235009] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
  59. [ 0.235524] hub 6-0:1.0: USB hub found
  60. [ 0.235908] usbcore: registered new interface driver usb-storage
  61. [ 0.247486] usbcore: registered new interface driver usbhid
  62. [ 0.247499] usbhid: USB HID core driver
  63. [ 0.483065] usb 1-1: new high-speed USB device number 2 using xhci-hcd
  64. [ 0.704188] usb 4-1: new SuperSpeed USB device number 2 using xhci-hcd
  65. [ 0.705481] hub 1-1:1.0: USB hub found
  66. [ 0.711416] usb 6-1: new SuperSpeed USB device number 2 using xhci-hcd
  67. [ 0.746283] usb-storage 6-1:1.0: USB Mass Storage device detected
  68. [ 0.747946] scsi host0: usb-storage 6-1:1.0
  69. [ 0.767566] usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci-hcd
  70. [ 0.811545] usbcore: registered new device driver r8152-cfgselector
  71. [ 0.815662] hub 2-1:1.0: USB hub found
  72. [ 1.045585] r8152-cfgselector 4-1: reset SuperSpeed USB device number 2 using xhci-hcd
  73. [ 1.160069] usbcore: registered new interface driver r8152
  74. [ 2.636109] usb 2-1.1: new SuperSpeed USB device number 3 using xhci-hcd
  75. [ 2.815701] r8152-cfgselector 2-1.1: reset SuperSpeed USB device number 3 using xhci-hcd
  76. [ 4.436242] r8152-cfgselector 4-1: reset SuperSpeed USB device number 2 using xhci-hcd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement