Hi!
I read carefully this wiki entry and tried about everything that's on it : https://wiki.archlinux.org/index.php/WPA_supplicant .
I succeeded in bringing Wi-Fi on / off at will on my Galileo. This worked fine!
Now, I have a new problem : when I run some Linux commands (e.g. ps, ls etc.) I get a "Command not found" message like this :
root@clanton:/# pwd
/
root@clanton:/# ls
-sh: ls: command not found
root@clanton:/# cd /home/root
root@clanton:~# pwd
/home/root
root@clanton:~# ls
-sh: ls: command not found
root@clanton:~#
These commands used to work fine before. I must have done something wrong...
Any idea of what the problem (and the solution) could be?
Thanks!