我正在尝试设置一个 AP 卡住了。我使用的是Odroid U3,WiFi 适配器是Hardkernel的Module 3。我也在使用 Debian Jessie。
不,我几乎可以正常工作:Odroid 可以访问互联网,其他设备(我的手机和平板电脑)可以看到网络,但是当我尝试连接到网络时,我收到消息:无法加入网络“myNetwork”。
我的主机文件如下:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
auto lo br0
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet manual
allow-hotplug wlan0
iface wlan0 inet manual
# Bridge setup
# for dhcp address
#iface br0 inet dhcp
# bridge_ports eth0 wlan0
# for static ip
iface br0 inet static
bridge_ports …Run Code Online (Sandbox Code Playgroud) networking linux debian wireless-networking wireless-access-point