=)(= Posted June 8, 2014 Share Posted June 8, 2014 This reminds me of OSX Tiger: I like the Mavericks look more, but some ofe the new icons looks good tho. Link to comment Share on other sites More sharing options...
Doublepranks Posted June 8, 2014 Share Posted June 8, 2014 The new TRIM patch is sudo perl -pi -e 's|\x00\x41\x50\x50\x4c\x45\x20\x53\x53\x44\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00|' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/LibraryIOAHCIBlockStorage && sudo touch /System/Library/Extensions then reboot and voilà, the TRIM is enabled. Thanks, By the way correct command is: sudo perl -pi -e 's|\x00\x41\x50\x50\x4c\x45\x20\x53\x53\x44\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00|' /System/Library/Extensions/IOAHCIFamily.kext/Contents/Plugins/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage && sudo touch /System/Library/Extensions 1 Link to comment Share on other sites More sharing options...
Marchrius Posted June 8, 2014 Share Posted June 8, 2014 Thanks, By the way correct command is: sudo perl -pi -e 's|\x00\x41\x50\x50\x4c\x45\x20\x53\x53\x44\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00|' /System/Library/Extensions/IOAHCIFamily.kext/Contents/Plugins/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage && sudo touch /System/Library/Extensions I think you are wrong, the PlugIns has an uppercase "i". Have you used Tab to autocomplete word? Link to comment Share on other sites More sharing options...
Doublepranks Posted June 8, 2014 Share Posted June 8, 2014 I think you are wrong, the PlugIns has an uppercase "i". Have you used Tab to autocomplete word? The problem is actually this : sudo perl -pi -e 's|\x00\x41\x50\x50\x4c\x45\x20\x53\x53\x44\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00|' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/LibraryIOAHCIBlockStorage && sudo touch /System/Library/Extensions Not the lower neither upper case i. 2 Link to comment Share on other sites More sharing options...
MiniHack Posted June 8, 2014 Share Posted June 8, 2014 Who have real Mac test, please, the command from terminal nvram 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:HW_BID comment please with mac model and OSX version. Davids-MacBook-Air:~ Dave$ nvram 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ROM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ROM %c8*%14%e96L MBA4,2 10.7.5 Link to comment Share on other sites More sharing options...
Marchrius Posted June 8, 2014 Share Posted June 8, 2014 The problem is actually this : sudo perl -pi -e 's|\x00\x41\x50\x50\x4c\x45\x20\x53\x53\x44\x00|\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00|' /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/LibraryIOAHCIBlockStorage && sudo touch /System/Library/Extensions Not the lower neither upper case i. Oops! You are right! Sorry for mistake! 2 Link to comment Share on other sites More sharing options...
Slice Posted June 8, 2014 Share Posted June 8, 2014 Davids-MacBook-Air:~ Dave$ nvram 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ROM 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14:ROM %c8*%14%e96L MBA4,2 10.7.5 ROM is just a test that the command works. My interest in HW_BID. I proposed that it will appear only in 10.10. Link to comment Share on other sites More sharing options...
rishaan Posted June 8, 2014 Share Posted June 8, 2014 Yes I did. I followed +ira's instructions to the letter. http://www.insanelymac.com/forum/topic/298402-os-x-yosemite-dps-builds/?p=2024272 Although I did stumble on the same problem, but if I remember well it was due to FakeSMC.kext not loading. (trying Clover injection) I took the EFI folder from Mavericks and put it in the installer disk. Anyway, does someone know how to activate the debug menu in Disk Utility ? The old method doen't work. I got it to work. Thanks for your help. Did you get ethernet on your GA-Z77-DS3H?....or sound? Link to comment Share on other sites More sharing options...
thetony2313 Posted June 8, 2014 Share Posted June 8, 2014 Does anyone have the issue where you have to repair permissions upon boot whenever you want to get into the system? Link to comment Share on other sites More sharing options...
tdtran1025 Posted June 8, 2014 Share Posted June 8, 2014 I got it to boot from USB. Then after chosing the partition into which to install Yosemite, it got stuck on the installation screen without moving forward. What is the problem with my install, does anyone know? Thank you. Link to comment Share on other sites More sharing options...
toleda Posted June 8, 2014 Share Posted June 8, 2014 Yosemite: Initial Clover Realtek ALC Onboard Audio See toleda/audio_CloverALC Note: Use audio_cloverALCxxxx... patch, not audio_alcxxx... patch Help: 1. Problem Reporting, Post #1, Mavericks Realtek ALC AppleHDA Audio 2. Post to same thread with requested files 3 Link to comment Share on other sites More sharing options...
FrDakota Posted June 8, 2014 Share Posted June 8, 2014 I got it to work. Thanks for your help. Did you get ethernet on your GA-Z77-DS3H?....or sound? Used ALXEthernet.kext for network and VoodooHDA 2.8.5 removing AppleHDA.kext for audio (because I need digital out). Link to comment Share on other sites More sharing options...
theconnactic Posted June 8, 2014 Share Posted June 8, 2014 Yosemite: Initial Clover Realtek ALC Onboard Audio See toleda/audio_CloverALC Note: Use audio_cloverALCxxxx... patch, not audio_alcxxx... patch Help: 1. Problem Reporting, Post #1, Mavericks Realtek ALC AppleHDA Audio 2. Post to same thread with requested files It seems ALC 887 patch for 10.10 isn't there yet... or am I looking at the wrong place? Link to comment Share on other sites More sharing options...
toleda Posted June 8, 2014 Share Posted June 8, 2014 It seems ALC 887 patch for 10.10 isn't there yet... or am I looking at the wrong place? Yes, the cloverALC patch is in the codec folder. See toleda/audio_CloverALC/README Required Information 1. Codec/ALC - Select link/Select Download ZIP 2. 887 2 Link to comment Share on other sites More sharing options...
theconnactic Posted June 8, 2014 Share Posted June 8, 2014 But Toleda, I followed the instructions and found patches only up to 10.9.3... I'll try again later, perhaps the site is taking time to update the files available for download. All the best! Reviewd the files I got when the zip 887 file gets decompressed: only up to 10.9.3, from 10.8.4, and all dated from may the 15th. Link to comment Share on other sites More sharing options...
toleda Posted June 8, 2014 Share Posted June 8, 2014 followed the instructions and found patches only up to 10.9.3... I Use only toleda/audio_CloverALC/README instructions. cloverALC does not use the info files (realtekALC.kext provides configdata). cloverALC installs layouts and Platforms (same files for 10.8, 10.9 and 10.10). Double click: audio_cloverALC887-90_patch.command. Try it, If audio does not work Post to the thread noted in Post 670. 2 Link to comment Share on other sites More sharing options...
theconnactic Posted June 8, 2014 Share Posted June 8, 2014 Away from my main computer now, will try again later. Thank you! Link to comment Share on other sites More sharing options...
blacksheep Posted June 8, 2014 Share Posted June 8, 2014 So we expected HW_BID only on new Macs. Yep, on 10.10 HW_BID gives the same error as in 10.8.5 Link to comment Share on other sites More sharing options...
Ahmed_shiko Posted June 8, 2014 Share Posted June 8, 2014 need drive TL-WN725N V2 and realtek alc 665 Link to comment Share on other sites More sharing options...
PGHammer21B Posted June 8, 2014 Share Posted June 8, 2014 i'm stuck here I need help! Using: Clover r2695 + 2696 FakeSMC.kext in 10.10 Folder SoundAssertion comes from AppleHDA.kext - that is NOT a bug. I get this same message even though I'm not using onboard (either mobo OR GPU) audio - using kXAudio (EMU10K series) driver. It likely is detecting support for certain features (such as onboard or HDMI audio) even though such features may not be in use. Link to comment Share on other sites More sharing options...
atlee Posted June 8, 2014 Share Posted June 8, 2014 need drive TL-WN725N V2 http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PFid=48&Level=5&Conn=4&ProdID=228&DownTypeID=3&GetDown=false&Downloads=true and realtek alc 665 - use voodoohda for quick fix. or patch AppleHDA yourself maybe? or you could: http://www.insanelymac.com/forum/files/file/24-applehda-for-alc665/ take that version, rip out the layout files. Grab the newest 10.10 AppleHDA use a hex editor to patch ALC885 hardware id with alc665 hardware id and chuck layout from above download and place it inside new kext. Sounds tricky but it isn't that hard. Then either use dsdt to insert layout id or use a enabler kext. If it's not perfect with layout you can muck around with input, output and mixer values but you'll need to get a audio codec dump to understand what values to test with. Link to comment Share on other sites More sharing options...
PGHammer21B Posted June 8, 2014 Share Posted June 8, 2014 PRAISE THE SUN. Can't wait. Clover isn't exactly ideal for me. Okay - why all the dislike for Clover? Yes - I'm quite serious. While Clover has taken some getting used to, I've come to actually PREFER Clover - because of things that Clover can do that Chameleon cannot. Even more surprising, I haven't changed motherboards - I'm still using the SAME motherboard I have done all my Hack running on - ASUS' P5G41-M LX2/GB. (It's a legacy mATX - and LGA775 besides - motherboard with a traditional BIOS - not exactly a motherboard that would be thought to be Clover-friendly.) Now, if you aren't used to either UEFI or a mouse-friendly BIOS, Clover WILL take getting used to. (While Clover is my first UEFI-style BIOS/loader, I DO have experience with AMI's ClickBIOS that appeared in several pre-EFI motherboards - including ASUS' P4C800-E Deluxe.) However, Clover has some neat tricks that ClickBIOS only dreamed of. For example, Clover has several verbosity options for detailed booting of OS X (including booting sans kext-injection - useful for determining if you have a problematical kext being injected). It also has every option Chameleon has. At least give Clover an honest evaluation before dismissing it. Link to comment Share on other sites More sharing options...
Ahmed_shiko Posted June 8, 2014 Share Posted June 8, 2014 new version clover r2703 http://www.osx86.net/files/file/4068-clover-v2k/ Link to comment Share on other sites More sharing options...
vuhothang Posted June 8, 2014 Share Posted June 8, 2014 I had a problem with MSI Geforce 630 GT 2GB DDR3 (0F00:1DE0), in mavericks it had full VRAM 2048MB but in YM it has only 1024MB, i was tried with R2703, it has only 1024MB. Link to comment Share on other sites More sharing options...
Mirone Posted June 9, 2014 Share Posted June 9, 2014 AppleHDA for Yosemite - DP1 1 Link to comment Share on other sites More sharing options...
Recommended Posts