From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 15:00:50 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 B53E616A4CE for ; Mon, 26 Jul 2004 15:00:50 +0000 (GMT) Received: from grerelbul01.net.external.hp.com (grerelbul01.net.external.hp.com [155.208.255.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69E7E43D55 for ; Mon, 26 Jul 2004 15:00:50 +0000 (GMT) (envelope-from guillaume.goutaudier@hp.com) Received: from gaurand.grenoble.hp.com (gaurand.grenoble.hp.com [15.128.162.249]) by grerelbul01.net.external.hp.com (Postfix) with ESMTP id 1D80037DFE for ; Mon, 26 Jul 2004 17:01:01 +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 RAA09039 for ; Mon, 26 Jul 2004 17:02:24 +0200 (METDST) Message-ID: <41051C97.7030200@hp.com> Date: Mon, 26 Jul 2004 17:00:39 +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 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 15:00:50 -0000 bge gives me exactly the same error message. And still nothing like "bge0: ..." in dmesg output. Try bge. On Mon, Jul 26, 2004 at 03:11:42PM +0200, Guillaume Goutaudier wrote: >/ 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 />/ /