Help - Search - Members - Calendar
Full Version: Asus P5W DH Deluxe thread for 10.5.x
InsanelyMac Forum > OSx86 Project > Hardware and Drivers
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
G5rocks
Time to have a thread for P5W DH Deluxe and 10.5 related issues biggrin.gif







EDIT:

INSTALL WITH: Kalyway 10.5.1 DVD to install Leopard
BIOS SETTINGS: ahci enabled, execute bit enabled


Don't use software update to install 10.5.2!

To learn about 10.5.2 installation start at posting #241:
http://forum.insanelymac.com/index.php?sho...5094&st=241







THE BRAZILMAC PATCH METHOD TO INSTALL LEOPARD:

You can find a guide how to install the Retail version of Leopard here: http://forum.osx86scene.com/viewtopic.php?f=16&t=2008
(You need at least one working Tiger system installed on your PC to patch the DVD and post patch the Leopard System after the installation finished.)

The author of this guide uses a P5W DH Deluxe but the thread is filled with postings of users of other Mainboards.
So it starts to be less usefull for P5W DH Deluxe owners.

A lot of people have problems with the installation. Maybe it will help someone when i post my/others own errors during installation.


First of all i think you should use a DVD-R (not DVD+R) (but i am not 100% certain about this)

If you run the patch on a system were VirtualPC is installed on (I migrated from a G5 before): remove the Virtual PC image drivers, there is something weird going on with them and the patch script. Unfortunately i forgot the exact location of these drivers rolleyes.gif

Looks like some people didn't moved the content of the unzipped patch folder on their desktop. This will work too but you need to enter the location of the fils into the patch script then. Better place them on your Dektop to reduce work and useless hassle.

The patch script will show an error at the end ("update_prebinding: error 256") - ignore it!

Make sure the target partition is on a Master Boot Record (MBR) partitioned HD!!! For some stupid reason I forgot that and wasted some hours (MBR an option when you create a new partition table with Disk Utility)

