From owner-freebsd-usb@FreeBSD.ORG Mon Aug 25 21:37:48 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 6A9161CF for ; Mon, 25 Aug 2014 21:37:48 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7DC73F6D for ; Mon, 25 Aug 2014 21:37:47 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id l18so13506520wgh.2 for ; Mon, 25 Aug 2014 14:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=EP692xvxoIL8cFYHRRDCN2VGM0/vCaYSkFvbR3yd9ss=; b=h2rQiMVFKNmYpEps5lLqq9SFM0DirewEvh+xKwhvo2SqcvGuqSfLlPXoiWBl8BM2Nx urmfX4HDF5HEK9OLw0vA0nthOkN1fAIjqTxU+OD3hGVkPSrKMpb0PteixdIhaDx4Y/so oqfCeN9CxYGBFJ+AJ3VCp56CVoYk4wLyfdzEzL579f3N3DEzQPA/h5lzvcgDmXLndiXG r1T4MBEUSh94FvImiMXrqMx015bAEiHf9NL5MVCD8gmABeNNMyjhcRL23YI2+mQzTtjv qeyKwgTu/KFQ+PPe/3g9SlsmhxrXOG9Xql0w0mjhA2UP6B7A3an3BGN8pytz686l+uOI rRPg== X-Received: by 10.180.104.163 with SMTP id gf3mr17644360wib.24.1409002666060; Mon, 25 Aug 2014 14:37:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.121.37 with HTTP; Mon, 25 Aug 2014 14:37:25 -0700 (PDT) In-Reply-To: <53FB9E44.6060704@selasky.org> References: <53FB9E44.6060704@selasky.org> From: Miguel Clara Date: Mon, 25 Aug 2014 22:37:25 +0100 Message-ID: Subject: Re: Support for RTL8153 (USB 3.0 Ethernet) To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 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: Mon, 25 Aug 2014 21:37:48 -0000 I tried that in my src but didn't really think of searching on svnweb or github for in in head! duh!! tanks for the reminder, and no a quick search shows its not! Melhores Cumprimentos // Best Regards ----------------------------------------------- *Miguel Clara* *IT - Sys Admin & Developer* *E-mail: *miguelmclara@gmail.com www.linkedin.com/in/miguelmclara/ On Mon, Aug 25, 2014 at 9:36 PM, Hans Petter Selasky wrote: > 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 >