Jacques B. <jjrboucher <at> gmail.com> writes: > > And then the following in /etc/rc.d./rc.local > > > > ifconfig wlan0 up > > wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -dd & > > dhclient wlan0 > > > > Worked for me. My wireless LED still doesn't light up, but at least Yes that will work but I wanted to start the daemon service by switching it one via "chkconfig wpa_supplicant on" which will effectively do the same as "service wpa_supplicant start" during boot - but it does not work for me.