From owner-freebsd-net@FreeBSD.ORG Tue Apr 21 12:25:21 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21F831065794 for ; Tue, 21 Apr 2009 12:25:21 +0000 (UTC) (envelope-from kaushalshriyan@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id CE8698FC08 for ; Tue, 21 Apr 2009 12:25:20 +0000 (UTC) (envelope-from kaushalshriyan@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so1040830ana.13 for ; Tue, 21 Apr 2009 05:25:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=QQvr1BKr2Qae5QMH49aKHKjFd98XvOSzyNsr9saWLAs=; b=pSZsZq9v6jevMFR5ckworfTU/ih9DwI8JQW91Gb/Az/uZIUXdIpOkYJfS1HuwRKtmS anCjoM2dVckvGwWQnHFha7gsLi6QZnr+3jH9XtpZVjonrsanDZ+wmtepjd+XTMmaDYDj QdYU1IF+fUD2iRk+Dnll6vlGLsFIFGVUcjLGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=x7Aazu1hGEkZh2FjxdZeXuXOMZ4Rr33Jp9lWOyMw8wXKhC0l7H8c8d1Ii+1HfHp5L1 jrpFozpysMSTP97nVyU8B8V4Exio6BcJAfaqvm7EIamARyfZhN20Q4LHocN6Rk4YxVKk mNzmApifGAE5lNmhdZiKLlfmWadk54AL3T5x8= MIME-Version: 1.0 Received: by 10.100.151.14 with SMTP id y14mr9429654and.117.1240316720228; Tue, 21 Apr 2009 05:25:20 -0700 (PDT) In-Reply-To: <49EDB566.8090409@freebsdonline.com> References: <6b16fb4c0904210407w3caa791fo2c9ada9879a0981d@mail.gmail.com> <6b16fb4c0904210455q33ea34c6s33c226cf5f22504b@mail.gmail.com> <49EDB566.8090409@freebsdonline.com> From: Kaushal Shriyan Date: Tue, 21 Apr 2009 17:55:05 +0530 Message-ID: <6b16fb4c0904210525x43811cb3p71117e92e9826547@mail.gmail.com> To: ovi freebsd Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org, Ingo Flaschberger Subject: Re: Network Card 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: Tue, 21 Apr 2009 12:25:21 -0000 On Tue, Apr 21, 2009 at 5:30 PM, ovi freebsd wrote: > Kaushal Shriyan wrote: > >> On Tue, Apr 21, 2009 at 5:07 PM, Ingo Flaschberger wrote: >> >> >> >>> Dear Kaushal, >>> >>> I have two lan cards em0 and rl0 on my system. is there a way to know on >>> >>> >>>> freebsd which is onboard or pci card ?. The issue is my system is >>>> located >>>> at >>>> remote location. >>>> >>>> >>>> >>> perhaps lspci -v helps. >>> >>> or something like dmidecode (at linux, does not know the freebsd name), >>> then you can readout the mb-name. >>> >>> Kind regards, >>> Ingo Flaschberger >>> >>> >>> >> >> Hi Ingo >> >> I did pciconf -lv and ran dmidecode. I could not figure it out which one >> was >> onboard or pci ? >> Do you want me to paste the output of that commands >> >> Please suggest >> >> Thanks and Regards >> >> Kaushal >> _______________________________________________ >> freebsd-net@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-net >> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >> >> >> > It is possible to find you the manufacturer of the motherboard? If yes, it > would be easy to know which is onboard and which is on PCI since are > different network chipsets. > > Hi ovi so there is no such command line utility to get to know about that information on Free BSD ? Thanks and Regards Kaushal