WK007
August 19, 2024, 7:33am
1
Hello everyone, I've only been working with OpenWRT for a few days. I installed it on a Raspberry Pi Zero W and would like to use TP-LINK Archer T9UH (rtl8814au) as an antenna.
Unfortunately the stick does not appear under /etc/config/wireless .
What can I do there? Thank you in advance.
Thanks WK
brada4
August 19, 2024, 7:39am
2
What appears under lsusb
?
WK007
August 19, 2024, 8:15am
3
I had to install the lsusb command first with "opkg update && opkg install usbutils" . It didn't work before.
brada4
August 19, 2024, 8:40am
4
Does not seem to be supported by mainline drivers?
## USB WiFi chipset information for Linux
This document is a summary that includes information about many modern USB WiFi chipsets.
Not all USB WiFi adapters are created equally. While the chipset and driver
dictate which WiFi features are supported (e.g. which frequency bands), the
vendor of the adapter is free to decide on the performance of the antenna(s),
the quality of the amp and whether the device requires mode switching and so on.
| Chipset | Interface | Standard | Maximum<br>Channel<br>Width | Linux<br>In-Kernel<br>Driver | AP Mode | Monitor Mode | Recommended<br>For<br>Linux |
|:------------------:|-----------|----------|:-----:|:----------------------------:|:----------------:|:----------------:|:-----------------:|
Mediatek MT7927 | USB3 | WiFi 7 | 320 | pending | | | |
Mediatek MT7925 | USB3 | WiFi 7 | 160 |:heavy_check_mark: 6.7+ |:heavy_check_mark:|:heavy_check_mark:| Yes [4] |
Realtek RTL8852cu | ? | WiFi 6E | 160 |:x: [6] | | | No |
Realtek RTL8832cu | USB3 | WiFi 6E | 160 |:x: | | | No |
Mediatek MT7921au | USB3 | WiFi 6E | 80 |:heavy_check_mark: 5.18+ |:heavy_check_mark:|:heavy_check_mark:| Yes |
Realtek RTL8852bu | ? | WiFi 6 | 80 |:x: [6] | | | No |
Realtek RTL8832bu | USB3 | WiFi 6 | 80 |:x: | | | No |
Realtek RTL8852au | ? | WiFi 6 | 80 |:x: - avoid [2] | bad driver | bad driver | No |
Realtek RTL8832au | USB3 | WiFi 6 | 80 |:x: - avoid | bad driver | bad driver | No |
This file has been truncated. show original
WK007
August 19, 2024, 8:45am
5
I don't really know much about Linux, but can you install the driver later?
brada4
August 19, 2024, 8:52am
6
No you can not. Maybe Ubuntu packs x86-only driver blob
you can get a better non-Realtek USB wifi thingie ...
recommended (mainly MediaTek) devices are on the page @brada4 linked to.
brada4
August 19, 2024, 9:27am
8
Zero or zero w? Latre has wifi built in.
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </>
" button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
WK007
August 19, 2024, 10:31am
9
Okay, I get this:
root@OpenWrt:~# ubus call system board
{
"kernel": "5.15.134",
"hostname": "OpenWrt",
"system": "ARMv6-compatible processor rev 7 (v6l)",
"model": "Raspberry Pi Zero W Rev 1.1",
"board_name": "raspberrypi,model-zero-w",
"rootfs_type": "ext4",
"release": {
"distribution": "OpenWrt",
"version": "23.05.0",
"revision": "r23497-6637af95aa",
"target": "bcm27xx/bcm2708",
"description": "OpenWrt 23.05.0 r23497-6637af95aa"
}
}
root@OpenWrt:~#
Another piece of information. I would like to use the Raspberry Pi as a WiFi repeater.
Get a Mediatek one, probably you need 2 because it cannot be client/AP at the same time.