From owner-freebsd-questions@FreeBSD.ORG Fri Aug 25 04:40:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8058016A4DE for ; Fri, 25 Aug 2006 04:40:28 +0000 (UTC) (envelope-from karlj000@unbc.ca) Received: from pd5mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 281DC43D46 for ; Fri, 25 Aug 2006 04:40:28 +0000 (GMT) (envelope-from karlj000@unbc.ca) Received: from pd3mr8so.prod.shaw.ca (pd3mr8so-qfe3.prod.shaw.ca [10.0.141.24]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J4J00MC8E7ALQ60@l-daemon> for freebsd-questions@freebsd.org; Thu, 24 Aug 2006 22:37:58 -0600 (MDT) Received: from pn2ml7so.prod.shaw.ca ([10.0.121.151]) by pd3mr8so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J4J00EE4E7AICI0@pd3mr8so.prod.shaw.ca> for freebsd-questions@freebsd.org; Thu, 24 Aug 2006 22:37:58 -0600 (MDT) Received: from [192.168.2.104] ([24.82.93.79]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J4J00MW8E7A1O80@l-daemon> for freebsd-questions@freebsd.org; Thu, 24 Aug 2006 22:37:58 -0600 (MDT) Date: Thu, 24 Aug 2006 21:37:57 -0700 From: Jeremy Karlson In-reply-to: <17646.30432.803446.748621@jerusalem.litteratus.org> To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 (Apple Message framework v752.2) X-Mailer: Apple Mail (2.752.2) Content-type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-transfer-encoding: 7bit References: <95AEF7C1-337B-4686-AF5C-3A41D0EB7C9C@unbc.ca> <17646.30432.803446.748621@jerusalem.litteratus.org> Subject: Re: NGE Network Driver Problem. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 04:40:28 -0000 On 24-Aug-06, at 21:04, Robert Huff wrote: > Depending on when you bought the card, the correct driver may > be re(4), not skc. > Check the output of "pciconf -l -v"; mine shows: > re0@pci0:12:0: class=0x020000 card=0x00241737 chip=0x10321737 > rev=0x10 hdr=0x00 > vendor = 'Linksys' > device = 'EG1032 Gigabit Ethernet' > class = network > subclass = ethernet I bought the card two hours hours ago. :-P pciconf -l -v shows: skc0@pci0:9:0: class=0x020000 card=0x00241737 chip=0x10321737 rev=0x10 hdr=0x00 vendor='Linksys' device='EG1032 Gigabit Ethernet' class=network subclass=ethernet Looks the same as yours. Looking at the physical card directly, I see "Model No: EG1032 ver.3", and the chip says "RTL8169S-32". Is yours the same too? The re driver is already compiled into the kernel as well. Maybe removing the sk driver would make a difference? -- Jeremy