From owner-freebsd-net@FreeBSD.ORG Thu Jun 3 21:46:32 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 9AB6C1065670 for ; Thu, 3 Jun 2010 21:46:32 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 606368FC16 for ; Thu, 3 Jun 2010 21:46:32 +0000 (UTC) Received: by pwj1 with SMTP id 1so381141pwj.13 for ; Thu, 03 Jun 2010 14:46:31 -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=ILdfD3QAAbdkLSW+bc7BDx4+L1GRU9Ecd8z/X8yFxCM=; b=xaLkiEqhS85vXr1xDgg2KWugdytzfcqxV53gyvNasMuzC9F5l9YGIXMiGgh+oP8Sij Tp6Btwr6KME9XDh8/Zamx/ciDESoWVZvVf2Wq2n+3rF4z1S4/M5EiPJm9Eo8tGXleBej mkq2ozqfdwAxmgbnIK3LQqgMf5nOpbwfhUF2A= 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=as9fTqAqb99Qc5qrwQmyBii82gCY8IswGQOksHtLCXcJPr7pgWL1vBk2nkYby6Sr8j spC5ROUO7qDh9WKHtsUxc0vyHt9Juv6XFXJi5SbS1BGC1dvV5F21v9OWFgWExren+6fN V+jegxVSMrXxFRLsoaqqQlHpeVAU2drqNZQVU= Received: by 10.114.2.25 with SMTP id 25mr7610786wab.100.1275601591651; Thu, 03 Jun 2010 14:46:31 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id c14sm2479953waa.1.2010.06.03.14.46.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 03 Jun 2010 14:46:30 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Thu, 3 Jun 2010 14:46:06 -0700 From: Pyun YongHyeon Date: Thu, 3 Jun 2010 14:46:06 -0700 To: Perevalov Sergey Message-ID: <20100603214606.GE13502@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> <20100601222444.GH1577@michelle.cdnetworks.com> <4C07B344.4060805@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C07B344.4060805@gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org, Hans Petter Selasky 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: Thu, 03 Jun 2010 21:46:32 -0000 On Thu, Jun 03, 2010 at 06:51:00PM +0500, Perevalov Sergey wrote: > On 02.06.2010 03:24, Pyun YongHyeon wrote: > >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. > > > > > I have just finished testing device on my updated freebsd: > FreeBSD homeserv 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Thu Jun 3 > 17:22:44 UTC 2010 user@homeserv:/usr/obj/usr/src/sys/GENERIC i386 > And it still shows the same problem when I try to ping -f any host from ue0: > > Jun 3 18:29:40 homeserv kernel: ue0: link state changed to UP > Jun 3 18:29:42 homeserv kernel: axe_bulk_write_callback: transfer complete > Jun 3 18:29:42 homeserv last message repeated 21 times > Jun 3 18:29:52 homeserv kernel: axe_bulk_write_callback: transfer > error, USB_ERR_TIMEOUT I don't see abnormal things in axe(4). Maybe Hans can help(CCed). > Jun 3 18:30:21 homeserv last message repeated 3 times > > > -- > Regards, Sergey. >