From owner-freebsd-wireless@FreeBSD.ORG Mon Nov 5 16:40:01 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CE2E61D; Mon, 5 Nov 2012 16:40:01 +0000 (UTC) (envelope-from onyx@z-up.ru) Received: from mx.z-up.ru (mx.z-up.ru [92.50.244.44]) by mx1.freebsd.org (Postfix) with ESMTP id C7A918FC14; Mon, 5 Nov 2012 16:40:00 +0000 (UTC) Received: from onyx-y550p.loc (unknown [10.178.237.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.z-up.ru (Postfix) with ESMTPSA id 5606611464; Mon, 5 Nov 2012 20:39:41 +0400 (GMT-4) From: Dmitry Kolosov To: Adrian Chadd Subject: Re: Replacing wireless nic on my router Date: Mon, 5 Nov 2012 20:39:54 +0400 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; i386; ; ) References: <201211042144.08807.onyx@z-up.ru> <201211051849.51278.onyx@z-up.ru> In-Reply-To: X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201211052039.55188.onyx@z-up.ru> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: onyx@z-up.ru List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 16:40:01 -0000 > The first thing I'd do is start by verifying that the packet actually > went out over the air. I think they do. In both ways. I can see it on AP with tcpdump. Linux and WinXP installed on the same laptop working fine with same AP before and after changing wireless nic on AP. > I'd also use athstats to see if your station is receiving the DHCP > replies. The "Rx" counter should be going up each time the server > sends the response. Can't i see it with tcpdump? I'm starting tcpdump on AP and on client at the same time and run `dhclient wlan0` on client. On client i see outgoing DHCP request after association with AP. On AP i see incoming DHCP request from client! On AP i see outgoing DHCP reply to client! But i don't see incoming DHCP reply on clinet with tcpdump -y IEEE802_11_RADIO or with default media type. Thanks in advance, Adrian. Really weird. All other devices working just fine.