From owner-freebsd-current@FreeBSD.ORG Mon Apr 6 15:45:48 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C37EA1065670 for ; Mon, 6 Apr 2009 15:45:48 +0000 (UTC) (envelope-from michael.copeland@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 770B88FC14 for ; Mon, 6 Apr 2009 15:45:48 +0000 (UTC) (envelope-from michael.copeland@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so1365889ywh.13 for ; Mon, 06 Apr 2009 08:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=mlM17+0iwQgh3FTlkf33eQeIHBxDo2UFjBvNwzULMW0=; b=pVGAslt1fZvXarMYXQmzWFUWMQyBnOvNkQApON3BL1aS4A6bsYwSl3eTOkJyi576jz rCIxNoLrYLFjJH/NFrSJ+j3RO0qH+DeIHtylP/6pOyULlbQs6fXpcCemCjvhUisX9uaw mFO+htB5BnMTjrQnEk64+gNzsa+ENELeIk1yA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=WxV9g2rE+bO4n2YZjeh8kxbEtXoV6D2wbx8WbZROJ8Ag6Lgb4tWbM2wIqVtEAVBdOB +Y2Gcs78JlX0ZjU/Qr1a7VMONnf68w+xfMgrbwHc3RIeqv79E8p27AXFszUg3crKoJGk OOkOyvuWKvP16gY7nzs00eMI9NnFZkdZep47A= Received: by 10.90.117.17 with SMTP id p17mr3059242agc.52.1239032747710; Mon, 06 Apr 2009 08:45:47 -0700 (PDT) Received: from ?10.10.10.10? (adsl-074-245-053-043.sip.jax.bellsouth.net [74.245.53.43]) by mx.google.com with ESMTPS id 7sm6497357aga.33.2009.04.06.08.45.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Apr 2009 08:45:47 -0700 (PDT) Message-ID: <49DA23A9.50707@gmail.com> Date: Mon, 06 Apr 2009 11:45:45 -0400 From: michael User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: "Paul B. Mahol" References: <20090406092653.W48458@admin16.site.uottawa.ca> <3a142e750904060832r41febee3k1dd6e4f5d7bc0f22@mail.gmail.com> In-Reply-To: <3a142e750904060832r41febee3k1dd6e4f5d7bc0f22@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kwhite@site.uottawa.ca, freebsd-current@freebsd.org Subject: Re: Unable to associate using NDIS driver to WPA/WPA2 APs post 2009/03/26 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Apr 2009 15:45:49 -0000 Paul B. Mahol wrote: > On 4/6/09, Keith White wrote: > >> The platform is an msi wind U100 using an NDIS driver for the onboard >> rt2860. >> >> This has worked well, both at home with WPA2-PSK and at work with >> WPA2-EAP, until recently [post 2009/03/26?]. It stopped working >> with the recent changes to if_ndis and net80211. >> >> My current workaround is to use older versions of wlan.ko and >> if_ndis.ko, but that's not going to continue forever... >> > > Known issue, I'm slowly working on it ... any help is appreicated > > > ndis is causing my machine to panic with rt2870 and rt2860 devices. specifically, it was causing a panic the moment rt2870_sys.ko was loaded, however, if ndis.ko was loaded first, it would take up to a minute.