From: Paul P. <pa...@pr...> - 2002-09-23 00:43:49
|
Looking back through the archives I guess there was an issue with Linksys cards changing their identification codes or something. Here's what I see: "VersionOneInfo" = ("Instant Wireless "," Network PC CARD","Version 01.02","") Here's what I see in CVS ( http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/wirelessdriver/WirelessDriver/nuWireless/WirelessDriver2/WirelessDriver2.pbproj/project.pbxproj?rev=1.2&content-type=text/vnd.viewcvs-markup ): <key>Linksys WPC11</key> <dict> ... <key>VersionOneInfo</key> <array> <string>The Linksys Group, Inc.</string> <string>Instant Wireless Network PC Card</string> <string>ISL37300P</string> </array> </dict> Is this why my card doesn't work? (doesn't show up in ifconfig?) Here's the full output of the troubleshooting script: ~/bin> ./Troubleshooting\ Info.command ### system info ProductName: Mac OS X ProductVersion: 10.2 BuildVersion: 6C115 Darwin PaulPrescod.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 ppc7450 ### wireless driver files installed drwxr-xr-x 3 root wheel 102 Jan 1 1970 WirelessDriver.kext drwxr-xr-x 3 root wheel 102 Jul 27 13:22 IOPCCardFamily.kext Path = "/Library/PreferencePanes/WirelessDriver PPane.prefPane"; ### wirelesscard info | | "VersionOneInfo" = ("Instant Wireless "," Network PC CARD","Version 01.02","") | | +-o pccard156,2@0,0 <class IOPCCard16Device> | | "IOName" = "pccard156,2" ### 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::203:93ff:fe9b:6294%en0 prefixlen 64 scopeid 0x4 inet 192.168.0.5 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:03:93:9b:62:94 media: autoselect (10baseT/UTP <half-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> 1000baseTX <full-duplex> 1000baseTX <full-duplex,hw-loopback> 1000baseTX <full-duplex,flow-control> 1000baseTX <full-duplex,flow-control,hw-loopback> ### wd command line tool status 2002-09-22 17:42:40.803 WirelessConfig[508] Iterations: 0 WirelessDriver: Couldn't find a WirelessDriver service in registry - is the card loaded? Usage - WirelessConfig [-showstatus] or WirelessConfig [-showstatus] <-netname <network>> [-wepkey <key>] [-keyslot <slot>] -netname <name> Sets the network name - enclose in double quotes if your network contains a space. -wepkey <hex key> Sets your network key, if ommited the network is assumed to not have wep. -keyslot <[1-4]> Sets which keyslot to have your key in. If ommited keyslot 1 is assumed. -status Prints out the network information, includes signal strength. -writeprefs Writes out the options to the preference file in ~/Library/Preferences/org.noncontinuous.wirelessdriver With no options set or just the status, WirelessConfig will look for the preferences made by the preference pane in ~/Library/Preferences/org.noncontinuous.WirelessDriver. |