Why does it need to be USB 3.0?
technology
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
- The Ultimate FOSS Guide For Android
- Great libre software on Windows
- Hey you, the lib still using Chrome. Read this post!
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
To get the best throughput, or to at least try to see if it would be better than USB 2. I have a working USB 2 adapter, but it's just annoyingly slow sometimes, especially when I'm trying to stream video while uploading/seeding, or even to just transfer data to a different machine on the wifi network.
I found this pretty interesting website that has lists of devices, on the right side panel of a specific page it shows the "probable linux driver" https://techinfodepot.shoutwiki.com/wiki/TP-LINK_Archer_T_series
So for example (there are many other better ones on the website) the TP-LINK Archer T3U supposedly gets higher speeds. But TP-Link also listed above 480 Mbps for a USB 2.0 device I saw, so I don't know if they're lying or what.
edit: lol I forgot this was the device you mentioned in the post.
It sounds like that device's driver got merged into the linux kernel.
Honestly it probably works lol.
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.