Ubuntu 20.04 LTS 在 DELL XPS 15 上没有互联网连接

Ubuntu 20.04 LTS 在 DELL XPS 15 上没有互联网连接

前几天刚买了一台戴尔 XPS 15,并与 Ubuntu 20.04 LTS 进行了双启动。我设法禁用了 ssd RAID 和 bitlocker,并成功安装了 Ubuntu,但我无法连接到任何网络,而且我目前没有适配器来检查以太网(因为不幸的是,这个东西上唯一的端口是 USB C)。我能够使用互联网的唯一方式是通过我的 iphone 热点。我最近甚至买了一个 wifi 适配器,但不知何故,当我插入它时,它仍然没有反应。我和它斗争了几天,尝试了很多东西,但都没有运气。我的 XPS 15 使用 AX211 wifi 适配器卡,通过与英特尔 (https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi)它应该与我的安装兼容(我有内核 5.15),但是当我四处寻找驱动程序时,它们似乎没有在本页面上提供(https://www.intel.com/content/www/us/en/support/articles/000005511/wireless.html)。我在调查时发现了这篇文章(AX211 wifi 在 ubuntu 20.04 上运行没有希望吗?) 描述了与我面临的几乎相同的问题,但是我无法找到他使用的 .deb 文件,而且他提到的文件似乎适用于 Ubuntu 22.04,而不是 20.04,并且它使用的内核高于 5.15(https://launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/9858-0ubuntu2)就在这个时候,我偶然发现了这篇文章(https://www.dell.com/support/kbdoc/en-us/000193252/wi-fi-6e-not-supported-on-client-linux-operating-system)这让我感到有点沮丧。我和一位同事聊过,他在安装 ubuntu 20.04 时也遇到了 Wi-Fi 驱动程序问题,他让我运行

sudo apt install linux-modules-iwlwifi-5.15.0-46-generic

但不幸的是,这也没能让我动起来。

以下是一些可供参考的终端数据:

$ ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever

$ sudo lshw -C network
  *-network UNCLAIMED       
   description: Network controller
   product: Intel Corporation
   vendor: Intel Corporation
   physical id: 14.3
   bus info: pci@0000:00:14.3
   version: 01
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix cap_list
   configuration: latency=0
   resources: iomemory:620-61f memory:62871a4000-62871a7fff

$ lspci -nnk | grep 0280 -A3
00:14.3 Network controller [0280]: Intel Corporation Device [8086:51f1] (rev 01)
    Subsystem: Intel Corporation Device [8086:4090]
00:15.0 Serial bus controller [0c80]: Intel Corporation Device [8086:51e8] (rev 01)
    Subsystem: Dell Device [1028:0beb]

如果有人对这个问题有任何建议或熟悉它,我将非常感激任何建议反馈。我有点不熟悉,所以请随意帮我简化一下,谢谢!

答案1

尝试使用 oem 内核。我有一台 Dell Prevcision 3580,它有同样的网卡,内核 6.1.0-1013-oem 可以与这张卡配合使用,尽管不太可靠。

相关内容