18.04“未找到wifi适配器” [重复项]


1

在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

Answers:



-1

我曾经有过类似的问题,不记得dmesg是否显示了该板,但是....发现/重置并激活了wifi板的life-cd / usb的发现过程。我刚刚从USB启动计算机,然后检查是否可以识别wifi,然后重新启动计算机,并且旧系统可以使用wifi板。好像必须重置板中的设置。

祝你好运!


尝试从可启动的USB驱动器(ubuntu 18.04.2)引导,其结果和错误与上面报告的相同
N.Schipper
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.