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

Re: authenticate with wpa and wpa2



I figured it out...its here:
http://lucasmanual.com/mywiki/FrontPage#head-27628e277bcc9055bd2e5b1563a2244a4236e25f

Open /etc/network/interfaces

vi /etc/network/interfaces

*Where you see "iface eth2..." add the following lines, but change
ssid and password:

iface eth2 inet dhcp
wpa-ssid thisismynetworkname
wpa-key_mgmt WPA-PSK
wpa-proto WPA
wpa-pairwise TKIP
wpa-group TKIP
wpa-psk thisismypassword
wpa-dribver wext

*Exit, and now type:

ifup eth2

*Done. If you want you your wireless card to connect each time you
boot your computer add this above "iface eth2.."

auto eth2

thx

On 12/28/06, Lukasz Szybalski <szybalski@gmail.com> wrote:
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





--
--
Illinois Automotive recall database:
http://www.lucasmanual.com/recall/index.psp
Universal Information Crawler
http://uicrawler.sourceforge.net/



Reply to: