Firefly开源社区

标题: RK3288 reload 开发板 ubuntu系统 WIFI 开机自动连接问题 [打印本页]

作者: tangxuanlai    时间: 2017-2-22 15:40
标题: RK3288 reload 开发板 ubuntu系统 WIFI 开机自动连接问题
我用的RK3288 reload 板子, 烧写的系统是 Firefly-RK3288-Reload_Ubuntu14.04_201612101121

自己连接WIFI, 配置了静态IP, /etc/network/interfaces 文件中配置如下:
auto wlan2
iface wlan2 inet static
address 192.168.1.215
netmask 255.255.255.0
gateway 192.168.1.1
broadcast 192.168.1.255
pre-up ip link set wlan2 up
pre-up iwconfig wlan2 essid "xxxx"
wpa-ssid "xxxx"
wpa-psk ******

遇到的问题就是,系统启动后并没有连接上, 用ifconfig 可以看到wlan2 IP设置成功, 但是 ping 网关 ping 192.168.1.1 失败。
我手动用ifconfig 配置一下就可以了:  ifconfig wlan2 down ; ifconfig wlan2 up  网络就可以连接。

请问这是什么原因? 该怎样解决? 让wifi开机自动连接
作者: cnrobot    时间: 2018-7-24 16:21
你好,请问解决了吗,能说一下具体步骤吗




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1