From owner-freebsd-usb@FreeBSD.ORG Mon Aug 25 20:36:13 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 1712F185 for ; Mon, 25 Aug 2014 20:36:13 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C39023979 for ; Mon, 25 Aug 2014 20:36:12 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 01ED61FE027; Mon, 25 Aug 2014 22:36:09 +0200 (CEST) Message-ID: <53FB9E44.6060704@selasky.org> Date: Mon, 25 Aug 2014 22:36:20 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Miguel Clara , freebsd-usb@freebsd.org Subject: Re: Support for RTL8153 (USB 3.0 Ethernet) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 25 Aug 2014 20:36:13 -0000 On 08/25/14 22:13, Miguel Clara wrote: > This doesn't seem to be detected in FreeBSD 10, and I didn't have a change > to try on current yet... wonder if anyone knows if its supported? > > (I should be able to test on current next week, but just in case here goes > /var/log/messages) > > Aug 25 20:52:52 r2d2 kernel: ugen0.4: at usbus0 > Aug 25 20:52:52 r2d2 kernel: uhub5: rev 3.00/90.91, addr 24> on usbus0 > Aug 25 20:52:54 r2d2 kernel: uhub5: 4 ports with 4 removable, self powered > Aug 25 20:52:54 r2d2 kernel: ugen0.5: at usbus0 > Aug 25 20:52:54 r2d2 devd: Executing 'env > LD_PRELOAD=/usr/local/lib/libhal.so:/usr/local/lib/libdbus-1.so:/usr/local/lib/libcuse4bsd.so > /usr/local/etc/rc.d/webcamd start ugen0.5' > Aug 25 20:52:54 r2d2 devd: Executing 'logger Unknown USB device: vendor > 0x0bda product 0x8153 bus uhub5' > Aug 25 20:52:54 r2d2 root: Unknown USB device: vendor 0x0bda product 0x8153 > bus uhub5 > Aug 25 20:52:55 r2d2 kernel: ugen0.6: at usbus0 > Aug 25 20:52:55 r2d2 kernel: uhub6: rev 2.10/90.90, addr 26> on usbus0 > Aug 25 20:52:56 r2d2 kernel: uhub6: 4 ports with 4 removable, self powered > > > I works on Linux, and I found this (not sure if it help if there's any > interest in adding support): > https://lkml.org/lkml/2013/7/7/127 > > Please note that this is not a request, if it doesn't work I'm happy anyway > :) Hi, I think this piece of hardware is currently not supported. You can try grepping for the USB vendor ID and USB product IDs in /sys/dev/usb/usbdevs . --HPS