I'm using the Dawn Robotics SD image (everything is working great) and currently connecting using the hostapd service. I'd like to turn off the hostapd service so I can connect the robot to a router.
I found a few posts on the forum which explained how to disable hostapd (viewtopic.php?f=5&t=1353) and setting up /etc/network/interfaces to connect to my router (viewtopic.php?f=5&t=1343), however was still unable to connect. Interestingly, if I jump into the desktop on the Pi and try and scan for hotspots, the following message is displayed:
Could not get status from wpa_supplicant
I suspect something may still be preventing the wifi scanning for networks?
Could I double check the steps I need to take to disable hostapd and connect to a wireless router? Alternatively, if I just stick another Edimax into the Pi, would one be able to function as hostapd and the other connect to wifi?
For anyone interested, I came across this script that checks to see if there's a known wireless network nearby, and if not startup hostapd - which sounds like a nice solution:
http://sirlagz.net/2013/01/22/script-st ... goes-down/
Thanks!