MT7601u
在以下帮助下,我成功地让我的外部 wifi 适配器 ( ) 在 raspberry pi 4 上工作辣椒555。
现在我有两个wifi接口,wlan0
(树莓派的内置wifi)和wlx8c882b02d94e
(MT7601u
)
wlan0 当前已连接到我家的 wifi,但另一个显示其 essid 为off/any
。
如何通过命令行让另一个 wifi 适配器连接到我的 WiFi,以及如何在两者之间切换?(例如,断开wlan0
wifi 连接并改为连接MT7601u
到 wifi),最好是当我指示它从外部 wifi 适配器切换wlan0
到外部 wifi 适配器时,它会自动执行此操作?由于我以无头方式运行我的 pi(通过 ssh 访问),因此如果 pi 离线并切换连接,我将无法访问它。
编辑:输出ubuntu@ubuntu:~$ cat /etc/netplan/50-cloud-init.yaml
This file is generated from information provided by the datasource. Changes to it will not persist across an instance reboot. To disable cloud-init's network configuration capabilities, write a file /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following: network: {config: disabled}
network:
ethernets:
eth0:
dhcp4: true
optional: true
version: 2
wifis:
wlan0:
access-points:
GenericSsid:
password: xxxx
GenericSsid2:
password: xxxx
GenericSsid3:
password: xxxx
dhcp4: true
optional: true