Hello,
It’s good to check it on https://wikidevi.com/, if it has support for Linux.
You said that you have it working under Linux Mint and Armbian, however, OpenWrt has a different approach to this, it doesn’t ship all kernel drivers by default as they want to be small as it needs to fit devices with min 4MB flash and 32 MB RAM and Turris OS 4.0 is just patchset for OpenWrt.
I don’t have any of those Wi-Fi USB stick dongles, which you have, but I have TP-Link TL-WN722N v1 plugged into Turris 1.1, which was recommended on our old forum.
For it, it was necessary to do the following steps:
- update feeds (opkg update) and install package kmod-ath9k-htc in LuCI/CLI.
- reboot router
- in CLI do this command, so you know that it was detected by the system:
wifi detect
- following command will add the output from wifi detect to /etc/config/wireless
wifi detect >> /etc/config/wireless
- Setup the Wi-Fi. Which can be done by hand in /etc/config/wireless or in Foris/LuCI.
The method is the same, I chose one of your USB Wi-Fi dongles - ID 2357:010c TP-Link TL-WN722N v2 and was able to find that it uses driver: r8188eu, but I’m not sure, if you can get it working with OpenWrt what I was able to find from this commit, but drivers for RTL8188CU,RTL8188RU should work according to this Makefile.
However, you can try it.
opkg update
opkg install rtl8188eu-firmware
Generally, each Wi-Fi USB stick requires a driver that’s you can find with e.g. lsusb -t and in dmesg (syslog) and some of them may require firmware as well. Also, you can use lsmod in Linux distribution, where it works to see, what is necessary and then download it in OpenWrt.
However, I was able to find some additional information for your first device - Ralink RT5370 and you should get more luck with this device as somebody gets working with OpenWrt.
opkg update
opkg install kmod-rt2x00-usb kmod-rt2800-usb
However, guys, I’d kindly ask you to avoid off-topic as much as possible. Your’s replies here are not useful and I think you’re a good and helpful community, which can help someone, who would have some issue or request how to get it working. Turris MOX is a modular router and open-source so you can do what you want with it. 