From: yuriwho <yu...@ma...> - 2002-09-02 03:53:25
|
To find out for yourself, the relevant information you need is the following: > ### wirelesscard info > > | | "VersionOneInfo" = ("3Com","3CRSHPW_96 Wireless > LAN PC Card$ > | | +-o pccard101,696@0,0 <class IOPCCard16Device> > | | "IOName" = "pccard101,696" This info comes from following terminal command when the card is inserted: ioreg -l | grep pccard Now to test if your card is supportable, you will need to edit the info.plist file in the WirelessDriver.kext file. type the following command in the terminal to edit this file with the pico text editor: sudo pico /System/Library/Extensions/WirelessDriver.kext/Contents/Info.plist look for the following lines: <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> </array> and add your pccard string (pccard101,696) as an entry in this array. i.e.: <array> <string>pccard156,2</string> <string>pccard1eb,807</string> <string>pccard274,1613</string> <string>pccard274,1612</string> <string>pccard138,2</string> <string>pccard101,696</string> </array> to save the file type ctrl-x and accept the changes. View the edited file in the terminal to be sure your changes are correct: more /System/Library/Extensions/WirelessDriver.kext/Contents/Info.plist now try removing and re-inserting the card, if you are lucky it will now work! Let us know if you have success so we can add the card to our list of supported cards. Y On Sunday, September 1, 2002, at 02:35 PM, Chi Lok Leung wrote: > ### system info > > ProductName: Mac OS X > ProductVersion: 10.2 > BuildVersion: 6C115 > Darwin Lok-Powerbook-G3.local. 6.0 Darwin Kernel Version 6.0: Sat Jul > 27 13:18:52 > PDT 2002; root:xnu/xnu-344.obj~1/RELEASE_PPC Power Macintosh powerpc > ppc750 > > ### wireless driver files installed > > drwxr-xr-x 3 root wheel 102 Jul 28 04:22 IOPCCardFamily.kext > ls: /Library/PreferencePanes: No such file or directory > 2002-09-01 03:25:37.231 defaults[389] > The domain/default pair of (loginwindow, > AutoLaunchedApplicationDictionary) does not > exist > > ### wirelesscard info > > > ### network info > > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 > inet 127.0.0.1 netmask 0xff000000 > gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 > stf0: flags=0<> mtu 1280 > en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet6 fe80::230:65ff:fe48:860c%en0 prefixlen 64 scopeid 0x4 > inet 192.168.0.104 netmask 0xffffff00 broadcast 192.168.0.255 > ether 00:30:65:48:86:0c > media: autoselect (100baseTX <full-duplex>) status: active > supported media: none autoselect 10baseT/UTP <half-duplex> > 10baseT/UTP <half- > duplex,hw-loopback> 10baseT/UTP <full-duplex> 10baseT/UTP > <full-duplex,hw- > loopback> 100baseTX <half-duplex> 100baseTX <half-duplex,hw-loopback> > 100baseTX < > full-duplex> 100baseTX <full-duplex,hw-loopback> > > ### wd command line tool status > > (2) > > ### system info > > ProductName: Mac OS X > ProductVersion: 10.2 > BuildVersion: 6C115 > Darwin Lok-Powerbook-G3.local. 6.0 Darwin Kernel Version 6.0: Sat Jul > 27 13:18:52 > PDT 2002; root:xnu/xnu-344.obj~1/RELEASE_PPC Power Macintosh powerpc > ppc750 > > ### wireless driver files installed > > drwxr-xr-x 3 root wheel 102 Jul 28 04:22 IOPCCardFamily.kext > ls: /Library/PreferencePanes: No such file or directory > 2002-09-01 03:34:43.454 defaults[411] > The domain/default pair of (loginwindow, > AutoLaunchedApplicationDictionary) does not > exist > > ### wirelesscard info > > | | "VersionOneInfo" = ("3Com","3CRSHPW_96 Wireless > LAN PC Card$ > | | +-o pccard101,696@0,0 <class IOPCCard16Device> > | | "IOName" = "pccard101,696" > > ### network info > > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 > inet 127.0.0.1 netmask 0xff000000 > gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 > stf0: flags=0<> mtu 1280 > en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet6 fe80::230:65ff:fe48:860c%en0 prefixlen 64 scopeid 0x4 > inet 192.168.0.104 netmask 0xffffff00 broadcast 192.168.0.255 > ether 00:30:65:48:86:0c > media: autoselect (100baseTX <full-duplex>) status: active > supported media: none autoselect 10baseT/UTP <half-duplex> > 10baseT/UTP <half- > duplex,hw-loopback> 10baseT/UTP <full-duplex> 10baseT/UTP > <full-duplex,hw- > loopback> 100baseTX <half-duplex> 100baseTX <half-duplex,hw-loopback> > 100baseTX < > full-duplex> 100baseTX <full-duplex,hw-loopback> > > ### wd command line tool status > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Wirelessdriver-support mailing list > Wir...@li... > https://lists.sourceforge.net/lists/listinfo/wirelessdriver-support > Yuriwho ___________ WirelessDriver project manager READ THE FAQ! Chances are, it will contain your answer. http://wirelessdriver.sourceforge.net/faq.html |