On Thursday, January 29, 2015 at 2:59:57 PM UTC-5, Frank Agius wrote:
>
> Did you have to build hostapd as well?
>>
> With the stock hostapd and no security, hostapd worked well and I was able
> to connect with my tablet and phone. When I tried using a passphrase, I
> had the same connection issue you described. I then followed the
> instructions from this webpage, "
> https://ariandy1.wordpress.com/2013/04/18/wifi-access-point-with-tp-link-tl-wn722n-on-ubuntu-12-04/",
>
> to download, configure and compile hostapd. The instructions are not
> beaglebone specific, but they worked for me. The newly compiled hostapd ran
> and allowed me to connect using a passphrase.
>
Ah ha! Yes, the default hostapd was working fine for me (except for timing
of the init) when I had an open network. In my old kernel on a different
SD card, I had previously compiled hostapd. Thanks for the link with
straightforward instructions.
hostapd is still having some difficulties finding wlan0 during boot, so I
added a post-up to my /etc/network/interfaces.
allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
address 192.168.4.1
network 192.168.4.0
netmask 255.255.255.0
broadcast 192.168.4.255
post-up /usr/sbin/service hostapd restart
All is good now!
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.