Jump to content
2,033 posts in this topic

Recommended Posts

P.S.: the md5 of my unlatched kernel: MD5 (/Volumes/Rock/System/Library/Kernels/kernel) = 32e83ee7973553e554f2de5a6b12c9f9[/size]

I think you're right. Like Pike, I've got confusion here too with the patching/etc. Just checked on my desktop (which is Sandy Bridge, no kernel patch required) and:

MD5 (/Volumes/yosemite/System/Library/Kernels/kernel) = 32e83ee7973553e554f2de5a6b12c9f9
  • Like 1

Ok. Thanks for the MD5 checksum guys. I'm fine.

 

Next up. There is a new property: /chosen/random-seed No idea what it is. Your values?

 

p.s. power management in 10.9.3 has also changed so check the debug output with debugMachKernel.sh

You can do it from command line  diskutil repairPermissions /

thx for reply i also tried it to change /Library/Receipts/InstallHistory.plist

but repair permissions is still grey on my guid partition.

 

i think that it has something to do with the way i installed it.

 

i also got wheel as admin on this disk

Next up. There is a new property: /chosen/random-seed No idea what it is. Your values?

Good spot Pike. I missed that one.

All zeros here.

 

00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

thx for reply i also tried it to change /Library/Receipts/InstallHistory.plist

but repair permissions is still grey on my guid partition.

 

i think that it has something to do with the way i installed it.

 

i also got wheel as admin on this disk

Repair permissions is greyed out for everyone, it's a known issue. Use diskutil in terminal to repair permissions.

Has anyone managed to patch the original AppleHDA in Yosemite or Am I wasting my time and should just install voodooHDA? Please just reply to this, I just want to get my audio working. Thanks, I have been trying things for hours and nothing works. The only thing I have not tried is voodooHDA

I saw you posted question about how to get audio working with clover. I suggest you read this. http://clover-wiki.zetam.org/Configuration/Devices#Audio-/-Inject

btw, there are more stuff in that page. You can check that out as well if you like.

One more thing, what's your lan model?

 

Good spot Pike. I missed that one.

All zeros here.

00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

for me the same all Zeros.

Ok, I've made some progress and I'm now booting in normal mode and with lan, graphics, iMessage, FaceTime and App Store all working. The only thing I am having trouble with is the sound for my Z77-DS3H. I installed the ALC887 with kext wizard but it made no difference? I think it's because my layout id is 1 and in system information is dow as 0. How do you get clover to insert that? I'm so used to chameleon that clover is another world, completely different! I know how to modify the config plist but even putting there Detect or 887 it's not having an effect.

here use this for ALC887 http://www.osx86.net/files/file/4058-applehda-1010-dp1-yosemite-alc887/

Finally got Yosemite (Sam) up and running natively - same kexts and settings I used for Mavericks.

 

And by the same kexts, I DO mean quite literally, as I only used four (the two mandatories - FakeSMC and NullCPUManagement - and kXAudioDriver (Sound Blaster Audigy Classic for audio) and Realtek RTL81xx (networking); both IPv4 AND IPv6 are running as they should be - again, this is identical to Mavericks).

 

Transparency of the FinderBar is working (which means that QE/CI is still working) - however, it DOES look rather strange given the flatness of the display (again, compared to Mavericks or earlier).

 

However, other than the flatness, so far, I have nary a quibble.

I saw you posted question about how to get audio working with clover. I suggest you read this. http://clover-wiki.zetam.org/Configuration/Devices#Audio-/-Inject

btw, there are more stuff in that page. You can check that out as well if you like.

One more thing, what's your lan model?

Hi, thanks for that. I have got everything working now. I managed to find the info needed and after applying everything it now works and I do not need any flags to boot. My Lan model is the Atheros AR8151. I have an Apple wifi mini pcie card with adapter so I wasn't too worried. It was more to get the Appstore, iMessage and FaceTime working.

1 - Enter this 2 commands in Terminal and reboot:

sudo perl -pi -e 's|(\x52\x6F\x74\x61\x74\x69\x6F\x6E\x61\x6C\x00{1,20})[^\x00]{9}(\x00{1,20}\x54)|$1\x00\x00\x00\x00\x00\x00\x00\x00\x00$2|sg' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage

sudo touch /System/Library/Extensions/

2 - Other solution is Clover AutoPatching, add in your config.plist:

<key>KernelAndKextPatches</key>
<dict>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>Trim Enabler</string>
<key>Find</key>
<data>
QVBQTEUgU1NE
</data>
<key>Name</key>
<string>IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
AAAAAAAAAAAA
</data>
</dict>
</array>
</dict>

Try 1 or 2.

  • Like 2

for me the same all Zeros.

here use this for ALC887 http://www.osx86.net/files/file/4058-applehda-1010-dp1-yosemite-alc887/

That one didn't work for me. I did try it when I found it in my searches. I installed the one in the github site, toledo branches and followed his instructions on how to install it when using clover. I had to do a lot more as the kext was not on the exception list and also the layoutid wasn't right in clover. All working now. Thanks all the same! To get it to the stage where I am, Yosemite took a lot longer than Mavericks. Manual install obviously not tony style lol

Guest
This topic is now closed to further replies.
×
×
  • Create New...