这个问题已经在这里有了答案:
在Ubuntu的最新更新之后,我不再能够在lenovo thinkpad p1上使用Wifi(至少我认为)。我急切地想寻找一些指导,如果这是芯片还是驱动程序问题。
这可能是另一个问题的重复,但是我见过的所有其他问题都在谈论Realtek或基于Qualcomm的wifi芯片。我的是来自英特尔的9560。而且我在由以下人员提供的脚本中看到以下输出:https : //askubuntu.com/a/425205/972343
https://pastebin.ubuntu.com/p/7C2NvXxXKH/
这就是我跑步时看到的 dmesg | grep iwl
[ 6.947040] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 7.022558] iwlwifi 0000:00:14.3: loaded firmware version 38.c0e03d94.0 op_mode iwlmvm
[ 7.077003] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 7.319388] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 7.319393] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 7.319451] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x240f
[ 7.319455] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 7.333073] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5
还有一些其他信息,由 lspci -v | grep Network
00:14.3 Network controller: Intel Corporation Wireless-AC 9560 [Jefferson Peak] (rev 10)
0a:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
1
自问题开始以来,我多次重启了@mchid。并确保已安装所有更新(通过apt更新/ apt升级和ubuntu软件中心更新程序)
—
N.Schipper