09-17-2016, 10:11 PM
(08-31-2016, 01:48 PM)smouton Wrote: Well in fact it works ...
Simply iwconfig tool is not installed by default in Ubuntu longsleep image
Here is the way to activate wifi:
sudo apt-get install wireless-tools
iwconfig
sudo ifup wlan0
sudo iwconfig wlan0 essid "Use this one Mom"
# wpa_passphrase essid pwd > /etc/wpa_supplicant.conf
sudo wpa_supplicant -B -iwlan0 -c/etc/wpa_supplicant.conf
sudo dhclient wlan0
Hope it may help others
I would like to try that!
Could you please confirm that the only 2 parameters are:
1. "Use this one Mom" for the essid name,
2. 'pwd' in the 5th line for the wpa password