Hello all,
I have tried to connect the beaglebone (via usb ssh from my computer) to the wifi network using several methods:
First, I have tried to edit the /etc/network/interfaces file and put the following text:
- auto wlan0
- iface wlan0 inet dhcp
- wpa-ssid “ssid”
- wpa-psk “password”
but then after running ifup wlan0 it says no DHCPOFFERS recieved.
I have tried using wpa_supplicant as well but it does not connect to the router it just says initialised and then then doesn’t do anything thereafter.
Anyone have any idea why? Or have any suggestions with another method? I also used connmanctl but it gives a operation aborted error
Thanks in Advance