From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 19 17:26:30 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A82937B401 for ; Thu, 19 Jun 2003 17:26:30 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 683FD43F75 for ; Thu, 19 Jun 2003 17:26:27 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h5K0Q8E1001474; Thu, 19 Jun 2003 18:26:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 19 Jun 2003 18:25:38 -0600 (MDT) Message-Id: <20030619.182538.116352355.imp@bsdimp.com> To: sos@spider.deepcore.dk From: "M. Warner Losh" In-Reply-To: <200306192018.h5JKIwKL018428@spider.deepcore.dk> References: <20030619220909.N23153-100000@foem> <200306192018.h5JKIwKL018428@spider.deepcore.dk> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mobile@FreeBSD.org Subject: Re: Getting wi(4) cards talking between -stable & -current ??? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 00:26:30 -0000 aIn message: <200306192018.h5JKIwKL018428@spider.deepcore.dk> Soeren Schmidt writes: : Uhm, client side ? I have two cards that talk to each other in adhoc mode, : there is now client/server as I understand it ? You are being bitten by the fact that adhoc means different things. On 4.x, it means "Demo adhoc mode" and in 5.x it means "IEEE Standard IBSS mode". on 4.x use: ifconfig wi0 media DS/11Mbps mediaopt ibss-master on 5.x use: ifconfig wi0 media DS/11Mbps mediaopt adhoc : Anyhow both ends says "associated". In ad-hoc mode, it always says that, so that means that the card is there and nothing else. Warner