From owner-freebsd-usb@FreeBSD.ORG Tue Sep 20 23:32:00 2005 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44DB616A41F for ; Tue, 20 Sep 2005 23:32:00 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swipnet.se [212.247.155.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F6843D45 for ; Tue, 20 Sep 2005 23:31:59 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-216-120-189.daxnet.no ([193.216.120.189] verified) by mailfe10.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 251471109 for freebsd-usb@freebsd.org; Wed, 21 Sep 2005 01:31:57 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 21 Sep 2005 01:32:57 +0200 User-Agent: KMail/1.7 References: <0C9AA1AB019C4A44AE29659CF2BB203202F1A0@gir.routemaster.net> In-Reply-To: <0C9AA1AB019C4A44AE29659CF2BB203202F1A0@gir.routemaster.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509210132.58027.hselasky@c2i.net> Subject: Re: USB 2.0 external hard drive only 1.000MB/s transfers X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 23:32:00 -0000 On Wednesday 21 September 2005 00:15, Chris Richards wrote: > Hi, > > I was lucky enough to have a Belkin USB 2.0 PCI card (NEC chipset) in > another PC (WinXP) so I swapped them over thinking I would be on easy > street now - no difference. > > It's like the companion controllers "usb0" and "usb1" don't get recognised > as being USB 2.0 capable. > > A "usbdevs -v" output for each slot on the NEC chipset USB 2.0 PCI card is > below... and another dmesg output. > > Cheers. > > -Chris > Have you tried to re-plug your device once? Then see if it is still USB 1.0 full speed ? You should see something like this: # dd if=/dev/da0 of=/dev/null bs=64000 792+0 records in 792+0 records out 50688000 bytes transferred in 8.145711 secs (6222661 bytes/sec) port 6 addr 122: high speed, power 200 mA, config 1, Flash Disk(0x2168), USB(0x0ea0), rev 2.00 --HPS