8,460
个编辑
更改
→AP6275P PCIe 网卡通过 create_ap 创建 WIFI 热点的方法
|-
|orangepi@orangepi5:~$ '''sudo create_ap -m nat wlan0 eth0 orangepi orangepi'''<br>
Config dir: /tmp/create_ap.wlan0.conf.fPItFUJ2 <br>PID: 3831<br>Network Manager found, set ap0 as unmanaged device... DONE <br>Creating a virtual WiFi interface... ap0 created.<br>Sharing Internet using method: nat<br>hostapd command-line interface: hostapd_cli -p<br>/tmp/create_ap.wlan0.conf.fPItFUJ2/hostapd_ctrl <br>ap0: interface state UNINITIALIZED->ENABLED <br>ap0: AP-ENABLED<br>AP-ENABLED<br>
|}
3) 此时拿出手机,在搜索到的 WIFI 列表中就能找到开发板创建的名为 '''orangepi'''的 WIFI 热点,然后可以点击 '''orangepi'''连接热点,密码就是上面设置的 '''orangepi'''<br><br>