From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 29 08:47:45 2005 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7548116A4CE for ; Tue, 29 Mar 2005 08:47:45 +0000 (GMT) Received: from fallback.introweb.nl (relay.introweb.nl [80.65.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6057343D31 for ; Tue, 29 Mar 2005 08:47:44 +0000 (GMT) (envelope-from edwin@introweb.nl) Received: from relay1.introweb.nl (relay1 [192.168.4.72]) by fallback.introweb.nl (Postfix) with ESMTP id 2DA234B6FC; Tue, 29 Mar 2005 10:41:08 +0200 (CEST) Received: from frontend2.mailcluster.introweb.intern (frontend2.mailcluster.introweb.intern [192.168.4.32]) by relay1.introweb.nl (Postfix) with ESMTP id 40C2C12822BB; Tue, 29 Mar 2005 10:37:08 +0200 (CEST) Received: from piii-1 (mail.introcom.nl [80.65.97.195])8FC601703B; Tue, 29 Mar 2005 10:37:34 +0200 (CEST) From: "Edwin Ringersma" To: Carlos Silva Date: Tue, 29 Mar 2005 10:37:25 +0200 MIME-Version: 1.0 Message-ID: <42492FE5.21320.7B1C7D@localhost> Priority: normal In-reply-to: <200503282126.50500.olivier@gautherot.net> References: <424858B3.7020001@csilva.org> X-mailer: Pegasus Mail for Windows (4.21b) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Virus-Scanned: by amavisd-new at introweb.nl cc: freebsd-hardware@freebsd.org Subject: Re: USB 2.0 problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 08:47:45 -0000 Or the chipset is recognised but only supports USB 1.x. ? Older board ? You could also try to hook up a different USB 2.0 device to see if that is recognised on higher speed. From: Olivier Gautherot To: freebsd-hardware@freebsd.org Date sent: Mon, 28 Mar 2005 21:26:49 +0200 Copies to: Carlos Silva Subject: Re: USB 2.0 problem > Hi Carlos! > > > The latest version (5.4-PRERELEASE) doesn't worked. It stills at 1MB/s. > > Anyone with ideas? > > Try "usbdevs -v" and check whether your USB bridge is recognized as EHCI. Your > chipset maynot be fully supported... > > Olivier > > > > > Regards, > > Carlos > > > > Carlos Silva aka|Danger_Man| wrote: > > > Hi, > > > > > > 5.2.1-RELEASE-p13 > > > > > > Thanks, I'll try the latest version. > > > > > > Best Regards, > > > > > > Carlos > > > > > > Edwin Ringersma wrote: > > >> Hi, > > >> > > >> What version are you running ? > > >> It's a known problem. > > >> I'm testing with the latest 5 version (5.4 prerelease) and now it's > > >> reporting the USB 2.0 device on an intel based motherboard as 40MB/s. > > >> (with 5.3 it was reported as 1.0MB/s) > > >> So it looks like the support for USB 2.0 has improved from 5.3 . > > >> > > >> regards, > > >> Edwin Ringersma > > >> Date sent: Mon, 21 Mar 2005 23:55:11 +0000 > > >> From: Carlos Silva aka|Danger_Man| > > >> > > >> To: freebsd-hardware@freebsd.org > > >> Subject: Re: USB 2.0 problem > > >> > > >>> Carlos Jorge Santos wrote: > > >>>> Hi, > > >>>> > > >>>> You're probably using USB 1.1 driver instead of USB 2.0. > > >>>> To enable USB 2.0 you have to recompile your kernel with : > > >>>> > > >>>> device ehci > > >>>> > > >>>> Take a look at : > > >>>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.ht > > >>>>ml > > >>>> > > >>>> > > >>>> Best Regards > > >>>> Carlos Santos (Portugal) :-) > > >>> > > >>> No, I've compiled the kernel with ehci (eg. usb3: USB revision 2.0 ) > > >>> > > >>> :-) > > >>> > > >>> regards, > > >>> > > >>> Carlos Silv (Portugal too) > > >>> > > >>>> Carlos Silva aka|Danger_Man| wrote: > > >>>>> Hi dudes, > > >>>>> > > >>>>> I have a little problem with my external disk drive, my data > > >>>>> transfer rate is 1.000MB/s. > > >>>>> I have USB 2.0 so the rate is larger, right? > > >>>>> Somebody has an idea how to enlarge the rate? > > >>>>> > > >>>>> Regards, > > >>>>> > > >>>>> Carlos > > >>>>> > > >>>>> > > >>>>> osiris# dmesg | grep usb && dmesg | grep da0 > > >>>>> usb0: on uhci0 > > >>>>> usb0: USB revision 1.0 > > >>>>> usb1: on uhci1 > > >>>>> usb1: USB revision 1.0 > > >>>>> usb2: on uhci2 > > >>>>> usb2: USB revision 1.0 > > >>>>> ehci_pci_attach: companion usb1 > > >>>>> ehci_pci_attach: companion usb2 > > >>>>> usb3: EHCI version 0.95 > > >>>>> usb3: companion controllers, 2 ports each: usb1 usb2 > > >>>>> usb3: on ehci0 > > >>>>> usb3: USB revision 2.0 > > >>>>> GEOM: create disk da0 dp=0xc2d96850 > > >>>>> da0 at umass-sim0 bus 0 target 0 lun 0 > > >>>>> da0: Fixed Direct Access SCSI-0 device > > >>>>> da0: 1.000MB/s transfers > > >>>>> da0: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C) > > >>>>> osiris# > > >>>>> > > >>>>> osiris# usbdevs > > >>>>> addr 1: UHCI root hub, Intel > > >>>>> addr 1: UHCI root hub, VIA > > >>>>> addr 1: UHCI root hub, VIA > > >>>>> addr 2: USB 2.0 Storage Device, Acer Labs > > >>>>> addr 1: EHCI root hub, (0x1106) > > >>>>> osiris# > > >>>>> > > >>>>> osiris# camcontrol devlist > > >>>>> at scbus0 target 0 lun 0 > > >>>>> (da0,pass0) > > >>>>> osiris# > > >>> > > >>> _______________________________________________ > > >>> freebsd-hardware@freebsd.org mailing list > > >>> http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > >>> To unsubscribe, send any mail to > > >>> "freebsd-hardware-unsubscribe@freebsd.org" > > > > > > _______________________________________________ > > > freebsd-hardware@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > > To unsubscribe, send any mail to > > > "freebsd-hardware-unsubscribe@freebsd.org" > > > > _______________________________________________ > > freebsd-hardware@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" > > -- > Olivier Gautherot > Tel: 0688 380 434 > (intl) +33 688 380 434 > olivier@gautherot.net > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" Met vriendelijke groeten, Edwin Ringersma -------------------------------------------------------- IntroWeb Postbus 724 7550 AS Hengelo Tel: 074 - 243 01 05 Welbergweg 30 Fax: 074 - 242 98 95 7556 PE Hengelo http://www.introweb.nl -------------------------------------------------------- Internet Access & Zakelijke Internet Toepassingen --------------------------------------------------------