From owner-freebsd-questions@FreeBSD.ORG Thu Jan 18 17:25:57 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 028A716A416 for ; Thu, 18 Jan 2007 17:25:57 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from mxfep04.bredband.com (mxfep04.bredband.com [195.54.107.79]) by mx1.freebsd.org (Postfix) with ESMTP id 9D80313C45A for ; Thu, 18 Jan 2007 17:25:55 +0000 (UTC) (envelope-from daniel.tourde@spray.se) Received: from ironport2.bredband.com ([195.54.107.84] [195.54.107.84]) by mxfep04.bredband.com with ESMTP id <20070118172552.XSXR2732.mxfep04.bredband.com@ironport2.bredband.com> for ; Thu, 18 Jan 2007 18:25:52 +0100 Received: from c-768572d5.023-68-73746f42.cust.bredbandsbolaget.se (HELO maerlyn.bredbandsbolaget.se) ([213.114.133.118]) by ironport2.bredband.com with ESMTP; 18 Jan 2007 18:25:52 +0100 From: Daniel Tourde To: freebsd-questions@freebsd.org Date: Thu, 18 Jan 2007 18:26:02 +0100 User-Agent: KMail/1.9.5 References: <200701172234.12466.daniel.tourde@spray.se> <45AEBB1D.4050803@qwirky.net> In-Reply-To: <45AEBB1D.4050803@qwirky.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701181826.02552.daniel.tourde@spray.se> Subject: Re: How to install the 3945ABG Driver on a fresh FreeBSD 6.2 install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: daniel.tourde@spray.se List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2007 17:25:57 -0000 And that gives... guenevere# make ===> wpi_ucode (all) Warning: Object directory not changed from original /usr/src/sys/dev/wpi/wpi_uco de ===> wpi (all) Warning: Object directory not changed from original /usr/src/sys/dev/wpi/wpi cc -O2 -fno-strict-aliasing -pipe -march=prescott -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fn o-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3d now -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs - Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual - fformat-extensions -std=c99 -c if_wpi.c In file included from if_wpi.c:74: ./if_wpivar.h:19:37: net80211/ieee80211_amrr.h: No such file or directory In file included from if_wpi.c:74: ./if_wpivar.h:115: error: field `amn' has incomplete type ./if_wpivar.h:127: error: field `amrr' has incomplete type if_wpi.c: In function `wpi_rx_intr': if_wpi.c:1324: warning: implicit declaration of function `bpf_peers_present' if_wpi.c:1324: warning: nested extern declaration of `bpf_peers_present' if_wpi.c: In function `wpi_tx_data': if_wpi.c:1677: warning: nested extern declaration of `bpf_peers_present' if_wpi.c:1324: warning: redundant redeclaration of 'bpf_peers_present' if_wpi.c:1324: warning: previous implicit declaration of 'bpf_peers_present' was here if_wpi.c: In function `wpi_start': if_wpi.c:1889: warning: nested extern declaration of `bpf_peers_present' if_wpi.c:1324: warning: redundant redeclaration of 'bpf_peers_present' if_wpi.c:1324: warning: previous implicit declaration of 'bpf_peers_present' was here if_wpi.c: In function `wpi_iter_func': if_wpi.c:2928: warning: implicit declaration of function `ieee80211_amrr_choose' if_wpi.c:2928: warning: nested extern declaration of `ieee80211_amrr_choose' if_wpi.c: In function `wpi_newassoc': if_wpi.c:2952: warning: implicit declaration of function `ieee80211_amrr_node_in it' if_wpi.c:2952: warning: nested extern declaration of `ieee80211_amrr_node_init' *** Error code 1 Stop in /usr/src/sys/dev/wpi/wpi. *** Error code 1 Stop in /usr/src/sys/dev/wpi. guenevere# > Daniel Tourde wrote: > > Hello, > > > > I found the driver for my wireless card on: > > http://www.clearchain.com/~benjsc/download/20070106-wpi-freebsd.tar.gz > > but how is it supposed to be installed on a fresh FreeBSD 6.2? > > > > Daniel > > You will need to compile the driver then use kldload to load it into the > kernel. See man kldload > > You can then you should be able to load it on boot automatically via > /boot/loader.conf. See man loader.conf > > Hope that helps some. > > Cheers, > > Jeff > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"