From owner-freebsd-usb@freebsd.org Mon Mar 28 23:34:50 2016 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E24C9ADFF07 for ; Mon, 28 Mar 2016 23:34:50 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AE00D1542 for ; Mon, 28 Mar 2016 23:34:50 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u2SNYn6v002471 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 28 Mar 2016 17:34:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u2SNYn39002468 for ; Mon, 28 Mar 2016 17:34:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 28 Mar 2016 17:34:49 -0600 (MDT) From: Warren Block To: freebsd-usb@FreeBSD.org Subject: Re: Realtek RTS5401 USB 3.0 hub In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 28 Mar 2016 17:34:49 -0600 (MDT) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 23:34:51 -0000 On Tue, 22 Mar 2016, Warren Block wrote: > This Realtek RTS5401 USB 3.0 hub is combined in a case with three USB 3.0 > ports and a Realtek RTL8153 Gigabit Ethernet adapter. > > Connected to a USB 2.0 port, it shows this: > > ugen1.3: at usbus1 > uhub4: on usbus1 > uhub4: MTT could not be enabled > device_attach: uhub4 attach returned 6 > > I have not tried it on a USB 3.0 port yet. > > It would not really bother me if only the Ethernet worked, but surely it is > connected to the hub, so will be all or nothing. Any suggestions? On a USB 3.0 port on a -CURRENT system (r297315), the hub is recognized and works: ugen 0.2: at usbus0 uhub1: on usbus0 uhub1: MTT could not be enabled device_attach: uhub1 attach returned 6 ugen0.3: at usbus0 uhub1: on usbus0 uhub1: 4 ports with 4 removable, self powered Are USB 3 hubs not backwards compatible? Maybe just this one specifically? USB 2.0 devices like mice are not recognized when attached. A USB 3.0 memory stick is recognized. The attached Ethernet port is still not seen. Should rue(4) support the RTL8153?