From owner-freebsd-current@FreeBSD.ORG Fri Sep 3 06:32:30 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 51026106571B for ; Fri, 3 Sep 2010 06:32:30 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id DD76F8FC16 for ; Fri, 3 Sep 2010 06:32:29 +0000 (UTC) Received: by bwz20 with SMTP id 20so1531616bwz.13 for ; Thu, 02 Sep 2010 23:32:29 -0700 (PDT) Received: by 10.204.2.140 with SMTP id 12mr188686bkj.100.1283495548710; Thu, 02 Sep 2010 23:32:28 -0700 (PDT) Received: from jessie.localnet (p5B0E3EDF.dip0.t-ipconnect.de [91.14.62.223]) by mx.google.com with ESMTPS id bq20sm1161926bkb.16.2010.09.02.23.32.26 (version=SSLv3 cipher=RC4-MD5); Thu, 02 Sep 2010 23:32:27 -0700 (PDT) From: Bernhard Schmidt To: freebsd-current@freebsd.org Date: Fri, 3 Sep 2010 08:32:24 +0200 User-Agent: KMail/1.13.2 (Linux/2.6.32-24-generic; KDE/4.4.2; i686; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009030832.24799.bschmidt@techwires.net> Cc: Davide Italiano 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 06:32:30 -0000 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