From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 22 02:50:22 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 054B316A4CE for ; Tue, 22 Mar 2005 02:50:22 +0000 (GMT) Received: from mxsf34.cluster1.charter.net (mxsf34.cluster1.charter.net [209.225.28.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 966EA43D3F for ; Tue, 22 Mar 2005 02:50:21 +0000 (GMT) (envelope-from lankfordandrew@charter.net) Received: from mxip17.cluster1.charter.net (mxip17a.cluster1.charter.net [209.225.28.147])j2M2oKWW010714 for ; Mon, 21 Mar 2005 21:50:20 -0500 Received: from cpe-24-181-244-212.san.nc.charter.com (HELO [192.168.15.105]) (24.181.244.212) by mxip17.cluster1.charter.net with ESMTP; 21 Mar 2005 21:50:16 -0500 X-Ironport-AV: i="3.91,108,1110171600"; d="scan'208"; a="842824452:sNHT403101592" Message-ID: <423F87EE.6000605@charter.net> Date: Mon, 21 Mar 2005 21:50:22 -0500 From: Andrew Lankford User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Broadcom wireless NIC on R3000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 02:50:22 -0000 After getting ACPI working with Kim's hints on this list and waiting for several useful commits to -STABLE, ACPI works and my parallel port along with it. That leaves the onboard Wifi capability as the only thing I can't use on FreeBSD. The realtek NIC has always worked fine, but I only recently got the kernel to recognize the Broadcom wireless NIC. Using the 64-bit ndisulator and a downloaded windows driver that was linked to on this list a month or two ago, I can load the right modules and get the right device probe messages, etc. The interface shows up in ifconfig too, but it's always "no-carrier", no matter what settings I try, and the little blue WiFi indicator light doesn't go on like it does in Windows. According to the manual, the antenna is turned on and off by the toggle button right next to the indicator light. I take that to mean that there's some sort of interface that physically controls signals to/from the antenna, and that it's set to "off" by default in FreeBSD. Ergo no connection to the antenna --> no carrier --> no joy. Has anyone tackled this problem before? Google hasn't given me any leads. Andrew Lankford