From owner-freebsd-current@FreeBSD.ORG Mon May 30 20:04:22 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org 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 A56C616A41C for ; Mon, 30 May 2005 20:04:22 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail1.fluidhosting.com (mail1.fluidhosting.com [66.150.201.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 30D9643D48 for ; Mon, 30 May 2005 20:04:22 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 9938 invoked by uid 399); 30 May 2005 20:04:20 -0000 Received: from unknown (HELO ?192.168.1.102?) (dougb@dougbarton.net@68.66.14.11) by mail1.fluidhosting.com with SMTP; 30 May 2005 20:04:20 -0000 Message-ID: <429B71C4.9080803@FreeBSD.org> Date: Mon, 30 May 2005 13:04:20 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050326) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: wpa_supplicant + NDIS (broadcom) + linksys WRT54G possible? 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, 30 May 2005 20:04:22 -0000 Howdy, I just bought a new linksys WRT54G broadband router and I want to enable WPA-PSK on it, and my freebsd -current laptop. I got the configuration working in Windows with the same machine, then booted current and added the following to my kernel config. The kernel sources are from 25 May, I will try updating next. device wlan #802.11 support device wlan_wep #802.11 WEP support device wlan_ccmp #802.11 CCMP support device wlan_tkip #802.11 TKIP support device wlan_xauth #802.11 external authenticator The NDIS driver works great for my Dell TrueMobile 1400 Dual Band WLAN Mini-PCI Card, and I had static WEP working with it previously as well. After rebooting with the new kernel and rebuilding my NDIS module, I compiled ports/security/wpa_supplicant (the latest version). On my linksys I have it set up for WPA-PSK with TKIP. I also tried AES, no luck. My wpa_supplicant.conf file looks like this (mostly just the defaults): ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 eapol_version=1 ap_scan=1 fast_reauth=1 network={ ssid="myssid" proto=WPA key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP WEP104 WEP40 psk="mypass" priority=2 } Changing the eapol_version didn't have any effect. There is a log of what's happening at http://people.freebsd.org/~dougb/wpa.log. If there is anything else I can do to help debug this, let me know. Doug -- This .signature sanitized for your protection