From owner-freebsd-net@FreeBSD.ORG Mon May 12 11:37:27 2008 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6E70106566C for ; Mon, 12 May 2008 11:37:27 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 088978FC16 for ; Mon, 12 May 2008 11:37:26 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.1/8.14.1/ALCHEMY.FRANKEN.DE) with ESMTP id m4CBJwMO095717; Mon, 12 May 2008 13:19:58 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.1/8.14.1/Submit) id m4CBJwCm095716; Mon, 12 May 2008 13:19:58 +0200 (CEST) (envelope-from marius) Date: Mon, 12 May 2008 13:19:58 +0200 From: Marius Strobl To: Volker Message-ID: <20080512111958.GA95632@alchemy.franken.de> References: <48281D8F.2090501@vwsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48281D8F.2090501@vwsoft.com> User-Agent: Mutt/1.4.2.3i Cc: net@freebsd.org Subject: Re: how to identify a PHY? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 11:37:28 -0000 On Mon, May 12, 2008 at 12:35:59PM +0200, Volker wrote: > Hi! > > >From the bugbusting front, I'm often seeing network related issues with > unknown (new) PHYs. > > Can please somebody explain me how one is able to identify what kind of > PHY interface is build into a system? Does pciconf output provide some > piece of information which leads into getting PHY information? I need to > know that to work with the submitter and get their interfaces running > (or retrieve information for you to work on). > If the system is running the simplest thing in order to identifiy the PHYs is to check the oui= and model= output of `devinfo -v`. Otherwise boot verbose and check the OUI and model output of ukphy(4). Marius