On Sunday 25 Sep 2011 21:59:05 Florian Philipp wrote:
> Am 25.09.2011 22:38, schrieb Mark Knecht:
> > Hi,
> > 
> >    Can anyone supply an example of correctly setting up wpa_supplicant
> > 
> > to connect to a WEP2 home network?
> > 
> >    If got the modules installed and the hardware telling me it sees
> > 
> > all sorts of ESSIDs but so far I cannot figure out how to give it the
> > password correctly. I've been trying to follow this page but it
> > completely eludes me.
> > 
> > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&chap=4
> > 
> > Thanks in advance,
> > Mark
> 
> This should be sufficient:
> network={
>         ssid="network_ssid"
>         key_mgmt=WPA-PSK
>         psk="password"
> }
> 
> Hope this helps,
> Florian Philipp

The above should work, but you may want to also try adding:

group=CCMP TKIP WEP104

(or any combo thereof)


If you have a key already then all is good.  Use that.

If not, something like this will generate you a key:

http://www.speedguide.net/wlan_key.php

https://www.grc.com/passwords.htm

NOTE:  Some (older) routers were having problems using symbols, spaces, etc. 
so it may be easier to try just simple hex alphanumeric characters to see if 
it works.


If you have a passphrase but not the key, then use the name of your SSID and 
the wpa_passphrase command to generate the key.
-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to