내 시스템에는 어떤 다른 USB root_hub가 있습니까?

내 시스템에는 어떤 다른 USB root_hub가 있습니까?

나는 새로운 프레임 16 노트북을 가지고 있으며 Windows에서만 사용할 수 있는 음악 소프트웨어와 함께 사용하기 위해 특정 USB 컨트롤러를 가상 머신으로 라우팅할 수 있는지 궁금합니다. 따라서 Linux 호스트 시스템과 Windows 가상 머신이 제가 원하는 설정입니다. , 이중 부팅 필요 없음), lsusbUSB 컨트롤러가 2개 이상 있는지 확인 하고 다음과 같은 결과를 얻었습니다.

/:  Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/5p, 480M
    |__ Port 001: Dev 002, If 0, Class=Billboard, Driver=[none], 12M
    |__ Port 001: Dev 002, If 1, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 002: Dev 003, If 0, Class=Hub, Driver=hub/4p, 480M
    |__ Port 003: Dev 004, If 0, Class=Hub, Driver=hub/3p, 480M
        |__ Port 002: Dev 006, If 0, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 002: Dev 006, If 1, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 002: Dev 006, If 2, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 002: Dev 006, If 3, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 004: Dev 005, If 0, Class=Hub, Driver=hub/4p, 480M
        |__ Port 001: Dev 008, If 0, Class=Vendor Specific Class, Driver=[none], 12M
        |__ Port 002: Dev 009, If 0, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 002: Dev 009, If 1, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 002: Dev 009, If 2, Class=Human Interface Device, Driver=usbhid, 12M
        |__ Port 002: Dev 009, If 3, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 005: Dev 007, If 0, Class=Wireless, Driver=btusb, 480M
    |__ Port 005: Dev 007, If 1, Class=Wireless, Driver=btusb, 480M
    |__ Port 005: Dev 007, If 2, Class=Wireless, Driver=[none], 480M
/:  Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/2p, 10000M
    |__ Port 002: Dev 002, If 0, Class=Hub, Driver=hub/3p, 10000M
        |__ Port 001: Dev 004, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/:  Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 480M
/:  Bus 004.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 10000M
/:  Bus 005.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 480M
/:  Bus 006.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 10000M
/:  Bus 007.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 480M
/:  Bus 008.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 10000M

USB 스틱으로 각 포트를 확인했는데 버스 1과 2에만 표시되고 다른 버스에는 표시되지 않습니다.

Linux가 USB를 처리하는 방법에 대해 잘 모른다는 점은 인정하지만 이러한 USB 컨트롤러에 액세스할 수 있는지, 그렇다면 가상 머신으로 전달할 수 있는지 알고 싶습니다.

추신: 저는 EndeavourOS Galileo-Neo와 GNOME을 사용하고 있습니다.

관련 정보