未找到 WiFi 适配器 - Ubuntu 20.04 LTS - Dell E7440

未找到 WiFi 适配器 - Ubuntu 20.04 LTS - Dell E7440

我曾多次尝试在我的 Ubuntu 上配置 WiFi。但是,到目前为止我还没有成功。我有一台戴尔 E7440 笔记本电脑,我的 Ubuntu 20.04 LTS 在 Oracle VM 上配置。

我尝试了几种建议的解决方案,包括重新安装、更新软件,但都没有效果。

任何能解决此问题的帮助都将受到感谢。

目前尝试过的解决方案:

    lshw -C network

     *-network                 
           description: Ethernet interface
           product: 82540EM Gigabit Ethernet Controller
           vendor: Intel Corporation
           physical id: 3
           bus info: pci@0000:00:03.0
           logical name: enp0s3
           version: 02
           serial: 08:00:27:02:03:5f
           size: 1Gbit/s
           capacity: 1Gbit/s
           width: 32 bits
           clock: 66MHz
           capabilities: pm pcix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
           configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=192.168.178.206 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
           resources: irq:19 memory:f8200000-f821ffff ioport:d020(size=8)

答案1

我昨天尝试了几种解决方案。

我从DELL支持部门获得了以下答案: https://www.dell.com/support/kbdoc/es-es/000193252/wi-fi-6e-not-supported-on-client-linux-operating-system?lwp=rt

我的解决方案:

  • 更新戴尔 BIOS
  • 将 Ubuntu 20.04.3 LTS 更改为 Ubuntu 21.10(非 LTS)

相关内容