From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 16 06:33:02 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32A4A16A422 for ; Thu, 16 Feb 2006 06:33:02 +0000 (GMT) (envelope-from nslay@comcast.net) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B4F43D5E for ; Thu, 16 Feb 2006 06:33:01 +0000 (GMT) (envelope-from nslay@comcast.net) Received: from [192.168.0.100] (c-68-35-224-189.hsd1.fl.comcast.net[68.35.224.189]) by comcast.net (rwcrmhc13) with ESMTP id <20060216063300m1300gt15fe>; Thu, 16 Feb 2006 06:33:01 +0000 Message-ID: <43F41C46.9060105@comcast.net> Date: Thu, 16 Feb 2006 01:31:34 -0500 From: Nathan Lay User-Agent: Thunderbird 1.5 (X11/20060118) MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: if_iwi on Thinkpad T43 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 06:33:02 -0000 Hello, I've encountered a strange problem with the IPW 2915ABG adapter on a Thinkpad T43. ACPI thinks the card is turned on, dev.acpi_ibm.0.wlan: 1 yet, the driver isn't even loaded. Now, if I load the driver it attaches just fine iwi0: mem 0xa8401000-0xa8401fff irq 11 at device 2.0 on pci4 iwi0: Ethernet address: 00:13:ce:b7:ea:87 Now, without even loading the firmware LIGHTBULB# iwicontrol iwi0 -r Radio is ON It still thinks it is on. After loading the firmware using 'ifconfig iwi0 up' or 'dhclient iwi0' has no effect. Does anyone have any idea why either ACPI thinks the card is already on, or why the system turns the card on at boot? I tried a number of things with the BIOS and I also tried a number of things with the kernel config. Is this a bug? If so, is it a bug with if_iwi or ACPI? Here is my uname: FreeBSD LIGHTBULB.LOCAL 6.0-RELEASE-p4 FreeBSD 6.0-RELEASE-p4 #15: Mon Feb 13 20:59:21 EST 2006 root@LIGHTBULB.LOCAL:/usr/obj/usr/src/sys/LIGHTBULB i386 If anyone has any idea whats going on, please let me know. Best Regards, Nathan Lay