From owner-freebsd-wireless@FreeBSD.ORG Sat Aug 24 08:09:58 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A57A31E1 for ; Sat, 24 Aug 2013 08:09:58 +0000 (UTC) (envelope-from cg@cgross.info) Received: from alpha.kreiz-it.fr (alpha.kreiz-it.fr [IPv6:2001:41d0:8:dda6::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6D082215E for ; Sat, 24 Aug 2013 08:09:58 +0000 (UTC) Received: from DirTech (lnr56-1-82-246-51-185.fbx.proxad.net [82.246.51.185]) by alpha.kreiz-it.fr (Postfix) with ESMTPSA id 962AB741; Sat, 24 Aug 2013 10:09:49 +0200 (CEST) From: "Cedric GROSS" To: "'pronto'" References: In-Reply-To: Subject: RE: Intel Centrino Wireless-N 2200 (2x2 BGN) not working Date: Sat, 24 Aug 2013 10:09:43 +0200 Message-ID: <000f01cea0a1$4c282040$e47860c0$@info> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac6gQytM1VO5jPOWSmOQHuNGMc6w+QAXQw+A Content-Language: fr Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 24 Aug 2013 08:09:58 -0000 > wireless@freebsd.org] De la part de pronto > Envoy=E9=A0: vendredi 23 ao=FBt 2013 22:55 > =C0=A0: freebsd-wireless@freebsd.org > Objet=A0: Intel Centrino Wireless-N 2200 (2x2 BGN) not working Hello, >=20 > FreeBSD thinkbsd 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0 r254716M: = Fri > Aug 2200 series are not supported by iwn 9.1-RELEASE. > 23 18:56:54 UTC 2013 root@thinkbsd:/usr/obj/usr/src/sys/GENERIC > amd64 > Intel Centrino Wireless-N 2200 (2x2 BGN) > iwn0@pci0:3:0:0: class=3D0x028000 card=3D0x42228086 = chip=3D0x08918086 > rev=3D0xc4 hdr=3D0x00 > vendor =3D 'Intel Corporation' > class =3D network > bar [10] =3D type Memory, range 64, base 0xf0c00000, size 8192, > enabled >=20 >=20 > related: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D180816&cat > using : https://github.com/seanbruno/freebsd-iwl > i was able to get the interfaces to show up >=20 > iwn0: flags=3D8803 metric 0 mtu 2290 You 're not using iwl, you should have iwl0. >=20 > and in loader.conf i have > if_iwlfw_load=3D"YES" > if_iwi_load=3D"YES" Should be if_iwl_load=3D"YES" > legal.intel_iwi.license_ack=3D1 >=20 >=20 > am i doing something wrong? or is it not fully supported yet? Remove iwn from your kernel config file if you wish to use iwl. And = check that if_iwl module is build after kernel build. If not, build it alone. Cedric