If you run in trouble ("INSTALL FAILED Mac OS X could not be installed on your computer) during installation process then your Leopard image might be corrupt. (or you forget to customize and deselect the missing additional installation options like languages, fonts etc.)
I tried it with a self created image of my Retail DVD but always ended with an error during install. I also had a downloaded Image and this one worked fine. So there must be a little secret how to perfectly create an image of a Retail DVD that i don't know yet.

Lot of people who finished the installation and did the post patch end up with a non booting system. This is because creating the boot loader didn't worked or the MBR is f*** up! They end with a black screen and a blinking white cursor in the upper left corner.

There are two ways to fix that problem:

1st solution:
Install a second 10.4 System on your desired Leopard Partition before installing Leopard. This way you will create a working boot loader.

Don't install other Languages etc. with this Tiger installer!!! (Leo wants to update them later and would not be able to find them on the patched installer DVD).
Don't forget to boot into this new tiger system and create a user before you start the Leopard installation!!!
Install Leopard as an update without erasing the new Tiger partition!
Run the post installation patch from your normal Tiger System and boot to Leopard.


2nd solution:
Set your Leopard Partition to "active" and create a Boot Loader. This is the way to create/repair MBR and boot loader after you do the Post-Installation Patch. This is how to do it:


Step one:

1. Boot to Tiger


Step two:

1.
- Download "Startupfiletool" - it can be found in this thread http://forum.insanelymac.com/index.php?sho...mp;#entry166040

2.
- Unstuff and place "Startupfiletool" in "usr/sbin"
the easiest way to do this is to press shift-cmd-g in Finder and enter "/usr/sbin" - then drag the "Startupfiletool" into the "sbin" folder

3.
- Locate and open the folder "files" on your Desktop (it's one of the folders from BrazilMAC's patch folder) - inside "files" is a folder called "i386" - open it.
- press shift-cmd-g in Finder and enter "/usr/standalone/i386" then drag all files from the first opened "i386" folder (the one on desktop/files) into the "i386" folder

4. I'm not 100% certain of tis, but I believe you may also need to put
"bless" into "usr/bin" (it can be found in the patch files on "desktop/files/")


Step three:


1. Open Terminal

2.
- Type: "diskutil list"

result will show all your partitions

- Write down volume name and disk identifier info!

Example:

name: Leopard
identifier: disk1s2 (1=disk number 2=partition number)

I will use "disk1s2" (or "rdisk1s2") and "Leopard " in this guide code! - exchange it to your correct numbers and name when you see type in the code!!!


Step four:

1. Mark the partition active

- Type: "sudo fdisk -e /dev/rdisk1"
(exchange "rdisk1" to your correct disk number!)

- enter your password

- Type: "update"

- Type: "f 2"
(exchange "f 2" to your correct partition number)

- Type: "w"
answer the question with "y"

- Type "q"

Step five:
- Type: "diskutil unmount /Volumes/Leopard"
(exchange "Leopard" for the correct name of your Leopard partition!)

- Type: "sudo dd if=/usr/standalone/i386/boot1h of=/dev/rdisk1s2 bs=512 count=1"
(exchange "rdisk1s2" for your correct disk and partition number!)

- Type: "sudo startupfiletool /dev/rdisk1s2 /usr/standalone/i386/boot"
(exchange "rdisk1s2" for your correct disk and partition number!)

- Type: "sudo bless -device /dev/disk1s2 -setBoot -verbose"
(exchange "disk1s2" for your correct disk and partition number!)

- Type: "diskutil mount /dev/disk1s2"
(exchange "disk1s2" for your correct disk and partition number!)

- Type: "bless -mount /Volumes/Leopard -setBoot -verbose"
(exchange "Leopard" for the correct name of your Leopard partition!)



You may get an error "Could not find IODeviceTree:/options" but it works!


Step six:

Boot Leopard
2LMan
Anyone know if the wireless is working on 10.5? I am going to try the realtek drivers in a minute

Yeah, they didnt work. Guess I'll have to go wired again. Also, I just wanted to point out that I installed Leopard from the "demon" torrent that allows you to install it in Vista. It worked like AWESOME! That was the easiest Operating System install I've ever done! The logon screen came on with sound!!!!!!!
nicko_029
Nice, I'm gonna try it smile.gif
yourname
QUOTE(G5rocks @ Oct 30 2007, 08:28 AM) *
1st solution:
Install a second 10.4 System on your desired Leopard Partition before installing Leopard. This way you will create a working boot loader.

Don't install other Languages etc. with this Tiger installer!!! (Leo wants to update them later and would not be able to find them on the patched installer DVD).
Don't forget to boot into this new tiger system and create a user before you start the Leopard installation!!!
Install Leopard as an update without erasing the new Tiger partition!
Run the post installation patch from your normal Tiger System and boot to Leopard.



Where can i get the post installation patch & how do i install it?
Ive got Uphuck 10.4.9 1.4r3 which does'nt need the post patch to boot.
Thanks smile.gif
G5rocks
QUOTE(yourname @ Oct 30 2007, 01:59 PM) *
Where can i get the post installation patch & how do i install it? Ive got Uphuck 10.4.9 1.4r3 which does'nt need the post patch to boot.Thanks smile.gif
The post installation patch is for the Leopard install. You have to run it from tiger after leopard is installed on another partition. You can find the patch and guide how to install leopard here: http://forum.osx86scene.com/viewtopic.php?f=16&t=2008





btw:

Another easier way to install Leopard with pacifist: http://forum.osx86scene.com/viewtopic.php?f=16&t=2146
bakachu
I've managed to install from the BrazilMac, with a DVD+R (although I did not use the Disk Utility to burn it, instead used ImgBurn in windows, accessing the Mac Partition via HFS explorer)

Not managed to get the Realtek wireless to work, it will connect for a bit, maybe get an IP address, and then crap out sad.gif
G5rocks
QUOTE(bakachu @ Oct 30 2007, 10:43 PM) *
I've managed to install from the BrazilMac, with a DVD+R (although I did not use the Disk Utility to burn it, instead used ImgBurn in windows, accessing the Mac Partition via HFS explorer)

Not managed to get the Realtek wireless to work, it will connect for a bit, maybe get an IP address, and then crap out sad.gif


2LMan says they are not working - i haven't tried. But realtek should bring new drivers soon... don't they?
2LMan
I installed the drivers and the utility loads but it tells me to enable the network connection in system settings but theres no option
thefinalprophecy
Is there any way to make the MBR active partition modification WITHOUT having a 2nd partition for Tiger? I have 2 disks... 0=XP, 1=OSX. I would like to keep it this way. Basically, I have the modded DVD burned and ready to go, but upon restart (after patching) it does not boot. I believe this is because of the MBR issue.
G5rocks
i think there should be a way by doing it with a self created rescue dvd. you would need the terminal and the post patch for it. search on macupdate or versiontracker for tools to create such disks... but i am not 100% certain about that.
2LMan
Anyone know of a safe way to make a hfs+ partition larger?
manmal
QUOTE(2LMan @ Oct 31 2007, 04:29 AM) *
Anyone know of a safe way to make a hfs+ partition larger?


I don't think it's easy to make an hfs+ partition larger ... have you tried to give a look at ipartition ? It should do what partition magic does in windows/dos environments ... perhaps it makes what it claims without hassle , hopefully at least rolleyes.gif

Mal
2LMan
I tried to use the diskutil in Terminal with the resize function, but I get an error that states it cant read the UUID. I have no idea what that means. I'll "try" iPartition, but I don't think it works yet for 10.5, nothing seems to at the moment.
G5rocks
QUOTE(2LMan @ Oct 31 2007, 02:02 PM) *
I tried to use the diskutil in Terminal with the resize function, but I get an error that states it cant read the UUID. I have no idea what that means. I'll "try" iPartition, but I don't think it works yet for 10.5, nothing seems to at the moment.


No! don't use idefrag or any other defragmentation application with this release of leopard!!!

Hi all,

As was to be expected, we are getting a lot of queries about Leopard
compatibility of both iPartition and iDefrag.

To cut a long story short, both the final developer seed (9A559) and the
release version of Leopard (9A581) appear to contain a kernel bug that causes
the disk to stop responding. The symptoms of this problem are that our
programs will stop making any progress with the task they are working on, and
under some circumstances may beachball; additionally, the disk being used
will no longer work until you restart your machine. This does not seem to
happen with all disks on all systems, but it is easily reproduced on some of
the machines we have here and does not happen from earlier Leopard developer
seeds or from Tiger.

As a result, we do not recommend running our software *from* Leopard at this
time. The problem has been reported to Apple and we will be working to help
them to track it down as swiftly as possible.

In the meantime, if you wish to use iPartition or iDefrag on a machine with
Leopard installed, please use the programs from a bootable CD or DVD created
with CDMaker. Such discs are currently based on Tiger rather than Leopard,
so the problem mentioned above will not occur. Note also that CDMaker is
not presently able to create a bootable disc based on the Leopard install
DVD. We have no plans to address this issue until we are certain that running
iPartition and iDefrag from Leopard is safe for our customers.

One final caveat is that we do not, at this time, have the official
documentation for the new "directory hard links" feature that is used by
Time Machine. We have done a little investigation ourselves and we have no
reason to suppose that the new feature will cause any problems, but until
we have seen the official documentation (which, we are assured will be
released soon) we recommend caution when manipulating volumes containing
Time Machine back-ups.

Kind regards,

Coriolis Systems Limited

p.s. The above information applies to *all versions* of iPartition and
iDefrag, including the recently released iPartition 3.


--
Coriolis Systems Limited is a limited company incorporated in England and Wales
Company No. 5061807 Registered Office: 10 Oxford Street, Southampton, SO14 3DJ
2LMan
Thanks
G5rocks
I'm getting in "about this Mac"

"Processor: 2.8GHz unknown" - (It's a Core 2 Quad Q6600 @2.8GHz)
"RAM: 3.12 GB..." - (should be 4GB)

Anyone else with this problem? Is there a fix like the "10.4.4 login manager"?
thefinalprophecy
I got that in 10.4.10. Haven't got the opportunity to get it in 10.5 since I haven't got it to boot yet. Does it actually hinder performance, or is it just mis-labeled?
G5rocks
memtest says 4096 so it's just mislabeled
rei
that's a limitation of 32-bit oses. you won't see more than 3.12 or 3.2 gb.
giandal
got 10.5 working with brazilmac patch (had to make the partition bootable again, but it works).
Sound is working, but only two channels.
No mic in or the rest. Taruga's patch does not seem to work for LEO.
manmal
Hi, thanks for this thread, it's wonderful !
A question ... do you know which p5w modified kexts installed by brazilmac are from 10.4 tiger (and which ver) and which ones are from 10.5 itself (with modified DevID into Info.plist of kexts) ? Or are they all from 10.4.9/10.4.10 ?
Thanks!
Mal
koaxial
QUOTE(giandal @ Nov 1 2007, 07:11 AM) *
got 10.5 working with brazilmac patch (had to make the partition bootable again, but it works).
Sound is working, but only two channels.
No mic in or the rest. Taruga's patch does not seem to work for LEO.

i managed to get the audio to work like it was in Tiger by first applying the Taruga's HDApatcher v1.16 then after the reboot i installed the 'ALC882 AppleHDA v0.4b.mpkg' file (also by Taruga). i didn't even have to reboot for the audio to work in all channels! smile.gif

BTW, i installed Leo using the BazilMac's patched DVD over JAS 10.4.8 SS2 SS3 fresh install (without installing any P5W drivers). by doing this, i also able to boot within the Leo partition.

hope this helps. smile.gif
giandal
QUOTE(koaxial @ Nov 1 2007, 06:45 PM) *
i managed to get the audio to work like it was in Tiger by first applying the Taruga's HDApatcher v1.16 then after the reboot i installed the 'ALC882 AppleHDA v0.4b.mpkg' file (also by Taruga). i didn't even have to reboot for the audio to work in all channels! smile.gif


mmm... the installer above replaces the ALCinject though. Is Time machine still working after this?
koaxial
QUOTE(thefinalprophecy @ Oct 31 2007, 02:43 AM) *
Is there any way to make the MBR active partition modification WITHOUT having a 2nd partition for Tiger? I have 2 disks... 0=XP, 1=OSX. I would like to keep it this way. Basically, I have the modded DVD burned and ready to go, but upon restart (after patching) it does not boot. I believe this is because of the MBR issue.
it seemed that kalyway has just found a way how to make a bootable hard drive for Leo. it's on the grinning diablo! someone claims it "works flawlessly". well, i think i'll give it a try for a clean install of Leo. smile.gif
QUOTE(giandal @ Nov 1 2007, 06:01 PM) *
mmm... the installer above replaces the ALCinject though. Is Time machine still working after this?
time machine seems to be working but i never tried it yet. i remember it asked me if i want to make my firewire hard drive as backup the first time i plugged it into Leo. hope i have a spare hard drive to try on, besides i'm still not so confident using it.
candykane
wel got it working i got leopard via the flat drive image working its areal sintch no messy terminal no patches just download unpack get 2 more programs and use them to install the package. sound video all workinghad to tweak network but nothing more
shoarthing
QUOTE(candykane @ Nov 1 2007, 10:38 PM) *
wel got it working i got leopard via the flat drive image working its areal sintch no messy terminal no patches just download unpack get 2 more programs and use them to install the package. sound video all workinghad to tweak network but nothing more
. . 2ch sound? . . or the same functionality as in Tiger? Did you use the patcher, or the prepatched kext?
G5rocks
Maybe someone of the P5W DH Deluxe owners can help me a little with my Q6600 overclocking attempts?
http://forum.insanelymac.com/index.php?showtopic=69073
shoarthing
QUOTE(G5rocks @ Nov 2 2007, 12:03 AM) *
Maybe someone of the P5W DH Deluxe owners can help me a little with my Q6600 overclocking attempts?
http://forum.insanelymac.com/index.php?showtopic=69073
. . OK, have done so; but this is not an entirely simple process. All CPUs are different, & a quad is only as good as its worst core.
thefinalprophecy
I'll ask here too to see if i get a response, but my CPU shows up as Unknown CPU 2.6ghz. Can I apply a fix to have it say Core 2 Quad?
koaxial
QUOTE(G5rocks @ Nov 2 2007, 12:03 AM) *
Maybe someone of the P5W DH Deluxe owners can help me a little with my Q6600 overclocking attempts?
http://forum.insanelymac.com/index.php?showtopic=69073

hi! i've been able to overclock my q6600 prime stable at 3.0ghz with the following bios (1901) settings:

cpu freq. = 333
dram freq = 834mhz *3x1gb patriot pc2-6400 (pdc22g6400llk)
----------------------------------
performance mode = auto
pci express freq = 101
pci clock sync mode = 33.33mhz
-----------------------------------
memory voltage = 2.20v
cpu voltage (vcore) = 1.5000v
-----------------------------------
fsb termination voltage = auto
mch chipset voltage = 1.65v
ich chipset voltage = auto
------------------------------------
dram timing by spd = enabled
------------------------------------

i also changed the following but not so sure about it:

virtualization technology = disabled
intel speedstep tech = disabled
-------------------------------------

pc probe temp. = 29-31c (idle), 38-44c (full load)

cpu cooler = xigmatek hdt-s1283

let me know smile.gif
G5rocks
QUOTE(koaxial @ Nov 2 2007, 06:06 AM) *
...
pci express freq = 101
...
cpu voltage (vcore) = 1.5000v



Thanks!

But isn't 1.5V a lot? What does it say in Windows... how much volts do you see there?

Why is pci express freq set to 101 instead of 100?







rolleyes.gif Uhm oh blink.gif i just lost my sound while working in the old imovie wacko.gif
did some quick bloody n00bish "reinstallations" by hand and got a nice Kernel Panic biggrin.gif
Wasn't able to boot with -s and fixed the system in 2 steps from tiger and then in safe mode...

Installed the ToH kexts and still have no sound whistle.gif ... maybe someone could just give
me a list of all needed kexts in extensions angel.png or check my list if i deleted anything else that
could be important some day wink.gif oh man sad.gif

Then i could learn what i lost and fix it (and keep this list "just in case" smile.gif)

Seems also that i have some wrong permissions:

CODE
VIC20s-MacQuad:~ vic20$ ls -lr /Volumes/Leopard/System/Library/Extensions/
total 0
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 zfs.readonly.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 07:10 webfilter.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:51 webdav_fs.kext
drwxr-xr-x  3 root  wheel  102 11 Sep 15:03 vmmain.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:57 udf.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:54 smbfs.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 seatbelt.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 ntfs.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 msdosfs.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 07:12 mcxalr.kext
drwxr-xr-x  3 root  wheel  102 24 Sep 04:15 iTunesPhoneDriver.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:49 iPodDriver.kext
drwxr-xr-x  3 root  wheel  102 11 Sep 15:03 hypervisor.kext
drwxr-xr-x  3 root  wheel  102 29 Okt 02:48 dsmos.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 cddafs.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 autofs.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:51 VirtualAudioDriver.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 TMSafetyNet.kext
drwxr-xr-x  5 root  wheel  170 10 Okt 06:38 System.kext
drwxr-xr-x  3 root  wheel  102 22 Aug 03:21 Soundflower.kext
drwxr-xr-x  3 root  wheel  102 21 Sep 23:34 SoftRAID.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 SMCMotionSensor.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 SMARTLib.plugin
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 SM56KUSBAudioFamily.kext
drwxr-xr-x  3 root  wheel  102  4 Okt 06:44 SCR24X_Apple_Driver.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 Radius.ppp
drwxr-xr-x  3 root  wheel  102 11 Sep 15:04 Pvsnet.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 PPTP.ppp
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 PPPoE.ppp
drwxr-xr-x  3 root  wheel  102 24 Sep 03:16 PPPSerial.ppp
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 PPP.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 PMUMotionSensor.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 OSvKernDSPLib.kext
drwxr-xr-x@ 3 root  wheel  102 29 Okt 05:54 NVinject.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 NVDAResman.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 NVDANV50Hal.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 NVDANV40Hal.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 NVDANV30Hal.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 NVDANV20Hal.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 NVDANV10Hal.kext
drwxr-xr-x  3 root  wheel  102 30 Jun  2004 MegaRAID.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 MacIOGPIO.kext
drwxr-xr-x  3 root  wheel  102 24 Sep 04:30 LogitechForceFeedback.kext
drwxr-xr-x@ 3 root  wheel  102 29 Okt 09:42 LittleSnitch.kext
drwxr-xr-x  3 root  wheel  102 23 Mär  2004 LSIUltra320.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 L2TP.ppp
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 KeyLargoATA.kext
drwxr-xr-x  3 root  wheel  102 22 Aug 22:33 JMicronATA.kext
drwxr-xr-x  3 root  wheel  102 24 Sep 04:30 ImmersionForceFeedback.kext
drwxr-xr-x  4 root  wheel  136 10 Okt 06:38 IPFirewall.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:54 IOVideoFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:54 IOUSBMassStorageClass.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOUSBFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 IOStreamFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 IOStorageFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 IOSerialFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 IOSMBusFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:49 IOSCSIParallelFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 IOSCSIArchitectureModelFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOPlatformPluginFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOPlatformFunction.kext
drwxr-xr-x  5 root  wheel  170 10 Okt 06:48 IOPCIFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOPCCardFamily.kext
drwxr-xr-x@ 3 root  wheel  102 10 Okt 06:47 IONetworkingFamily.kext
drwxr-xr-x  5 root  wheel  170 10 Okt 06:46 IONDRVSupport.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 IOKeyLargo.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOI2CSlewClock.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOI2CSMUSat.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOI2CPulsar.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 IOI2CMotionSensor.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOI2CMaxim6690.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOI2CMaxim1989.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOI2CMaxim1631.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOI2CLM8x.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOI2CLM7x.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOI2CLM6x.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOI2CHWClock.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOI2CFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 IOI2CDriveBayGPIO.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 IOI2CDeviceLMU.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 IOI2CDeviceFCU.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOI2CControllerSMU.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOI2CControllerPPC.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOI2CControllerPMU.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOI2CCPUVoltage.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 IOI2CADT746x.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOI2CAD741x.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOHIDFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:49 IOHDIXController.kext.post
drwxr-xr-x  3 root  wheel  102 29 Okt 02:48 IOHDIXController.kext
drwxr-xr-x  5 root  wheel  170 10 Okt 06:46 IOGraphicsFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 IOFireWireSerialBusProtocolTransport.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOFireWireSBP2.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 IOFireWireIP.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOFireWireFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 IOFireWireAVC.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 IODVDStorageFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 IOCDStorageFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 07:08 IOBluetoothHIDDriver.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 07:04 IOBluetoothFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 IOBDStorageFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:49 IOAudioFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 IOATAFamily.kext.post
drwxr-xr-x@ 3 root  wheel  102 10 Okt 06:42 IOATAFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 IOAHCIFamily.kext.post
drwxr-xr-x  3 root  wheel  102 29 Okt 02:48 IOAHCIFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 IOADBFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 IOACPIFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 IO80211Family.kext
drwxr-xr-x  3 root  wheel  102 29 Sep 07:11 ICAFWKodakProDriver.kext
drwxr-xr-x  3 root  wheel  102 29 Sep 07:05 ICAClassicNotSeizeDriver.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 I2CGPIO.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 GeForceVADriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:50 GeForceGA.plugin
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 GeForceFXGLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 GeForce8xxxGLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 GeForce3GLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 GeForce2MXGLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 GeForce.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 EAP-TLS.ppp
drwxr-xr-x  3 root  wheel  102  4 Okt 06:38 EAP-RSA.ppp
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 EAP-KRB.ppp
drwxr-xr-x  4 root  wheel  136 10 Okt 06:43 Dont Steal Mac OS X.kext
drwxr-xr-x  3 root  wheel  102 13 Jun 01:45 DWXboxHIDDriver.kext
drwxr-xr-x  3 root  wheel  102 24 Sep 07:24 DVFamily.bundle
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 DSAuth.ppp
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 DSACL.ppp
drwxr-xr-x  3 root  wheel  102 31 Okt 08:16 ControllerMate.kext
drwxr-xr-x@ 5 root  wheel  170  2 Nov 07:05 Contents
drwxr-xr-x  3 root  wheel  102 11 Sep 15:04 ConnectUSB.kext
drwxr-xr-x  3 root  wheel  102  2 Nov 07:14 Caches
drwxr-xr-x  3 root  wheel  102  4 Okt 06:44 CRYPTOCardPCCard.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 CMD646Root.kext
drwxr-xr-x  3 root  wheel  102  4 Okt 06:44 CM4040.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 CHUDUtils.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 CHUDProf.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:53 CHUDKernLib.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 BootCache.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AudioIPCDriver.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:50 AudioDeviceTreeUpdater.kext
drwxr-xr-x  3 root  wheel  102 22 Aug 22:33 ArcMSR.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 Apple_iSight.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:51 AppleXsanFilter.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AppleVSP.kext
drwxr-xr-x  3 root  wheel  102 29 Okt 02:48 AppleVIAATA.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleVIA.kext.post
drwxr-xr-x  3 root  wheel  102 29 Okt 02:48 AppleVIA.kext
drwxr-xr-x  3 root  wheel  102 28 Sep 04:45 AppleVADriver.bundle
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 AppleUSBTopCase.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 07:02 AppleUSBDisplays.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleUSBAudio.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 AppleThermal.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 AppleSym8xx.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:54 AppleStorageDrivers.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleSmartBatteryManager.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AppleSPU.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleSMUMonitor.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AppleSMU.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 AppleSMCLMU.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AppleSMC.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleSMBIOS.kext.post
drwxr-xr-x  3 root  wheel  102  8 Aug 05:52 AppleSMBIOS.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:49 AppleSEP.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AppleRTC.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:49 AppleRAIDCard.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 AppleRAID.kext
drwxr-xr-x  3 root  wheel  102 25 Okt 21:54 ApplePS2Controller.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 ApplePMU.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 ApplePCCardATA.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 ApplePCCard16ATA.kext
drwxr-xr-x  3 root  wheel  102 11 Okt 07:01 AppleOnboardDisplay.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:50 AppleOnboardAudio.kext
drwxr-xr-x  4 root  wheel  136 12 Okt 03:51 AppleNDRV
drwxr-xr-x  3 root  wheel  102 14 Sep 19:17 AppleMobileDevice.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 AppleMediaBay.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleMaxim6690.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleMaxim1989.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleMacRiscPCI.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 AppleMacRISC4PE.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleMacRISC2PE.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 AppleMPIC.kext
drwxr-xr-x  3 root  wheel  102 24 Sep 04:00 AppleMIDIUSBDriver.plugin
drwxr-xr-x  3 root  wheel  102 24 Sep 04:00 AppleMIDIRTPDriver.plugin
drwxr-xr-x  3 root  wheel  102 24 Sep 03:59 AppleMIDIIACDriver.plugin
drwxr-xr-x  3 root  wheel  102 10 Okt 06:49 AppleMIDIFWDriver.plugin
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleMCEDriver.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleLSIFusionMPT.kext
drwxr-xr-x  3 root  wheel  102 24 Sep 04:14 AppleLPC.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 AppleLMUController.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleLM8x.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleLM87.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleLM7x.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleLED.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleKiwiRoot.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleKiwiATA.kext
drwxr-xr-x  3 root  wheel  102 24 Sep 04:14 AppleKeyswitch.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleKeyLargo.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleKauaiATA.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleK2SATARoot.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleK2SATA.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AppleK2Fan.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleK2Driver.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleK2.kext
drwxr-xr-x  5 root  wheel  170 12 Okt 03:52 AppleIntelIntegratedFramebuffer.kext.post
drwxr-xr-x  5 root  wheel  170 12 Okt 05:08 AppleIntelIntegratedFramebuffer.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 AppleIntelGMAX3100VADriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 AppleIntelGMAX3100GLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:50 AppleIntelGMAX3100GA.plugin
drwxr-xr-x  5 root  wheel  170 12 Okt 03:52 AppleIntelGMAX3100FB.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 AppleIntelGMAX3100.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 AppleIntelGMA950VADriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 AppleIntelGMA950GLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:50 AppleIntelGMA950GA.plugin
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 AppleIntelGMA950.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:52 AppleIRController.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleI2SModemFamily.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 AppleI2S.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleI2C.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleHWSensor.kext.post
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 AppleHWClock.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:42 AppleHPET.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:52 AppleHIDMouse.kext
drwxr-xr-x  3 root  wheel  102 24 Sep 04:13 AppleHIDKeyboard.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:49 AppleHDA.kext
drwxr-xr-x  3 root  wheel  102 25 Okt 22:31 AppleGenericPCATA.kext
drwxr-xr-x  3 root  wheel  102 24 Sep 02:52 AppleGW.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AppleGPIO.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleFlashNVRAM.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleFileSystemDriver.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AppleFan.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:49 AppleFWAudio.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleFPButton.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleFCU.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleEFIRuntime.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:50 AppleDallasDriver.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 AppleCore99NVRAM.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 AppleCPUThermo.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 AppleBlower.kext
drwxr-xr-x  3 root  wheel  102 24 Sep 04:14 AppleBacklight.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:52 AppleBMC.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 AppleAltiVecDVDDriver.bundle
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleAirPort.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleAPIC.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleAHCIPort.kext.post
drwxr-xr-x  3 root  wheel  102 29 Okt 02:48 AppleAHCIPort.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AppleADT746x.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 AppleADM103x.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:46 AppleADBMouse.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 AppleADBKeyboard.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:47 AppleADBButtons.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:43 AppleAD741x.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 AppleACPIPlatform.kext.post
drwxr-xr-x  3 root  wheel  102 10 Okt 06:45 AppleACPIPlatform.kext
drwxr-xr-x  3 root  wheel  102 23 Dez  2006 AppleAC97Audio.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:44 Apple16X50Serial.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:49 Apple02Audio.kext
drwxr-xr-x  3 root  wheel  102 19 Sep  2003 ATTOExpressPCIPlus.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeonX2000VADriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeonX2000GLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:50 ATIRadeonX2000GA.plugin
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeonX2000.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeonX1000VADriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeonX1000GLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:50 ATIRadeonX1000GA.plugin
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeonX1000.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:50 ATIRadeonGLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:50 ATIRadeonGA.plugin
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeonDVDDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeon9700VADriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeon9700GLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:50 ATIRadeon9700GA.plugin
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeon9700DVDDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeon9700.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeon8500VADriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:50 ATIRadeon8500GLDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:50 ATIRadeon8500GA.plugin
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeon8500DVDDriver.bundle
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeon8500.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRadeon.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATIRNDRV.kext
drwxr-xr-x  3 root  wheel  102 12 Okt 03:51 ATINDRV.kext
drwxr-xr-x  3 root  wheel  102 10 Okt 06:48 ALF.kext
drwxr-xr-x  3 root  wheel  102 22 Aug 22:33 ACard68xxM.kext
drwxr-xr-x  3 root  wheel  102 22 Aug 22:33 ACard6885M.kext
drwxr-xr-x  3 root  wheel  102 22 Aug 22:32 ACard671xSCSI.kext
drwxr-xr-x  3 root  wheel  102 22 Aug 22:32 ACard67162.kext
drwxr-xr-x  3 root  wheel  102 22 Aug 22:32 ACard62xxM.kext
drwxr-xr-x  3 root  wheel  102 22 Aug 22:33 ACard6280ATA.kext






koaxial
QUOTE(G5rocks @ Nov 2 2007, 06:35 AM) *
Thanks!

But isn't 1.5V a lot? What does it say in Windows... how much volts do you see there?

Why is pci express freq set to 101 instead of 100?

hi, cpu-z and pc probe display the cpu voltage differently. please see the attached image files:

Click to view attachment
Click to view attachment

also i had to pump the pcie freq a bit to catch up with the other tweaks. that is to be "insync", if you will.
i now able to play bioshock, jericho and currently timeshift at 1920x1200 (in windows, of course) without blacking out my display anymore.
btw, i'm using 23" acd with ati x1950xt gfx. smile.gif
G5rocks
Thanks again... i will try to slowly increase the vcore... but i am afraid of damaging the cpu at 1.5V



biggrin.gif my sound just came back after i installed the digidesign mbox drivers to find out that they are not working in leopard.
I plugged my headphones out of the computer and after this HD audio was visible in the sound preferences again.
I remember that in windows the onboard sound detects when you plug something in. maybe this hardware feature is just buggy?



candykane
its prepatched ohmy.gif) its the a back up of a hard drive after installation is compleet .
so basicly your booting up for the first time and you are contiuing the instalnation by setting up
the system. it also worked perfecly on my dell inspiron 6400 as well. (had to tweak sound and lan for it)
BrazilMAC
Hey all,

Have any of you guys noticed/experimented a lot of hard drive "trashing" after an app freezes? The system will then not reboot or restart if you try. The case's HD LED will be lighting up forever and you would eventually have to manually restart the system.

I installed the Final Cut Studio 2 Suite and Logic Pro 8. There are times where if I perform certain actions, I get the beachball and then the program can only be forced quit. Havent seen/tried this with other apps.

PS: Xbench results are the same for me running Tiger 10.4.10 and Leopard. No improvement except the graphical score.

Anybody can do some Xbench tests if you still have Tiger?
shoarthing
QUOTE(BrazilMAC @ Nov 2 2007, 12:14 PM) *
Hey all,

Have any of you guys noticed/experimented a lot of hard drive "trashing" after an app freezes? The system will then not reboot or restart if you try. The case's HD LED will be lighting up forever and you would eventually have to manually restart the system.
. . have not (as yet) had an app freeze so can't comment . . but am just about to try an iffy hack to get Peerguardian working in Leo so mebbe . . . . wacko.gif

BTW: do you have Time Machine fully working? . . & if so, to what backup device?
koaxial
QUOTE(BrazilMAC @ Nov 2 2007, 12:14 PM) *
Hey all,

Have any of you guys noticed/experimented a lot of hard drive "trashing" after an app freezes? The system will then not reboot or restart if you try. The case's HD LED will be lighting up forever and you would eventually have to manually restart the system.

I installed the Final Cut Studio 2 Suite and Logic Pro 8. There are times where if I perform certain actions, I get the beachball and then the program can only be forced quit. Havent seen/tried this with other apps.

PS: Xbench results are the same for me running Tiger 10.4.10 and Leopard. No improvement except the graphical score.

Anybody can do some Xbench tests if you still have Tiger?

hi there, i didn't experience a single freeze since i installed Leopard. but i only tried ilife 08 not fcp 2 suite. imovie 7.1 and the rest in the suite seem to be working fine. also i just made a 27gb backup of my system using time machine. have not yet tried to restore it, though. i also like to add that yesterday i played c&c 3 at 1920x1200 without an issue but windows version seems smoother or just the mighty mouse lagging.

right. xbench on both 10.4.9/10 and 10.5 are almost the same.

at this moment, i could not asked for more. thanks to you. smile.gif
shoarthing
QUOTE(koaxial @ Nov 2 2007, 12:49 PM) *
. . . also i just made a 27gb backup of my system using time machine. have not yet tried to restore it, though.
. . to what backup device? An internal SATA partition/drive or an external device? . . & are you running a hacked retail DVD/Brazilmac Leo or ToH?
BrazilMAC
Good to know you guys are running smooth. Using AHCI with my 2 SATA Drives, so thats not the problem. I think I will turn off spotlight and c what I get.
koaxial
QUOTE(shoarthing @ Nov 2 2007, 12:58 PM) *
. . to what backup device? An internal SATA partition/drive or an external device? . . & are you running a hacked retail DVD/Brazilmac Leo or ToH?

correct. it's on internal sata 2nd partition. 1st partition is where leopard installed. after the backup there's a folder created named 'Backups.backupdb'. inside this folder is a folder named 'myname computer', say "John Doe's Computer". there are several folders inside it.
pls take a look:

Click to view attachment

i checked the size of the main backup folder. it is almost the same size as the Leo volume. so there is little or no compression made to the backed up files.

the problem is i have no idea how to restore a file or folder. i have not yet read all the features or played around with this one. give me a sec. i'll be back.

EDIT:

OMG! time machine seems to be working! i tested it by deleting an old & unused folder (over 2gb in size) on my desktop then when i launched time machine to restore the deleted folder, my desktop changes into a warping space. on the center of it are 7 desktop finder windows overlapping each other. on the first finder window one on top, i noticed the old & unused folder i deleted earlier is gone. but when i click the last finder window behind it to see what it contains, the deleted folder is still there. right there i could almost figured out what to do next. well, i simply click or select the deleted folder and hit the huge restore button below. amazing! it feels like it really warping through time with the effects and all! awesome! you should try this yourselves. after the restore is finished i can now see the deleted folder sitting on my desktop again. wow! thumbsup_anim.gif

yes. i'm using BrazilMac's patched DVD installed on top of fresh install of JAS 10.4.8 SS2 SS3 intel amd. smile.gif
shoarthing
. . hmm: sound is trivial if you have an existing Tiger install, within which you could run "ALC882 AppleHDA v0.4b.mpkg" [which doesn't work in Leo] - you obv just copy over your working AppleHDA.kext & repair perms & so on.

Shows (as it did before) Line in, Mic in; Line out, Headphones, Digital out

Only thing not working in this ToH install (sniff/sob/wail) is dratted Time Machine: I am using a 1TB external, via eSATA or, if I must, USB.
koaxial
OMG! time machine seems to be working! i tested it by deleting an old & unused folder (over 2gb in size) on my desktop then when i launched time machine to restore the deleted folder, my desktop changes into a warping space. on the center of it are 7 desktop finder windows overlapping each other. on the first finder window one on top, i noticed the old & unused folder i deleted earlier is gone. but when i click the last finder window behind it to see what it contains, the deleted folder is still there. right there i could almost figured out what to do next. well, i simply click or select the deleted folder and hit the huge restore button below. amazing! it feels like it really warping through time with the effects and all! awesome! you should try this yourselves. after the restore is finished i can now see the deleted folder sitting on my desktop again. wow! thumbsup_anim.gif

yes. i'm using BrazilMac's patched DVD installed on top of fresh install of JAS 10.4.8 SS2 SS3 intel amd. smile.gif

shoarthing
QUOTE(koaxial @ Nov 2 2007, 03:18 PM) *
OMG! time machine seems to be working! i tested it by deleting an old & unused folder (over 2gb in size) on my desktop then when i launched time machine to restore the deleted folder, my desktop changes into a warping space. on the center of it are 7 desktop finder windows overlapping each other. on the first finder window one on top, i noticed the old & unused folder i deleted earlier is gone. but when i click the last finder window behind it to see what it contains, the deleted folder is still there. right there i could almost figured out what to do next. well, i simply click or select the deleted folder and hit the huge restore button below. amazing! it feels like it really warping through time with the effects and all! awesome! you should try this yourselves. after the restore is finished i can now see the deleted folder sitting on my desktop again. wow! thumbsup_anim.gif

yes. i'm using BrazilMac's patched DVD installed on top of fresh install of JAS 10.4.8 SS2 SS3 intel amd. smile.gif
. . nice to hear it works for you biggrin.gif
candykane
just use the targua 1.16 patcher and de linux codec it works like a charm in leopard. im thinking of going back to tiger do to many programs are not working stable on my dell 6400. Hope i have no problems under tiger.
giandal
QUOTE(candykane @ Nov 2 2007, 10:53 PM) *
just use the targua 1.16 patcher and de linux codec it works like a charm in leopard. im thinking of going back to tiger do to many programs are not working stable on my dell 6400. Hope i have no problems under tiger.


Tried it... nothing. Actually, as I expected, it breaks time machine. Back to ToH's patches and I'll wait for a new patcher from taruga.

shoarthing
QUOTE(giandal @ Nov 3 2007, 06:27 AM) *
Tried it... nothing. Actually, as I expected, it breaks time machine. Back to ToH's patches and I'll wait for a new patcher from taruga.
(my emphasis) . . .? Trying the Taruga patcher was the sole change you made prior to losing Time Machine function?

. . & did you have Time Machine working to a partition on your Leo HDD, or to another HDD?
giandal
QUOTE(shoarthing @ Nov 3 2007, 08:32 AM) *
(my emphasis) . . .? Trying the Taruga patcher was the sole change you made prior to losing Time Machine function?

. . & did you have Time Machine working to a partition on your Leo HDD, or to another HDD?


Time machine is on a different HDD. I had made some other changes, though.
I went back to the version I had before various mods. Applied Taruga's patcher again and finally now I have both sound working and time machine.
So I don't really know what crashed time machine, but I don't want to go back and try to reproduce it.

Now the only things that are not at their proper place are the time machine icon on the HDD (for some reason it disappeared, but as I said backups are there) and the mic in, which is working only from the back port in my mobo and not from the front one too.
But I guess I can live with this!
shoarthing
giandal - Hi - thanks for the info: I cannot seem to find anyone using ToH RC2 who has working Time Machine to a secondary/external HDD, tho' oddly ToH kexts are required to make TM work in Brazilmac installs . . v odd.
Reptar
I've spent the past week playing with and upgrading my P5W-DH. Today I had success in getting all of my hardware working (almost). My biggest problem was I could not shutdown. Restart was fine, but no shutdown.

My upgrade process used BrasilMac patches( Oct 31 release). Thank you BrasilMac. Just TERRIFIC!.

Before installing 10.5 I formated using Jas 10.4.8 ppf1 naming the volume "Leopard", installed 10.4.8 , rebooted to 10.4.8 and created a dummy 10.4.8 account named "setup".

Next I installed 10.5 over top of 10.4.8 on the volume "Leopard", then I ran the BrasilMac post patch. I have 2 HDD, so I was able to run this from 10.4.10 on my other HDD. Per BrasilMac's instructions, I had to edit the first couple of lines in the script to set the right paths.

I then booted into 10.5 and my account "setup" was there. I created a root account using terminal sudo passwd root.

I moved my ALCinject.kext and AppleHDA.kext from 10.4.10 to 10.5. Chown and chmod for these kext. Repaired permissions and all was well. I have a 7600GT and using BrasilMac Oct 31, the Natit installed with postpatch gave me QE/CI. All was well.

I then used migration assistant and moved all my users, files & folders, etc to Leopard. after completion this is where i now had the problem of no shutdown. Before the migration everything was fine as far as shutdown. Obviously, a library file from 10.4.10 was migrated and was not compatible.

I couldn't track down the specific issue, but after several complete reinstalls, I decided to just rerun the BrasilMac postpatch after the migration. Miracle! It fixed the shutdown problem. Now everything was working:) But I was getting a lot of disk activity and stalls (spinning beach ball).

I use AHCI with my SATA drives, and had ALE, or whatever its called, in the bios enabled as part of AHCI. Turning this off in the bios fixed the stalls and no more spinning beachballs.

I have Vista installed on another partition and I can access it from the bootloader, so basically everything is working as well as it was in 10.4.10, which was rock solid for me, at least so far. Only exception is wireless, which seems to drop the connection within about 5 secs. Not a biggie for me as I have Gigabit hard wired lan which I use, but for those of you dependent on Wi-Fi, this could be a show stopper. I've seen others are having similar problems with this WiFi chip and Leo.

Just as an observation 10.5 is blazing fast. I haven't run any benchmarks yet, but things just fly open ( docs, folders, and apps). This is a very impressive upgrade.


EDIT: Well I found the root cause of my inability to shutdown. It's Taruga AppleHDA. I was using Taruga 0.4b from my 10.4.10 install. If AppleAzailia is used instead, I have no problem with shutdown. This is why rerunning BrasilMac post patch fixed the shutdown problem as it reinstalls AppleAzailia.( No miracle afterall) I also tried using Taruga .2 and 1.16. No dice. So for now I have to live AppleAzailia which only gives audio output and no input. I have an iMic which still works with 10.5 so I can use it for input. If anyone has any ideas, I all ears.
olivier-h
For me it works all fine, just no ide dvd after install, someone an idea how to fix that ??
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.