This project aims to simplify WiFi drivers installation on computers with WiFi chips not supported by the Linux kernel out of the box.
Usage
Source machine
- Clone repo on a system with active network connection (source machine)
- Run
./download
for start*.deb
packages and drivers downloading. Files will be downloaded todeb
anddrivers
directories accordingly
Target machine
- Copy repo with downloaded files to machine without network connection (target machine)
- Run
./install-deb
for installation of downloaded deb packages. It will install everything you need for drivers compilation and installation - Reboot for loading latest installed kernel
- Run
./install-drivers
for drivers installation
Contents
Below is a list of drivers that is going to be downloaded with download
script:
Chip | Driver sources | Kernel |
---|---|---|
RTL8812AU | https://github.com/gordboy/rtl8812au-5.6.4.2 | 5.4+ |
RTL8822BU | https://github.com/EntropicEffect/rtl8822bu | 5.4+ |
xpadneo | https://github.com/atar-axis/xpadneo | 5.4+ |
See config.yml for the details.