From: Java N. <jav...@ho...> - 2003-11-18 14:53:13
|
Here is how I set up my XML hack for my SMC2532W-B, which is also a PRISM 2.5 card. Do you know a way I can verify the chipset in my card that the manufacturer told me correctly what chipset they have in it? /usr/sbin/ioreg -l | grep VersionOneInfo | | "VersionOneInfo" = ("SMC","SMC2532W-B EliteConnect Wireless Adapter","","") /usr/sbin/ioreg -l | grep pccard | | +-o pccardd601,5@0,0 <class IOPCCard16Device> | | "IOName" = "pccardd601,5" I tried adding this to the configuration file like this: <key>everything else</key> <dict> <key>CFBundleIdentifier</key> <string>org.noncontiguous.WirelessDriver</string> <key>IOClass</key> <string>org_noncontiguous_WirelessDriver</string> <key>IONameMatch</key> <array> <string>pccard156,2</string> <string>pccard1eb,807</string> <string>pccard274,1613</string> <string>pccard274,1612</string> <string>pccard138,2</string> <string>pccardd601,5</string> </array> I use OS X 10.2.6. Thanks in advance for any help. > >On Nov 17, 2003, at 7:36 AM, Java Nut wrote: >>Has anyone started to look at supporting any PRISM 2.5 card before, or am >>I the first interested? > >I use one all the time with the stock driver. Prism 3 should work fine >also. I'd check your XML hacks since the driver did not get called per >your description. > >Cheers, >Cliff > _________________________________________________________________ Crave some Miles Davis or Grateful Dead? Your old favorites are always playing on MSN Radio Plus. Trial month free! http://join.msn.com/?page=offers/premiumradio |