From owner-freebsd-net@FreeBSD.ORG Tue Jun 1 22:25:10 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3671C106566B for ; Tue, 1 Jun 2010 22:25:10 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 035E18FC1A for ; Tue, 1 Jun 2010 22:25:09 +0000 (UTC) Received: by pva18 with SMTP id 18so539300pva.13 for ; Tue, 01 Jun 2010 15:25:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=6stdbE5BxqC0nG13Ja7Ce+MkpOzE5QxQKAzFQnmfkeg=; b=myCr4QFrY9aS3lUlfFX+YmqplNvewOI+veDjTwKdJNsO0IDiWwEXOqDEFw9/xjJMoX E+b5c8L4rU8X5ft/c0NrYqqiwNKUFW+xuiWhGIqGe/BDToscsqNetdOkeqb8r8U+A/fb QZS1vkSr24jOWUtL1hOK7MqBZ99LWxJ5tFsj8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=g6NVgGgQ+/kcTEaeMiGY5G3in3InnKM9lbiGA57Rv7CYS9WkHYKHfql9WGuu/kBBHb c+KbIeDKgq38B0K7x6QQN8/i80fOCUBtug6fQvOUtcr3cy8hn2zXvHbYhRjgG9yr4qO7 StLMdl3za3ZzfZDjshlgAb1NzyJ1beGpFjZG4= Received: by 10.114.4.14 with SMTP id 14mr5730772wad.121.1275431109262; Tue, 01 Jun 2010 15:25:09 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id d16sm63038658wam.12.2010.06.01.15.25.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 01 Jun 2010 15:25:07 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 1 Jun 2010 15:24:44 -0700 From: Pyun YongHyeon Date: Tue, 1 Jun 2010 15:24:44 -0700 To: Perevalov Sergey Message-ID: <20100601222444.GH1577@michelle.cdnetworks.com> References: <4BE44E2D.6060907@gmail.com> <20100507210516.GI14801@michelle.cdnetworks.com> <4C01760E.2080403@gmail.com> <20100531223204.GE1577@michelle.cdnetworks.com> <4C0551F1.2010609@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C0551F1.2010609@gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: [axe][ue0] Device send packets but any host in network can not receive any packet from it. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2010 22:25:10 -0000 On Tue, Jun 01, 2010 at 11:31:13PM +0500, Perevalov Sergey wrote: > Hi! > I tried it with crossover cable but results was the same bad. Then set > debug flag hw.usb.axe.debug: to 15, and started ping -f from ue0. > And in /var/log/messages I found these strings: > > Jun 1 22:28:34 laptop kernel: axe_bulk_read_callback:842: bulk read > error, USB_ERR_CANCELLED > Jun 1 22:28:35 laptop kernel: axe_bulk_write_callback:870: transfer > complete > Jun 1 22:29:12 laptop kernel: axe_bulk_write_callback:941: transfer > error, USB_ERR_TIMEOUT > Jun 1 22:29:51 laptop last message repeated 4 times > Jun 1 22:31:40 laptop last message repeated 11 times > > Then i googled it and found this > http://www.mail-archive.com/freebsd-usb@freebsd.org/msg04388.html > the problem is described definitely like mine. > I read all thread and found the patch usb2_ethernet.patch2, but I havn't > found > sys/dev/usb2/ethernet/usb2_ethernet.c file for patch. > > how can I try to apply this patch to my system? > http://www.mail-archive.com/freebsd-usb@freebsd.org/msg04403.html > I believe the bug in the thread was fixed long time ago. If you're using 8.0-RELEASE, try latest stable/8 or 8.1-PRERELEASE and see whether axe(4) works or not.