NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Intel Centrino Wireless-N 2230 - WiFi



On Thu, Oct 18, 2012 at 07:48:59PM +0200, didier gaumet wrote:
> 
> Like another contributor told you, this chipset is rather recent...
> If this card is recognized it is probably by iwi driver more than
> one of the other intel wireless drivers (ipw, iwn, wpi).
> For these drivers to work, you need approve a license in order for a
> firmware to load.
> 
> please try to add:
>  
> hw.ipw.accept_eula=1
> hw.iwi.accept_eula=1
> hw.iwn.accept_eula=1
> hw.wpi.accept_eula=1

This was news to me, and I'm using a

iwn0 at pci3 dev 0 function 0: Intel Centrino Advanced-N 6230 (rev. 0x34)

so it seems that there is a hw.iwi.accept_eula, but I don't seem to have
a hw.iwn.accept_eula...

... and I suppose we should start with this trivial patch?


Cheers,

Patrick
Index: pcidevs
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/pcidevs,v
retrieving revision 1.1139
diff -u -r1.1139 pcidevs
--- pcidevs     29 Sep 2012 10:26:14 -0000      1.1139
+++ pcidevs     18 Oct 2012 18:41:52 -0000
@@ -2517,6 +2517,8 @@
 product INTEL PCMC             0x04a3  82434LX/NX PCI, Cache and Memory 
Controller (PCMC)
 product INTEL GDT_RAID1                0x0600  GDT RAID
 product INTEL GDT_RAID2                0x061f  GDT RAID
+product INTEL WIFI_LINK_2230_1 0x0887  Centrino Wireless-N 2230
+product INTEL WIFI_LINK_2230_2 0x0888  Centrino Wireless-N 2230
 product INTEL 80960RM          0x0962  i960 RM PCI-PCI
 product INTEL 80960RN          0x0964  i960 RN PCI-PCI
 product INTEL 82542            0x1000  i82542 Gigabit Ethernet


Home | Main Index | Thread Index | Old Index