From owner-freebsd-net@freebsd.org Sun Jan 8 21:57:50 2017 Return-Path: Delivered-To: freebsd-net@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 7BBFBCA62BB for ; Sun, 8 Jan 2017 21:57:50 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (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 38F4E1920 for ; Sun, 8 Jan 2017 21:57:50 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ijs.si (Postfix) with ESMTPS id 3txXG24ZMcz1Wk for ; Sun, 8 Jan 2017 22:57:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla4; t=1483912663; x=1486504664; bh=X89 jv1HemPk88x56vRXVek2G+v1RRW08AuH6uVZ54eg=; b=MhhjyTGYeguQ3Fy44Qy u8qVn1N2XVf/NXFHbangnIKf1ppGl23BEm2YLjBXXEb/mnqOoDdzcTpV8DfD/HOw sCunIrKba/Ji2pkgYa6/wVybOZHMjGhCuDyrHRFpJ9w9cJ/yaXWk8D9LYpr7oUsF q3p7maURlgXK8YpDKYxv95QE= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id 0WCNTXdhzxBz for ; Sun, 8 Jan 2017 22:57:43 +0100 (CET) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 3txXFz1v0Bz1Wf for ; Sun, 8 Jan 2017 22:57:43 +0100 (CET) Received: from nabiralnik.ijs.si (nabiralnik.ijs.si [IPv6:2001:1470:ff80::80:16]) by mildred.ijs.si (Postfix) with ESMTP id 3txXFz13RzzM4 for ; Sun, 8 Jan 2017 22:57:43 +0100 (CET) Received: from upc.si.94.140.92.23.dc.cable.static.telemach.net ([94.140.92.23]) by webmail.ijs.si with HTTP (HTTP/1.1 POST); Sun, 08 Jan 2017 22:57:43 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 08 Jan 2017 22:57:43 +0100 From: Mark Martinec To: freebsd-net@freebsd.org Subject: Re: Gigabit USB NIC for RPi Organization: Jozef Stefan Institute In-Reply-To: <03145169-f546-01f7-e701-c76118b76bb9@t-online.de> References: <03145169-f546-01f7-e701-c76118b76bb9@t-online.de> Message-ID: <1cddb94bf7aed5c3eb49785959b34251@ijs.si> X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.2.3 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jan 2017 21:57:50 -0000 2017-01-08 20:33, diffusae wrote: > Hi! > > I am looking for an compatible USB2Gigabit ethernet adapter for a RPi. > That should work with the ISO Images of FreeBSD 11 stable (armv6). > > Do you have any suggestions? Raspberry Pi model 3 B and its predecessors only have USB 2.0 (not 3.0), which (according to Wikipedia) only goes up to about 280 Mbit/s, so an adapter to a gigabit ethernet is not particularly useful. You are not the only one to regret that RPi 3 did not introduce a proper Gb ethernet interface. Mark