this post was submitted on 03 Apr 2025
16 points (100.0% liked)

technology

23647 readers
114 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 4 years ago
MODERATORS
 

Ideally from a reputable brand, and in a compact form factor (something the size of a smallish flash drive, no big antenna sticking out)

I was gonna get the TP Link Archer T3U, but the driver developer left a README note saying there's no guarantee it will work in USB 3.0 mode, and I don't want to gamble on buying it to find out

you are viewing a single comment's thread
view the rest of the comments
[–] PorkrollPosadist@hexbear.net 3 points 3 days ago* (last edited 3 days ago)

You can try use modprobe 88x2bu rtw_switch_usb_mode=1 to force the adapter run under USB 3.0. But if your adapter/port/motherboard not support it, the driver will be in restart loop. Remove the parameter and reload the driver to restore. Alternatively, modprobe 88x2bu rtw_switch_usb_mode=2 let's it run as USB 2 device.

The phrasing here reads to me like the driver supports it as long as the hardware does (though I have no way to prove this). The implementation of USB in the Linux kernel has several layers of abstraction, so it is rather likely that the distinction between USB2 and USB3 devices takes place on a completely different level of abstraction from where this driver is implemented.