From owner-freebsd-net@FreeBSD.ORG Mon May 31 21:57:43 2010 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 613CA1065675 for ; Mon, 31 May 2010 21:57:43 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 30DB58FC15 for ; Mon, 31 May 2010 21:57:42 +0000 (UTC) Received: by pxi7 with SMTP id 7so2108518pxi.13 for ; Mon, 31 May 2010 14:57:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=/spbjdWZavwmBI4/5p5uk9Xujfen2v2fy+f4moKUBlY=; b=PNnBijzExiTJFbrsgwSkKJe+tKIAA4Pn4paTHtyXJS2ZfRsWIuvJPeWwTVe55b9SrK T3fifbLO/VE7vI/7OhLN//sAtVzGd6YiZd0mIRaAZv6SSs+dAoJab8F0Pd9+NpqF9OaX jTNWuRKFkozfN7jQy6tQVNTiJ7paVbqkMgiOI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=nuvjOS8ShjXPwE2zqutnZT1FWFWSK9shJyVsb9b++/lI80RacLfjq9lAgdkv9ur4IN vYlNnSXKPC2Mv3KU9zurLz9y7+erykCXh8X+tYbhSzHOj/canBWPsBy7KpWVhaTFesv1 JbNR/NZGJO87O26z3+wxF0cFz+qSkGsHVxDoo= Received: by 10.114.54.11 with SMTP id c11mr4059941waa.133.1275343062440; Mon, 31 May 2010 14:57:42 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id n29sm53137959wae.16.2010.05.31.14.57.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 31 May 2010 14:57:41 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 31 May 2010 14:57:17 -0700 From: Pyun YongHyeon Date: Mon, 31 May 2010 14:57:17 -0700 To: Data Smith Message-ID: <20100531215717.GC1577@michelle.cdnetworks.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: nic driver problem X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2010 21:57:43 -0000 On Sat, May 29, 2010 at 02:07:34PM +0300, Data Smith wrote: > Hello, I have to install Silan SC92031 driver for my nic to work. It is an > RTL8139D chiped nic (intex), I got it with a cd with drivers but the freebsd > driver is not working (latest version suported: FreeBSD 5). I am new to > compiling the kernel so I don't want to do that. Can someone tell me how to > compile, install the boot module and configure this nic on FreeBSD 8.0 ? > Show me the output of both "pciconf -lcbv" and dmesg(8).