Ubuntu-server通过chroot netplan安装wifi网络无法访问

Ubuntu-server通过chroot netplan安装wifi网络无法访问

我刚刚通过 chroot 和 ubuntu-server 元包安装了 ubuntu 22.04。我尝试使用 netplan 仅通过 wifi 连接。我找到了一些相关信息,但它不起作用。我总是收到“网络不可达”错误。重启后,wifi 总是断线,当我设置它时,适配器上的灯亮了 1 秒钟,就这样了。这是 netplan 配置文件: 01-网络管理器-全部

network:
  version: 2
  renderer: networkd
  wifis:
    wlx0374508a678:
      optional: true
      access-points:
       "the SSID"
         password: "the password"
      dhcp4: no
      addresses: [192.168.1.11/24]
      getaway: [192.168.1.1]
      nameservers:
        addresses: [1.1.1.1,8.8.8.8,192.168.1.1]

/etc/netplan 文件夹中没有其他文件。当我使用

netplan 生成--debug

我没有收到任何错误,apply 也是如此。我已安装 wpasupplicant,并且服务正在运行

相关内容