From owner-freebsd-net@FreeBSD.ORG Mon Sep 11 13:14:12 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 E49A916A403 for ; Mon, 11 Sep 2006 13:14:12 +0000 (UTC) (envelope-from steph@gabswave.net) Received: from smtp.bbi.co.bw (smtp.bbi.co.bw [193.219.214.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81BE443D55 for ; Mon, 11 Sep 2006 13:14:04 +0000 (GMT) (envelope-from steph@gabswave.net) Received: from STEPHANFCN56VN (warez.bbi.co.bw [10.6.0.24]) by smtp.bbi.co.bw (8.13.4/8.13.4) with ESMTP id k8BFHVMU025911 for ; Mon, 11 Sep 2006 15:17:39 GMT From: "Steph" To: Date: Mon, 11 Sep 2006 15:12:20 +0200 Message-ID: <00ee01c6d5a3$ed86ae50$1800060a@STEPHANFCN56VN> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-bbi.co.bw-MailScanner-Information: Please contact the ISP for more information X-bbi.co.bw-MailScanner: Found to be clean X-bbi.co.bw-MailScanner-From: steph@gabswave.net X-Spam-Status: No Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Network Card problems in FreeBSD 4.9 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: Mon, 11 Sep 2006 13:14:13 -0000 Hi There, I've recompiled my kernel since I needed to add a new Driver for some bandwidth management software I'm running and for some reason when I reboot the box with the new kernel it doesn't show my Network Interfaces when doing an ifconfig -a. The one device is a Dual Intel Pro/1000 Adaptor and the other is a Dual Broadcom I think. I've compiled the drivers for these devices directly into the kernel without any errors. They do show up when doing a pciconf -lv. I'm new to FreeBSD so the chances that I've screwed something up somewhere is quite good :-) Is there anything else I should be looking out for? none3@pci2:1:0: class=0x020000 card=0x00291374 chip=0x00291374 rev=0x03 hdr=0x00 vendor = 'Silicom Ltd' class = network subclass = ethernet none4@pci2:1:1: class=0x020000 card=0x00291374 chip=0x00291374 rev=0x03 hdr=0x00 vendor = 'Silicom Ltd' class = network subclass = ethernet none5@pci4:0:0: class=0x020000 card=0x02c615d9 chip=0x165914e4 rev=0x11 hdr=0x00 vendor = 'Broadcom Corporation' class = network subclass = ethernet none6@pci5:0:0: class=0x020000 card=0x02c615d9 chip=0x165914e4 rev=0x11 hdr=0x00 vendor = 'Broadcom Corporation' class = network subclass = Ethernet Thanks in advance. -steph