From: <gr...@fq...> - 2003-02-03 16:18:50
|
Permission problems will prevent the beta5_1 driver from installing correctly. (I think its a permission problem, have no idea why else the folder would not copy into the intended place). If you install 10_5 onto a 10.2.3 system and things do not work as expected try this: 1. download WirelessDriverBeta5_1 dmg or the tgz 2. extract. this will create a new directory or a disk image. 3. in the folder "installers" find wirelessdriver.pkg 4. Right click (or ctrl click) on this file, select "show package content= s" 5. Open the fold "Contents" 6. Copy the file "Archive.pax.gz" to /tmp or simular. 7. cd into the directory you copied Archive.pax.gz to. extract file: gunzip Archive.pax.gz 8. extract the directory from the pax archive: pax -r -f Archive.pax 9. Move the directory created by the above command to the proper place: mv -r WirelessDriver.kext /System/Libary/Extensions/WirelessDriver.kext 10. Adjust the ownership: chown -R root.wheel /System/Libary/Extensions/WirelessDriver.kext I had to change my linksys wireless hub to use channel one. I had it and the other wireless clients using channel six. |