From owner-freebsd-usb@FreeBSD.ORG Fri Sep 19 16:18:43 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 382E9C28 for ; Fri, 19 Sep 2014 16:18:43 +0000 (UTC) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04AF89E8 for ; Fri, 19 Sep 2014 16:18:42 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by gateway2.nyi.internal (Postfix) with ESMTP id 81A8B20886 for ; Fri, 19 Sep 2014 12:18:35 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute1.internal (MEProxy); Fri, 19 Sep 2014 12:18:35 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=f-m.fm; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:subject:date:in-reply-to:references; s=mesmtp; bh= 6C76sBb9KMD3z13BGaQI0K9cjWQ=; b=VPoT7GNuorSb9NFHnSWUlT/hUxjmc4za saZAUUn+sLiUvF0t/M9sUrj2F9lPDBM8IchIP0sAbtbYr6uzMn5RU4dc3rikEsEf kdvyEEIVz+rBEE0JvvEx5UouiO7Tn3hWX3Im4aK96I9iV9pUBdFWwkry8CJ9LJPp pyev8JL55hI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=6C76sBb9KMD3z13BGaQI0K9cjWQ=; b=drYOX W7mvU5jJaraWVhMG6ZM0diQFoBBXr6cENdGVePuAXOGcQEbttw6MhKdLTXwTCZ9q DNkmALhAxZS15c4feJEHHIhWFzuRdmYTWbOaRM/Yaur0QG3j0xnRV665iJsfRyp+ BMnlcLAqOOuP7BfHgsH6qHE7wzyx49BUYstvlk= Received: by web4.nyi.internal (Postfix, from userid 99) id 61624119CD2; Fri, 19 Sep 2014 12:18:35 -0400 (EDT) Message-Id: <1411143515.390521.169497345.3CE343CE@webmail.messagingengine.com> X-Sasl-Enc: d5OqS7hL6Y47fO4OPNDRtLtC5e54U3ZFxlLd16dx9yWH 1411143515 From: Ross Penner To: Hans Petter Selasky , freebsd-usb@freebsd.org, freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-c9712178 Subject: Re: USB ethernet adapter support Date: Fri, 19 Sep 2014 09:18:35 -0700 In-Reply-To: <541C536F.90303@selasky.org> References: <1410976691.3893699.168675065.2DDFDD53@webmail.messagingengine.com> <541C536F.90303@selasky.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: Fri, 19 Sep 2014 16:18:43 -0000 On Fri, 19 Sep 2014, at 09:01 AM, Hans Petter Selasky wrote: > On 09/17/14 19:58, Ross Penner wrote: > > The following is a discussion I had on the freebsd-questions list. I've > > decided to take the route of buying an adapter that works on FreeBSD 10 > > Release but, on suggestion, I thought I would ask on these lists if > > there was anywhere I could mail my useless (to me) adapter so support > > could be added. > > > > Hi, > > The current CDCE ethernet driver does not support PHY's. The other > ethernet drivers, like if_axe, which does USB3.0 aswell, will get you a > PHY. Have a look at sys/dev/usb/net in the source tree. > Pardon my ignorance but what is PHY's? For the sake of those searching in the future, I ended up buying a TRENDnet TU2-ET100 and it is working fine. I didn't need the USB3.0 (or actually even have a 3.0 port) but it's what I happened to have.