From owner-freebsd-drivers@FreeBSD.ORG Thu Aug 23 14:37:55 2007 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F96616A41B for ; Thu, 23 Aug 2007 14:37:55 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 126B813C474 for ; Thu, 23 Aug 2007 14:37:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l7NEZs8R034909; Thu, 23 Aug 2007 08:35:55 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 23 Aug 2007 08:35:59 -0600 (MDT) Message-Id: <20070823.083559.337860289.imp@bsdimp.com> To: stefan.lambrev@moneybookers.com From: "M. Warner Losh" In-Reply-To: <46CD4F81.1070500@moneybookers.com> References: <46CD05FD.7070301@datalinktech.com.au> <20070823105740.GA2198@kattx.box> <46CD4F81.1070500@moneybookers.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 23 Aug 2007 08:35:55 -0600 (MDT) Cc: freebsd-drivers@freebsd.org Subject: Re: Intel 3945 ABG X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:37:55 -0000 In message: <46CD4F81.1070500@moneybookers.com> Stefan Lambrev writes: : Hello, : : Sami M'Barek wrote: : > On Thu, Aug 23, 2007 at 11:58:53AM +0800, davidn wrote: : > : >> Sami M'Barek wrote: : >> : >>> Well i reinstalled 7-CURRENT again. I still have the same problem. This time i tried to install the p4 : >>> version. : >>> : >>> when i load the wpifw.ko i get: : >>> wpifw: You need to read the LICENSE file in /usr/share/doc/legal/intel_wpi/. : >>> wpifw: If you agree with the license, set legal.intel_wpi.license_ack=1 in /boot/loader.conf. : >>> module_register_init: MOD_LOAD (wpifw_fw, 0xc349651c, 0) error 1 : >>> : >>> and nothing when loading if_wpi.ko. : >>> : >>> my /boot/loader.conf: : >>> i915_load="YES" : >>> if_ural_load="YES" : >>> if_wpi_load="YES" : >>> drm_load="YES" : >>> firmware_load="YES" : >>> ng_ubt_load="YES" : >>> kern.ipc.shmmax="6710886" : >>> kern.ipc.shmall="32768" : >>> kern.maxfiles="25000" : >>> load_acpi="YES" : >>> loader_logo="beastiebw" : >>> legal.intel_wpi.license.ack=1 : >>> : >>> : >> Typo there, should be: : >> : >> legal.intel_wpi.license_ack=1 : >> : >> _______________________________________________ : >> freebsd-drivers@freebsd.org mailing list : >> http://lists.freebsd.org/mailman/listinfo/freebsd-drivers : >> To unsubscribe, send any mail to "freebsd-drivers-unsubscribe@freebsd.org" : >> : >> : > : > I copy pasted that from the dmesg or README and put it in there. : > Anyways i get: : > # sysctl legal.intel_wpi.license_ack=1 /home/sami : > sysctl: unknown oid 'legal.intel_wpi.license_ack' : > : > : Just put it in /boot/loader.conf : : legal.intel_wpi.license_ack=1 : : Anyway this driver does not work for me - every time when I try to load : it I got: : link_elf_obj: symbol ieee80211_amrr_choose undefined : KLD file if_wpi.ko - could not finalize loading : : I'm using freebsd 7-current amd64 Make sure that you have loaded wlan_amrr. Warner