From: Patrick & E. <pd...@pa...> - 2002-08-28 03:44:12
|
My Lombard could never see my recently acquired Netgear MA401 Wireless card with the Wirelessdriver.kext (the latter being modified for OSX 10.2, per instructions posted recently in this mailing list). Digging into the ioreg, I found out the Netgear card had a signature of "pccardb,7300", which is not matched in any of the IONameMatch inside the property list of the Wirelessdriver.kext. This is curious, as the Netgear MA401 is listed as supported in the FAQ. Maybe it's a new rev card or something. Nevertheless, I've modified my Info.plist and added the IONameMatch of the "everything else" IOKitPersonalities, and presto, the card is now recognized and enabled, and works great once network configured. Sadly, WEP still doesn't work, as expected. Anyway, mr McKeever, would you care adding this card in the driver permanently ? and maybe check out if WEP could be supported ? Thanks! Here's the ioreg info by the way : "VersionOneInfo" = ("NETGEAR MA401RA Wireless PC","Card","ISL37300P","Eval-RevA") "IOName" = "pccardb,7300" |