From owner-freebsd-current@FreeBSD.ORG Mon Dec 22 08:40:35 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 84EFE16A4CE for ; Mon, 22 Dec 2003 08:40:35 -0800 (PST) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF0E843D1D for ; Mon, 22 Dec 2003 08:40:32 -0800 (PST) (envelope-from james@icionline.ca) Received: from pd4mr4so.prod.shaw.ca (pd4mr4so-qfe3.prod.shaw.ca [10.0.141.215]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HQB00KKQ22TZM@l-daemon> for freebsd-current@freebsd.org; Mon, 22 Dec 2003 09:35:17 -0700 (MST) Received: from pn2ml9so.prod.shaw.ca (pn2ml9so-qfe0.prod.shaw.ca [10.0.121.7]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HQB0016E22T02@l-daemon> for freebsd-current@freebsd.org; Mon, 22 Dec 2003 09:35:17 -0700 (MST) Received: from [192.168.0.101] ([24.64.142.120]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0HQB00C5C22SZN@l-daemon> for freebsd-current@freebsd.org; Mon, 22 Dec 2003 09:35:17 -0700 (MST) Date: Mon, 22 Dec 2003 09:35:24 -0700 From: James Earl In-reply-to: <20031222053002.GA872@cactus.homeunix.org> To: jqdkf@army.com Message-id: <1072110924.942.10.camel@chero.home.com> MIME-version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Content-type: text/plain Content-transfer-encoding: 7BIT References: <1072034400.3fe5f260ca848@webmail.telus.net> <20031222053002.GA872@cactus.homeunix.org> cc: freebsd-current@freebsd.org Subject: Re: Continued problems with Aironet device and 5.2-RC 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: Mon, 22 Dec 2003 16:40:35 -0000 On Sun, 2003-12-21 at 22:30, jqdkf@army.com wrote: > On Sun, Dec 21, 2003 at 11:20:00AM -0800, James Earl wrote: > > Hi, > > > > I was able to get rid of "an0: failed to read RID ff50 7f21 21 0 2eab, 3" > > messages, but my connection still eventually drops when transmitting data. > > I tried many different IRQ combinations in the BIOS setup. Some combinations go > > t rid of the error message above, and some combinations had more stable results > > that would NOT partially freeze my system. > > Hi, > > I also have this card, but unlike you, my system even can not recognize > it. 4.9 release can detect 350 correctly and makes it work, but both 5.1 > and 5.2 can't detect it. According to dmesg: > > cbb0: Unsupported card type detected > > I'm sure I have the line "device an" in the config file, as it is the > default. I also enabled devd and pccard in rc.conf. What else have you > done to at least make it detected? The only thing I've done with cbb is add: hw.cbb.start_memory=0xC0800000 Otherwise I can't even boot past the cbb detection. Don Lewis provided me with this fix of Warner's. When doing a verbose boot, it shows that both the cbb and an device were being assigned the same memory range. I'm not sure if this same thing would apply to you or not, but it might be worth checking out. James