树莓派4B设置AP热点步骤:先进入root模式
预先进行apt-get update
第1步:安装network-manager
sudo apt-get install network-manager
第2步:安装git
apt-get install git
apt-get install util-linux procps hostapd iproute2 iw haveged dnsmasq
第3步:下载create_ap文件
git clone https://github.com/oblique/create_ap
第4步:打开create_ap文件
cd create_ap
第5步:安装create_ap文件
sudo make install
安装完成,reboot即可。