From owner-freebsd-hackers Tue Oct 23 16: 5: 0 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from www.kozubik.com (www.kozubik.com [216.188.96.212]) by hub.freebsd.org (Postfix) with ESMTP id 1DAB237B405 for ; Tue, 23 Oct 2001 16:04:58 -0700 (PDT) Received: from localhost (john@localhost) by www.kozubik.com (8.11.0/8.11.0) with ESMTP id f9NMtn748585; Tue, 23 Oct 2001 15:55:49 -0700 (PDT) (envelope-from john@kozubik.com) Date: Tue, 23 Oct 2001 15:55:49 -0700 (PDT) From: John Kozubik To: hackers@freebsd.org Subject: IBSS creation - summary Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have now successfully gotten IBSS creation under `wicontrol` to work in 4.4-RELEASE (using the -c 1 command line switch). This is my procedure: - configure interface wi0 with an address (through rc.conf or ifconfig) - wicontrol -c 1 -p 1 -n netname -q netname -s computername Note: the above `wicontrol` parameters cannot all be configured in one command line - instead, do: wicontrol -c 1 wicontrol -p 1 wicontrol -n netname wicontrol -q netname wicontrol -s computername Then, on the other computer: - configure interface with ifconfig - set the netname. In FreeBSD, use `wicontrol -n netname`, in Linux, use `iwconfig eth0 essid netname` (where eth0 is the devicename of your wireless adaptor on that system) Caveat: I did all this previously, but never thought things were working - the reason is, after you do all this, wicontrol in FreeBSD will show zero signal, and iwconfig in Linux will show zero signal. Further, `ifconfig` output in FreeBSD will report "No Carrier". Therefore, I thought I had failed. In reality, it _is_ working - just make sure your interfaces are configured with IP and netmask the way you think they should be and attempt to make connection. It will work. You will also have an indication that it is working based on rapid flashing of the activity light on the Lucent/Agere/Orinico/(insert OEM'd version of that card here). ----- John Kozubik - john@kozubik.com - http://www.kozubik.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message