树莓派开启wifi热点 1234567sudo ifconfig wlan0 downsudo git clone https://github.com/oblique/create_apcd create_apsudo make installsudo apt-get install util-linux procps hostapd iproute2 iw haveged dnsmasq#安装create_ap 12sudo create_ap wlan0 eth0 wifi名 密码#测试可行后 ctrl + c 退出 123456789cd ~nano AutoStartAP.shcd /home/pisudo nohup sudo create_ap wlan0 eth0 wifi名 密码 >ap.log 2>&1 &#AutoStartAP.sh 写入以上内容sudo chmod +x AutoStartAP.sh 12345sudo nano /etc/rc.local#在结尾exit 0 前添加以下内容,重启测试su pi -c 'exec /home/pi/AutoStartAP.sh'exit 0 12345678sudo nano -K /etc/create_ap.confSHARE_METHOD=natIEEE80211N=1IEEE80211AC=1sudo systemctl start create_apsudo systemctl enable create_ap 更新 自动开启脚本 123cd /home/pisudo killall create_apsudo nohup sudo create_ap --no-virt wlan0 eth0 wifiID wifiPassword >ap.log 2>&1 & 设置每天定时执行 12345crontab -e20 3 * * * /home/pi/AutoStartAP.shcrontab -l Raspberry Pi #raspberrypi #AP #wifi 树莓派开启wifi热点 https://b.limour.top/499.html Author Limour Posted on January 8, 2021 Licensed under Aria2下载百度网盘的配置文件 Previous Python后缀表达式在解方程中的应用 Next Please enable JavaScript to view the comments