From: Peter R. W. <prw...@gm...> - 2006-01-02 19:56:59
|
Greetings, I have a PowerBook G3 Pismo running Mac OS X 10.4.3. I am trying to install a D-Link DWL-650 wireless card. I have downloaded and installed the WirelessDriver "Beta 6 For Tiger" (dated June 1, 2005). However, the card does not appear to be recognized. It powers up when inserted, but it does not show up in the Network or Wireless preference panes. I have tried uninstalling and reinstalling the drivers, rebooting the laptop, and removing and re-inserting the card several times, all with no effect. I have also tried adding the card's IOName pccard string to the info.plist file as described in the FAQ (the string I added is pccardb,7110): <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>pccardb,7110</string> </array> <key>IOProbeScore</key> <integer>1000</integer> <key>IOProviderClass</key> <string>IOPCCard16Device</string> </dict> This does not seem to have any effect. As best I can determine, the card I have is the DWL-650, which is reported on the FAQ as being supported, and not the DWL-650+, which is not supported. Everywhere on the box, the model number is listed as DWL-650, and there is no + sign. I have included the output of the troubleshooting script below. I'd appreciate any assistance you could lend. /Users/prw/Desktop/Expanded/Troubleshooting\ Info.command; exit Wintermute:~ prw$ /Users/prw/Desktop/Expanded/Troubleshooting\ Info.command; exit ### kext versions Index Refs Address Size Wired Name (Version) <Linked Against> 30 0 0x712000 0x20000 0x1f000 com.apple.iokit.IOPCCardFamily (1.6.1) Index Refs Address Size Wired Name (Version) <Linked Against> ### system info ProductName: Mac OS X ProductVersion: 10.4.3 BuildVersion: 8F46 Darwin Wintermute.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc ppc750 /sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin ### wireless driver files installed drwxr-xr-x 3 root admin 102 Jan 2 14:16 SigMeter.app drwxr-xr-x 3 root wheel 102 Jun 2 2005 WirelessDriver.kext drwxr-xr-x 3 root wheel 102 Sep 24 2003 IOPCCardFamily.kext drwxr-xr-x 3 root wheel 102 Jul 16 13:33 AppleAirPort.kext drwxr-xr-x 3 root wheel 102 Jul 16 13:33 AppleAirPort2.kext drwxr-xr-x 3 root admin 102 May 23 2005 WirelessDriver PPane.prefPane -rwxr-xr-x 1 root wheel 250844 May 23 2005 WirelessConfig ### wirelesscard info | | "VersionOneInfo" = ("D-Link","DWL-650 Wireless PC Card RevP$ | | +-o pccardb,7110@0,0 <class IOPCCard16Device, registered, matche$ | | "IOName" = "pccardb,7110" ### network info lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 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:fec5:a4e2%en0 prefixlen 64 scopeid 0x4 inet 192.168.2.21 netmask 0xffffff00 broadcast 192.168.2.255 ether 00:30:65:c5:a4:e2 media: 10baseT/UTP <full-duplex> status: active supported media: none autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full- duplex,hw-loopback> fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 2030 lladdr 00:30:65:ff:fe:c5:a4:e2 media: autoselect <full-duplex> status: inactive supported media: autoselect <full-duplex> ### wd command line tool status 2006-01-02 14:35:29.777 WirelessConfig[267] Iterations: 0 WirelessDriver: Couldn't find a WirelessDriver service in registry - is the card loaded? Usage - /usr/local/bin/WirelessConfig [-showstatus] or /usr/local/bin/ 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, /usr/local/bin/WirelessConfig will look for the preferences made by the preference pane in ~/ Library/Preferences/org.noncontinuous.WirelessDriver. logout [Process completed] |