From: Pithawat V. <ta...@ma...> - 2002-12-12 16:34:54
|
I got the MA401RA to work at last. You need to modify the /System/Library/Extensions/WirelessDriver.kext/Contents/Info.plist file so that the Linksys WPC11 section is now: <key>Linksys WPC11</key> <dict> <key>CFBundleIdentifier</key> <string>org.noncontiguous.WirelessDriver</string> <key>IOClass</key> <string>org_noncontiguous_WirelessDriver</string> <key>IOProbeScore</key> <integer>4096</integer> <key>IOProviderClass</key> <string>IOPCCard16Device</string> <key>VersionOneInfo</key> <array> <string>NETGEAR MA401RA Wireless PC</string> <string>Card</string> <string>ISL37300P</string> <string>Eval-RevA</string> </array> </dict> and restart. You see root access to modify the file. Obviously this will disable the Linksys card, but I don't have one so it's alright :) |