3drobotics / solodevguide

Solo Development Guide (SDG).
http://dev.3dr.com/
41 stars 62 forks source link

Issue with connecting Solo to wifi #312

Open lroberts99 opened 8 years ago

lroberts99 commented 8 years ago

Hello,

I'm having an issue connecting Solo to the Internet. I am connected to SoloLink when I run the solo wifi command. Here's the output I get:

solo wifi --name="my_wifi"
connecting to the Controller...

connecting to wifi network with NO password.
(your computer may disconnect from Solo's network.)

please manually reconnect to Solo's network once it becomes available.
it may take up to 30s to a reconnect to succeed.

rm: can't remove '/mnt/rootfs.rw/lib/modules/3.10.17-rt12-*/kernel/net/ipv4/netfilter/iptable_filter.ko': No such file or directory
Stopping HOSTAP Daemon: stopped /usr/sbin/hostapd (pid 805)
hostapd.
killall: wpa_supplicant: no process killed
killall: udhcpc: no process killed
restarting DNS forwarder and DHCP server: dnsmasq... 
stopping DNS forwarder and DHCP server: dnsmasq... stopped /usr/bin/dnsmasq (pid 791)
done.
starting DNS forwarder and DHCP server: dnsmasq... done.
done.
connecting to the internet...
Successfully initialized wpa_supplicant
rfkill: Cannot open RFKILL control device
udhcpc (v1.21.1) started
Sending discover...
Sending discover...
Sending select for [my ip]...
Lease of [my ip] obtained, lease time 300
/etc/udhcpc.d/50default: Adding DNS [a dns]
Starting HOSTAP Daemon: Configuration file: /etc/hostapd.conf
rfkill: Cannot open RFKILL control device
wlan0-ap: interface state UNINITIALIZED->COUNTRY_UPDATE
Using interface wlan0-ap with hwaddr 8a:dc:96:40:e6:0f and ssid "SoloLink_......"
wlan0-ap: interface state COUNTRY_UPDATE->ENABLED
wlan0-ap: AP-ENABLED 
hostapd.

error: could not connect to the Internet!
please check your wifi credentials and try again.
(resetting Solo's DNS...  done.)

What am I doing wrong here? I've been researching this, but I can't seem to find a solution. Suggestions?

lroberts99 commented 7 years ago

Does anyone have any insight into this?