
10-24-2008, 03:39 AM
|
 |
|
|
Join Date: Jan 2008
Location: WA, USA
Posts: 933
|
|
If you can't get the full support of the hardware with the software supplied with those disks, go grab your Kalyway disk after you've installed one of the newer ones and go to the /System/Installation/Packages/ folder on the DVD and find the X1600 package. run it then repair your permissions in the Extensions folder by opening up Terminal:
Code:
sudo chmod -R 755 /System/Library/Extensions/
sudo chown -R root:wheel /System/Library/Extensions/
and reboot with -f
|