From owner-freebsd-ppc@FreeBSD.ORG Wed Sep 21 23:36:34 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE25D1065673 for ; Wed, 21 Sep 2011 23:36:34 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-gw0-f49.google.com (mail-gw0-f49.google.com [74.125.83.49]) by mx1.freebsd.org (Postfix) with ESMTP id 596C88FC16 for ; Wed, 21 Sep 2011 23:36:34 +0000 (UTC) Received: by gwa2 with SMTP id 2so804102gwa.36 for ; Wed, 21 Sep 2011 16:36:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:cc:x-mailer; bh=/wfCiHDyrm4g/aOuRLIrT97MTPSLjYY+cGkb8cMtr0Y=; b=ZiRtGAQbd+1fuES8bmq6hMGxIabq44jDEIUTcDPyZuiycV0Qjcv0qrricfTShnPbP7 qEyeOTk3ljQRAzj4N9ov27FzoFI1fhOJtF+4iXrq0hkZaAM07sZdJUJADMn27w445xlV YEHYJEV6ZjxznsvpHVMwBkvXK2EORSNaFt/R4= Received: by 10.236.173.129 with SMTP id v1mr9457360yhl.25.1316648193669; Wed, 21 Sep 2011 16:36:33 -0700 (PDT) Received: from triad.knownspace (216-15-41-8.c3-0.gth-ubr1.lnh-gth.md.cable.rcn.com. [216.15.41.8]) by mx.google.com with ESMTPS id n67sm8847478yhi.9.2011.09.21.16.36.32 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 21 Sep 2011 16:36:32 -0700 (PDT) Message-Id: <4D05F135-FAD8-4C15-A942-D99F4F552FF6@gmail.com> From: Justin Hibbits To: FreeBSD PowerPC ML Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Wed, 21 Sep 2011 19:36:27 -0400 X-Mailer: Apple Mail (2.936) Cc: freebsd-wireless@freebsd.org Subject: if_bwi on PowerBook G4 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2011 23:36:34 -0000 I'm trying to get a Linksys wireless card working on my PowerBook G4 (PC card, not built-in airport), and running into problems. I've loaded the firmware, but when I load the module, it prints the following messages, and won't try again: bwi0: mem 0x88000000-0x88001fff irq 58 at device 0.0 on cardbus0 bwi0: BBP: id 0x4318, rev 0x2, pkg 2 bwi0: MAC: rev 9 bwi0: PHY: type 2, rev 7, ver 3 bwi0: RF: manu 0x17f, type 0x2050, rev 8 bwi0: invalid antenna gain in sprom I've googled, and seen successes on PowerPC, but not with CardBus (which isn't enabled by default, so could contribute), and seen reports with the same error message, but followed by the antenna gain being read successfully. I'm clueless as to how to proceed with this. Any ideas? - Justin