Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2012 08:49:31 +0100
From:      Bernhard Schmidt <bschmidt@techwires.net>
To:        Shane Riddle <sh4neriddle@yahoo.com>
Cc:        "freebsd-wireless@freebsd.org" <freebsd-wireless@freebsd.org>
Subject:   Re: intel Centrino 6150 Wireless Card w freebsd8.2
Message-ID:  <CAAgh0_a-2CGMiZ9mhUTyPbiPpSryCoUQBaMiX5KMhTy5S52Lhw@mail.gmail.com>
In-Reply-To: <1332372462.30788.YahooMailNeo@web162302.mail.bf1.yahoo.com>
References:  <1332372462.30788.YahooMailNeo@web162302.mail.bf1.yahoo.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Thu, Mar 22, 2012 at 00:27, Shane Riddle <sh4neriddle@yahoo.com> wrote:
> Hello Bernhard,
>
>
> Were you ever able to get a hold of this card?

No, the cards with wimax support are hard to get.

> iwi and iwn don't seem to support it on my laptop.... or maybe I'm not doing something right. Before investigating further I figured I'd check here first.

I can't say for certain that the card is supported due to mentioned
lack of hardware, but chances are pretty good that with just applying
attached patch you get the card to work on a recent 9 version. Want to
give it a shot?

-- 
Bernhard

[-- Attachment #2 --]
Index: sys/dev/iwn/if_iwn.c
===================================================================
--- sys/dev/iwn/if_iwn.c	(revision 233165)
+++ sys/dev/iwn/if_iwn.c	(working copy)
@@ -89,6 +89,8 @@ static const struct iwn_ident iwn_ident_table[] =
 	{ 0x8086, 0x008b, "Intel(R) Centrino(R) Wireless-N 1030"	 },
 	{ 0x8086, 0x0090, "Intel(R) Centrino(R) Advanced-N 6230"	 },
 	{ 0x8086, 0x0091, "Intel(R) Centrino(R) Advanced-N 6230"	 },
+	{ 0x8086, 0x0885, "Intel(R) Centrino(R) Wireless-N + WiMAX 6150" },
+	{ 0x8086, 0x0886, "Intel(R) Centrino(R) Wireless-N + WiMAX 6150" },
 	{ 0x8086, 0x0896, "Intel(R) Centrino(R) Wireless-N 130"		 },
 	{ 0x8086, 0x4229, "Intel(R) Wireless WiFi Link 4965"		 },
 	{ 0x8086, 0x422b, "Intel(R) Centrino(R) Ultimate-N 6300"	 },
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAgh0_a-2CGMiZ9mhUTyPbiPpSryCoUQBaMiX5KMhTy5S52Lhw>