From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 07:09:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6808C16A4CE for ; Tue, 10 Aug 2004 07:09:20 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD5043D41 for ; Tue, 10 Aug 2004 07:09:19 +0000 (GMT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([69.167.189.214]) by mta9.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040810070919.MBRC2583.mta9.adelphia.net@duron.pcmedx.com>; Tue, 10 Aug 2004 03:09:19 -0400 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id C9AA5A930; Tue, 10 Aug 2004 00:09:18 -0700 (PDT) Received: from duron.pcmedx.com ([127.0.0.1]) by localhost (duron.pcmedx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 76361-02; Tue, 10 Aug 2004 00:09:17 -0700 (PDT) Received: from [192.168.240.244] (win2000.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with ESMTP id BA508A91C; Tue, 10 Aug 2004 00:09:17 -0700 (PDT) Message-ID: <4118749D.7090007@pcmedx.com> Date: Tue, 10 Aug 2004 00:09:17 -0700 From: Mike Maltese User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions References: <1D491382-EA55-11D8-9F7E-000393BB56F2@HiWAAY.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com cc: David Kelly Subject: Re: D-Link DWL-520 won't initialize X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 07:09:20 -0000 David Kelly wrote: > > On Aug 9, 2004, at 5:40 PM, David Kelly wrote: > >> wi0: mem 0xfc000000-0xfc000fff irq 21 at device >> 0.0 on pci2 >> wi0: timeout in wi_cmd 0x0000; event status 0x0000 >> wi0: wi_cmd: busy bit won't clear. >> : init failed >> device_probe_and_attach: wi0 attach returned 6 > > > Update: exact same card on an Asus P2B PII-400 MHz machine with FreeBSD > 4.8-p-something produced much the same results above when I did "kldload > if_wi". Difference was "attach returned 5" and the system locked hard. > > Studying D-Link's site I now know I have a "version E" card, if that > means anything. NT4 is the newest Microsoft product I have, and isn't > supported by D-Link. The D-Link instructions say their software is to be > installed before the hardware so I'm wondering if it has to be FLASH'ed > or something? I recently experienced the same thing. The wi driver only supports revision A and B cards. I ditched the E for an A and it works beautifully. Mike