未找到 WiFi 适配器,Dell XPS 9570,Killer 1350 卡

未找到 WiFi 适配器,Dell XPS 9570,Killer 1350 卡

我是 Linux 新手。我在计算机上安装了 Ubuntu 18.04.1 和 Windows 10。大约一周以来,一切都运行顺利,然后突然间,网卡就死机了。安装固件并重新启动网络管理器后,仍然无法通过 BIOS、Windows 或 Ubuntu 访问该卡。我甚至看不到它。

所以我从戴尔买了一张新卡(因为笔记本电脑仍在保修期内),但他们只有同一张卡可以替换。现在,我有蓝牙,当我启动 Windows 时,卡可以正常工作。然而,在 WiFi 下,它仍然显示没有 WiFi 适配器。

有人可以帮忙吗?

更多信息:

sudo lshw -C network

*-network UNCLAIMED       
   description: Network controller
   product: QCA6174 802.11ac Wireless Network Adapter
   vendor: Qualcomm Atheros
   physical id: 0
   bus info: pci@0000:3b:00.0
   version: 32
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress cap_list
   configuration: latency=0
   resources: memory:ed200000-ed3fffff
*-network
   description: Ethernet interface
   physical id: 2
   logical name: enp0s20f0u5
   serial: 56:37:21:ac:5b:58
   capabilities: ethernet physical
   configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device  link=yes multicast=yes

rfkill list

0: hci0: Bluetooth
  Soft blocked: no
  Hard blocked: no

dmesg | grep ath10k

(gives me nothing)

lspci -nnk | grep 0280 -A3

3b:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
    Subsystem: Bigfoot Networks, Inc. QCA6174 802.11ac Wireless Network Adapter [1a56:1535]
    Kernel modules: ath10k_pci, wl
3c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader [10ec:525a] (rev 01)

答案1

我认为你的内核更新有问题,请尝试

sudo apt install --reinstall linux-modules-extra-$(uname -r)

重启

相关内容