From owner-freebsd-net@FreeBSD.ORG Tue Oct 3 15:20:44 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 971D716A47B for ; Tue, 3 Oct 2006 15:20:44 +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 A581043D49 for ; Tue, 3 Oct 2006 15:20:43 +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=cgNiZX3w9xU9cZNL+g9Xhz1vvJeg/padUOtJxVFYUNsYYsMiJ9LvYLEZaHTKrZDIHTlhAFYBTDGhEAquJnb8WPqm1RjqsQJ+DmbWtJmtSEh2gGsKCPTO57K/CBCKrnRGERei+i3Zj0DgT7d61uKiM/NfhO0fUseMU15tF25lwt0=; Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1GUm4X-000Lgk-Tc (envelope-from ); Tue, 03 Oct 2006 19:20:42 +0400 Date: Tue, 3 Oct 2006 19:20:35 +0400 From: Eygene Ryabinkin To: Tim Allender Message-ID: <20061003152034.GQ1491@codelabs.ru> References: <4520695C.9060302@goldenpath.org> <20061002125254.GC25883@codelabs.ru> <4522655B.90507@goldenpath.org> <20061003134415.GP1491@codelabs.ru> <45227AD4.8060506@goldenpath.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <45227AD4.8060506@goldenpath.org> Sender: rea@codelabs.ru X-Spam-Status: No, score=-2.2 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_20 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 15:20:44 -0000 > I'm eyeing these lines from dmesg suspiciously: > pci0: at device 8.0 (no driver attached) > pci0: at device 9.0 (no driver attached) The last one is your NIC. > I'm posting the entire results you requested below. <...cleared all but relevant lines...> > # uname -r > 6.1-RELEASE > > # pciconf -lv > none1@pci0:9:0: class=0x020000 card=0x4b011186 chip=0x4b011186 rev=0x11 > hdr=0x00 > vendor = 'D-Link System Inc' > class = network > subclass = ethernet This is the so-called revision-B1 chip, it is newer than the A1 that is included to the 6.1-RELEASE. So you have two routes: 1) upgrade to the RELENG-6 (currently it is 6.2-PRERELEASE), or 2) apply the patch given in the PR99903, http://www.freebsd.org/cgi/query-pr.cgi?pr=99903 The latter patch is very simple, so probably it is the simplest thing to do: it just adds the new PCI-ID for the chip, chip description and 4 extra lines of code. Do you need directions how to apply the patch or how to upgrade to RELENG-6? -- Eygene