If you have reached here, you probably already have my contact information, or you can use the contact form below. If you have stumbled onto here, I am sorry, I really just use this site as my customised 'simple' Information System.
Private siteNavigation |
WPA with ndiswrapper, wireless lans, securityDebian sarge (amd64) does not come with the software needed to enable WPA authtentication on wireless lans. before you are tempted to give up and go with WEP security, read about the security flaws here. Security of the WEP algorithm: you will need to download wpa_supplicant. Get the latest release. (Please check for card compatibility) the Broadcom drivers needs to be installed via ndiswrapper. It does not have native drivers. Now follow this to make wpa talk to ndiswrapper. as stated in the article, you might need to configure pairwise / groupwise negotiation. file: "/etc/wpa_supplicant.conf" then just two more commands: 1. wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf 2. usually you might be using DHCP : Happy Browsing ! |