From owner-freebsd-mobile@FreeBSD.ORG Thu Jul 20 14:07:58 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 845BC16A4DE for ; Thu, 20 Jul 2006 14:07:58 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C6043D46 for ; Thu, 20 Jul 2006 14:07:57 +0000 (GMT) (envelope-from dwilde1@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so284691wxd for ; Thu, 20 Jul 2006 07:07:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=qAf1qOYBF5OVQZ3pN2PXM3x7mLi9VTiUdavYEP02xIlSiqkV08QSGLQZkC81aA53nOT0zoeWYkU5ExrDwWNYYeh/Hp+nuznSs60NNwFxtQd0cRZv5h7LaMikB2S/SLl/N4zfLLHyN2HMVdIWnh6z8UTYByTZ/52PWgp+k0uqbFM= Received: by 10.70.60.3 with SMTP id i3mr3048999wxa; Thu, 20 Jul 2006 07:07:57 -0700 (PDT) Received: by 10.70.16.9 with HTTP; Thu, 20 Jul 2006 07:07:57 -0700 (PDT) Message-ID: Date: Thu, 20 Jul 2006 08:07:57 -0600 From: "Don Wilde" Sender: dwilde1@gmail.com To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 88a8cd5946e5a68b Subject: iwi prevents 6-STABLE kernel from building X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 14:07:58 -0000 Good localtime(), all - I am having problems related to the iwi driver since my recent CVSups of last several days. I get an 'unknown symbol firmware_get' from several iwi modules: if_iwi.o(.text+0x23ca): In function `iwi_getfw': : undefined reference to `firmware_get' and several more, while doing buildkernel. It's a Dell Inspiron 6000, and I deinstall/reinstall'ed net/iwi-firmware and net/iwi-firmware-kmod. UPDATING in ports and sys says nothing about such an error, and neither does iwi(4) or the Bergamini web page. I didn't see anything in this list archive, either. My previously working system did not work at my local library yesterday, giving a new error message on the console something like 'unknown authentication method 1' over and over again. TIA for any suggestions! Don WIlde