在 Ubuntu 20.04 上使用 TP-LINK WN-722N V2 连接 WiFi

在 Ubuntu 20.04 上使用 TP-LINK WN-722N V2 连接 WiFi

我最近购买了 TP-LINK WN-722N V2 wifi 适配器,我想连接到 WiFi 网络。

我安装了来自https://github.com/lwfinger/rtl8188eu根据 readme 文件。然后我尝试使用 wpa_supplicant,但出现以下错误:

nl80211: Driver does not support authentication/association or connect commands

lsusb:

Bus 002 Device 004: ID 2357:010c TP-Link TL-WN722N v2

猫/etc/netplan/*.yaml

# This is the network config written by 'subiquity'
network:
  ethernets: {}
  version: 2
network:
  version: 2
  renderer: networkd
  wifis:
    wlxd0374595198d:
      access-points:
        "WLAN3":
          password: "my-password"
      dhcp4: yes
      dhcp6: yes

当我运行时sudo netplan apply,即使执行了建议的命令后,仍会显示以下警告(2次):

Warning: The unit file, source configuration file or drop-ins of netplan-wpa-wlxd0374595198d.service changed on disk. Run 'systemctl daemon-reload' to reload units.

我正在运行 Ubuntu Server 20.04.1 LTS。

相关内容