From owner-freebsd-stable@FreeBSD.ORG Sun Apr 24 07:01:09 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F45C16A4CE for ; Sun, 24 Apr 2005 07:01:09 +0000 (GMT) Received: from mrelay3.uni-hannover.de (mrelay3.uni-hannover.de [130.75.2.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B7843D2D for ; Sun, 24 Apr 2005 07:01:08 +0000 (GMT) (envelope-from gerrit@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2])j3O7149e020977; Sun, 24 Apr 2005 09:01:04 +0200 (MEST) Received: by www.pmp.uni-hannover.de (Postfix, from userid 846) id F3C7516F; Sun, 24 Apr 2005 09:00:59 +0200 (CEST) Date: Sun, 24 Apr 2005 09:00:59 +0200 From: Gerrit =?iso-8859-1?Q?K=FChn?= To: "Raphael H. Becker" Message-ID: <20050424070059.GA16585@pmp.uni-hannover.de> References: <20050424020429.A81665@p-i-n.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050424020429.A81665@p-i-n.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.2.2 (mrelay3.uni-hannover.de [130.75.2.41]); Sun, 24 Apr 2005 09:01:04 +0200 (MEST) X-Scanned-By: MIMEDefang 2.42 cc: freebsd-stable@freebsd.org Subject: Re: NEC uPD 720100 USB 2.0 controller () not working on FreeBSD 5.4-STABLE i386 (2005-04-23) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 07:01:09 -0000 On Sun, Apr 24, 2005 at 02:04:29AM +0200, Raphael H. Becker wrote: > The NEC uPD 720100 USB 2.0 controller doesn's seem to work. This > controller is on a "Longshine LCS-8033H PCI USB Card" and is a > low cost "standard-USB2-controller" at my local electronics store. I wrote here about two weeks ago about the problems I'm having with a D-Link DU-520 with the same chipset. However, mine seems to be working basically, but chokes easily under load (more than ~2MB/s hang the connection and produce lengthy timeouts). > root@beastie:~# dmesg | egrep "(^usb3|^uhub3)" > usb3: EHCI version 1.0 > usb3: companion controllers, 3 ports each: usb1 usb2 > usb3: on ehci0 > usb3: USB revision 2.0 > uhub3: NEC EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 > uhub3: 5 ports with 5 removable, self powered Same here: dmesg|grep NEC ohci0: mem 0xdf025000-0xdf025fff irq 12 at device 14.0 on pci0 usb2: on ohci0 uhub2: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 ohci1: mem 0xdf026000-0xdf026fff irq 11 at device 14.1 on pci0 usb3: on ohci1 uhub3: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 ehci0: mem 0xdf027000-0xdf0270ff irq 10 at device 14.2 on pci0 usb4: on ehci0 uhub4: NEC EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 > uhub3: device problem (SET_ADDR_FAILED), disabling port 4 > uhub3: device problem (SET_ADDR_FAILED), disabling port 3 > uhub3: device problem (SET_ADDR_FAILED), disabling port 2 > uhub3: device problem (SET_ADDR_FAILED), disabling port 1 Hm, I have seen this behaviour earlier on my system, but it had nothing to do with the chipset then. Instead ACPI was not doing the right thing and routed IRQs in a way that was causing this problem. It went away after disabling ACPI; perhaps you can give that a try, too? > I tried with a USB2-harddisk and a USB2-Memorystick, which work > perfectly (but just USB1) on the other ports or as USB2 on another host: I have a Vosonic XS-Drive, which is basically an USB2-hd, too. See my previous post for details. > lspci -vvv brings the following for the new card: lspci? I thought you were talking about FreeBSD, not Linux. > # uname -a > FreeBSD beastie.local.net 5.4-STABLE FreeBSD 5.4-STABLE #5: Sun Apr 24 01:23:03 CEST 2005 root@beastie.local.net:/usr/obj/usr/src_RELENG_5/sys/BEASTIE i386 Well, slightly older here: (%:~)- uname -a FreeBSD stardust.terra.ger 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #23: Sat Apr 16 16:19:21 CEST 2005 > Any chances to get this card running? > Any (experimental) patches? I'm still interested in using my card with >2MB/s and without those hangs, too. ;) cu Gerrit --