非raspbian树莓派开启AP

2020年2月6日 3785点热度 2人点赞 0条评论

卧室距离客厅的路由器太远,手机连接不上wifi(不是房子太大,是移动的光猫一体机信号太弱),就打算用树莓派有线连接路由器,再开个AP供手机使用。但电脑还要插网线而且不想用电脑开热点,所以就买了个分线器。

我的树莓派4b用的是openfans的debian系统( https://github.com/openfans-community-offical/Debian-Pi-Aarch64 ),没有raspi-config,所以就使用create_ap( https://github.com/oblique/create_ap )来开热点。

git clone https://github.com/oblique/create_ap.git
cd create_ap
sudo make install
vi create_ap.conf #修改配置文件
sudo cp create_ap.conf /etc/create_ap.conf
sudo cp create_ap.service /etc/systemd/system/create_ap.service
sudo systemctl enable create_ap.service #开机自启
sudo systemctl start create_ap.service #启动服务
sudo systemctl status create_ap.service

KAMINO

这个人很懒,什么都没留下

文章评论