From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 16:07:24 2004 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 7286D16A4CE for ; Thu, 21 Oct 2004 16:07:24 +0000 (GMT) Received: from smtp.housing.ufl.edu (smtp.housing.ufl.edu [128.227.47.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A0443D39 for ; Thu, 21 Oct 2004 16:07:23 +0000 (GMT) (envelope-from WillS@housing.ufl.edu) Received: (qmail 76404 invoked by uid 98); 21 Oct 2004 12:07:22 -0400 Received: from WillS@housing.ufl.edu by smtp.housing.ufl.edu by uid 1003 with qmail-scanner-1.20 (spamassassin: 2.63. Clear:RC:1(128.227.47.18):. Processed in 0.013615 secs); 21 Oct 2004 16:07:22 -0000 X-Qmail-Scanner-Mail-From: WillS@housing.ufl.edu via smtp.housing.ufl.edu X-Qmail-Scanner: 1.20 (Clear:RC:1(128.227.47.18):. Processed in 0.013615 secs) Received: from bragi.housing.ufl.edu (128.227.47.18) by smtp.housing.ufl.edu with (RC4-MD5 encrypted) SMTP; 21 Oct 2004 12:07:22 -0400 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 Date: Thu, 21 Oct 2004 12:07:22 -0400 Message-ID: <0E972CEE334BFE4291CD07E056C76ED802E874CB@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: if_ndis with intel 2200BG Thread-Index: AcS3iAxQpwIW/pHbSSWhm5cJ+vDibQ== From: "Will Saxon" To: Subject: if_ndis with intel 2200BG 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: Thu, 21 Oct 2004 16:07:24 -0000 Hello, I am having trouble getting an Intel 2200BG wireless adapter to work. I = have obtained the Windows XP drivers for the card and have = created/loaded the ndis and if_ndis modules. I get console messages = about the capabilities of the card, etc. so I think it is being detected = correctly. However, when I try to bring the ndis interface up, change the ssid, set = a channel, etc. it doesn't work, and I get one or more of the following = console messages: ndis0: Could not set channel info id =3D 19 I have read some reports of a kernel panic with this card and if_ndis, = and also complaints of similar errors (but a working card). This card is = currently not working. I have a separate atheros-based minipci card that = seems to work, which I can use for the time being (probably a better = card anyway).=20 This is on a Dell D600 laptop if that makes any difference. I am using = 5.3-STABLE updated and compiled last night ~6pm EST.=20 -Will