MT7621 requires a special driver for its USB3 port, kmod-usb-xhci-mtk Also kmod-usb-xhci-hcd, kmod-usb-core and kmod-usb3. The old drivers OHCI / EHCI / UHCI are not required. If they are present in the kernel they still "sign in" in the boot log but they never actually take control of any hardware. The chip supports fallback connection of USB1 or USB2 devices with hardware ("rate matching root hub") converting their data to a higher speed for the USB3 driver.
With nothing connected to the port, lsusb should show the root_hubs.
lsusb -t
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci-mtk/2p, 480M
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci-mtk/1p, 5000M
Hi, just to seek some clarification - are you saying I need not install any additional packages and then lsusb -tshould show some output? If that is the case, my output is still empty.