Arch live ISO 默认使用 systemd-networkd,如果该服务没运行,会导致 iwctl 不能配置网络。
重启后直接输入
systemctl enable --now systemd-networkd
systemctl enable --now systemd-resolved
然后尝试iwctl联网
Arch live ISO 默认使用 systemd-networkd,如果该服务没运行,会导致 iwctl 不能配置网络。
重启后直接输入
systemctl enable --now systemd-networkd
systemctl enable --now systemd-resolved
然后尝试iwctl联网
评论(0)