From: Java N. <jav...@ho...> - 2003-11-06 07:12:03
|
Has anyone successfully gotten the wireless driver to recognize the SMC 2532W-B wireless card? The wireless driver works fine with my Orinoco Gold (Wavelan), but when I switched cards, I could not get it to recognize the SMC card. The card info is: /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 and it did not help: <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. _________________________________________________________________ From Beethoven to the Rolling Stones, your favorite music is always playing on MSN Radio Plus. No ads, no talk. Trial month FREE! http://join.msn.com/?page=offers/premiumradio |