From owner-freebsd-questions@FreeBSD.ORG Mon Jan 4 08:25:08 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C3241065693 for ; Mon, 4 Jan 2010 08:25:08 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id D3D1A8FC08 for ; Mon, 4 Jan 2010 08:25:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id E19A75E00C; Mon, 4 Jan 2010 09:03:49 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -0.671 X-Spam-Level: X-Spam-Status: No, score=-0.671 tagged_above=-999 required=5 tests=[AWL=-1.259, BAYES_00=-2.599, FH_DATE_PAST_20XX=3.188, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id W+tGkNxTucqe; Mon, 4 Jan 2010 09:03:47 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id 708705E15E; Mon, 4 Jan 2010 09:03:45 +0100 (CET) Message-ID: <4B41A0E1.3040005@eskk.nu> Date: Mon, 04 Jan 2010 09:03:45 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.1.5) Gecko/20091221 Thunderbird/3.0 MIME-Version: 1.0 To: Warren Block References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Intel PRO/Wireless 2100 ipw WPA 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: Mon, 04 Jan 2010 08:25:08 -0000 On 2010-01-03 23:27, Warren Block wrote: > Finishing a complete new install of 8-stable on a Thinkpad T42. This > model came with the Intel PRO/wireless 2100. > > Despite being 802.11b only, the 2100 with the latest firmware does > WPA2 on Windows XP. > > So far, it has almost but not quite been able to connect using WPA on > FreeBSD. > > rc.conf: > wlans_ipw0="wlan0" > ifconfig_wlan0="WPA DHCP" > > loader.conf: > legal.intel_ipw.license_ack=1 > if_ipw_load="YES" > > wpa_supplicant.conf (copied from another system which has Atheros > wireless and works fine): > network={ > ssid="myssid" > psk="notmyrealpsk" > } > > ifconfig wlan0 scan sees all the nearby access points, including mine. > wpa_supplicant can't quite attach, but doesn't give up trying. > > ifconfig wlan0 > wlan0: flags=8843 metric 0 mtu 1500 > ether 00:0c:f1:4e:b1:ac > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > ssid myssid channel 11 (2462 Mhz 11b) > country US authmode WPA2/802.11i privacy ON deftxkey UNDEF txpower 0 > bmiss 7 scanvalid 60 roaming MANUAL > > /var/log/messages: > Jan 3 14:49:40 paddy wpa_supplicant[392]: CTRL-EVENT-SCAN-RESULTS > Jan 3 14:49:40 paddy wpa_supplicant[392]: Trying to associate with > 00:14:bf:cd:a2:0b (SSID='myssid' freq=2412 MHz) > Jan 3 14:49:50 paddy wpa_supplicant[392]: Authentication with > 00:14:bf:cd:a2:0b timed out. > > That repeats at ten-second intervals. > > -Warren Block * Rapid City, South Dakota USA > _______________________________________________ > 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" Hello I have the following in my /boot/loader.conf in order to make my Intelcard work. iwn5000fw_load="YES" # Load driver for Intel, test for 5300 AGN if_iwn_load="YES" # Load driver for Intel, test for 5300 AGN wlan_load="YES" # This must be loaded according to handbook firmware_load="YES" iwi_bss_load="YES" iwi_ibss_load="YES" iwi_monitor_load="YES" legal.intel_iwi.license_ack=1 # wlan_scan_ap_load="YES" wlan_scan_sta_load="YES" wlan_wep_load="YES" wlan_ccmp_load="YES" wlan_tkip_load="YES" HTH /Leslie