Hri*_*gar 3 networking drivers iwlwifi
所以我们又来了。干净的 Ubuntu 安装中的另一个 WiFi 问题。我安装了 18.04 LTS
dmesg | grep iwl
给我这个——
[ 1.674861] iwlwifi 0000:00:14.3: loaded firmware version 43.95eb4e97.0 op_mode iwlmvm
[ 1.694573] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9462, REV=0x354
[ 6.709017] iwlwifi 0000:00:14.3: Failed to load firmware chunk!
[ 6.709020] iwlwifi 0000:00:14.3: iwlwifi transaction failed, dumping registers
[ 6.709021] iwlwifi 0000:00:14.3: iwlwifi device config registers:
[ 6.709093] iwlwifi 0000:00:14.3: 00000000: 02f08086 00100406 02800000 00800000 a1218004 00000000 00000000 00000000
[ 6.709094] iwlwifi 0000:00:14.3: 00000020: 00000000 00000000 00000000 42a48086 00000000 000000c8 00000000 000001ff
[ 6.709095] iwlwifi 0000:00:14.3: iwlwifi device memory mapped registers:
[ 6.709123] iwlwifi 0000:00:14.3: 00000000: 58489004 00000040 00000000 00000000 00000000 00000000 00000000 00000000
[ 6.709124] iwlwifi 0000:00:14.3: 00000020: 00000011 0c040005 00000351 d55555d5 d55555d5 d55555d5 80008040 001f0040
[ 6.709141] iwlwifi 0000:00:14.3: Could not load the [0] uCode section
[ 6.709161] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -110
[ 6.709162] iwlwifi 0000:00:14.3: Collecting data: trigger 15 fired.
[ 6.916301] iwlwifi 0000:00:14.3: Failing on timeout while stopping DMA channel 8 [0x0bad1122]
[ 6.928661] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -110
Run Code Online (Sandbox Code Playgroud)
lspci出于某种原因,其中的网络控制器被列为 02f0 而不是 Intel Dual Band Wireless 9462-
00:14.3 Network controller: Intel Corporation Device 02f0
我解决了。以下是按顺序在终端中输入的命令。确保您有以太网或一些外部 WiFi 适配器来访问互联网。我使用了用于黑客攻击的 USB WiFi 适配器。——
sudo apt update
sudo apt install git build-essential
git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
cd backport-iwlwifi/
make defconfig-iwlwifi-public
sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
make -j4
sudo make install
sudo modprobe iwlwifi
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
8159 次 |
| 最近记录: |