The Killer Wireless AX1650 uses the Iwlwifi Driver that is included in Linux Kernels 5.1+.
If your Debian/Ubuntu is using an older Linux Kernel then the AX1650 might not be seen or used by your Computer. You can use this guide to install a package that Backports the Iwlwifi Driver from the newer Linux Kernel to your currently running one.
Here is an example log of the following steps.
For these steps we will need another computer capable of downloading a Git Repository and several Packages.
I used another Computer running the same Ubuntu 18.04 installation that matches the Ubuntu 18.04 installation on my Offline Computer. You should be able to use a VM running Ubuntu or even Windows 10 if it has Ubuntu on Windows from the Microsoft Store.
Here is an example of using the Ubuntu On Windows Terminal to download something using APT and then copying it to your Windows Desktop (RIVET is my Windows User name, so you need to use yours instead!): [email protected]:~$ sudo add-apt-repository ppa:canonical-hwe-team/backport-iwlwifi
[email protected]:~$ apt download backport-iwlwifi-dkms
[email protected]:~$ cp backport-iwlwifi-dkms_8286-0ubuntu1~latest~ubuntu18.04.1_all.deb /mnt/c/Users/RIVET/Desktop/
Step 1 – Download Backport-Iwlwifi-Dkms, it’s Dependencies, and the Linux-Firmware.git Repository
On the Computer with Internet Access, open a Terminal and then copy and paste the following commands one at a time. Press ENTER after each command.
$ mkdir -p backport-iwlwifi-dkms/dependencies
$ cd backport-iwlwifi-dkms
$ sudo add-apt-repository ppa:canonical-hwe-team/backport-iwlwifi
$ sudo apt-get update
$ apt download backport-iwlwifi-dkms
$ cd dependencies/
$ apt download build-essential cpp cpp-7 dkms dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1 libc-dev-bin libc6-dev libcc1-0 libcilkrts5 libdpkg-perl libfakeroot libgcc-7-dev libgcc1 libgomp1 libitm1 liblsan0 libmpx2 libquadmath0 libstdc++-7-dev libstdc++6 libtsan0 libubsan0 linux-libc-dev make manpages-dev
$ cd ..
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Step 2 – Move those downloaded files / folder to your Offline Computer using a USB Flash Drive.
The Online Computer should now have a folder that has the following structure / content:
- backport-iwlwifi-dkms/
- dependencies/
- linux-firmware/
- backport-iwlwifi-dkms_8042-0ubuntu2_all.deb
You will need to move those files over to your Offline Computer.
Step 3 – Install the Dependencies, copy the Iwlwifi Firmware files, and install Backport-Iwlwifi-Dkms
$ cd backport-iwlwifi-dkms/
$ sudo dpkg -i dependencies/*.deb
$ sudo cp linux-firmware/iwlwifi-* /lib/firmware/
$ sudo dpkg -i backport-iwlwifi-dkms_8042-0ubuntu2_all.deb
Now run the following command to update the Initramfs that your machine might be using:
$ sudo update-initramfs -u
Then restart your Computer!Once you have done this, you should be able to connect to your wireless access point.