Daryna KDE
Hi,
I've got this "dreaded" wifi adapter working with WPA.
I did so by compiling...
cd madwifi-hal-0.10.5.6-r3835-2008080
make
sudo make install
sudo modprobe ath_pci
sudo modprobe wlan_scan_sta
sudo ifconfig ath0 up
added this to interfaces...
auto ath0
iface ath0 inet dhcp
wpa-driver wext
wpa-ssid *******
wpa-ap-scan 2
wpa-proto WPA
wpa-pairwise TKIP
wpa-group TKIP
wpa-key-mgmt WPA-PSK
wpa-psk ***********************************
I also added my network name, WPA key, etc to a wpasupplicant.conf file (however, not sure why???).
My only problem is this.......the wireless connect WON'T begin at startup.
I seem to have to repeat these to get an active internet connection...
sudo modprobe ath_pci
sudo modprobe wlan_scan_sta
sudo ifconfig ath0 up
sudo iwconfig ath0 essid ************
&
sudo /etc/init.d/networking restart
Any ideas how to get the network "auto" started when the machine is turned on?


