From owner-freebsd-net@FreeBSD.ORG Tue Oct 3 13:44:32 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E85AB16A4B3 for ; Tue, 3 Oct 2006 13:44:32 +0000 (UTC) (envelope-from rea@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4F843D76 for ; Tue, 3 Oct 2006 13:44:26 +0000 (GMT) (envelope-from rea@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=gQDi5RA68GYYdPrJegZmgsCKLkJ/6g5IZVL5DugXILlOmoSfUI2Qc6BT4YuVg7xSckeD7ooDOuow3nlpF18RFIIJ4quQklO04XEY3vf2rWisfn6e063y8S4e3gDv6c2r3w+wx4jAPTs3JAcAgpv3n+PCJhrNNIK+jdsNCAd2qlw=; Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1GUkZH-000Kfz-Q0 (envelope-from ); Tue, 03 Oct 2006 17:44:20 +0400 Date: Tue, 3 Oct 2006 17:44:15 +0400 From: Eygene Ryabinkin To: Tim Allender Message-ID: <20061003134415.GP1491@codelabs.ru> References: <4520695C.9060302@goldenpath.org> <20061002125254.GC25883@codelabs.ru> <4522655B.90507@goldenpath.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4522655B.90507@goldenpath.org> Sender: rea@codelabs.ru X-Spam-Status: No, score=-1.8 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: freebsd-net@freebsd.org Subject: Re: D-Link DGE-530T 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, 03 Oct 2006 13:44:33 -0000 Tim, good day! > >Use sk(4) driver. It supports DGE-530T: > > > Is that driver not built into the kernel? If not and all I need to do is > rebuild the kernel, ok, I can do that. It depends on what kernel you're using. If you are at GENERIC kernel (the default kernel at the freshly installed system) then it should be there. Check the contents of file /sys/i386/conf/`uname -i` for the string ----- device sk ----- > But if it's already in the kernel and the OS isn't using that driver for that > model NIC already, how would I make it do so? If the above fails (device sk is in the kernel but it does not see the NIC) please, give the output of the following commands: ----- uname -i uname -r pciconf -lv dmesg ----- -- Eygene