From owner-freebsd-usb@FreeBSD.ORG Sun Mar 22 13:31:29 2015 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1655C7D for ; Sun, 22 Mar 2015 13:31:29 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2925589 for ; Sun, 22 Mar 2015 13:31:29 +0000 (UTC) Received: by lbbrr9 with SMTP id rr9so38137050lbb.0 for ; Sun, 22 Mar 2015 06:31:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jkm9SU5lapsBo8Ij+FjRgYotoKZyNh9tfgFWHKIPzIU=; b=VTcv007qxJcfurWKf+6maa7aqZvo1MIzcOKRKsgMoTS8DmtqZUxwPi9TBkD0knTp2S +lbsN3zj5QnSVBxddy6oE+nGyAbhA9jT/EfY3lvBuPOZ661HWbz5OE+EtURjlPToCSAl Pb+xp4MNi+CgKgoSaKP+dGu2+n2Sb0Kiu6p1gttk8SlLRB66fop7JyHsMS4ut0fWyIcQ MH4z4CeFRivgsnRLqHQ9w2U4VmUqLe1MmP09BL+esEbLHO/sGlO/rReMPAOMaiH036Us ADwc9zS6iOg2wIl00il6vXhdtnvjG7vnbADFV14I3e5VYl59uqIULhLjqfp+Ce01w3ae pV9Q== MIME-Version: 1.0 X-Received: by 10.112.51.138 with SMTP id k10mr1261908lbo.82.1427031087058; Sun, 22 Mar 2015 06:31:27 -0700 (PDT) Received: by 10.25.198.212 with HTTP; Sun, 22 Mar 2015 06:31:27 -0700 (PDT) In-Reply-To: References: Date: Sun, 22 Mar 2015 14:31:27 +0100 Message-ID: Subject: Re: Support for RTL8153 (USB 3.0 Ethernet) From: Miltiadis Margaronis To: Miguel Clara Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2015 13:31:29 -0000 Hello, On Thu, Mar 19, 2015 at 7:02 PM, Miguel Clara wrote: > On quinta-feira, 19 de Mar=C3=A7o de 2015 08:10:35 WET, Miltiadis Margaro= nis > wrote: > >> Hi, >> >> In my case it worked as a normal Ethernet CDC device using the second >> configuration. If you still happen to have this device around, you can t= ry >> >> usbconfig -d ugenX.Y set_config 1 >> >> After entering this, I got a normal ueX device which worked for the shor= t >> time I used it. >> >> Please cc me, I am not subscribed. >> >> HTH, >> > > This is cool, I have "dodocool" around which I wasn't use much more than > for a usb SWITCH, but I have an Acer Laptop with wireless only, and I > didn't know I could use ue driver for this (I never really tried but its > sure nice to know). > > Same thing here. I'm using it temporarily on a laptop to bypass problems with the onboard NIC. It has a wireless .11ac card, also unsupported. > The only issue I find is that it seems to topspeed a bit higher then > 100Mbps > > Client connecting to yoda, TCP port 5001 > TCP window size: 32.5 KByte (default) > ------------------------------------------------------------ > [ 3] local 1.1.1.1 port 24383 connected with 1.1.1.2 port 5001 > [ ID] Interval Transfer Bandwidth > [ 3] 0.0-10.0 sec 143 MBytes 120 Mbits/sec > > ------------------------------------------------------------ > Client connecting to yoda, TCP port 5001 > TCP window size: 1.00 MByte (WARNING: requested 1.00 MByte) > ------------------------------------------------------------ > [ 3] local 1.1.1.1 port 24424 connected with 1.1.1.2 port 5001 > [ ID] Interval Transfer Bandwidth > [ 3] 0.0-10.0 sec 135 MBytes 114 Mbits/sec > > > I'm assuming this is just because ue is not ready to handle more then > that, but it would be nice if it could go close to the 1Gbits. > > Not something I would consider priority though as this devices are > probably only used as a alternative to main cards, and its far better tha= n > what I got with USB Wireless cards do the the fact that there's no 11n > support on those,, so I'm happy with this. > > I'm getting similar figures but I'm also not very worried about performance at this stage. Functionality matters more. Many thanks for sharing the 'usbconfig -d ugenX.Y set_config 1' trick. > > You're welcome, glad it was useful. -- Miltos --=20 > ----------------------------------------------- > Miguel Clara > IT - Sys Admin & Developer >