From owner-freebsd-amd64@FreeBSD.ORG Thu Jan 20 08:46:59 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A921E16A4CE for ; Thu, 20 Jan 2005 08:46:59 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D84F43D62 for ; Thu, 20 Jan 2005 08:46:59 +0000 (GMT) (envelope-from ccnp.bsd@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so69665rnf for ; Thu, 20 Jan 2005 00:46:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=ei8+0bb1NdaZYubGgqMmUMB/gtbCbjp+UahqMoosPEKIA/paYP3wz8SN7Std5480fBNJxs8QWZ++i8Y0A0x1txIYYwxzZw+AOtOwRTjfpFby3l19MFSx2zX0YvCGF+DTCzzukJNisoBVQRA2dVzYo37GpU/THAM5OYdOu5jk5lw= Received: by 10.38.11.55 with SMTP id 55mr159322rnk; Thu, 20 Jan 2005 00:46:58 -0800 (PST) Received: by 10.38.208.42 with HTTP; Thu, 20 Jan 2005 00:46:58 -0800 (PST) Message-ID: Date: Thu, 20 Jan 2005 02:46:58 -0600 From: Nick Lozinsky To: freebsd-amd64@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: FreeBSD-STABLE/amd64 DWL-650 ath & ath_hal compile error X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Lozinsky List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 08:46:59 -0000 Greetings, I have included: device ath device ath_hal to my kernel, and when attempting to `make', it fails with: linking kernel ah_osdep.o(.text+0x157): In function `ath_hal_modevent': : undefined reference to `ath_hal_version' ah_osdep.o(.data+0x1b8): undefined reference to `ath_hal_version' *** Error code 1 I've googled for over a week, with no solution. According to `man ath' and `man ath_hal', this is the proper procedure to create the `ath' device. My reason for doing this, is to get the Dlink DWL-650 RevP PCCard to function on my Gateway 7405GX AMD64; It also has a built in Broadcom 802.11g WiFi NIC, and I have attempted to use the NDIS wrapper, but without any luck, meaning, erroring out at loading the proper modules (i.e. `if_ndis.ko', etc.) Please advice on the next step. Nick Lozinsky