[ltp] WPA-PSK on FC 3, 4, 5
François Fleuret
linux-thinkpad@linux-thinkpad.org
Sun, 19 Mar 2006 15:27:30 +0100
Dear all,
> Can WPA-PSK really be this difficult?
> I must be missing something or following all
> of the wong paths on google.
Finally, the old madwifi driver works on my T41p with 2.6.15.
Thus, as root:
cd /usr/src
svn checkout http://svn.madwifi.org/branches/madwifi-old madwifi-old
cd madwifi-old
make
make install
reboot
ifconfig ath0 up
wpa_supplicant -B -Dmadwifi -iath0 -c wpa.conf
dhcpcd-bin ath0
where wpa.conf contains
network={
ssid="fleuret"
scan_ssid=1
key_mgmt=WPA-PSK
psk="mycoolpassphrase"
}
Cheers,
--
François Fleuret http://cvlab.epfl.ch/~fleuret