From owner-freebsd-questions@FreeBSD.ORG Sat Jun 6 15:10:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DA79106564A for ; Sat, 6 Jun 2009 15:10:38 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f214.google.com (mail-fx0-f214.google.com [209.85.220.214]) by mx1.freebsd.org (Postfix) with ESMTP id 9D2B28FC0C for ; Sat, 6 Jun 2009 15:10:37 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm10 with SMTP id 10so143398fxm.43 for ; Sat, 06 Jun 2009 08:10:36 -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=6YSJYr7Q+Uf4JeuoHZk7OagbYradsxB5UI3mN31hOJs=; b=DU6wiQ1aBSUuKQjc6i5SuzW87Sde8lAgayb1kCuwWCVEC8zei1W9LlZrI8w7w/wegY 7fJqQIa7e2yA/ju5tnS70uzcNvbcD+ASMt31sPOOeRHjeJi3dEDQTRUeVpYl+H3OZWZQ E3lc702YFAiTCkCHeaG1cJBHa1WimKDMVQqRw= 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=qhZZtrEUrHtzFXxMuOGdhEn1xCCHmHdTj4h+Z3lIMZYyXAwXa0C5Ab8xpbsavndDxf 4WZlMuO09REM+im7U3F/u+Bbuy8JQx2HzUVXn9iUvZLexGEFsFvqBzets3X88Mv7Ew6B kOLUdQ4CvhpIgtci8JIqh/iywZB+a7sZgTv2I= MIME-Version: 1.0 Received: by 10.204.120.193 with SMTP id e1mr4398502bkr.147.1244301036411; Sat, 06 Jun 2009 08:10:36 -0700 (PDT) In-Reply-To: <20090606145651.M13305@brightstar.bomgardner.net> References: <20090604204438.M13014@brightstar.bomgardner.net> <3a142e750906041618n132196e8y638e12aabf27453@mail.gmail.com> <20090605165231.M1533@brightstar.bomgardner.net> <3a142e750906051007q1a918900je09339c53f517027@mail.gmail.com> <20090606145651.M13305@brightstar.bomgardner.net> Date: Sat, 6 Jun 2009 15:10:36 +0000 Message-ID: <3a142e750906060810q77999137ic81684aaf909f1e1@mail.gmail.com> From: "Paul B. Mahol" To: Gene Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Wireless Woes (NDIS, WPA2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 15:10:38 -0000 On 6/6/09, Gene wrote: > On Fri, 5 Jun 2009 17:07:23 +0000, Paul B. Mahol wrote >> On 6/5/09, Gene wrote: >> > On Thu, 4 Jun 2009 23:18:42 +0000, Paul B. Mahol wrote >> >> On 6/4/09, Gene wrote: >> >> > Hi All: >> >> > >> >> > I'm trying to get wireless working on a laptop. It works fine as long >> >> > as >> >> > no >> >> > encryption is used, but if I try to use either WEP or WPA2, I ueem to >> >> > always >> >> > wind up with >> >> > >> >> > Status: No Carrier >> >> > >> >> > Any help greatly appreciated. >> >> > _____________________- >> >> >> >> Look in output from wpa_supplicant using -d switch >> >> for information about possible misconfiguration. >> >> >> >> # wpa_supplicant -d -Dndis -iwlan0 -cMY_CONF.FILE >> >> >> >> -- >> >> Paul >> > >> > Paul - thanks for the response. >> > >> > Did the above - the output shows that wlan could not be found. It's >> > loaded >> > according to kldstat so I'm not sure what's going on. Should there be an >> > entry >> > for wlan in rc.conf? Output from wpa_supplicant is below. >> > >> > Yhanks! >> > >> >> >> You have ndis0 so replace wlan0 with ndis0 >> > > Paul, > the above failed until I changed the ap from wpa2 to wpa. > > I'm now running semi-happily using wpa. I wonder if maybe the ndis wrapper > won;t support wpa2? Or perhaps the rc.conf entry should read: > ndisulator can not support WPA1 or WPA2 if miniport or device doesn't support it. look into output of: # ifconfig ndis0 list caps Mine is: drivercaps=1802303 cryptocaps=b > ifconfig_ndis0 "WPA2 DHCP" > > Hmmm... > > Thanks for your help > > > > IHN, > Gene > > -- > To everything there is a season, > And a time to every purpose under heaven. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Paul