88x2bu-20210702/README.md

733 lines
20 KiB
Markdown
Raw Permalink Normal View History

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
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
Note: Please read the file "supported-device-IDs" for information about
how to confirm that this is the correct driver for your adapter.
2022-12-20 23:53:39 -06:00
2023-02-24 14:14:49 -06:00
### Supported 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)
2023-01-09 12:27:31 -06:00
- WPA3-SAE (Personal) (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
2023-01-09 12:27:31 -06:00
- Miracast
2023-01-27 10:16:08 -06:00
- WiFi-Direct
- MU-MIMO
- Mesh
- Wake on WLAN
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
2021-10-27 12:51:22 -05:00
- Supported interface modes
* Managed
2023-09-18 14:05:22 -05:00
* Monitor (see [Monitor_Mode](https://github.com/morrownr/Monitor_Mode))
2023-05-10 09:41:00 -05:00
* AP (see FAQ) (see [Bridged Wireless Access Point](https://github.com/morrownr/USB-WiFi/blob/main/home/AP_Mode/Bridged_Wireless_Access_Point.md))
2021-10-27 12:51:22 -05:00
* P2P-client
* P2P-GO
- 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
2023-02-24 14:14:49 -06:00
### Not supported
2022-12-20 23:53:39 -06:00
2023-09-18 14:05:22 -05:00
- hcxdumptool (see hcxdumptool documentation)
2023-02-24 14:14:49 -06:00
### A FAQ is available in this repo with the name `FAQ.md`
- Please read the FAQ and this document before posting issues.
### Additional documentation is in the file `88x2bu.conf`
2023-01-09 12:27:31 -06:00
2022-12-20 23:53:39 -06:00
### Compatible CPU Architectures
2021-10-27 12:51:22 -05:00
2023-07-16 14:55:34 -05:00
- x86, i386, i686
2022-12-20 23:53:39 -06:00
- x86-64, amd64
2023-01-27 10:16:08 -06:00
- armv6l, armv7l (arm)
2022-12-20 23:53:39 -06:00
- aarch64 (arm64)
2025-02-21 19:23:26 -06:00
- riscv
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
Note: Additional CPU architectures may work but I currently only have
the hardware to test the above.
2021-12-05 12:10:43 -06:00
### Compatible Kernels
2021-10-27 12:51:22 -05:00
2025-02-21 19:23:26 -06:00
- Kernels: 5.10 - 5.11 (Realtek)
- Kernels: 5.12 - 6.14 (community support)
2021-10-27 12:51:22 -05:00
2025-02-21 19:23:26 -06:00
Note: Kernels earlier than 5.10 may work but are not tested or
2023-09-18 14:05:22 -05:00
supported.
2022-12-20 23:53:39 -06:00
### Tested Compilers
2025-02-21 19:23:26 -06:00
- gcc 12, 13 and 14
2022-12-20 23:53:39 -06:00
2021-12-05 12:10:43 -06:00
### Tested Linux Distributions
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
Note: The information in this section depends largely on user reports
which can be provided via PR or message in Issues.
2021-12-05 12:40:08 -06:00
2023-02-24 14:14:49 -06:00
- [Arch Linux](https://www.archlinux.org) (kernels 5.4 and 5.11)
2021-10-27 12:51:22 -05:00
2023-02-24 14:14:49 -06:00
- [Armbian](https://www.armbian.com/) (kernel 5.15) (Rock 4 SE (Rock 4b image with xfce))
2022-12-20 23:53:39 -06:00
2023-05-10 09:41:00 -05:00
- [Debian](https://www.debian.org/) (kernels 5.10, 5.15 and 6.1)
2021-10-27 12:51:22 -05:00
2023-05-08 10:27:46 -05:00
- [Fedora](https://getfedora.org) Fedora 38 (6.2.13-300)
2022-08-21 15:31:50 -05:00
2023-09-18 14:05:22 -05:00
- [Kali Linux](https://www.kali.org/) (kernel 6.3)
2023-09-18 14:05:22 -05:00
- [Manjaro](https://manjaro.org) (kernel 5.15)
2021-10-27 12:51:22 -05:00
2023-02-24 14:14:49 -06:00
- [openSUSE](https://www.opensuse.org/) Tumbleweed (rolling) (kernel 5.15)
2021-12-07 15:15:00 -06:00
2023-11-28 20:34:03 -06:00
- [Raspberry Pi OS](https://www.raspberrypi.org) (2023-10-10) (ARM and ARM64) (kernel 6.1)
2023-02-24 14:14:49 -06:00
- [Raspberry Pi Desktop](https://www.raspberrypi.org) (2022-07-01) (x86 32 bit) (kernel 5.10)
2021-10-27 12:51:22 -05:00
2023-02-24 14:14:49 -06:00
- [SkiffOS](https://github.com/skiffos/skiffos/) for Odroid XU4 (ARM 32 bit) (kernel 6.0.7)
2025-02-21 19:23:26 -06:00
- [Ubuntu](https://www.ubuntu.com) 24.04 (kernel 6.8) and 24.10 (kernel 6.11)
2022-12-20 23:53:39 -06:00
2023-02-24 14:14:49 -06:00
- [Void Linux](https://voidlinux.org/) (kernel 5.18)
2021-11-03 12:42:32 -05:00
2024-05-11 13:21:00 -05:00
- RHEL 8.4, 8.6, 8.8, 8.9, 9.1, 9.2, 9.3 and 9.4
2022-12-20 23:53:39 -06:00
2023-05-08 10:27:46 -05:00
Note: Red Hat Enterprise Linux (RHEL) and distros based on RHEL are
supported by Red Hat devs due to the way kernel patches are handled in
Red Hat. I support knowledgable RHEL developers if they want to merge
the required support and keep it current. I reserve the right to delete
this support without notice if it causes any problems.
2023-06-08 17:48:44 -05:00
Current RHEL maintainer: misha4gps
2023-05-08 10:27:46 -05:00
Note: Android is supported in the driver according to Realtek. I will
support knowledgable Android developers if they want to merge and keep
current the required support (most likely just instructions about how to
compile and maybe a modification or two to the Makefile).
2022-12-20 23:53:39 -06:00
2023-09-18 14:05:22 -05:00
Current Android maintainer: none
Note: OpenWRT is not supported. OpenWRT provides drivers for USB WiFi
adapters. OpenWRT provided drivers include support for the MT7921au
(AXE3000), MT7612u (AC1200), MT7610u (AC600) chipsets. It is a challenge
to use Realtek based adapters that use out-of-kernel drivers with
OpenWRT so it is strongly advised to use the already supported chipsets.
2021-12-05 12:10:43 -06:00
### Compatible Devices
2021-10-27 12:51:22 -05:00
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
2023-02-24 14:14:49 -06:00
* jjPlus WMU6202 miniPCIe - USB
2023-05-08 10:27:46 -05:00
- Numerous additional adapters that are based on the supported chipsets
2021-10-27 12:51:22 -05:00
2023-01-27 10:16:08 -06:00
Note: If you are looking for information about what adapter to buy,
2023-09-18 14:05:22 -05:00
click [here](https://github.com/morrownr/USB-WiFi) and look for Main
Menu item 2 which will show information about and links to recommended
adapters.
Note: If you decide to buy an adapter that is supported by this driver,
I recommend you search for an adapter that is `single-state and
single-function`. Multi-function adapters, wifi and bluetooth, can be
2023-11-21 18:17:41 -06:00
problematic. For advice about single-state and multi-state adapters,
click [here](https://github.com/morrownr/USB-WiFi) and look for Main
Menu item 1.
2023-01-27 10:16:08 -06:00
2021-12-05 12:10:43 -06:00
### Installation Information
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
Warning: It is recommended that you follow the installation instructions
in the Installation Steps section. Avoid installation by downloading the
zip file if at all possible. Support can only be provided, on a best
effort basis, if the Installation Steps in the next section are followed.
2023-01-09 12:27:31 -06:00
Warning: Installing multiple out-of-kernel drivers for the same hardware
2023-09-18 14:05:22 -05:00
usually does not end well. The install-driver.sh script has the
capability to detect and remove most conflicting drivers but not all. If
this driver does not work well after installation and you have
previously installed a driver that you did not remove, it is suggested
that you run the following command in an effort to determine if you need
to take action to manually remove conflicting drivers:
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
```
2023-09-18 14:05:22 -05:00
Warning: If you decide to do a distro upgrade, which will likely install
a new version of kernel such as 5.15 to 6.1, you need to update this
driver with the newest available code and then run the removal script
before performing the disto upgrade. Use the following commands in the
driver directory:
2022-09-03 09:35:08 -05:00
2023-01-27 10:16:08 -06:00
```
git pull
```
2023-09-18 14:05:22 -05:00
Note: Do not reboot before running the below command so that the driver
stays active until after your distro upgrade is complete.
2023-01-27 10:16:08 -06:00
```
2023-09-18 14:05:22 -05:00
sudo sh remove-driver.sh
2022-09-03 09:35:08 -05:00
```
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
Note: The following command will reinstall the updated driver after you
are finished with the distro upgrade and reboot.
```
sudo sh install-driver.sh
```
Internet access is required for initial 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).
2023-01-09 12:27:31 -06:00
Another method is to keep a [WiFi adapter that uses an in-kernel driver](https://github.com/morrownr/USB-WiFi/blob/main/home/USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_drivers.md) in your toolkit.
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05: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
2023-01-09 12:27:31 -06:00
DKMS is used for the installation, if available. DKMS is a system utility
2022-12-20 23:53:39 -06:00
which will automatically recompile and reinstall this driver when a new
kernel is installed. DKMS is provided by and maintained by Dell.
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.
2023-02-24 14:14:49 -06:00
Secure Boot: see FAQ.
2022-12-20 23:53:39 -06:00
2021-12-05 12:10:43 -06:00
### Installation Steps
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
Note: The installation instructions are for the novice user. Experienced
users are welcome to alter the installation to meet their needs. Support
will be provided, on a best effort basis, based on the steps below. Another
way to word this paragraph is that if you do not follow the below steps for
installation, you are your own tech support.
2022-09-03 09:35:08 -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
2023-01-09 12:27:31 -06:00
#### Step 2: Update and upgrade system packages (select the option for the distro 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
2023-09-18 14:05:22 -05:00
below, you will need to research how to `update` and `upgrade` your
system packages.
2022-01-16 11:46:39 -06:00
2023-09-18 14:05:22 -05:00
- Option for Debian based distributions such as Ubuntu, Kali, Armbian
and Raspberry Pi OS
2022-01-16 12:27:04 -06:00
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-08-21 15:31:50 -05:00
- Option for Void Linux
```
sudo xbps-install -Syu
```
2022-02-18 13:54:03 -06:00
Note: It is recommended that you reboot your system at this point. The
2023-03-05 19:47:52 -06:00
rest of the installation will appreciate having a fully up-to-date
2022-02-18 13:54:03 -06:00
system to work with. The installation can then be continued with Step 3.
```
sudo reboot
```
2021-10-29 23:14:04 -05:00
2023-01-27 10:16:08 -06:00
#### Step 3: Install the required packages (select the option for the distro you are using)
2021-11-03 14:17:55 -05:00
2022-12-20 23:53:39 -06:00
Note: If your Linux distro does not fall into one of options listed
below, you will need to research how to properly setup up the development
2023-02-28 22:32:20 -06:00
environment for your system. General guidance follows.
2023-02-24 14:14:49 -06:00
Development Environment Requirements: (package names may vary by distro)
2023-05-10 09:41:00 -05:00
- Mandatory packages: `gcc` `make` `bc` `kernel-headers` `build-essential` `git`
- Highly recommended packages: `dkms` `rfkill` `iw` `ip`
- Mandatory packages if Secure Boot is active: `openssl` `sign-file` `mokutil`
2023-02-24 14:14:49 -06:00
Note: The below options should take care of the mandatory and highly recommended
2023-05-10 09:41:00 -05:00
requirements. If Secure Boot is active on your system, please also install the
mandatory packages for Secure Boot as shown above.
2022-12-20 23:53:39 -06:00
- Option for Armbian (arm64)
```
sudo apt install -y build-essential
```
- 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-12-20 23:53:39 -06:00
sudo apt install -y linux-headers-$(uname -r) build-essential bc dkms git libelf-dev rfkill iw
2021-10-27 12:51:22 -05:00
```
2021-10-29 22:59:39 -05:00
2022-08-21 15:31:50 -05:00
- Option for Ubuntu (all official flavors) and the numerous Ubuntu based distros
2021-11-03 14:17:55 -05:00
2021-10-29 22:59:39 -05:00
```
2022-12-20 23:53:39 -06:00
sudo apt install -y build-essential dkms git iw
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
```
2023-02-24 14:14:49 -06:00
sudo dnf -y install git dkms kernel-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-12-07 09:39:21 -06:00
- Option for Alpine
```
sudo apk add linux-lts-dev make gcc
```
2022-08-21 15:31:50 -05:00
- Option for Void Linux
2022-01-16 11:46:39 -06:00
```
2022-08-21 15:31:50 -05:00
sudo xbps-install linux-headers dkms git make
2022-01-16 11:46:39 -06:00
```
2022-12-20 23:53:39 -06:00
- Options for Arch and Manjaro (if using Manjaro for RasPi4B, see note)
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
```
2023-02-24 14:14:49 -06:00
sudo pacman -S --noconfirm linux-headers dkms git bc iw
2022-12-20 23:53:39 -06:00
```
Note: The following is needed if using Manjaro for RasPi4B.
```
sudo pacman -S --noconfirm linux-rpi4-headers dkms git bc
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
2023-01-27 10:16:08 -06:00
#### Step 8: Run the installation script (`install-driver.sh`)
2023-09-18 14:05:22 -05:00
Important: The compilation may fail if the major version of gcc that is
in use is not the same as the major version of the gcc that was used to
compile the kernel that is in use:
Example of bad situation:
2023-11-21 18:17:41 -06:00
```
2023-09-18 14:05:22 -05:00
gcc 12.1 (used to compile the kernel)
gcc 10.3 (version of gcc in use)
2023-11-21 18:17:41 -06:00
```
2023-09-18 14:05:22 -05:00
Example of good situation:
2023-11-21 18:17:41 -06:00
```
2023-09-18 14:05:22 -05:00
gcc 12.2 (used to compile the kernel)
gcc 12.1 (version of gcc in use)
2023-11-21 18:17:41 -06:00
```
2023-09-18 14:05:22 -05:00
To determine the values:
2021-12-05 13:04:13 -06:00
2023-09-18 14:05:22 -05:00
```
cat /proc/version
```
```
gcc --version
```
If you find your system in a bad situation, it is recommended that you
install a version of gcc that matches the major version of gcc that was
used to compile your kernel. Here is an example for Ubuntu:
```
sudo apt install gcc-12
```
Note: If your system is a low memory system, it is recommended that you
terminate running apps so as to provide the maximum amount of RAM to the
compilation process.
Note: For automated builds (non-interactive), use `NoPrompt` as an
option.
2022-02-21 09:15:03 -06:00
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
2023-01-27 10:16:08 -06:00
or
```
sudo sh install-driver.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.
2023-06-30 01:33:59 -05:00
Note: Fedora users that have secure boot turned on may need to run the
following to enroll the key:
2022-12-20 23:53:39 -06:00
2023-01-27 10:16:08 -06:00
```
sudo mokutil --import /var/lib/dkms/mok.pub
```
2022-12-20 23:53:39 -06:00
2023-06-30 01:33:59 -05:00
### Manual Installation Instructions
2023-09-18 14:05:22 -05:00
Note: The installation script, install-driver.sh, automates the
installation process, however, if you want to or need to do a basic
command line installation, use the following:
2022-01-16 11:46:39 -06:00
```
make clean
2023-01-27 10:16:08 -06:00
```
```
2023-09-18 14:05:22 -05:00
make -j$(nproc)
2023-01-27 10:16:08 -06:00
```
2023-06-30 01:33:59 -05:00
If secure boot is off:
2023-01-27 10:16:08 -06:00
```
2022-01-16 11:46:39 -06:00
sudo make install
2023-01-27 10:16:08 -06:00
```
```
sudo reboot
```
2023-06-30 01:33:59 -05:00
If secure boot is on:
Note: Please read to the end of this section before coming back here to
enter commands.
```
sudo make sign-install
```
2023-09-18 14:05:22 -05:00
Note: You will be promted for a password, please remember the password
as it will be used in some of the following steps.
2023-06-30 01:33:59 -05:00
```
sudo reboot
```
The MOK managerment screen will appear during boot:
2023-09-18 14:05:22 -05:00
`Shim UEFI Key Management`
2023-06-30 01:33:59 -05:00
`Press any key...`
Select "Enroll key"
Select "Continue"
Select "Yes"
When promted, enter the password you entered earlier.
2023-09-18 14:05:22 -05:00
Warning: If you enter the wrong password, your computer will not be
bootable. In this case, use the BOOT menu from your BIOS to boot then as
follows:
2023-06-30 01:33:59 -05:00
```
sudo mokutil --reset
```
2023-09-18 14:05:22 -05:00
Restart your computer. Use the BOOT menu from BIOS to boot. In the MOK
managerment screen, select `reset MOK list`, then reboot and retry from
the above step `sudo make sign-install`.
Note: If you use the Manual Installation Instructions, you will need to
repeat the installation process each time a new kernel is installed in
your distro.
-----
### Manual Removal Instructions
2023-06-30 01:33:59 -05:00
2023-09-18 14:05:22 -05:00
To remove the driver if installed by the Manual Installation
Instructions:
2023-01-27 10:16:08 -06:00
```
sudo make uninstall
```
```
2022-01-16 11:46:39 -06:00
sudo reboot
```
2023-05-10 09:41:00 -05:00
Note: If you use the manual installation instructions, or if dkms is not
installed, 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
-----
2023-01-27 10:16:08 -06:00
### Driver Options (`edit-options.sh`)
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
Note: In Linux, driver options are called module parameters.
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
A file called `88x2bu.conf` will be installed in `/etc/modprobe.d` by
default if you use the installation script, `install-driver.sh`. If you
are following the Manual Installation Instructions, you can use the
`edit-options.sh` script to install and/or edit the file.
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
Note: The installation script, `install-driver.sh`. will prompt you to
edit the options.
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
`88x2bu.conf` will be read and applied to the driver on each system boot.
2021-10-27 12:51:22 -05:00
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
```
2023-09-18 14:05:22 -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-12-20 23:53:39 -06:00
### Upgrading the Driver
2023-09-18 14:05:22 -05:00
Note: Linux development is continuous therefore work on this driver is
continuous.
2022-12-20 23:53:39 -06:00
Note: Upgrading the driver is advised in the following situations:
- if a new or updated version of the driver needs to be installed
2023-09-18 14:05:22 -05:00
- if a distro version upgrade is going to be installed (i.e. going from
kernel 5.10 to kernel 5.15)
2022-12-20 23:53:39 -06:00
#### Step 1: Move to the driver directory
```
cd ~/src/88x2bu-20210702
```
#### Step 2: Remove the currently installed driver
```
sudo ./remove-driver.sh
```
#### Step 3: Pull updated code from this repo
```
git pull
```
#### Step 4: Install the driver
```
sudo ./install-driver.sh
```
-----
2023-01-27 10:16:08 -06:00
### Removal of the Driver (`remove-driver.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
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
2023-09-18 14:05:22 -05:00
Note: For automated builds (non-interactive), use `NoPrompt` as an
option.
2022-05-16 14:38:41 -05:00
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
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
2023-09-18 14:05:22 -05:00
Note: These are general recommendations, some of which may not apply to
your specific situation.
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
- Security: Set WPA2-AES or WPA2/WPA3 mixed or WPA3. Do not set WPA2
mixed mode or WPA or TKIP.
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -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
2023-09-18 14:05:22 -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
2023-09-18 14:05:22 -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
2023-09-18 14:05:22 -05: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
2023-09-18 14:05:22 -05: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
2023-09-18 14:05:22 -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
2023-09-18 14:05:22 -05:00
- Check congestion: There are apps available for smart phones that allow
you to get an idea of 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
2023-09-18 14:05:22 -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
2023-09-18 14:05:22 -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
2023-09-18 14:05:22 -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
2023-09-18 14:05: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.
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05:00
- 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 be limited to USB 2
speeds).
2021-10-27 12:51:22 -05:00
2023-09-18 14:05:22 -05: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-12-21 23:27:46 -06:00
2023-09-18 14:05:22 -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
-----
2023-05-10 09:41:00 -05:00
2023-11-21 18:17:41 -06:00
To Contribute:
Fork this repository.
Make your edits.
TEST THEM!
Create a pull request.
-----
2023-05-10 09:41:00 -05:00
#### [Go to Main Menu](https://github.com/morrownr/USB-WiFi)
-----