Subject: Re: 2.0G breaks thinkpad
To: Havard Eidnes <he@netbsd.org>
From: Simon J. Gerraty <sjg@crufty.net>
List: port-i386
Date: 07/16/2004 23:16:29
On Fri, 16 Jul 2004 18:40:01 +0200 (CEST), Havard Eidnes writes:
>> No, pilot error on my part.  Its now working fine, both with AP's at
>> work and with my adhoc setup at home.
>
>Care to share what your mistake was?  I made an attempt with an
>IBM TP 41p, but could not make it work.

So with the AP's at work I just use:

ifconfig ath0 nwid <ssid> nwkey <secret> 
dhclient ath0

and with my ahhoc net at home:

ifconfig ath0 nwid <ssid> nwkey <secret> mediaopt adhoc chan 1
ifconfig ath0 inet <IP>

and the other end (1.6.2 box with Lucent card):

wiconfig wi0 -k <secret> -e 1 
wiconfig wi0 -f 1
wiconfig wi0 -n <ssid> -q <ssid> -c 1
ifconfig wi0 inet <IP>

--sjg