From owner-freebsd-current@FreeBSD.ORG Mon Apr 6 20:44:50 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 DE53910656E3 for ; Mon, 6 Apr 2009 20:44:50 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 6BF008FC17 for ; Mon, 6 Apr 2009 20:44:50 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ey-out-2122.google.com with SMTP id 4so529173eyf.7 for ; Mon, 06 Apr 2009 13:44:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=MT6m/NMFM/I7fCuTJW/qF6v9InLvfNlIXkoubFT+SZM=; b=mYhTEDjCNVS7DgkuDsByjcVD6Zeds7Vzk1rI6N0Ed9Iyr0FkvnbyiVts48d8zi/u8w Ntbp0LIWxYzoqx7vJ7Ip17CdAoyvGcEwqDto1AEtXGZrag4d9mTBfnD/rrR/hofmr3kb o7I0MHdcrLvGluApRgUdAnanG4XtduxHYGkUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=WZJh0ZvVk3rXjzlFCPkL03tWApWT1IaO4d8B7BDrcTshj8nQe8dJ266m3fLqe1NzNE dk+DQ7TyCQymU3U/939HB6IIxmBWP/kmgMk0me3ADXAbOQVR3WJJs6DrgAFzfvIr3Uw2 jqMB3ZVzXruBGYa0a4K/HaUOtzFXmUu/bmpcM= MIME-Version: 1.0 Received: by 10.210.40.10 with SMTP id n10mr3727583ebn.71.1239050689369; Mon, 06 Apr 2009 13:44:49 -0700 (PDT) In-Reply-To: <49DA23A9.50707@gmail.com> References: <20090406092653.W48458@admin16.site.uottawa.ca> <3a142e750904060832r41febee3k1dd6e4f5d7bc0f22@mail.gmail.com> <49DA23A9.50707@gmail.com> Date: Mon, 6 Apr 2009 22:44:49 +0200 Message-ID: <3a142e750904061344k3c6f5f9aue1efbd16bef0e53a@mail.gmail.com> From: "Paul B. Mahol" To: michael Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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 20:44:52 -0000 On 4/6/09, michael wrote: > > > 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. amd64 or i386 8.CURRENT, do you have backtrace? -- Paul