From owner-freebsd-mobile@FreeBSD.ORG Mon Apr 21 16:33:38 2003 Return-Path: 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 3306D37B401 for ; Mon, 21 Apr 2003 16:33:38 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5291843F85 for ; Mon, 21 Apr 2003 16:33:37 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h3LNXZA7028088; Mon, 21 Apr 2003 17:33:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 21 Apr 2003 17:33:17 -0600 (MDT) Message-Id: <20030421.173317.119275425.imp@bsdimp.com> To: kai@khaberz.net From: "M. Warner Losh" In-Reply-To: <7xd6jgt7pd.fsf@zaphod.khaberz.net> References: <7xfzoctbe4.fsf@zaphod.khaberz.net> <38370000.1050919857@lerlaptop.lerctr.org> <7xd6jgt7pd.fsf@zaphod.khaberz.net> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: Linksys WPC11 freezes laptop X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 23:33:38 -0000 In message: <7xd6jgt7pd.fsf@zaphod.khaberz.net> Kai Haberzettl writes: : Larry Rosenman writes: : : >> A few seconds after inserting the card, the system freezes : >> completely, requiring a reset. No messages in the log after reboot. : >> : >> If I boot with the card inserted, the Laptop will hang during boot : >> shortly after the card is detected. : : > Looks like you MIGHT have an IRQ conflict here. I note you get IRQ5, : > which is, usually, : > a SOUND card IRQ. : > : > You might see if you can force it someplace else. : : Yep. Looks like you're right. I used IRQ 3, which is normally occupied : by the regular NIC and it works. Thanks! : : Strangely enough, I can't seem to get any other IRQ to work. I tried : 9,10,11,15. None worked. Is there a way to check which IRQs are free? Any reason you aren't using PCI interrupts? Warner