From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 3 20:57:31 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 7F82916A4CE for ; Wed, 3 Dec 2003 20:57:31 -0800 (PST) Received: from www.ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF5843FA3 for ; Wed, 3 Dec 2003 20:57:30 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.9p2/8.12.9) with ESMTP id hB44vUTj050296; Wed, 3 Dec 2003 20:57:30 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.9p2/8.12.9/Submit) id hB44vTrK050291; Wed, 3 Dec 2003 20:57:29 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200312040457.hB44vTrK050291@ambrisko.com> In-Reply-To: To: Luigi Iannone Date: Wed, 3 Dec 2003 20:57:29 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: freebsd-mobile@freebsd.org Subject: Re: DHCP and ancontrol! 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: Thu, 04 Dec 2003 04:57:31 -0000 Luigi Iannone writes: | I have an Compaq laptop (2100ca model), I've installed FreeBSD 4.9! | I'm starting to play with my Cisco Aironet 350 Series! | I Know that DCHP and an work not so fine at bootstrap since the interface | is not able to get the address. Not a problem I made a script! | But each time that a to a change with ancontrol the interface doesn't work | anymore. Each time I have to kill the dhclient and to restart it! | But the worst think is that if a want to set an0 in this way | | ancontrol -i an0 -M 1 | | to enable monitor of 802.11, the DHCP stops work, even if I kill the | process and restart it. | Is this related to BPF???? Any known bug? Or just me? Don't do that. On the Cisco's card you can't do monitor at the same time as TX. Also dhclient used to get really upset when it say 802.11 packets and whines a lot. Doug A.