From: Stephen F. <au...@nt...> - 2003-03-29 03:53:18
|
Have tried several time to install Wireless Driver on Wallstreet with Orinoco Silver card. Have installed, uninstalled, reinstalled, run load from terminal and swept cache per previous recommendation on list to no avail. Driver does not appear in network pane nor do EN1 or EN2 options appear if I try to load manually Details below. FAQ states to manually load via terminal to type: > sudo kextload /System/Library/Extensions/WirelessDriver.kext This failed as shown below. Don't you mean: > sudo kextload /System/Library/Extensions/MacWireless80211bPCCard.kext as this is the only wireless driver file I could find in System/Extensions? Making this correction yielded. > Last login: Fri Mar 28 21:07:10 on console > Welcome to Darwin! > [Powerbook:~] stephenf% sudo kextload > /System/Library/Extensions/WirelessDriver.kext > Password: > kextload: /System/Library/Extensions/WirelessDriver.kext: no such > bundle file exists > can't add kernel extension > /System/Library/Extensions/WirelessDriver.kext (file > access/permissions) (run kextload on this kext with -t for diagnostic > output) > [Powerbook:~] stephenf% sudo kextload > /System/Library/Extensions/MacWireless80211bPCCard.kext > kextload: /System/Library/Extensions/MacWireless80211bPCCard.kext > loaded successfully > [Powerbook:~] stephenf% sudo rm -f /System/Library/Extensions.kextcache > [Powerbook:~] stephenf% sudo rm -f /System/Library/Extensions.mkext > > [Powerbook:~] stephenf% So appears to have loaded. Still no pref pane under network, nor did EN1 or EN2 options appear in Network pane. Then ran diagnostic script in FAQ with these results: > Last login: Fri Mar 28 21:09:41 on ttyp1 > /Users/stephenf/Desktop/Troubleshooting\ Info.command; exit > Welcome to Darwin! > [Powerbook:~] stephenf% /Users/stephenf/Desktop/Troubleshooting\ > Info.command; exit > > ### kext versions > > Index Refs Address Size Wired Name (Version) <Linked > Against> > 23 2 0x1221f000 0x20000 0x1f000 > com.apple.iokit.IOPCCardFamily (1.3.0) > Index Refs Address Size Wired Name (Version) <Linked > Against> > > ### system info > > ProductName: Mac OS X > ProductVersion: 10.2.3 > BuildVersion: 6G30 > Darwin Powerbook.local. 6.3 Darwin Kernel Version 6.3: Sat Dec 14 > 03:11:25 PST 2002; root:xnu/xnu-344.23.obj~4/RELEASE_PPC Power > Macintosh powerpc > ppc750 > /bin:/sbin:/usr/bin:/usr/sbin > > ### wireless driver files installed > > drwxr-xr-x 3 root wheel 102 Nov 6 00:04 IOPCCardFamily.kext > drwxr-xr-x 3 root wheel 102 Mar 27 21:24 AppleAirPort.kext > drwxr-xr-x 3 root wheel 102 Mar 27 21:24 AppleAirPortFW.kext > drwxr-xr-x 3 root wheel 102 Mar 24 11:42 > MacWireless80211bPCCard.prefPane > /bin/ls: /usr/local/bin: No such file or directory > > ### wirelesscard info > > | | "VersionOneInfo" = ("Lucent > Technologies","WaveLAN/IEEE","V$ > | +-o pccard@13 <class IOPCIDevice> > | | | "device_type" = <"pccard"> > | | | "name" = <"pccard"> > | +-o pccard@13,1 <class IOPCIDevice> > | | "device_type" = <"pccard"> > | | "name" = <"pccard"> > | | +-o pccard156,2@1,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::205:2ff:fe89:c2da%en0 prefixlen 64 scopeid 0x4 > ether 00:05:02:89:c2:da > media: autoselect (none) status: inactive > supported media: none autoselect 10baseT/UTP <half-duplex> > 10baseT/UTP <full-duplex> 100baseTX <half-duplex> 100baseTX > <full-duplex> > ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500 > inet 63.74.181.173 --> 208.223.150.130 netmask 0xff000000 > > ### wd command line tool status > > /Users/stephenf/Desktop/Troubleshooting Info.command: > /usr/local/bin/WirelessConfig: No such file or directory > logout > [Process completed] Appears to see card and identify correctly but not sure where to go from here. Please advise. Stephen |