lsusb -tコマンドの最後の出力パラメータはどういう意味ですか?

lsusb -tコマンドの最後の出力パラメータはどういう意味ですか?

問題は何ですか lsusb -tコマンド平均の最後の出力パラメータ

たとえば、パラメータ12M

Port 1: Dev 6, If 0, Class=Wireless, Driver=btusb, 12M

ベストアンサー1

これはバス速度であり、「速度」ファイルを読み取って確認できます。

cs-server@:~/Downloads/logs$ cat /sys/bus/usb/devices/usb1/speed 
480
cs-server@:~/Downloads/logs$ 
cs-server@:~/Downloads/logs$ 
cs-server@:~/Downloads/logs$ lsusb -t
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 5000M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
    |__ Port 6: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
    |__ Port 8: Dev 3, If 0, Class=Vendor Specific Class, Driver=ftdi_sio, 12M
cs-server@:~/Downloads/logs$ 

おすすめ記事