在 Ubuntu Server 22.04.2 上,Wifi 设置未显示任何网络

在 Ubuntu Server 22.04.2 上,Wifi 设置未显示任何网络

我刚刚全新安装了 Ubuntu Server 22.04.2,我的 wifi 卡似乎被识别了,但在 Gnome 中触发设置 UI 时出现的列表中我看不到任何可用的网络

在此处输入图片描述

我查找了针对此问题的各种解决方案,但似乎没有一种适合我的情况,有人可以帮我调试这个问题吗?

故障排除步骤:

> nmcli device
DEVICE  TYPE      STATE         CONNECTION 
wlp4s0  wifi      disconnected  --         
enp5s0  ethernet  unmanaged     --         
lo      loopback  unmanaged     -- 

然后我尝试

> rfkill list
0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: hci1: Bluetooth
    Soft blocked: no
    Hard blocked: no

故障排除程序建议我检查硬件,所以我也这么做了

> sudo lshw -C network
  *-network                 
       description: Wireless interface
       product: MEDIATEK Corp.
       vendor: MEDIATEK Corp.
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: wlp4s0
       version: 00
       serial: a8:93:4a:e1:87:df
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=mt7921e driverversion=5.15.0-75-generic firmware=____010000-20220209150915 latency=0 link=no multicast=yes wireless=IEEE 802.11
       resources: irq:87 memory:e0300000-e03fffff memory:e0400000-e0403fff memory:e0404000-e0404fff
  *-network
       description: Ethernet interface
       product: I211 Gigabit Network Connection
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:05:00.0
       logical name: enp5s0
       version: 03
       serial: a8:a1:59:5d:77:03
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi msix pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=igb driverversion=5.15.0-75-generic duplex=full firmware=0. 4-1 ip=192.168.50.114 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:34 memory:fca00000-fca1ffff ioport:f000(size=32) memory:fca20000-fca23fff

相关内容