Skip to content

Instantly share code, notes, and snippets.

@coseos
Last active January 2, 2022 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coseos/45bb055db4e207be3f1811e1903d5c19 to your computer and use it in GitHub Desktop.
Save coseos/45bb055db4e207be3f1811e1903d5c19 to your computer and use it in GitHub Desktop.

Razer Book 13 WiFi Intel AX-201 with Debian 11

The Razer Book 13 includes a rather new Intel AX-201 WiFi that is not supported out of the box by Debian 11 on a fresh installation (as of 2021-12-30).

To make your WiFi adapter work, get the (latest) Firmware from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git. Using https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-20211216.tar.gz worked well for me.

You have to untar the file and look for the driver files. Copy the files to the /lib/firmware/ folder and reboot your system.

To copy the files from the extracted archive, use:

cp iwlwifi-QuZ-a0-hr-b0-??.ucode /lib/firmware

To reboot your system, use:

systemctl reboot

When you look up your wireless lan adapters, you should now see the device.

To look up your wireless lan adapters, use:

ip a

Have fun with your Razer Book 13 and Linux.

Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment