Wifi

WiFi 不工作 Kubuntu 20.04 - Intel 8265 網路介面

  • February 16, 2021

我在 Kubuntu 上的 WiFi 卡有問題。有時系統不辨識它,但奇怪的是不是每次都發生,而是大約四次開機,我不明白為什麼。如果我執行 lshw -C network 我得到:

*-network UNCLAIMED       
      description: Network controller
      product: Wireless 8265 / 8275
      vendor: Intel Corporation
      physical id: 0
      bus info: pci@0000:03:00.0
      version: 78
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress cap_list
      configuration: latency=0
      resources: memory:ef200000-ef201fff
 *-network
      description: Ethernet interface
      product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
      vendor: Realtek Semiconductor Co., Ltd.
      physical id: 0
      bus info: pci@0000:04:00.0
      logical name: enp4s0
      version: 15
      serial: 4c:ed:fb:07:64:b1
      size: 100Mbit/s
      capacity: 1Gbit/s
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
      configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.2.131 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
      resources: irq:19 ioport:d000(size=256) memory:ef104000-ef104fff memory:ef100000-ef103fff

有誰知道如何讓它穩定工作?

如果您有一台裝有最新版本 Windows 的雙啟動電腦,並且在啟動 Linux 時在 WiFi 設備初始化期間開始出現問題,則問題可能是由於 Windows 上的“快速啟動”功能造成的。

dmesg | grep iwlwifi

[    6.540045] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[    7.388211] iwlwifi: probe of 0000:03:00.0 failed with error -110

啟用此功能後,Windows 不會真正關閉整個系統,而是讓系統部分執行,以便您可以更快地再次啟動機器。

嘗試禁用此選項。在 Windows 10 上轉到Control Panel→Hardware and Sound→Power Options→System Settings,然後禁用關機設置中的****快速啟動選項。這將導致 Windows 完全關閉並可能解決問題。

編輯:要從電源選項螢幕進入系統設置,您可能必須點擊“選擇關閉蓋子的功能”。

引用自:https://unix.stackexchange.com/questions/593826