From: Sean P. <pe...@SD...> - 2002-08-24 18:07:30
|
Rob, 0) Install the developer tools. This installs a more complete version of kextload that is needed here. > 1) "sudo chmod -R ugo-w /System/Library/Extensions/WirelessDriver.kext" > 2) "sudo chown -R root.wheel >/System/Library/Extensions/WirelessDriver.kext" 2.5) Login as root > 3) Modify >/System/Library/Extensions/WirelessDriver.kext/Contents/Info.plist", >removing the 2 line entry for IOKitDebug on lines 33 and 34 (it's >not needed except during development and was incorrectly typed as a >string when it should have been an integer) > 4) run "sudo touch /System/Library/Extensions" > >I'm doing this from memory, so I'm sure someone will correct me if >I've left something out... Perfect -- 10.2 is running with the driver right now. Thanks, ..SPP |