自动连接wifi覆盆子pi [英] auto connect wifi raspberry pi

查看:793
本文介绍了自动连接wifi覆盆子pi的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在raspberry pi上使用python脚本连接wifi ap。我的ssid是intwrnet而passqord是'12345668'我是怎么做到的。请问我。嗯正在使用raspberrypi b + 2和edup widi adapter

解决方案

你在

 / etc / interface / network 文件



类似

 auto wlan0 
iface wlan0 inet dhcp
wpa-ssid intwrnet
wpa-psk 12345668





这里 - EDUP Raspberry PI [ ^ ]



您可能需要

 sudo apt-get install wpasupplicant 

也取决于您正在使用的发行版


i need connect wifi ap using python script on raspberry pi. my ssid is" intwrnet" and passqord is '12345668' how i do it. pls helo me. um ising raspberrypi b+ 2 and edup widi adapter

解决方案

you make an entry in the

/etc/interface/network

file

something like

auto wlan0
iface wlan0 inet dhcp
wpa-ssid intwrnet
wpa-psk 12345668



as here - EDUP Raspberry PI[^]

you may need to

sudo apt-get install wpasupplicant

too, depending on what distro you're using


这篇关于自动连接wifi覆盆子pi的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