From owner-freebsd-current@FreeBSD.ORG Sun Jun 8 10:12:31 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79EAF37B401; Sun, 8 Jun 2003 10:12:31 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F5F43F3F; Sun, 8 Jun 2003 10:12:30 -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 h58HCTkA096450; Sun, 8 Jun 2003 11:12:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 08 Jun 2003 11:12:06 -0600 (MDT) Message-Id: <20030608.111206.87999448.imp@bsdimp.com> To: amnesia@t-online.de From: "M. Warner Losh" In-Reply-To: <00c301c32db3$61effea0$030aa8c0@video> References: <00c301c32db3$61effea0$030aa8c0@video> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: mini-PCI Cards dont work X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2003 17:12:31 -0000 In message: <00c301c32db3$61effea0$030aa8c0@video> Amnesia@t-online.de (Torsten K=F6tting) writes: : Its a Cisco Aironet 350. The driver does find the card but when I act= ivate : its interface an0 I get a timeout message, the cpu-load jumps to 100%= and I : need to reset the laptop. These are classic interrupt storm symptoms. For some reason, we're not routing a proper interrupt, or the an driver is failing to fully service the interrupt in hardware, causing it to interrupt again. : After checking several mailarchives and trying : older firmwares for the MPI350 without having any success I thought I= give : up on the MPI350 and buy an Orinoco wlan card, again MiniPCI. I was s= ure I : have solved my probs now but I was wrong. Exactly the same problem ap= pears : now with the Orinoco Card. The Driver finds it, after activating the = wi0 : interface the system crashes. What was the crash? I've has issues with my minipci orinoco card that I've not been able to fully nail down. Warner