From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 13:11:59 2004 Return-Path: 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 75F9C16A4CE for ; Mon, 26 Jul 2004 13:11:59 +0000 (GMT) Received: from bbnrelbul01.net.external.hp.com (bbnrelbul01.net.external.hp.com [155.208.255.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39A1543D31 for ; Mon, 26 Jul 2004 13:11:59 +0000 (GMT) (envelope-from guillaume.goutaudier@hp.com) Received: from gaurand.grenoble.hp.com (gaurand.grenoble.hp.com [15.128.162.249]) by bbnrelbul01.net.external.hp.com (Postfix) with ESMTP id DEEFE39142 for ; Mon, 26 Jul 2004 15:11:52 +0200 (CEST) Received: from hp.com (dhcp-15-128-30-35.grenoble.hp.com [15.128.30.35]) by gaurand.grenoble.hp.com with ESMTP (8.9.3 (PHNE_24419+JAGae58098)/8.7.3 SMKit7.02) id PAA08952; Mon, 26 Jul 2004 15:13:27 +0200 (METDST) Message-ID: <4105030E.3070006@hp.com> Date: Mon, 26 Jul 2004 15:11:42 +0200 From: Guillaume Goutaudier User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040308 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Guillaume Goutaudier Subject: BCM4401-B0 card error on FreeBSD 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 13:11:59 -0000 Hi all, I'm trying to move from Linux to FreeBSD on my compaq nx5000 laptop. The FreeBSD version I installed is 5.2.1. I have a problem with the integrated broadcom BCM4401-B0 NIC. This is not a BCM4401 but a BCM4401-B0 card (PCI ID = 0x170c), and the bfe driver does not seem to work: In the dmesg output, I don't have a single line with "bfe0: ...". Instead, all I have is: pci1: at device 14.0 (no driver attached) When I try to install the bfe module manually, I get: # kldload miibus.ko interface miibus.1 already present in the KLD 'kernel'! kldload: can't load miibus.ko: file exists # kldload if_bfe.ko module_register: module pci/bfe already exists! Module pci/bfe failed to register: 17 module_register: module bfe/miibus already exists! Module bfe/miibus failed to register: 17 I'm not familiar at all with *BSD drivers stuff so any help will be REALLY appreciated ... cheers, Guillaume