From owner-freebsd-stable@FreeBSD.ORG Fri May 13 21:06:24 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5035F16A4CE for ; Fri, 13 May 2005 21:06:24 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC76843D5D for ; Fri, 13 May 2005 21:06:23 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j4DL5FrK024964; Fri, 13 May 2005 15:05:15 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 13 May 2005 15:06:26 -0600 (MDT) Message-Id: <20050513.150626.118721568.imp@bsdimp.com> To: kirk@strauser.com From: "M. Warner Losh" In-Reply-To: <200505122236.14490.kirk@strauser.com> References: <200505122236.14490.kirk@strauser.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org Subject: Re: wi0 is always status: no carrier X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 21:06:24 -0000 In message: <200505122236.14490.kirk@strauser.com> Kirk Strauser writes: : I've finally coerced FreeBSD 5.4 to see my PCMCIA WLAN card (with many thanks : to Warner), but it always reports "status: no carrier". I'm attempting to : connect to an open WAP that broadcasts it's SSID, so my understanding is that : it should be as simple as "ifconfig wi0 ad.dr.es.s netmask 255.255.255.0" or : "dhclient wi0", but neither of those work. If I do manually specify an : address, then I can ping that address, but I'm not sure if that actually : means anything. : : I've also been running tcpdump on the DHCP server for that wireless network. : I can see plenty of traffic from the other machines, but absolutely nothing : from the laptop. : : My /boot/loader.conf looks like: : : hint.acpi.0.disabled="1" : hint.apic.0.disabled="1" : hw.cbb.start_memory=0xd800 : : Is there something else I'm blatantly missing? Kirk's dmesg showed some interesting IRQ routing issues that might be the problem: pir0: on motherboard $PIR: BIOS IRQ 11 for 0.7.INTA is not valid for link 0x22 $PIR: BIOS IRQ 11 for 0.7.INTB is not valid for link 0x22 Can you send me the output of http://people.freebsd.org/~msmith/pir.c to make sure that's not the problem. What does vmstat show for irq 10? How about other IRQs? Warner