From: <ro...@sp...> - 2003-02-20 06:45:04
|
On onsdag, feb 19, 2003, at 13:23 Europe/Stockholm, Robert Nicholson wrote: > So if I've got a DVI 800 powerbook and I go out and buy an Extreme > basestation will I be able to use the LinkSYS Extreme PC Card? > > It's not clear to me exactly what Nick has got working. > > I'm trying to decide b/w going "B" or "G" in my basestation purchase. > > I don't think I see any reason to upgrade my 800 PB for at least > another year. Apples Airport Extreme uses regular PC cards similar to how Wireless Driver works. All you have to do is to add support for your PC Card to use Apples Airport Extreme driver. To do it edit the Info.plist file inside /System/Library/Extensions/AppleAirport2.kext/Contents/ folder and add your PC Card name to the list. <key>IONameMatch</key> <array> <string>pci106b,4e</string> </array> You should add another string with your PC Cards name and then save the file. It should then recognize the card as a Airport Extreme card and work as an Apple built in card. To get the name of your card you have to insert it in the PB. Then run this command in the console. ioreg -l | grep pccard //Rob -- To be is to do. - Socrates To do is to be. - Sartre Do be do be do. - Sinatra |