From owner-freebsd-wireless@FreeBSD.ORG Fri Jan 23 23:51:39 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51CEF3F5 for ; Fri, 23 Jan 2015 23:51:39 +0000 (UTC) Received: from nm10-vm9.bullet.mail.ir2.yahoo.com (nm10-vm9.bullet.mail.ir2.yahoo.com [212.82.96.161]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA27A769 for ; Fri, 23 Jan 2015 23:51:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1422057095; bh=OVVrGFf7oTf5XK++bgYtUEn8UHmXUUKKasjTW7ihk1w=; h=Date:From:Reply-To:To:Subject:From:Subject; b=GEZU8UJ+UdQhI1lryc3kRP2Kwgf6iyUvsaFOMfmsNOg1zik7T9y/W6Nr2wBMwwzUpkzQ4aNc2EfwDa2TCs9dGX3VHLi5NwDH0nSctDRXxJSzWMOzm39BrzoDOSZhrKf/ZXjPgZZdcvFZzZyZjJD+AEcPoXGCXhKx1AD/zRpaPA6gQnjiQbLf4uRseCoi7wtQPJgP16WVpMvS8Wtkniz0kdDOauE2sYDHrITzAee+CmaMYDNO9u47hW4t4vVhz0xktjIR+5+2A12adavd0wVRZLpuTECtNdeMXNHHfEEcSpmxGb7mFTFf5mqyJTJ2juHo2NbuBA+JU+3Phf50SHFJgA== Received: from [212.82.98.124] by nm10.bullet.mail.ir2.yahoo.com with NNFMP; 23 Jan 2015 23:51:35 -0000 Received: from [212.82.98.76] by tm17.bullet.mail.ir2.yahoo.com with NNFMP; 23 Jan 2015 23:51:35 -0000 Received: from [127.0.0.1] by omp1013.mail.ir2.yahoo.com with NNFMP; 23 Jan 2015 23:51:35 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 64864.78513.bm@omp1013.mail.ir2.yahoo.com X-YMail-OSG: MqI.f2MVM1lId_cVOs_HABPDpk06oStsW3j7q1CGoZ7lJ5fJb5V3bPSVXTB5Lbc LfK4FLcOXJPs7hTR1y82T7sa7oyxnvkHbEWyoAx42wd9mUR0VUO0pwDakRI7Rd22kXai6v6USxNM s6.EqIGmM2q2mdG04M5tJ5QGt2qkQlwRISWEFirdEUEfunTh3IUQrxRdq2SEOBuUakW2Rnpa0t4q p79pxlUURD6ZXJvz9w0TWGalxIfjIXRF85DJ6Dbk6nPCILkJQ7uKuIGPXvJYaRG3uc6sNzTjA2Du VuY7i8_A2Vx1LDBh4IILe.h3qkXtrLUvEWP3o0qvSKV8_vBQJy8Wu5cnT1uPwh1tygxnO0wFGRnB dWreryaecKSIQxHIws9JvLmVg6Teq6XzH0HJVoVGDE.GXVf7RinhvzZ1YLGdaAvp40KpuG1ucOW_ 56.o12jsEGhSOfJNjMPc1i91l7oe8LRLC62CoyXpPXNvo.jCLvfEK1xi4b8Vy1MTtEy0IYaXqmoz wN5I5TDtMvO_hmIFJm2nP Received: by 212.82.98.114; Fri, 23 Jan 2015 23:51:34 +0000 Date: Fri, 23 Jan 2015 23:51:34 +0000 (UTC) From: Kostya Berger Reply-To: Kostya Berger To: "freebsd-wireless@freebsd.org" Message-ID: <926838089.492335.1422057094096.JavaMail.yahoo@mail.yahoo.com> Subject: Intel Centrino wireless-n 2230 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2015 23:51:39 -0000 Hello everyone, glad to meet you. I subscribed to this list in order to get my above mentio= ned card to work.Currently, the situation is as follows:It's Intel Centrino= wireless-N 2230 Mini PCIe that came pre-installed on my GA-Z77N-wifi mothe= rboard.I'm running 11.0-CURRENT, downloaded pre-compiled txz distro files, = dated 22.01.2015. iwn0 interface gets created (in 10.1-RELEASE it doesn't), also wlan0 interf= ace gets created all right.ifconfig wlan0 list scan command returns the lis= t of the available SSIDs with parameters.However, wpa_supplicant fails to c= onnect to my router's SSID, though it is present among the scan results.ifc= onfig wlan0 shows, among other things, "no carrier" for wlan0.=C2=A0 Manual= connection using wpa_cli is no better. BTW, can I somehow apply the needed code to 10.1-STABLE source tree and com= pile there, or do I need 11-CURRENT to run the latest version of this drive= r? Because 11-CURRENT will require rebuilding all ports. So right now I'm r= unning it on a separate spare HDD, only base system. Thanks to everyone for your hard work :))) =C2=A0With kindest regards, Kostya Berger =20