From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 18 17:36:32 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1006C16A468; Mon, 18 Feb 2008 17:36:32 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 703BC13C448; Mon, 18 Feb 2008 17:36:31 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [62.113.133.70] (account mc467741@c2i.net [62.113.133.70] verified) by mailfe07.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 811110443; Mon, 18 Feb 2008 17:36:23 +0100 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Mon, 18 Feb 2008 17:37:22 +0100 User-Agent: KMail/1.9.7 References: <342414370802160011s7fc3edc2w5feb45ce788930c5@mail.gmail.com> In-Reply-To: <342414370802160011s7fc3edc2w5feb45ce788930c5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802181737.22947.hselasky@c2i.net> Cc: Tofig Suleymanov , hackers@freebsd.org Subject: Re: if_start() and sending packets problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 17:36:32 -0000 Hi, > > Doing tcpdump on the interface and pinging does not show any packets > flowing. Please note that tcpdump shows the arp who-has request right > after I assign the ip address. > If think you have to use the BPF macros before you get anything in tcpdump. BTW: Have you looked at any other USB network drivers ? --HPS