From owner-freebsd-questions@freebsd.org Sat Feb 22 01:17:17 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7DD50249ADC for ; Sat, 22 Feb 2020 01:17:17 +0000 (UTC) (envelope-from SRS0=pfHb=4K=mail.sermon-archive.info=doug@sermon-archive.info) Received: from mail.sermon-archive.info (sermon-archive.info [71.177.216.148]) by mx1.freebsd.org (Postfix) with ESMTP id 48PVmX3bTBz46mc for ; Sat, 22 Feb 2020 01:17:16 +0000 (UTC) (envelope-from SRS0=pfHb=4K=mail.sermon-archive.info=doug@sermon-archive.info) Received: from [10.0.1.251] (mini [10.0.1.251]) by mail.sermon-archive.info (Postfix) with ESMTPSA id 48PVmV4LDjz2fjRv; Fri, 21 Feb 2020 17:17:14 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Ethernet Driver From: Doug Hardie In-Reply-To: <20200221115819.GA5590@SVROLP00901> Date: Fri, 21 Feb 2020 17:17:14 -0800 Cc: FreeBSD Content-Transfer-Encoding: quoted-printable Message-Id: References: <6181B1C2-D46F-493F-9AAB-394DC9D45ADA@mail.sermon-archive.info> <20200221115819.GA5590@SVROLP00901> To: Rares Aioanei X-Mailer: Apple Mail (2.3445.104.11) X-Virus-Scanned: clamav-milter 0.101.4 at mail X-Virus-Status: Clean X-Rspamd-Queue-Id: 48PVmX3bTBz46mc X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of SRS0=pfHb=4K=mail.sermon-archive.info=doug@sermon-archive.info designates 71.177.216.148 as permitted sender) smtp.mailfrom=SRS0=pfHb=4K=mail.sermon-archive.info=doug@sermon-archive.info X-Spamd-Result: default: False [-1.35 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.91)[-0.910,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:71.177.216.148]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-0.05)[asn: 5650(-0.20), country: US(-0.05)]; NEURAL_HAM_LONG(-0.99)[-0.993,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[148.216.177.71.list.dnswl.org : 127.0.10.0]; FORGED_SENDER(0.30)[bc979@lafn.org,SRS0=pfHb=4K=mail.sermon-archive.info=doug@sermon-archive.info]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_NO_TLS_LAST(0.10)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:5650, ipnet:71.177.216.0/23, country:US]; FROM_NEQ_ENVFROM(0.00)[bc979@lafn.org,SRS0=pfHb=4K=mail.sermon-archive.info=doug@sermon-archive.info]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2020 01:17:17 -0000 > On 21 February 2020, at 03:58, Rares Aioanei = wrote: >=20 > On Fri, Feb 21, 2020 at 03:34:04AM -0800, Doug Hardie wrote: >> I just plugged in an Insignia USB to ethernet adapter into FreeBSD = 12.1. ifconfig shows it as ue0. I find no information on a ue driver = in the code or man pages. Yet it appears to work. I can assign it an = address and it tries to send on that link (there is only a switch at the = other end). >>=20 >> ifconfig is the only thing that shows it. pciconf and usbconfig do = not seem to show it. >>=20 >> -- Doug >>=20 >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" >=20 > So does it actually work? As in, can you use ping with it, or wget, = etc.? I finally setup a test network. Ping works fine. I had ping running in = both directions and 0.0% packet loss. sftp worked fine. -- Doug