From: Michael B. <mb...@zo...> - 2003-02-17 04:37:29
|
On Sunday, February 16, 2003, at 05:02 PM, Ira Tackel wrote: > Thanks for your reply. > I would appreciate more info on the permissions set-up. Okay. Here's a snipped version of that excerpt from the last item in the FAQ: (http://wirelessdriver.sourceforge.net/faq.html#compile) --------------------------------------------------------------- How do I compile the WirelessDriver myself? 1) You will need to install the OS X 10.2 developer tools 2) WirelessDriver.kext belongs in /System/Library/Extensions 3) WirelessConfig goes in /usr/local/bin 4) WirelessDriver PPane.prefPane has to br in /Library/PreferencePanes. You can put the SigMeter anywhere. Make sure the WirelessDriver.kext is owned by root so that it will load correctly. To ensure this, type the following in the terminal: chown -R root.wheel /System/Library/Extensions/WirelessDriver.kext (Alternately, just go to the file in a finder window, select it, Get Info, and check that under the Ownership&Permissions tab the file has Owner: system and Group: wheel) Reboot and Enjoy! ------------------------------------------- Hope this helps! Looks like a reboot is important. --Michael |