From: alex a. <avr...@sp...> - 2003-01-09 01:49:25
|
> I am trying to configure a WavLan Silver PCMCIA card for my PB G3 > (Pismo) using OS 10.2.3 and the wirelessdriver. Hey, I've got one of those, I just got it working. Try this: [scorch:~/Desktop] alex% ls -dl /System/Library/Extensions/WirelessDriver.kext drwxr-xr-x 3 root wheel 102 Jan 6 17:33 /System/Library/Extensions/WirelessDriver.kext if you don't see the kext there, it did not load properly. if it is there, do this: [scorch:~/Desktop] alex% sudo kextload /System/Library/Extensions/WirelessDriver.kext it should return nothing.as i understand it, WirelessConfig is supposed to do this itself, but it doesnt on my machine. ymmv. i expect this will work for you. alex |