documentation updates
This commit is contained in:
parent
828c05a7a2
commit
446a7e573d
@ -96,7 +96,9 @@ options 88x2bu rtw_drv_log_level=0 rtw_led_ctrl=1 rtw_vht_enable=1 rtw_power_mgn
|
||||
#
|
||||
# Note: This driver may need to stay in USB2 mode for AP mode operations
|
||||
# on some platforms in order to avoid dropping offline. This issue has been
|
||||
# observed on 32 bit Raspberry Pi OS.
|
||||
# observed on the Raspberry Pi 4B with both the 32 and 64 bit versions of the
|
||||
# Raspberry Pi OS. This problem appears to be specific to the Raspberry Pi 4B
|
||||
# and adapters based on the rtl8812bu chipset.
|
||||
#
|
||||
#
|
||||
# -----
|
||||
|
@ -1,4 +1,4 @@
|
||||
2021-11-03
|
||||
2021-11-04
|
||||
|
||||
## Bridged Wireless Access Point
|
||||
|
||||
@ -24,7 +24,7 @@ issue is in progress.
|
||||
|
||||
WPA3-SAE works with Mediatek 761x chipset based USB WiFI adapters and, as far as
|
||||
I can tell, with all usb wifi adapters that use Linux in-kernel drivers and I
|
||||
have tested many..
|
||||
have tested many.
|
||||
|
||||
Note: This guide uses systemd-networkd for network management. If your Linux
|
||||
distro uses Network Manager or Netplan, they must be disabled. Sections that
|
||||
@ -83,7 +83,9 @@ prior to continuing.
|
||||
|
||||
Note: For USB3 adapters based on the Realtek rtl8812au, rtl8812bu and rtl8814au
|
||||
chipsets, the following module parameters may be needed for best performance
|
||||
when the adapter is set to support 5 GHz band:
|
||||
when the adapter is set to support 5 GHz band: (if using a rtl8812bu based
|
||||
adapter with a Raspberry Pi 4B or 400, you may need to limit USB mode to USB2
|
||||
due to a bug that causes dropped connections--rtw_switch_usb_mode=2)
|
||||
|
||||
```
|
||||
rtw_vht_enable=2 rtw_switch_usb_mode=1
|
||||
@ -97,7 +99,7 @@ support 5 GHz band:
|
||||
rtw_vht_enable=2
|
||||
```
|
||||
|
||||
Note: For USB3 adapters based on the Realtek rtl8812au, rtl8814au, and rtl8812bu
|
||||
Note: For USB3 adapters based on the Realtek rtl8812au, rtl8812bu and rtl8814au
|
||||
chipsets, the following module parameters may be needed for best performance
|
||||
when the adapter is set to support 2.4 GHz band:
|
||||
|
||||
@ -258,7 +260,7 @@ File contents
|
||||
```
|
||||
# /etc/hostapd/hostapd-5g.conf
|
||||
# Documentation: https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf
|
||||
# 2021-10-24
|
||||
# 2021-11-04
|
||||
|
||||
# SSID
|
||||
ssid=myPI-5g
|
||||
|
12
README.md
12
README.md
@ -81,8 +81,8 @@ $ sudo uname -a && mokutil --sb-state && lsusb && rfkill list all && dkms status
|
||||
- [Linux Mint](https://www.linuxmint.com)
|
||||
- [Manjaro](https://manjaro.org)
|
||||
- [Raspberry Pi OS](https://www.raspberrypi.org)
|
||||
- [Ubuntu](https://www.ubuntu.com)
|
||||
- [RHEL](https://www.redhat.com)
|
||||
- [Ubuntu](https://www.ubuntu.com)
|
||||
|
||||
## Tested Hardware
|
||||
|
||||
@ -356,17 +356,17 @@ REGDOMAIN=US
|
||||
|
||||
## Recommendations regarding USB
|
||||
|
||||
- Moving your USB WiFi adapter to a different USB port has been known to fix a variety of problems. Problems include WiFi going on and off as well as connections coming and going.
|
||||
- Moving your USB WiFi adapter to a different USB port has been known to fix a variety of problems.
|
||||
|
||||
- If connecting your USB WiFi adapter to a desktop computer, use the USB ports on the rear of the computer. Why? The ports on the rear are directly connected to the motherboard which will reduce problems with interference and disconnection that can happen with front ports that use cables.
|
||||
- If connecting your USB WiFi adapter to a desktop computer, use the USB ports on the rear of the computer. Why? The ports on the rear are directly connected to the motherboard which will reduce problems with interference and disconnection.
|
||||
|
||||
- If your USB WiFi adapter is USB 3 capable then plug it into a USB 3 port.
|
||||
- If your USB WiFi adapter is USB 3 capable and you want it to operate in USB3 mode, plug it into a USB 3 port.
|
||||
|
||||
- Avoid USB 3.1 Gen 2 ports if possible as almost all currently available adapters have been tested with USB 3.1 Gen 1 (aka USB 3) and not with USB 3.1 Gen 2.
|
||||
|
||||
- If you use an extension cable and your adapter is USB 3 capable, the cable needs to be USB 3 capable (if not, you will at best be limited to USB 2 speeds).
|
||||
|
||||
- Some USB WiFi adapters require considerable electrical current and push the capabilities of the power available via USB port. One example is devices that use the Realtek 8814au chipset. Using a powered multiport USB extension can be a good idea in cases like this.
|
||||
- Some USB WiFi adapters require considerable electrical current and push the capabilities of the power available via USB port. One example is adapters that use the Realtek 8814au chipset. Using a powered multiport USB extension can be a good idea in cases like this.
|
||||
|
||||
|
||||
## How to disable onboard WiFi on Raspberry Pi 3B, 3B+, 3A+, 4B and Zero W
|
||||
@ -427,7 +427,7 @@ Atheros drivers.
|
||||
|
||||
Question: I bought two rtl8812bu based adapters and am planning to run one of them as an AP and another as a WiFi client. How do I set that up?
|
||||
|
||||
Answer: You can't. Realtek drivers do not support more than one adapter with the same chipset in the same computer. However, testing has shown that the Mediatek drivers do support more than one adapter with the same chipset in the same computer.
|
||||
Answer: You can't without considerable technical skills. Realtek drivers do not support more than one adapter with the same chipset in the same computer. However, testing has shown that the Mediatek drivers do support more than one adapter with the same chipset in the same computer.
|
||||
|
||||
|
||||
Question: Why do you recommend Mediatek based adapters when you maintain this repo for a Realtek driver?
|
||||
|
Loading…
x
Reference in New Issue
Block a user