88x2bu-20210702/README.md

681 lines
24 KiB
Markdown
Raw Normal View History

2021-12-07 15:15:00 -06:00
-----
#### Click [here](https://github.com/morrownr/USB-WiFi) for USB WiFi Adapter Information for Linux
-----
#### A FAQ is available at the end of this document.
-----
2021-12-19 12:21:56 -06:00
#### Problem reports go in `Issues`. Include the information obtained with:
```
2021-12-19 12:21:56 -06:00
sudo uname -a; mokutil --sb-state; lsusb; rfkill list all; dkms status; iw dev
```
2021-10-27 12:51:22 -05:00
-----
2022-06-29 14:47:10 -05:00
#### Important: Work is in progress to upstream in-kernel support for the rtl8812bu and rtl8822bu chipsets. Starting with Linux kernel 5.18, some distributions have added this RTW88 USB support. It is not yet stable but if it works well on your system, then you will no longer need this driver. However if this new in-kernel driver doesn't work or is unstable, you need to manually blacklist it due to the fact that it will conflict with this external driver.
2022-06-28 19:27:11 -05:00
The following executed in a terminal followed by a reboot will shut down the in-kernel driver if you determine that is what you want:
```
echo "blacklist rtw88_8822bu" > /etc/modprobe.d/rtw8822bu.conf
```
-----
2022-02-18 13:54:03 -06:00
## 88x2bu ( 88x2bu.ko ) :rocket:
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
## Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets
2021-10-27 12:51:22 -05:00
2021-12-19 12:21:56 -06:00
- v5.13.1 (Realtek) (20210702) plus updates from the Linux community
2022-05-22 19:17:11 -05:00
- 5,000+ Views over the 2 weeks ended on 20220522 (Thank you!)
2021-10-27 12:51:22 -05:00
2021-12-05 12:10:43 -06:00
### Features
2021-10-27 12:51:22 -05:00
- IEEE 802.11 b/g/n/ac WiFi compliant
- 802.1x, WEP, WPA TKIP and WPA2 AES/Mixed mode for PSK and TLS (Radius)
2022-02-18 13:54:03 -06:00
- WPA3 (see FAQ)
2021-10-27 12:51:22 -05:00
- IEEE 802.11b/g/n/ac Client mode
* Supports wireless security for WEP, WPA TKIP and WPA2 AES PSK
* Supports site survey scan and manual connect
* Supports WPA/WPA2 TLS client
2021-10-27 12:51:22 -05:00
- Power saving modes
2022-02-21 09:15:03 -06:00
- Wireshark compatible
- Aircrack-ng compatible
- Packet injection
2021-11-05 07:59:56 -05:00
- hostapd compatible
2021-11-17 11:42:38 -06:00
- AP mode DFS channel support
- Miracast
2021-10-27 12:51:22 -05:00
- Supported interface modes
* IBSS
* Managed
2022-07-10 15:36:10 -05:00
* Monitor (see FAQ)
* AP (see FAQ)
2021-10-27 12:51:22 -05:00
* P2P-client
* P2P-GO
2022-05-22 19:17:11 -05:00
* Concurrent (see `Concurrent_Mode.md` in the `docs` folder.)
2021-10-27 12:51:22 -05:00
- Log level control
- LED control
- Power saving control
- VHT control (allows 80 MHz channel width in AP mode)
2021-11-17 11:42:38 -06:00
- AP mode DFS channel control
2021-10-27 12:51:22 -05:00
- USB mode control
2021-12-05 12:10:43 -06:00
### Compatible CPUs
2021-10-27 12:51:22 -05:00
- x86, amd64
- ARM, ARM64
2021-12-05 12:10:43 -06:00
### Compatible Kernels
2021-10-27 12:51:22 -05:00
2022-06-14 15:28:50 -05:00
- Kernels: 4.19 - 5.11 (Realtek)
2022-08-18 09:56:32 -05:00
- Kernels: 5.12 - 6.0 (community support)
2021-10-27 12:51:22 -05:00
2021-12-05 12:10:43 -06:00
### Tested Linux Distributions
2021-10-27 12:51:22 -05:00
2021-12-05 12:40:08 -06:00
Note: One of the goals of this project is to provide driver support that
is easy to install and works reliably on many distros. Meeting this goal
depends on you to report your recommendations and updated information.
If you see information that needs to be updated, please report the
updated information and if you do not see adequate support for
items such as Installation Steps 2, 3 and 9, and you know what updates
need to added or you can get that information, please provide it so that
the Installation Steps can be improved.
2021-10-27 12:51:22 -05:00
- Arch Linux (kernels 5.4 and 5.11)
- Fedora (kernel 5.11)
- Debian 11 (kernels 5.10 and 5.15)
- Kali Linux (kernel 5.10)
2021-10-27 12:51:22 -05:00
- Manjaro 20.1 (kernel 5.9) and 21.1 (kernel 5.13)
2021-12-07 15:15:00 -06:00
- openSUSE Tumbleweed (rolling) (kernel 5.15)
2022-05-16 14:38:41 -05:00
- Raspberry Pi OS (2022-04-04) (ARM 32 bit and 64 bit) (kernel 5.15)
2021-10-27 12:51:22 -05:00
- Raspberry Pi Desktop (x86 32 bit) (kernel 4.19)
- RHEL 8.4 (kernel 4.18.0)
2022-01-16 11:46:39 -06:00
- Solus
2022-05-22 19:17:11 -05:00
- Ubuntu 22.04 (kernel 5.15)
2021-11-03 12:42:32 -05:00
2021-12-05 12:10:43 -06:00
### Download Locations for Tested Linux Distributions
2021-10-27 12:51:22 -05:00
- [Arch Linux](https://www.archlinux.org)
- [Debian](https://www.debian.org/)
- [Fedora](https://getfedora.org)
- [Kali Linux](https://www.kali.org/)
2021-10-27 12:51:22 -05:00
- [Manjaro](https://manjaro.org)
2021-12-07 15:15:00 -06:00
- [openSUSE](https://www.opensuse.org/)
2021-10-27 12:51:22 -05:00
- [Raspberry Pi OS](https://www.raspberrypi.org)
- [RHEL](https://www.redhat.com)
2022-01-16 11:46:39 -06:00
- [Solus](https://getsol.us/home/)
2021-11-04 10:58:54 -05:00
- [Ubuntu](https://www.ubuntu.com)
2021-10-27 12:51:22 -05:00
2021-12-05 12:10:43 -06:00
### Tested Hardware
2021-10-27 12:51:22 -05:00
- [EDUP EP-AC1605GS WiFi Adapter 1300Mbps USB 3.0 High Gain Wireless Adapter](https://www.amazon.com/gp/product/B07Q56K68T)
- [FIDECO 6B21-AC1200M WiFi Adapter - AC1200 Dual Band](https://www.amazon.co.uk/gp/product/B08523KPP9)
- [Cudy WU1400 AC 1300Mbps USB 3.0 WiFi Adapter](https://www.amazon.com/Cudy-WU1200-AC1200Mbps-Wireless-Compatible/dp/B07Q9KY4NT)
- [jjPlus WMU6202 miniPCIe - USB - WIFI2.4/5.0GHz Bluetooth (RTL8822BU)](https://techship.com/products/jjplus-wmu6202-mpcie-usb-wifi24-50ghz-bluetooth/)
2021-10-27 12:51:22 -05:00
2021-12-05 12:10:43 -06:00
### Compatible Devices
2021-10-27 12:51:22 -05:00
Warning: Adapters listed here are not recommended for purchase as I do not recommend Linux users buy Realtek based USB WiFi adapters due to the lack of mac80211 technology drivers that are supported in-kernel as called for by Linux Wireless Standards. This repo is supported for the benefit of Linux users who already have adapters based on the supported chipsets. If you are looking for information about what adapter to buy, click [here](https://github.com/morrownr/USB-WiFi) for information about and links to recommended adapters.
2021-11-19 18:48:08 -06:00
* [ALFA AWUS036ACU](https://store.rokland.com/collections/wi-fi-usb-adapters/products/alfa-awus036acu-802-11ac-ac1200-dual-band-wifi-usb-dongle-rp-sma-antennas)
2021-10-27 12:51:22 -05:00
* ASUS AC1300 USB-AC55 B1
* ASUS AC53 Nano
* ASUS U2
* Cudy WU1400
2021-11-19 18:48:08 -06:00
* [Edimax EW-7822UAD](https://www.amazon.com/Edimax-802-11ac-Dual-Band-Adjustable-EW-7822UAD/dp/B092M5NZ1H)
2021-10-27 12:51:22 -05:00
* Edimax EW-7822ULC
* Edimax EW-7822UTC
* EDUP EP-AC1605GS
* FIDECO 6B21-AC1200M
* Linksys WUSB6300 V2
* NetGear A6150
* TRENDnet TEW-808UBM
* Numerous additional products that are based on the supported chipsets
Note: Please read "supported-device-IDs" for information about how to confirm the correct driver for your adapter.
2021-12-05 12:10:43 -06:00
### Installation Information
2021-10-27 12:51:22 -05:00
2021-12-07 15:15:00 -06:00
Warning: Installing multiple drivers for the same hardware usually does
not end well. If a previous attempt to install this driver failed or if
you have previously installed another driver for chipsets supported by
this driver, you MUST remove anything that the previous attempt
installed BEFORE attempting to install this driver. This driver can be
removed with the script called `./remove-driver.sh`. Information is
2021-12-19 12:21:56 -06:00
available in the section called `Removal of the Driver.` You can get a
good idea as to whether you need to remove a previously installed
driver by running the following command:
2021-12-07 15:15:00 -06:00
```
2022-01-16 11:46:39 -06:00
sudo dkms status
2021-12-07 15:15:00 -06:00
```
2022-02-18 13:54:03 -06:00
The installation instructions are for the novice user. Experienced users are
welcome to alter the installation to meet their needs.
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
Temporary internet access is required for installation. There are numerous ways
to enable temporary internet access depending on your hardware and situation.
[One method is to use tethering from a phone.](https://www.makeuseof.com/tag/how-to-tether-your-smartphone-in-linux).
Another method is to keep a [WiFi adapter that uses an in-kernel driver](https://github.com/morrownr/USB-WiFi) in your toolkit.
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
You will need to use the terminal interface. The quick way to open a terminal:
Ctrl+Alt+T (hold down on the Ctrl and Alt keys then press the T key).
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
An alternative terminal is to use SSH (Secure Shell) from the same or from
another computer, in which case you will be in a suitable terminal after logging
in, but this step requires that an SSH daemon/server has already been
configured. (There are lots of SSH guides available, e.g., for the [Raspberry Pi](https://www.raspberrypi.com/documentation/computers/remote-access.html#setting-up-an-ssh-server) and for [Ubuntu](https://linuxconfig.org/ubuntu-20-04-ssh-server). Do not forget [to secure the SSH server](https://www.howtogeek.com/443156/the-best-ways-to-secure-your-ssh-server/).)
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
You will need to have sufficient access rights to use `sudo` so that commands
can be executed as the `root` user. (If the command `sudo echo Yes` returns
"Yes", with or without having to enter your password, you do have sufficient
access rights.)
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
DKMS is used for the installation. DKMS is a system utility which will
automatically recompile and reinstall this driver when a new kernel is
installed. DKMS is provided by and maintained by Dell.
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
It is recommended that you do not delete the driver directory after installation
as the directory contains information and scripts that you may need in the future.
2021-10-27 12:51:22 -05:00
2022-06-22 11:55:04 -05:00
Secure mode: The primary installation script, `install-driver.sh`, will support
secure mode... if your distro supports the method in use. I regularly test the installation
script on systems with secure mode on. It works very well on Ubuntu and Linux Mint. Some
distros, such as Raspberry Pi OS, do not support secure mode because the hardware they
support does not support secure mode making it unnecessary. There are distros that do not
work with the support currently in use with this driver. If you install this driver and,
after a reboot, the driver is not working, you can go into the BIOS and tempoarily turn
secure mode off to see if secure mode is the problem. I am currently investigatimg alternative
ways to support secure mode that will work on most or all distros that support secure mode.
If you are interested in helping, please post a message in `Issues`.
2021-10-27 12:51:22 -05:00
2021-12-05 12:10:43 -06:00
### Installation Steps
2021-10-27 12:51:22 -05:00
2021-11-03 12:42:32 -05:00
#### Step 1: Open a terminal (e.g. Ctrl+Alt+T)
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
#### Step 2: Update and upgrade system packages (select the option for the OS you are using)
2021-10-27 12:51:22 -05:00
2022-01-16 11:46:39 -06:00
Note: If your Linux distro does not fall into one of options listed
2022-02-18 13:54:03 -06:00
below, you will need to research how to update and upgrade your system
packages.
2022-01-16 11:46:39 -06:00
2022-01-16 12:27:04 -06:00
- Option for Debian based distributions such as Ubuntu, Linux Mint, Kali and Raspberry Pi OS
2021-11-03 12:45:26 -05:00
```
2022-02-18 13:54:03 -06:00
sudo apt update && sudo apt upgrade
2021-11-03 12:45:26 -05:00
```
2021-10-27 12:51:22 -05:00
2021-11-03 12:45:26 -05:00
- Option for Arch based distributions such as Manjaro
2021-10-29 23:04:42 -05:00
2021-11-03 12:45:26 -05:00
```
sudo pacman -Syu
```
2021-10-27 12:51:22 -05:00
2021-11-03 12:45:26 -05:00
- Option for Fedora based distributions
2021-10-29 23:04:42 -05:00
2021-11-03 12:45:26 -05:00
```
2022-02-18 13:54:03 -06:00
sudo dnf upgrade
2021-11-03 12:45:26 -05:00
```
2021-10-29 19:48:34 -05:00
2021-12-07 15:15:00 -06:00
- Option for openSUSE based distributions
```
sudo zypper update
```
2022-02-18 13:54:03 -06:00
Note: It is recommended that you reboot your system at this point. The
rest of the installation will appreciate having a fully up to date
system to work with. The installation can then be continued with Step 3.
```
sudo reboot
```
2021-10-29 23:14:04 -05:00
2021-11-03 14:17:55 -05:00
#### Step 3: Install the required packages (select the option for the OS you are using)
2022-07-08 13:34:16 -05:00
- Option for Raspberry Pi OS (ARM/ARM64)
2021-10-27 12:51:22 -05:00
```
2022-07-08 13:34:16 -05:00
sudo apt install -y raspberrypi-kernel-headers build-essential bc dkms git
2021-10-27 12:51:22 -05:00
```
2022-07-08 13:34:16 -05:00
- Option for Debian, Kali, and Raspberry Pi Desktop (x86)
2021-11-03 14:17:55 -05:00
2021-10-27 12:51:22 -05:00
```
2022-07-08 13:34:16 -05:00
sudo apt install -y linux-headers-$(uname -r) build-essential bc dkms git libelf-dev
2021-10-27 12:51:22 -05:00
```
2021-10-29 22:59:39 -05:00
2022-07-08 13:34:16 -05:00
- Option for Ubuntu (all flavors)
2021-11-03 14:17:55 -05:00
2021-10-29 22:59:39 -05:00
```
2022-07-08 13:34:16 -05:00
sudo apt install -y build-essential dkms git
2021-10-29 22:59:39 -05:00
```
2021-10-27 12:51:22 -05:00
2021-11-03 14:17:55 -05:00
- Option for Fedora
2021-10-27 12:51:22 -05:00
```
2021-11-03 14:17:55 -05:00
sudo dnf -y install git dkms kernel-devel kernel-debug-devel
2021-10-27 12:51:22 -05:00
```
2021-10-29 22:59:39 -05:00
2021-12-07 15:15:00 -06:00
- Option for openSUSE
```
sudo zypper install -t pattern devel_kernel dkms
```
2022-01-16 11:46:39 -06:00
- Option for Solus
```
2022-01-22 19:08:52 -06:00
sudo eopkg install gcc linux-current-headers make git binutils
2022-01-16 11:46:39 -06:00
```
2021-11-03 14:17:55 -05:00
- Options for Arch and Manjaro
2021-10-27 12:51:22 -05:00
2021-12-19 12:21:56 -06:00
If using pacman
2021-10-29 23:04:42 -05:00
2021-10-29 22:59:39 -05:00
```
2021-11-03 14:17:55 -05:00
sudo pacman -S --noconfirm linux-headers dkms git
2021-10-29 23:04:42 -05:00
```
2021-10-27 12:51:22 -05:00
2021-12-19 12:21:56 -06:00
Note: If you are asked to choose a provider, make sure to choose the one
that corresponds to your version of the linux kernel (for example,
"linux510-headers" for Linux kernel version 5.10). If you install the
incorrect version, you'll have to uninstall it and install the correct
version.
2021-10-27 12:51:22 -05:00
2021-12-19 12:21:56 -06:00
If using other methods, please follow the instructions provided by those
methods.
2021-10-27 12:51:22 -05:00
2021-11-03 14:17:55 -05:00
#### Step 4: Create a directory to hold the downloaded driver
2021-10-29 22:59:39 -05:00
2021-10-27 12:51:22 -05:00
```
2021-11-03 14:17:55 -05:00
mkdir -p ~/src
2021-10-29 22:59:39 -05:00
```
2021-11-03 14:17:55 -05:00
#### Step 5: Move to the newly created directory
2021-10-29 23:04:42 -05:00
2021-10-27 12:51:22 -05:00
```
2021-11-03 14:17:55 -05:00
cd ~/src
2021-10-29 23:04:42 -05:00
```
2021-11-03 14:17:55 -05:00
#### Step 6: Download the driver
2021-10-29 23:28:19 -05:00
```
2021-11-03 14:17:55 -05:00
git clone https://github.com/morrownr/88x2bu-20210702.git
2021-10-27 12:51:22 -05:00
```
2021-10-29 23:28:19 -05:00
2021-11-03 14:17:55 -05:00
#### Step 7: Move to the newly created driver directory
2021-10-29 23:28:19 -05:00
```
2021-11-03 14:17:55 -05:00
cd ~/src/88x2bu-20210702
2021-10-27 12:51:22 -05:00
```
2021-10-29 23:28:19 -05:00
2021-12-19 12:21:56 -06:00
#### Step 8: (optional) Enable Concurrent Mode ( cmode-on.sh )
2021-10-27 12:51:22 -05:00
2021-12-19 12:21:56 -06:00
Note: see `Concurrent_Mode.md` in the `docs` folder to help determine
whether you want to enable Concurrent Mode.
2021-10-27 12:51:22 -05:00
```
./cmode-on.sh
```
2021-10-29 23:28:19 -05:00
2022-02-18 13:54:03 -06:00
#### Step 9: Run a script to reconfigure for ARM or ARM64 based systems
2022-02-18 13:54:03 -06:00
Warning: This driver defaults to supporting x86 and amd64 based systems
and this step should be `skipped` if your system is powered by an x86,
amd64 or compatible CPU.
2021-10-29 23:28:19 -05:00
2022-02-18 13:54:03 -06:00
Note: If your system is powered by an ARM or ARM64 based Raspberry Pi,
then one of the following scripts should be executed:
2022-02-18 13:54:03 -06:00
- Option for the following listed operating systems to be installed to
Raspberry Pi hardware
2021-10-27 12:51:22 -05:00
```
2022-02-18 13:54:03 -06:00
* Raspberry Pi OS (32 bit)
2021-10-27 12:51:22 -05:00
```
2021-10-29 23:28:19 -05:00
```
2022-02-18 13:54:03 -06:00
./ARM_RPI.sh
2021-10-29 23:28:19 -05:00
```
2021-10-29 18:29:18 -05:00
2022-02-18 13:54:03 -06:00
- Option for the following listed operating systems to be installed to
Raspberry Pi hardware
2021-10-29 23:28:19 -05:00
2022-02-18 13:54:03 -06:00
```
* Raspberry Pi OS (64 bit)
* Kali Linux RPI ARM64
* Ubuntu for Raspberry Pi
```
```
./ARM64_RPI.sh
```
Note: ARM or ARM64 based systems not listed above will likely require
modifications similar to those provided in the above scripts but the
number and variety of different ARM and ARM64 based systems makes
supporting each system unpractical so you will need to research the
needs of your system and make the appropriate modifications. If you
2021-12-05 12:40:08 -06:00
discover the settings and make a new script that works with your ARM or
ARM64 based system, you are welcome to submit the script and information
to be included here.
2022-05-16 14:38:41 -05:00
#### Step 10: Run the installation script ( install-driver.sh or install-driver-no-dkms.sh )
2021-12-05 13:04:13 -06:00
2022-05-16 14:38:41 -05:00
Note: For automated builds (non-interactive), use _NoPrompt_ as an option.
2022-02-21 09:15:03 -06:00
2022-05-16 14:38:41 -05:00
Option for distros that support `dkms` (almost all)
2021-10-29 23:28:19 -05:00
```
2021-11-03 14:17:55 -05:00
sudo ./install-driver.sh
2021-10-29 23:28:19 -05:00
```
2021-10-27 12:51:22 -05:00
2022-05-16 14:38:41 -05:00
Option for distros that do not support `dkms`
```
sudo ./install-driver-no-dkms.sh
```
2022-01-26 11:25:18 -06:00
Note: If you elect to skip the reboot at the end of the installation
script, the driver may not load immediately and the driver options will
not be applied. Rebooting is strongly recommended.
2022-05-16 14:38:41 -05:00
Manual build instructions: The scripts automate the installation process,
however, if you want to or need to do a command line installation, use
the following:
2022-01-16 11:46:39 -06:00
```
make clean
make
sudo make install
sudo reboot
```
2022-05-16 14:38:41 -05:00
Note: If you use the manual build instructions or the `install-driver-no-dkms.sh`
script, you will need to repeat the process each time a new kernel is
installed in your distro.
2022-01-16 11:46:39 -06:00
2021-12-31 13:16:05 -06:00
-----
2021-12-05 13:04:13 -06:00
### Driver Options ( edit-options.sh )
2021-10-27 12:51:22 -05:00
2021-12-19 12:21:56 -06:00
A file called `88x2bu.conf` will be installed in `/etc/modprobe.d` by
2022-05-16 14:38:41 -05:00
default if you use one of the scripts for installation.
2021-10-27 12:51:22 -05:00
2022-05-22 19:17:11 -05:00
Note: The installation script will prompt you to edit the options.
2021-10-27 12:51:22 -05:00
Location: `/etc/modprobe.d/88x2bu.conf`
This file will be read and applied to the driver on each system boot.
2021-10-29 23:28:19 -05:00
To edit the driver options file, run the `edit-options.sh` script
2021-11-03 14:17:55 -05:00
2021-10-27 12:51:22 -05:00
```
2021-11-03 14:17:55 -05:00
sudo ./edit-options.sh
2021-10-29 23:28:19 -05:00
```
Note: Documentation for Driver Options is included in the file `88x2bu.conf`.
2021-10-27 12:51:22 -05:00
2021-12-31 13:16:05 -06:00
-----
2022-05-16 14:38:41 -05:00
### Removal of the Driver ( remove-driver.sh or remove-driver-no-dkms.sh )
2021-10-27 12:51:22 -05:00
2022-05-16 14:38:41 -05:00
Note: Removing the driver is advised in the following situations:
2021-10-27 12:51:22 -05:00
2021-11-21 20:58:58 -06:00
- if driver installation fails
- if the driver is no longer needed
2021-12-21 23:27:46 -06:00
- if a new or updated version of the driver needs to be installed
2022-06-14 15:28:50 -05:00
- if a distro version upgrade is going to be installed (i.e. going from kernel 5.10 to kernel 5.15)
2021-11-21 20:58:58 -06:00
2022-05-16 14:38:41 -05:00
Note: The following removes everything that has been installed, with the
2021-11-21 20:58:58 -06:00
exception of the packages installed in Step 3 and the driver directory.
2022-02-18 13:54:03 -06:00
The driver directory can be deleted after running this script.
2021-10-27 12:51:22 -05:00
2021-11-03 14:17:55 -05:00
#### Step 1: Open a terminal (e.g. Ctrl+Alt+T)
2021-10-27 12:51:22 -05:00
2021-11-03 14:17:55 -05:00
#### Step 2: Move to the driver directory
2021-10-29 23:28:19 -05:00
```
2021-11-03 14:17:55 -05:00
cd ~/src/88x2bu-20210702
2021-10-27 12:51:22 -05:00
```
2021-10-29 23:28:19 -05:00
2021-11-03 14:17:55 -05:00
#### Step 3: Run the removal script
2021-10-29 23:28:19 -05:00
2022-05-16 14:38:41 -05:00
Note: For automated builds (non-interactive), use _NoPrompt_ as an option.
Option for distros that support `dkms` (almost all)
2021-10-29 23:28:19 -05:00
```
2021-11-03 14:17:55 -05:00
sudo ./remove-driver.sh
2021-10-27 12:51:22 -05:00
```
2021-10-29 23:28:19 -05:00
2022-05-16 14:38:41 -05:00
Option for distros that do not support `dkms`
```
sudo ./remove-driver-no-dkms.sh
```
2021-12-31 13:16:05 -06:00
-----
2021-12-05 12:10:43 -06:00
### Recommended WiFi Router/ Access Point Settings
2021-10-27 12:51:22 -05:00
Note: These are general recommendations, some of which may not apply to your specific situation.
2022-05-22 19:17:11 -05:00
- Security: Set WPA2-AES. Do not set WPA2 mixed mode or WPA or TKIP.
2021-10-27 12:51:22 -05:00
2021-11-03 15:22:53 -05:00
- Channel width for 2.4 GHz: Set 20 MHz fixed width. Do not use 40 MHz or 20/40 automatic.
2021-10-27 12:51:22 -05:00
2021-11-03 15:22:53 -05:00
- Channels for 2.4 GHz: Set channel 1 or 6 or 11 depending on the congestion at your location. Do not set automatic channel selection. As time passes, if you notice poor performance, recheck congestion and set channel appropriately. The environment around you can and does change over time.
2021-10-27 12:51:22 -05:00
2021-11-03 15:22:53 -05:00
- Mode for 2.4 GHz: For best performance, set "N only" if you no longer use B or G capable devices.
2021-10-27 12:51:22 -05:00
2021-12-20 18:33:56 -06:00
- Network names: Do not set the 2.4 GHz Network and the 5 GHz Network to the same name. Note: Unfortunately many routers come with both networks set to the same name. You need to be able to control which network that is in use so changing the name of one of the networks is recommended. Since many IoT devices use the 2.4 GHz network, it may be better to change the name of the 5 GHz network.
2021-10-27 12:51:22 -05:00
2021-12-21 23:27:46 -06:00
- Channels for 5 GHz: Not all devices are capable of using DFS channels (I'm looking at you Roku.) It may be necessary to set a fixed channel in the range of 36 to 48 or 149 to 165 in order for all of your devices to work on 5 GHz. (For US, other countries may vary.)
2021-10-27 12:51:22 -05:00
2021-11-03 15:22:53 -05:00
- Best location for the WiFi router/access point: Near center of apartment or house, at least a couple of feet away from walls, in an elevated location. You may have to test to see what the best location is in your environment.
2021-10-27 12:51:22 -05:00
2021-11-03 15:22:53 -05:00
- Check congestion: There are apps available for smart phones that allow you to check the congestion levels on WiFi channels. The apps generally go by the name of ```WiFi Analyzer``` or something similar.
2021-10-27 12:51:22 -05:00
After making and saving changes, reboot the router.
2021-12-31 13:16:05 -06:00
-----
2021-10-27 12:51:22 -05:00
2021-12-05 12:10:43 -06:00
### Recommendations regarding USB
2021-10-27 12:51:22 -05:00
2021-11-04 10:58:54 -05:00
- Moving your USB WiFi adapter to a different USB port has been known to fix a variety of problems.
2021-10-27 12:51:22 -05:00
2021-11-04 10:58:54 -05:00
- 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.
2021-10-27 12:51:22 -05:00
2021-11-04 10:58:54 -05:00
- 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.
2021-10-27 12:51:22 -05:00
- 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).
2021-12-21 23:27:46 -06:00
- Extention cables can be problematic. A way to check if the extension cable is the problem is to plug the adapter temporarily into a USB port on the computer.
2021-11-04 10:58:54 -05:00
- 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.
2021-10-27 12:51:22 -05:00
2021-12-31 13:16:05 -06:00
-----
2021-10-27 12:51:22 -05:00
2021-12-05 12:10:43 -06:00
### How to disable onboard WiFi on Raspberry Pi 3B, 3B+, 3A+, 4B and Zero W
2021-10-27 12:51:22 -05:00
Add the following line to /boot/config.txt
2021-10-30 12:43:02 -05:00
2021-10-27 12:51:22 -05:00
```
2021-11-03 14:17:55 -05:00
dtoverlay=disable-wifi
2021-10-27 12:51:22 -05:00
```
2021-12-31 13:16:05 -06:00
-----
2021-12-05 12:10:43 -06:00
### How to forget a saved WiFi network on a Raspberry Pi
2021-10-27 12:51:22 -05:00
2021-11-03 15:22:53 -05:00
#### Step 1: Edit wpa_supplicant.conf
2021-10-29 23:28:19 -05:00
```
2021-11-03 14:17:55 -05:00
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
2021-10-27 12:51:22 -05:00
```
2021-10-29 23:28:19 -05:00
2021-11-03 15:22:53 -05:00
#### Step 2: Delete the relevant WiFi network block (including the 'network=' and opening/closing braces.
2021-10-27 12:51:22 -05:00
2021-11-03 15:22:53 -05:00
#### Step 3: Press ctrl-x followed by 'y' and enter to save the file.
2021-10-27 12:51:22 -05:00
2021-11-03 15:22:53 -05:00
#### Step 4: Reboot
2021-10-27 12:51:22 -05:00
-----
2021-12-05 12:10:43 -06:00
### FAQ:
2021-10-27 12:51:22 -05:00
2021-11-03 12:42:32 -05:00
Question: Is WPA3 supported?
2022-02-18 13:54:03 -06:00
Answer: WPA3-SAE support is in this driver according to Realtek, however, for it
to work in client mode with some current Linux distros, you will need to
download, compile and install the current development version of wpa_supplicant
from the following site:
2021-11-03 12:42:32 -05:00
https://w1.fi/cgit/
2022-02-18 13:54:03 -06:00
Note: There is a file in the `docs` folder called `Update_wpa_supplicant_v3a.md`
that may help with updating wpa_supplicant.
Note: Some distros appear to have versions of Network Manager that are not
compatible with this driver. If that is the case, you may need to STOP or KILL
Network Manager and connect using wpa_supplicant.
2021-11-03 12:42:32 -05:00
2022-02-18 13:54:03 -06:00
WPA3-SAE is working well in AP mode using hostapd with current versions of the
2022-05-16 14:38:41 -05:00
Raspberry Pi OS.
2021-11-03 12:42:32 -05:00
2022-02-21 09:15:03 -06:00
-----
2022-02-18 13:54:03 -06:00
Question: I bought two rtl8812bu based adapters and am planning to use both in
the same computer. How do I set that up?
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
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. You
can have multiple Realtek based adapters in the same computer as long as the
adapters are based on different chipsets.
2021-10-27 12:51:22 -05:00
2022-02-21 09:15:03 -06:00
-----
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
Question: Why do you recommend Mediatek based adapters when you maintain this
repo for a Realtek driver?
2021-10-27 12:51:22 -05:00
2022-02-18 13:54:03 -06:00
Answer: Many new and existing Linux users already have adapters based on Realtek
chipsets. This repo is for Linux users to support their existing adapters but my
STRONG recommendation is for Linux users to seek out USB WiFi solutions based on
2022-05-22 19:17:11 -05:00
Mediatek chipsets:
2021-10-27 12:51:22 -05:00
https://github.com/morrownr/USB-WiFi
2022-02-21 09:15:03 -06:00
-----
Question: Will you put volunteers to work?
Answer: Yes. Post a message in `Issues` or `Discussions` if interested.
2022-02-21 09:15:03 -06:00
-----
Question: I am having problems with my adapter and I use Virtualbox?
2021-12-05 13:21:37 -06:00
Answer: This [article](https://null-byte.wonderhowto.com/forum/wifi-hacking-attach-usb-wireless-adapter-with-virtual-box-0324433/) may help.
2022-02-21 09:15:03 -06:00
-----
Question: The driver installation script completed successfully and the
driver is installed but does not seem to be working. What is wrong?
Answer: Turn secure boot off to see if that allows the driver to work.
This driver is primarily tested on Debian based distros such as Linux
Mint, Ubuntu, Raspberry Pi OS and Kali. In an attempt to make this
driver work well on many Linux distros, other distros, including the Arch
based Manjaro is used for testing. Currently I do not have installations
of Fedora or OpenSUSE available for testing and reply on user reports of
success or failure. I have two test systems with secure boot on so as to
test secure boot. I have not seen any secure boot problems with Debian
based systems and I don't remember problems with Manjaro.
dkms is used in the installation script. It helps with a lot of issues that
will come up if a simple manual installation is used. dkms has the
capability to handle the needs of secure boot. dkms was written by and is
maintained by Dell. Dell has been offering some Ubuntu pre-loaded systems
for years so their devs likely test on Ubuntu. I suspect Fedora and
OpenSUSE may be handing their secure boot support differently than Debian
based systems and this is leading to problems. This and the other repos
I have are VERY heavily used and I am sure there are plenty of non-Debian
users that use this driver. Are they all turning off secure boot and not
reporting the problem? I don't know. What I do know is that reports like
this are rare.
For the driver to compile and install correctly but not be available
tells me there is likely a key issue. Here is an interesting link
regarding Debian systems and secure boot:
https://wiki.debian.org/SecureBoot
That document contains a lot of information that can help an investigation
into what the real problem is and I invite you and other Fedora, OpemSUSE
and users of other distros that show this problem to investigate and
present what you know to the devs of your distro via their problem
reporting system. Turning off secure boot is NOT a fix. A real fix needs
to happen.
2021-12-31 13:16:05 -06:00
-----
2022-07-10 15:36:10 -05:00
Question: Are there any known problems with AP mode?
Answer: Overall this driver does a good job with AP mode. During testing and
work prior to making this driver available, the team working on this
driver noticed some problems in AP mode if used with a Raspberry Pi 4B.
We were unable to discover or fix the exact cause of the problem but
the workaround is to keep the driver in USB2 mode. This workaround only
applies to AP mode with Raspberry Pi 4B. No problems were noted with
systems that use x86 or amd64 processors.
-----
Question: Can you provide additional information about monitor mode?
Answer: I have a repo that is setup to help with monitor mode:
https://github.com/morrownr/Monitor_Mode
Work to improve monitor mode is ongoing with this driver. Your
reports of success or failure are needed. If you have yet to buy an
adapter to use with monitor mode, there are adapters available that are
known to work very well with monitor mode. My recommendation for those
looking to buy an adapter for monitor mode is to buy adapters based on
the following chipsets: mt7612u, mt7610u, rtl8812au and rtl8811au. My
specific recommendations for adapters in order of preference are:
ALFA AWUS036ACHM - long range - in-kernel driver
ALFA AWUS036ACM - in-kernel driver
ALFA AWUS036ACH - long range - [driver](https://github.com/morrownr/8812au-20210629)
ALFA AWUS036ACS - [driver](https://github.com/morrownr/8821au-20210708)
To ask questions, go to [USB-WiFi](https://github.com/morrownr/USB-WiFi)
and post in `Discussions` or `Issues`.
2021-12-31 13:16:05 -06:00
2021-10-27 12:51:22 -05:00
-----