Date: Thu, 11 Oct 2012 09:23:45 +0800 From: darcsis@gmail.com (Denise H. G.) To: Bernhard Schmidt <bschmidt@techwires.net> Cc: freebsd-net@freebsd.org, Andreas Nilsson <andrnils@gmail.com>, Kevin Oberman <kob6558@gmail.com> Subject: Re: What driver should I use for 'intel centrino wireless-N 2200 BGN'? Message-ID: <86sj9l3iou.fsf@venux.xbsd.name> In-Reply-To: <201210101954.49000.bschmidt@techwires.net> (Bernhard Schmidt's message of "Wed, 10 Oct 2012 19:54:48 %2B0200") References: <86ehl96o4i.fsf@venux.xbsd.name> <CAN6yY1tJEV=Ybpi_PRS_5kQKnXrRBr0HAhyB6_n791AExPf46A@mail.gmail.com> <86txu277vn.fsf@venux.xbsd.name> <201210101954.49000.bschmidt@techwires.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2012/10/11 at 01:54, Bernhard Schmidt <bschmidt@techwires.net> wrote: > > On Wednesday 10 October 2012 15:51:24 Denise H. G. wrote: >> >>>>> none3@pci0:3:0:0: class=0x028000 card=0x42228086 chip=0x08918086 >> >>>>> rev=0xc4 hdr=0x00 >> >>>>> >> >>>>> Is there a driver for that under FreeBSD 9.1-PRERELEASE? > > No, not yet. I'm having a hard figuring out the new firmware API for > those new devices. Working on it.. > >> >> I tried to add some device ids into the source code of the drivers, but >> >> with no luck. Maybe I am doing it the wrong way. >> > >> > The card ID in the code is 4220 and yours has is 4222. Edit >> > /sys/dev/iwi/if_iwi.c and add: >> > { 0x8086, 0x4222, "Intel(R) PRO/Wireless 2200BG" }, >> > after line 123. > > Note the tiny difference in here ;) > > Intel(R) PRO/Wireless 2200BG > vs. > Intel Centrino Wireless-N 2200 BGN > > There are like 10 years in between. :) > > Just to clarify, the 0x4222 is for iwn(4), adding the IDs there is the > first step, followed by a new firmware module and some glue code. > > I already thought about adding just the firmware but not the IDs yet, > for others to tinker with. Issue is that this would generate > regressions with already working cards, eg. 6230. So, eventually.. > just not yet. > Thanks for clarifying! hope it would not be too long before it works! > -- > Bernhard >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86sj9l3iou.fsf>