artur_pt Posted May 13, 2013 Share Posted May 13, 2013 hello why use the graphics onboard ? hd 3000 ? use only the ati card... disable in bios onboard graphics.. if any graphics problem with off board.. only remove ati5000controller.. speedstep must be enabled.. and boot -f -v GraphicsEnabler=No if need use also npci=0x2000 the bios config u must test.. and try to boot.. good hack Link to comment Share on other sites More sharing options...
catalinz Posted May 13, 2013 Share Posted May 13, 2013 hello why use the graphics onboard ? hd 3000 ? use only the ati card... disable in bios onboard graphics.. if any graphics problem with off board.. only remove ati5000controller.. speedstep must be enabled.. and boot -f -v GraphicsEnabler=No if need use also npci=0x2000 the bios config u must test.. and try to boot.. good hack Hey thx for answer, I deleted all that video kexts, i dind say i use hd3000 I booted, installed, all fine now i am at dsdt step. i Booted without any command, it worked straight, but i had problem configuring lan at finished install, so i choose no internet, how can i enable it now? Also should i put back ati5000controller or the other ati kexts i deleted as you said to delete? Bios Video is set to Auto so igpu is disabled. the monitor is on discrete card connected and all went fine. Bios works for now with intel lan, bluetooth, asmedia usb3.0 all enabled Link to comment Share on other sites More sharing options...
artur_pt Posted May 13, 2013 Share Posted May 13, 2013 hello man if u install the system ... and gonna see in /system/library/extensions.. u will see that all the kext are there.. now if all working enjoy and learn how to work with mac os x... and read all about the system. try this for lan.. http://www.insanelymac.com/forum/topic/213990-appleintele1000kext/ good hack Link to comment Share on other sites More sharing options...
catalinz Posted May 13, 2013 Share Posted May 13, 2013 hello man if u install the system ... and gonna see in /system/library/extensions.. u will see that all the kext are there.. now if all working enjoy and learn how to work with mac os x... and read all about the system. try this for lan.. http://www.insanelym...intele1000kext/ good hack Unfortunately my adapter version is not there, mine is "Intel 82579V Gigabit Network Connection" with ROM: Intel® Boot Agent GE v1.4.10 IBA GE Slot 0000 v1410 PXE 2.1 Build 092 (WfM 2.0) Link to comment Share on other sites More sharing options...
artur_pt Posted May 13, 2013 Share Posted May 13, 2013 hello have u try the kext ? u can try also insert in it... info.plist u dev id and vendor id good hack Link to comment Share on other sites More sharing options...
catalinz Posted May 13, 2013 Share Posted May 13, 2013 i will finish the dsdt and the rest of the guide, than if not work, ill try what you recommend but first to finish all the guide. in the previous post, i attached a pic with the device id also, i dont know exactly how to work with this ill need some specific explanation. Link to comment Share on other sites More sharing options...
artur_pt Posted May 13, 2013 Share Posted May 13, 2013 hello it seem it work with that kext http://www.insanelymac.com/forum/topic/282649-ga-z77x-ud5h-myhack-mountain-lion-installed%E2%80%A6-whats-next/ good hack Link to comment Share on other sites More sharing options...
catalinz Posted May 13, 2013 Share Posted May 13, 2013 Yes that should do the trick thanx! Link to comment Share on other sites More sharing options...
catalinz Posted May 14, 2013 Share Posted May 14, 2013 Hello, I forgot something, i have patched my Bios with pmpatch, but because i forgot i did the bellow command, so if my bios is already patched can i remove the nullcpupowermanagement.kext? The computer worked with reboot and shutdown from start. 3.B Fixing the OS X install1. From the installer go to Utilities and Terminal. 2. Type cp –R /System/Library/Extensions/NullCPUPowerManagement.kext /Volumes/"OS X"/System/Library/Extensions/ Link to comment Share on other sites More sharing options...
k3nny Posted May 14, 2013 Share Posted May 14, 2013 Should work but keep a backup just in case. Link to comment Share on other sites More sharing options...
catalinz Posted May 14, 2013 Share Posted May 14, 2013 I deleted, all works fine , reboot and shutdown proper work, its lasting abit more than in windows but its fine at least works Link to comment Share on other sites More sharing options...
catalinz Posted May 15, 2013 Share Posted May 15, 2013 Hello, please help! At Part 5 -DSDT After i extract the dsdt and than go compile, finds 12 errors, It fixes 11 errors but 1 error it cannot fix it and i can`t save AML, i dont know what to do here please check the s-shots bellow and maybe you can help me, or i can save this way but how? Link to comment Share on other sites More sharing options...
k3nny Posted May 15, 2013 Share Posted May 15, 2013 Search for the string "ABCDEFGH" and replace it with "ABCDEFF" for example. "G" and "H" are not hexadecimal digits, thus the error. The name should not matter. 1 Link to comment Share on other sites More sharing options...
artur_pt Posted May 15, 2013 Share Posted May 15, 2013 hello replace the string by "PNP0C15" anyway only compile the dsdt.. if u don't apply any patches.. is already compiled... only use the original dsdt present in u bios.. good hack 1 Link to comment Share on other sites More sharing options...
catalinz Posted May 15, 2013 Share Posted May 15, 2013 I deleted the old pci.ids.gz had a lot of UNKNOWN DEVICES and copy the latest one, that resolved almost all unknown devices here is how it looks now, so in this case do i need new dsdt? or compile save aml etc? hello replace the string by "PNP0C15" U mean this string ABCDEFGH ? anyway only compile the dsdt.. if u don't apply any patches.. is already compiled... only use the original dsdt present in u bios.. Hmm..can you be more specific details, im not sure i understand right Link to comment Share on other sites More sharing options...
artur_pt Posted May 15, 2013 Share Posted May 15, 2013 hello if is all working good ,, u don't need to patch the dsdt.. u boot loader already apply to it the basic patches ... when u patch the dsdt .. is to try to resolve problems.. (like powermanagement , sound, usb..) but dsdt is not GOD... if it is i have a macbookpro (retina ) in my old notebook... rsrrsrsrs good hack hello what u are only using is a editor... if u don't apply nothing new to the dsdt.. no sense compile it take a good look here http://olarila.com/forum/viewtopic.php?f=19&t=634 good hack Link to comment Share on other sites More sharing options...
catalinz Posted May 15, 2013 Share Posted May 15, 2013 Ok i think i can understand, i changed that string, and i saved DSDT.aml, now is better to delete it and see if all things works first? and if not to extract/fix/change string/save DSDT.aml and than apply other patches if need? Or should i let the changed string and saved DSDT.aml for now and only if i need for other patches ill patch the DSDT? Link to comment Share on other sites More sharing options...
artur_pt Posted May 15, 2013 Share Posted May 15, 2013 hello man what i'm trying to tell u.. is edited dsdt is not mandatory to run mac os x.. like u see already.. u don't have the system installed... and running... now u doing nothing to u original dsdt.. if don't apply to it the patches to modifiing the original dsdt.. what i try to say to u.. is read ... about mac os x .. u are a little confused.. and following a guide.. and doing things.. u don't understand because are u doing it.. hack is a process of learning .. to use a system.. is not a few hours or days to install it .. enjoy the system.. and learn how it work.. good hack Link to comment Share on other sites More sharing options...
catalinz Posted May 15, 2013 Share Posted May 15, 2013 Okay thanx! Also your HD5670 is perfect for OS X so that I doubt that's the problem. Once you get installed you can set GraphicsEnabler and UseATIROM in chameleon wizard and the card will run perfect. As i read i have to put this ati rom in the Extra folder, but from where i get this rom? any link? i search a bit and didnt think i find right. Link to comment Share on other sites More sharing options...
rockinron_1 Posted May 15, 2013 Author Share Posted May 15, 2013 You have misunderstood... You need to run chameleon wizard and select the "GraphicsEnabler" and "Use ATI ROM" options, then your card will run fine. Link to comment Share on other sites More sharing options...
catalinz Posted May 15, 2013 Share Posted May 15, 2013 Use Ati ROM: Use an alternate Ati ROM image (path: /Extra/<vendorid>_<devid>_<subsysid>.rom) So no need for this rom is saying ill have to get it in Extra? No more drivers? no more kexts? just check the 2 boxes and full graphics mode enabled change higher resolution etc? :D Link to comment Share on other sites More sharing options...
rockinron_1 Posted May 15, 2013 Author Share Posted May 15, 2013 Hmmm From my understanding the UseATiROM option automatically detects the card and loads the default framebuffer. Of course it's possible I'm wrong but it has always worked for me. Try it and see 1 Link to comment Share on other sites More sharing options...
catalinz Posted May 15, 2013 Share Posted May 15, 2013 ok thx! Link to comment Share on other sites More sharing options...
catalinz Posted May 15, 2013 Share Posted May 15, 2013 ( i get only 1400 x 1050 in win i have 1920 x 1080 x 32 Link to comment Share on other sites More sharing options...
rockinron_1 Posted May 15, 2013 Author Share Posted May 15, 2013 Use chameleon wizard, set the "Graphics Mode" option on and paste this "1920x1080x32" into the box Link to comment Share on other sites More sharing options...
Recommended Posts