Work Around 
Tested in Ubuntu 22.04 (5.15-33 generic)

Compile a driver for AX1675i from Intel's instructions

Step 1 – Download the Latest Git and Build-Essential packages

$ sudo apt update
$ sudo apt-get install -y git
$ sudo apt-get install -y build-essential

Step 2 – Download the Iwlwifi-Firmware.git repository

$ git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
$ cd linux-firmware
$ sudo cp iwlwifi-* /lib/firmware/
$ cd ..

Step 3 – Create the Backported Iwlwifi Driver for your current setup

$ git clone 
https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
$ cd backport-iwlwifi
$ sudo make defconfig-iwlwifi-public
$ sudo make -j4
$ sudo make install
 
This command might be necessary to force your machine to use the Driver from 
boot:
$ update-initramfs -u

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969966

Title:
  No support for Intel Killer AX1675i

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1969966/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to