From owner-freebsd-hackers@FreeBSD.ORG Wed May 14 03:17:25 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EEE937B401 for ; Wed, 14 May 2003 03:17:25 -0700 (PDT) Received: from digiflux.org (43.Red-80-59-151.pooles.rima-tde.net [80.59.151.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 174DF43F3F for ; Wed, 14 May 2003 03:17:22 -0700 (PDT) (envelope-from olivas@digiflux.org) Received: from sentinel (sentinel [10.0.2.5]) (authenticated bits=0) by digiflux.org (8.12.9/8.12.9) with ESMTP id h4EAGZ4P006533; Wed, 14 May 2003 12:16:43 +0200 (CEST) (envelope-from olivas@digiflux.org) From: Stacy Olivas To: "M. Warner Losh" Date: Wed, 14 May 2003 12:16:35 +0200 User-Agent: KMail/1.5 References: <200305131530.41493.olivas@digiflux.org> <20030513.132433.37584599.imp@bsdimp.com> In-Reply-To: <20030513.132433.37584599.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305141216.35631.olivas@digiflux.org> cc: hackers@freebsd.org Subject: Re: wi network driver woes X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 10:17:25 -0000 On Tuesday 13 May 2003 9:24 pm, you wrote: > In message: <200305131530.41493.olivas@digiflux.org> > > Stacy Olivas writes: > : I've ran into some strangeness with the wi wireless network card driver > : under a PicoBSD build (WarBSD). > : > : I can get the kernel to recognize PCMCIA card services and detect the > : WLAN NIC at startup, but if you try to use it for anything you get the > : following error: > : > : wi0: watchdog timeout > > Interrupts are wrong. > > : And, if you remove the NIC from the PCMCIA card slot and re-insert it, > : the system doesn not automatically re-detect it... > > Interrupts are wrong. > > : Any suggestions on what I can do to make this work? > > Use the right interrupts. > > Warner :) Thanks Warner. When I was building the kernel, I had forgot to update the .hints file to match it. The wi driver now works on one of my systems.. Funny thing, it still doesn't work on another system (old laptop). Oh well.. That will be the next thing to look into. But, at least it DOES work now on one system. yay! Many thanks. -Stacy