[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

authenticate with wpa and wpa2



Hello,
I ma trying to authenticate with my router.
eth2
ssid = "home"
password = "topsecret"

Could anybody point me to some info on how would i set it up.


I have installed the driver and firmware
Now i need to configure /etc/network/interfaces

How would the configuration eth2 for wpa and wpa2?

thanks
Lucas


http://lucasmanual.com/mywiki#head-82b14066c856091089bde09cac8c961bae54af69


     Intel ipw2200 wireless card on Debian, instalation

   *

     Install module assistant for easier module configuration

apt-get install module-assistant

   *

     Now prepare for some kernel module. It will install one more
     required package.

module-assistant prepare

   *

     Now install ieee80211

apt-get install ieee80211-source

   *

     Install it

module-assistant -t build ieee80211-source

   *

     Now get ipw2200 software. You will need to add contrib to
     /etc/apt/source.list

apt-get install ipw2200-source

   *

     Now install the driver

module-assistant -t build ipw2200-source

   *

     Due to FCC or other frequency radioation levels restrictions, we
     need to download firmware from: (click agree on the bottom)

http://ipw2200.sourceforge.net/firmware.php?fid=6

   *

     Untar it

tar xzvf ipw2200-fw-2.4.tgz -C /usr/lib/hotplug/firmware/

   *

     Type:

modprobe ipw2200

   *

     Then this will tell you a list of wireless devices:

iwconfig




Reply to: