From owner-freebsd-questions@FreeBSD.ORG Thu Jan 7 18:10:46 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 428EB1065692 for ; Thu, 7 Jan 2010 18:10:46 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 16F5A8FC0C for ; Thu, 7 Jan 2010 18:10:45 +0000 (UTC) Received: by pxi12 with SMTP id 12so12430188pxi.3 for ; Thu, 07 Jan 2010 10:10:30 -0800 (PST) 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; bh=R3MfdYevqN/o/LUFEgiVC33OP5309vXoYWL3GflaH9o=; b=Y4z25Q4CFs/dZ0Yq7K2+bBFo+7lz2uycvN6AAQD+qfGvUafvSQ/b3Ps4IQ51gvyaGg v3eBQaGq4XcL7BHpL1WV9U8UdUJo2QpK8qQrq/7/OdDChEXzUBja/1f4CBqvERYvtRbT NPdFMK2LPlxmwt7l7P7ylQPLOk+Omv38f8wHA= 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; b=i5BTNJK8//Q+8XZNEGWm7+iIppiWJHQZ04YnNXRFQwGM0zTgMIc1dwZHJDRrDh8Qcr nZFCCA4K33zdui0qs7DNDowds2/LfkVo+GPlNQISMoI7o+HApHuEEWlcwp9MLXT2a9oa 1Sprr8ZbuRSAHyOdEsFQ5FUVEvFWxyYudfRSw= MIME-Version: 1.0 Received: by 10.142.248.28 with SMTP id v28mr3573823wfh.96.1262887830151; Thu, 07 Jan 2010 10:10:30 -0800 (PST) In-Reply-To: <20100107184412.54e47795.cyb.@gmx.net> References: <20100107184412.54e47795.cyb.@gmx.net> Date: Thu, 7 Jan 2010 12:10:30 -0600 Message-ID: <6201873e1001071010j4222c10r821990e20fda6e1b@mail.gmail.com> From: Adam Vande More To: Andreas Rudisch <"cyb."@gmx.net> Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Eric Le Goff , 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: Thu, 07 Jan 2010 18:10:46 -0000 On Thu, Jan 7, 2010 at 11:44 AM, Andreas Rudisch <"cyb."@gmx.net> wrote: > On Sun, 3 Jan 2010 15:27:55 -0700 (MST) > Warren Block wrote: > > > Finishing a complete new install of 8-stable on a Thinkpad T42. This > > model came with the Intel PRO/wireless 2100. > > > > So far, it has almost but not quite been able to connect using WPA on > > FreeBSD. > > Same here when trying to set up wireless LAN on a T41 with an Intel > PRO/wireless 2100. > > > rc.conf: > > wlans_ipw0="wlan0" > > ifconfig_wlan0="WPA DHCP" > > > > loader.conf: > > legal.intel_ipw.license_ack=1 > > if_ipw_load="YES" > > That's what I did too. No joy. > > > ifconfig wlan0 scan sees all the nearby access points, including mine. > > Here too. > > > wpa_supplicant can't quite attach, but doesn't give up trying. > > > /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. > > Appart from that I got the following in /var/log/messages: > kernel: ipw0: need multicast update callback > > Since the same setup worked fine on FreeBSD 7.2, maybe this infomation > regarding ipw is correct after all: > > http://wiki.freebsd.org/8.0TODO#head-637d4dd09847005583f360ebb430cf32b64a4d8b > Yeah I think it was mentioned in one of the beta announcements, but can't seem to find it now. Anyways, my laptop is stuck on 7-STABLE due to this. -- Adam Vande More