From: Rob M. <ro...@ma...> - 2001-10-23 02:13:21
|
I responded privately before I noticed that it should have been sent to the list as well - oops. Installing over top of an existing version should be OK, but to be safe, you should delete the previous version first. The system seems to want things to be owned by root, so I often use the following: 1) cd [your path]/build 2) sudo tcsh 3) rm -rf /System/Library/Extensions/WirelessDriver.kext 3) tar cf - WirelessDriver.kext | ( cd /System/Library/Extensions; tar xvf -) 4) chown -R root /System/Library/Extensions/WirelessDriver.kext -Rob McKeever ro...@ma... On Monday, October 22, 2001, at 12:09 PM, Steve Wainstead wrote: > > Got it, compiled it with no errors. Can I then just copy > WirelessDriver.kext over the old version? > > ~swain > > On Mon, 22 Oct 2001, Rob McKeever wrote: > >> Just a quick note to let everyone know that WEP support and >> closed network support has been completed and committed to CVS. >> The sample UserClient app that is included show how to set both >> features in a bsic form, as well as how to retrieve signal >> strength information. >> >> No support yet for automatic configuration on card insertion - >> this will come in the near future... we need to have some 'real' >> tools, both GUI and command line, that can read/write a >> preference file of some sort before this can be done. >> >> -Rob McKeever >> ro...@ma... >> >> >> _______________________________________________ >> Wirelessdriver-devel mailing list >> Wir...@li... >> https://lists.sourceforge.net/lists/listinfo/wirelessdriver-devel >> > > --- > http://www.panix.com/~swain/ > "Without music to decorate it, time is just a bunch of boring > production deadlines or dates by which bills must be paid." > -- Frank Zappa > > > _______________________________________________ > Wirelessdriver-devel mailing list > Wir...@li... > https://lists.sourceforge.net/lists/listinfo/wirelessdriver-devel |