At the time of writing this (20th September 2019) Ubuntu 16.04+ does not recognise the Killer AX1650 Wireless adapter out of the box. This is pretty frustrating but is easily fixable following the instructions provided by Killer themselves.
This repository contains a simple script which pulls together the steps in the instructions and automates them.
Usage:
Clone this repository
git clone https://github.com/eddgrant/configure-killer-ax-1650-wifi-driver.git
cd configure-killer-ax-1650-wifi-driver
'online' mode assumes you've got some form of internet connectivity e.g. Bluetooth/ Wired Networking
./configure-killer-ax-1650-wifi-driver.sh online
'offline' mode assumes you've previously copied the backport-iwlwifi and linux-firmware repositories to ./backport-wifi
and ./linux-firmware
respectively and simply want to build and install them.
./configure-killer-ax-1650-wifi-driver.sh offline
This script comes with absolutely no warranty, please fully read and understand the script before running it.
This repository applies the Apache License, Version 2.0
Improvements are welcome by way of pull request.