Victory at The Local! AND the Science fair was amusing, too. Did you know water was made of “tiny atoms”? It’s fine to make fun of children for not being able to talk, right?
Alright, so the WPA_supplicant.conf is pretty basic:
network={
ssid="network-name"
psk="pass phrase"
proto=WPA
}
Nothing special from the Handbook; it looks like you should be able to get it up and running without installing wpa_supplicant. This Gentoo page says all I need to do is set the ESSID and key:
But that's not enough, so here's another Gentoo site that want me to make a symlink: Then added in /etc/rc.conf: and put dhcp for wlan0 in /etc/conf.d/net. Then a test: Okay, going to comment out some of the old wpa_supplicant stuff in /etc/conf.d/net, since this page has a simpler layout. Now: This forum posting has some simple example configs.iwconfig wlan0 essid
iwconfig wlan0
cd /etc/init.d
ln -s net.lo net.wlan0
rc_logger=yes
/etc/init.d/net.wlan0 start
* Caching service dependencies ...
* Bringing up interface wlan0
* Running preup ...
* No link on wlan0, aborting configuration
* ERROR: net.wlan0 failed to start/etc/init.d/net.wlan0 start
* Caching service dependencies ...
* Bringing up interface wlan0
* Starting wpa_supplicant on wlan0 ...
Could not set interface wlan0 flags: No such file or directory
Failed to initialize driver interface
* start-stop daemon: failed to start `/usr/sbin/wpa_supplicant'
* ERROR: net.wlan0 failed to start