From owner-freebsd-current@FreeBSD.ORG Fri Sep 3 13:20:08 2010 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 0F68F106573B for ; Fri, 3 Sep 2010 13:20:08 +0000 (UTC) (envelope-from davide.italiano@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 91A868FC17 for ; Fri, 3 Sep 2010 13:20:07 +0000 (UTC) Received: by wwb18 with SMTP id 18so1183301wwb.31 for ; Fri, 03 Sep 2010 06:20:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=+po8jlSAGgPWMABTWciB/bV/kbJgSiOnUtEVyamAabI=; b=dYCaRcG622W/ktfr2OSarjcnJ3UXoQjCWPS0Q4OyLLJf593nvWi8paqWmVrqReFQMo hhM0rVuFKcyxCHoDorKz8MWQ/cQ6TwNKjDoj7l3BJTnLA0CDVPANmYwuiklOwr9cVIiX Zkqphwlvh3f/ld56vQlokNWMU8GqEt2/YzD8E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=eXPOWgERTKIThfl9tdbfbhb3D2pVQhB3v23E1LzJt5t9Sn2sqJDOKhl4UoMOF5NYEE VQSmwMqTBRJ71UQvkSQzXfW3Rbg1DQLxjtBLMC+cLdGoyIubIRNDjaZAmLX3yLLFVKOM uuNrdjlbpJEaNIXM6FRhhBiPpCGrqrh0YTIeU= Received: by 10.227.146.73 with SMTP id g9mr612847wbv.188.1283520006597; Fri, 03 Sep 2010 06:20:06 -0700 (PDT) Received: from phemt.homenet.telecomitalia.it.lan (host173-109-dynamic.9-79-r.retail.telecomitalia.it [79.9.109.173]) by mx.google.com with ESMTPS id e31sm1527508wbe.17.2010.09.03.06.20.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Sep 2010 06:20:05 -0700 (PDT) Date: Fri, 3 Sep 2010 13:20:01 +0200 From: Davide Italiano To: Bernhard Schmidt Message-ID: <20100903112000.GA1510@phemt.homenet.telecomitalia.it.lan> References: <201009030832.24799.bschmidt@techwires.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201009030832.24799.bschmidt@techwires.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-current@freebsd.org Subject: Re: problem with wpa_supplicant 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: Fri, 03 Sep 2010 13:20:08 -0000 On 03/09/10 08:32, Bernhard Schmidt wrote: > On Friday, September 03, 2010 01:34:54 Davide Italiano wrote: > > Hi. I've been recently upgraded to -CURRENT (9.0). > > After > > # make buildworld > > # make buildkernel KERNCONF=MYKERNEL > > # make install kernel KERNCONF=MYKERNEL > > > > I have rebooted to single-user mode, as suggested in the documentation. > > No more wireless connection. I've a intel 2200 bg wireless card, > > running using the kernel built-in iwi module. > > > > In particular, when I run wpa_supplicant -i wlan0 -c > > /etc/wpa_supplicant.conf I get this: > > > > CTRL-EVENT-SCAN-RESULTS > > CTRL-EVENT-SCAN-RESULTS > > CTRL-EVENT-SCAN-RESULTS > > ... > > > > My wpa_supplicant.conf is: > > > > ap_scan=1 > > fast_reauth=1 > > > > network={ > > ssid="MY_SSID" > > psk="MY_KEY" > > } > > > > Also, my /boot/loader.conf contains > > > > legal.intel_iwi.license_ack=1 > > if_iwi_load="YES" > > > > and my rc.conf > > > > wlans_iwi0="wlan0" > > ifconfig_wlan0="WPA inet 192.168.1.110 netmask 0xffffff00" > > defaultrouter="192.168.1.1" > > > > Again, it worked w/ freebsd 8.1 (stable). Also, I've read in the > > UPDATING file in /usr/src this: > > > > Applications such as wpa_supplicant(8) may require a full world > > build without using NO_CLEAN in order to get synchronized with the > > new structure. > > > > But, I've done a make buildworld before, isn't enough? > > > > Thanks a lot > > Did you also run make installworld? > > -- > Bernhard Now it works. Thanks. I've been forgotten to merge configuration files using mergemaster.