From owner-freebsd-questions@freebsd.org Wed Aug 19 14:30:16 2015 Return-Path: Delivered-To: freebsd-questions@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 EFC879BEE60 for ; Wed, 19 Aug 2015 14:30:16 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B03911D1A for ; Wed, 19 Aug 2015 14:30:16 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t7JEUFtP023485 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 19 Aug 2015 08:30:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t7JEUF0s023482; Wed, 19 Aug 2015 08:30:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 19 Aug 2015 08:30:15 -0600 (MDT) From: Warren Block To: Luciano Mannucci cc: FreeBSD Questions Subject: Re: Ethtool equivalent for freebsd In-Reply-To: <3mxB4V2qjhz1cXL5@baobab.bilink.it> Message-ID: References: <3mxB4V2qjhz1cXL5@baobab.bilink.it> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Wed, 19 Aug 2015 08:30:15 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2015 14:30:17 -0000 On Wed, 19 Aug 2015, Luciano Mannucci wrote: > > Hello, > > I'm moving all my linuxes to freebds (It is taking a while :-). I'm in > the process of moving linux routers, so I need an equivalent of the > "ethtool -p " that makes the actual ethernet card blink, to > help identify on which phisical port you are working. > I haven't found this in ifconfig... :-) Probably not the same, but led(4) can be used to blink the LEDs on some cards. It's not clear to me how to stop them blinking afterwards other than a reset. Or maybe down/up on the card.