Ubuntu 18.04 netplan.io“未知密钥”错误

Ubuntu 18.04 netplan.io“未知密钥”错误

我有 Ubuntu 20.04,我的网络规划配置/etc/netplan/10-my-config.yaml如下所示:

network:
  version: 2
  renderer: NetworkManager
  ethernets:
    eth0:
      dhcp4: true
      optional: true
  wifis:
    wlan0:
      dhcp4: true
      optional: true
      access-points:
        "Raspberry":
          password: "your password here"
          mode: ap

(从:https://raspberrypi.stackexchange.com/questions/109425/ubuntu-server-18-wifi-hotspot-setup/109427#109427?newreg=f5a4d31ada7549b1a6d5cc4dbb3fd294- 我本来会在那里发表评论,但显然你需要 50 声望才能做到这一点......)

我收到错误:Error in network definition: unknown key 'wlan0'

我搜索了一下,这个问题的所有答案都说 netplan 版本太旧了。但我的是0.101-0ubuntu3 20.04.2,所以它是最新版本。

有人可以帮我解决这个错误吗?

相关内容