From owner-freebsd-usb@FreeBSD.ORG Mon Aug 25 20:13:56 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 349DB87B for ; Mon, 25 Aug 2014 20:13:56 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (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 C46493788 for ; Mon, 25 Aug 2014 20:13:55 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id f8so3108721wiw.12 for ; Mon, 25 Aug 2014 13:13:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=8AvZ/zyMrNOT+/6ZmfBr1Mrf2vs0Rk1oh2J87Ne8Pzk=; b=c9o/SyM0f4ker5OezkvcGDldRGjwaxwPArFmU5FUe2t/ja3ckOQ4kw3O1nr1zqT1if LCmoTnIoyRq8pqdBn3UkYf0wmDaVIn9jL5TGMKeE3G5pEinvTlGBsLHeYRfcc5YMUWjA c0BrLZQU9w/LUPOqG7gUPBdq8Dr2uKKp6sOhuk2vC669Nu6Efn9gD4dfepJkG8XJR9ep u4lWyUM9Z1S68zD199n3hfw1Ulr48BTGyXWMAKC/y+i8FYTPArC8DRmMg0xnHqqC9iBl Wog3l0i8J4PyayXBiLVdjJfo2387C2GWuWqQU/IzJiROVmFjyPdXy3WSzAiSUvLVKaWQ kOMw== X-Received: by 10.180.21.199 with SMTP id x7mr5528048wie.73.1408997634063; Mon, 25 Aug 2014 13:13:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.121.37 with HTTP; Mon, 25 Aug 2014 13:13:34 -0700 (PDT) From: Miguel Clara Date: Mon, 25 Aug 2014 21:13:34 +0100 Message-ID: Subject: Support for RTL8153 (USB 3.0 Ethernet) To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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:13:56 -0000 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: 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: 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 :) Thanks