Killer AX1650 in Debian/Ubuntu 1

2020-10-20  本文已影响0人  He_Yu

很多笔记本例如Alienware,官方没有提供能够适配Ubuntu系统的的相关硬件驱动如灯光、无线网卡驱动等。但是,既然是笔记本,就不可能一直使用有线网,因此本篇我们将介绍能够适配 Alienware M17 R2Killer AX1650无线网卡驱动。

本指南包含有关如何安装有效的Iwlwifi驱动程序的一些选项。 我们已经确认,下列这些安装选项可在Ubuntu 16.04 / 18.04 / 19.04中使AX1650无线网卡恢复无线连接。

如果您尝试在其上安装WI-FI驱动程序的设备根本无法访问Internet,可通过有线网下载安装相关无线网卡驱动程序,或者参考这篇文章

There are three primary ways to solve the problem:

Backported Drivers are created for your current environment. If you Backport a Driver, and then upgrade your system, it’s possible the Backported Driver won’t run correctly. You will have to uninstall the previously Backported Driver and then create another for your current environment.


Backport the Iwlwifi Driver for older Linux Kernels

Before you begin the Manual Backport process, here is a quick description and example of the three necessary steps for Backporting the Iwlwifi Driver for your AX1650:

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

Step 2 – Download the Iwlwifi-Firmware.git repository

Step 3 – Download the Backport-Iwlwifi.git repository

Here is an Example of these steps being performed


Please note that Secure Boot MUST be disabled in your BIOS before following these steps. If you are unsure how to disable Secure Boot, please refer to your machine or motherboard’s support materials or website.

Let’s Begin!

Enter the following commands into a Terminal one line at a time.

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`

Reboot your Computer and verify it’s working!

If you update Ubuntu after using a Backported driver, you may have to repeat Step 3 from the beginning to build a new Driver.


Troubleshooting and Notes

上一篇下一篇

猜你喜欢

热点阅读