From owner-freebsd-mobile Wed Jun 19 10:33:22 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 080B037B492 for ; Wed, 19 Jun 2002 10:32:55 -0700 (PDT) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g5JHVTs00798; Wed, 19 Jun 2002 19:31:29 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200206191731.g5JHVTs00798@zibbi.icomtek.csir.co.za> Subject: Re: connecting aironet and lucent 802.11b in ad hoc mode In-Reply-To: <20020619.102002.37454326.imp@village.org> from "M. Warner Losh" at "Jun 19, 2002 10:20:02 am" To: imp@village.org (M. Warner Losh) Date: Wed, 19 Jun 2002 19:31:28 +0200 (SAT) Cc: john@kozubik.com, freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > : > : There is some confusion[1] as to how you get `an` cards to talk to `wi` > : cards (cisco aironet talking to lucent) in FreeBSD - it is non-intuitive. > : > : Here is the process: > : > : 1. on the wi side, set -c 1, and set -q "something", leave port type BSS. > : (do NOT configure as ad-hoc) > : > : 2. on the an side, set -o 0 (ad-hoc) and `-v 1 -n "something"` > : > : 3. I have tested this on channels 1,10, and 6, using FreeBSD 4.5-RELEASE > : > : NOTE: output of `ifconfig -a` will say "status: no carrier" on the > : system with the lucent card. The `ifconfig -a` output on the > : system with the aironet card will say "status: associated" > : > : 4. SPEED TEST: (an says 11Mbps , wi says 2Mbps) > : 1048576 bytes sent in 2.25 seconds (454.38KB/s) 3.635 mb/s > : 1048576 bytes sent in 2.20 seconds (465.75KB/s) 3.726 mb/s > : (got same speeds on a file 10x that big) > : (using laptops with _slow_ (4200 rpm?) hard drives) > : > : Step 1 refers to `wicontrol` commands. Example: `wicontrol -i wi0 -c 1` > : > : Step 2 refers to `ancontrol` commands. Example: `ancontrol -i an0 -o 0` > : > : > : [1] Thread on freebsd-mobile dated 2001-11-12 > > Soon it should be as simple as doing > > ifconfig an0 mediaopt ibss > ifconfig wi0 mediaopt ibss > > Also, the above WILL NOT WORK AT ALL if you have old firmware on your > lucent cards. The old lucent cards won't do true 802.11b ibss mode > before about 6.04 or so. If your firmware is too old, you lose. > Uhmm, shouldn't you commit the ifconfig media ibss stuff before it will work? :-) Or have I missed its commit? John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message