This patch is distributed "as is". No warranty of any kind is expressed or implied. You use at your own risk. Eduardo Espina (eduardo at espina.info) http://www.espina.info Apply the patch: cd ADM8211 patch -p0 < ADM8211_src_105.patch =================================================================== --- adm8211.c 2003-06-24 22:33:47.000000000 -0500 +++ adm8211.c 2003-08-10 20:30:05.000000000 -0500 @@ -72,7 +72,7 @@ const struct pci_device_id *ent); static struct pci_device_id pci_id_tbl[] __devinitdata = { { 0x1317, 0x8211, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, - { 0x1317, 0x8201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, + { 0x10b7, 0x6000, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, { } /* terminate list */ }; MODULE_DEVICE_TABLE(pci, pci_id_tbl); --- Wlan_Mac.h 2003-06-24 22:30:03.000000000 -0500 +++ Wlan_Mac.h 2003-08-10 20:30:46.000000000 -0500 @@ -56,7 +56,7 @@ /******************************************************************************/ /* PCI Vendor and Device ID */ -#define CFID_ADM8201 0x82011317 +#define CFID_ADM8201 0x600010b7 //End010719 for 8201 /*Jeffrey01062003*/