jacoweb Posted May 19, 2011 Share Posted May 19, 2011 i still need fixes for sleep and firewire problems with my Apogee Duet (Maybe just a new apogee duet update will make it) Someone else know how til make sleep work with DSDT? I want it to woooork nooow!! Link to comment Share on other sites More sharing options...
NSCXP2005 Posted May 19, 2011 Share Posted May 19, 2011 Hi All, I have just managed to get hold of DP3 DMG. I was just wondering, will I be able to mount it and install it straight from the desktop without having to reinstall? Thank you for your time. All the best, NSCXP2005 Link to comment Share on other sites More sharing options...
Goron Posted May 19, 2011 Share Posted May 19, 2011 Hi all,@Goron I solved the problem by installing 10.6.6 AppleHDA.kext for work AD1988B. DSDT.aml patcher with AD1988B. txt and AD1988B.Fix.Kext Doesn´t work!!! Just copying the AppleHDA.kext from 10.6.7 doesn´t give me sound output, but makes the system VERY(!!!!!) slow! Startup takes bout 3 mins. and mouse and keyboard are non-functional afterwards ... system starts up to the desktop though ... so that´s not an alternative at all Still appreciating any hints ... Cheers Gooron Link to comment Share on other sites More sharing options...
MixUnix Posted May 19, 2011 Share Posted May 19, 2011 Doesn´t work!!! Just copying the AppleHDA.kext from 10.6.7 doesn´t give me sound output, but makes the system VERY(!!!!!) slow! Startup takes bout 3 mins. and mouse and keyboard are non-functional afterwards ... system starts up to the desktop though ... so that´s not an alternative at all Still appreciating any hints ... Cheers Gooron Try to delete or rename (best) /System/Library/SystemConfiguration or copy the 10.6.7's one after renaming the 10.7 one. Link to comment Share on other sites More sharing options...
JUN Ho Posted May 21, 2011 Share Posted May 21, 2011 For AD1988B.With this in DSDT: Device (HDEF) { Name (_ADR, 0x001B0000) Method (_DSM, 4, NotSerialized) { Store (Package (0x08) { "subsystem-id", Buffer (0x04) { 0xA0, 0x00, 0x00, 0x00 }, "subsystem-vendor-id", Buffer (0x04) { 0x6B, 0x10, 0x00, 0x00 }, "layout-id", Buffer (0x04) { 0x0C, 0x00, 0x00, 0x00 }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } Hi! all people looking for 1988b sound in Lion. I can confirm Aivarz's DSDT for Ad1988b is working perfectly. I'm using now Aivarz's HDEF cord in my DSDT with Lion original AppleHDA.kext (version 2.1.1).I don't need AD2000B.kext (or AD1988b.Fix.kext) in E/E anymore. First if you use Lion"s appleHDA.kext, you have to change contents of some info.plist.If you have Lion original appleHDA.kext inS/L/E , you can find layoutXX.xml and Platforms.xml at the following path /System/Library/Extensions/appleHDA.kext/Contents/Resources (XX= the number of your Layout ID). You have to change layout12.xml and Platforms.xml for 1988b. Drag layout12.xml and Platforms.xml to desktop. 1.Open info.plist of your AD2000B.kext with PlistEdit Pro. 2.Go to IOKitPersonalities/HDA Platform Resource/Layouts/0/ 3.Copy LayoutID and PathMapref to layout12.xml. 4.Copy PathMaps and CommonPeripheralDSP to Platforms.xml. 5.Now replace original layout12.xml and Platforms.xml with patched ones. That's it. Now you are ready to go! Now you can get audio with DSDT + Lion's appleHDA.kext.In this case, your System Information is this. If you want more exact information you need one more patch.Add next cords to info.plist of your fakeSMC.kext. HDA Hardware Config Resource CFBundleIdentifier com.apple.driver.AppleHDAHardwareConfigDriver HDAConfigDefault CodecID 299112843 ConfigData ARccMAEXHUABFx4hARcfAQEnHBABJx1AASce EQEnHwEBRxxAAUcdkAFHHqABRx+QAWccUAFn HRABZx4BAWcfAQF3HCABdx2QAXcegQF3HwEB txygAbcd8QG3HkUBtx8BAcccYAHHHfEBxx7F AccfAQHXHLAB1x3xAdceVgHXHxgCRxxwAkcd YAJHHgECRx8BAlccgAJXHSACVx4BAlcfAQ== FuncGroup 1 LayoutID 12 IOClass AppleHDAHardwareConfigDriver IOMatchCategory AppleHDAHardwareConfigDriver IOProviderClass AppleHDAHardwareConfigDriverLoader You can get this cords from AD2000B.kext.Now you can get this System Information. I attach my layout12.xml ,Platforms.xml and info.plist(for fakesmc.kext).Replace originals with this patched ones. Enjoy !! PS. You can use Aivarz's DSDT or Goron's DSDT. Both works perfectly. I use Aivarz's DSDT (shorter is better ) In my info.plist you can see IOKitPersonalities/Yukon-88E8056. This is for my Ethernet cards.(You can use original IONetworkingFamily.kext with this) Your ethernet card is different with mine, delete this section. Lion_1988b.zip Link to comment Share on other sites More sharing options...
JUN Ho Posted May 21, 2011 Share Posted May 21, 2011 I miss some image, Sorry guys And this is the info.plist of fakesmc.kext. <key>HDA Hardware Config Resource</key> <dict> <key>CFBundleIdentifier</key> <string> com.apple.driver.AppleHDAHardwareConfigDriver</string> <key>HDAConfigDefault</key> <array> <dict> <key>CodecID</key> <integer>299112843</integer> <key>ConfigData</key> <data> ARccMAEXHUABFx4hARcfAQEnHBABJx1AASce EQEnHwEBRxxAAUcdkAFHHqABRx+QAWccUAFn HRABZx4BAWcfAQF3HCABdx2QAXcegQF3HwEB txygAbcd8QG3HkUBtx8BAcccYAHHHfEBxx7F AccfAQHXHLAB1x3xAdceVgHXHxgCRxxwAkcd YAJHHgECRx8BAlccgAJXHSACVx4BAlcfAQ== </data> <key>FuncGroup</key> <integer>1</integer> <key>LayoutID</key> <integer>12</integer> </Dict> </array> <key>IOClass</key> <string>AppleHDAHardwareConfigDriver</string> <key>IOMatchCategory</key> <string>AppleHDAHardwareConfigDriver</string> <key>IOProviderClass</key> <string>AppleHDAHardwareConfigDriverLoader</string> I don't know how to attach my system information image. So, I make zip and attach it now. Sorry, for my mistake. SysInfo.zip Link to comment Share on other sites More sharing options...
farhanito Posted May 21, 2011 Share Posted May 21, 2011 Hi All, I have just managed to get hold of DP3 DMG. I was just wondering, will I be able to mount it and install it straight from the desktop without having to reinstall? Thank you for your time. All the best, NSCXP2005 is it really exist? DP3 DMG? Link to comment Share on other sites More sharing options...
taky2008 Posted May 21, 2011 Share Posted May 21, 2011 HOw can i update form DP2 To Dp3 ?!! Or Dp4 ??!! any Combo or even Full ISo for it Link to comment Share on other sites More sharing options...
buoo Posted May 21, 2011 Share Posted May 21, 2011 Have you tryed About this mac - Software update ? Link to comment Share on other sites More sharing options...
buoo Posted May 21, 2011 Share Posted May 21, 2011 YS But It Stop At 467 mb :S Any Direct Links ?! I want to remember to all that this kind of requests are not allowed. Don't forget to read the forum rules! Discussion of P2P, torrent sites, or similar download sites of any kind will not be tolerated. We do not want to know your illegal downloading habits. http://www.insanelymac.com/forum/index.php?act=boardrules Link to comment Share on other sites More sharing options...
Graebags Posted May 21, 2011 Share Posted May 21, 2011 My Launchpad and App Store have died over the last couple of days. Hope Apple aren't rushing to GM with 11A459e, or any time soon. Like the new wallpapers though. With all due respects, the pink Mt Fuji was getting a bit tedious. Link to comment Share on other sites More sharing options...
buoo Posted May 21, 2011 Share Posted May 21, 2011 MMm sry but at #### the Dp3 released ... But it doesnt open in my pc ... the link you are playing with fire! This release ,taky2008 , is the same that we can install via apple update software , the 11A459e ; I have just tried it ! Discussion of P2P, torrent sites, or similar download sites of any kind will not be tolerated. We do not want to know your illegal downloading habits. You must read the forum rules! Link to comment Share on other sites More sharing options...
crazybirdy Posted May 21, 2011 Share Posted May 21, 2011 Iam stuck at DSMOS has arrived (DP2) Asus P5B ATI 5750 4gb ddr2 ram intel core 2 quad q8400. Can somebody help me? My P5B works fine with DP1~DP3.dmg, you may remove all the /S/L/E/ATI**.** drivers, and try it again. Link to comment Share on other sites More sharing options...
Hugo_bee Posted May 22, 2011 Share Posted May 22, 2011 for whom has PCI config init proble.. ths is not a sstuck problem if you wait.. suppose you have a good boot, and this boot lasts about 20 secs.. after 20 secs you have the desktop and.. typing dmesg in terminal you see.. after the [ PCI config init ] a row with console relocated at 0xxxxxxxxx (hex position) and the rest of the verbose boot.. complete! so. if you have stuch after that row.. this is NOT because of the PCI config .. but for ANY other kind of cause but NOT the oci config!! if you want to inibit it.. remove IOPCIfamily.. (joke.. you can't) so some motherboard give that consolle relocating .. other not. we have to discover how to NOT relocat the console.. in order to solve the disappearing of the verbose log Link to comment Share on other sites More sharing options...
kpkp Posted May 22, 2011 Share Posted May 22, 2011 I can confirm that JUN Hos method is working for me, thx mate. Link to comment Share on other sites More sharing options...
HFW Posted May 22, 2011 Share Posted May 22, 2011 For those looking for ALC889a (Layout 885 DSDT) in Lion: Download attached file and place the two files in /System/Library/Extensions/AppleHDA.kext/Resources Works fine in latest Lion (DP4, right? :S), latest 10.6.8 (10K524) for me. ALC889a.zip Link to comment Share on other sites More sharing options...
mitch_de Posted May 22, 2011 Share Posted May 22, 2011 For those looking for ALC889a (Layout 885 DSDT) in Lion: Download attached file and place the two files in /System/Library/Extensions/AppleHDA.kext/Resources Works fine in latest Lion (DP4, right? :S), latest 10.6.8 (10K524) for me. Yep, i also use this way for 889A with Lion + 10.6.8 Beta (also the structure of .XML changed, same as LION). HINT: Ti get that working you must also use DSDT HDEF like this: Device (HDEF) { Name (_ADR, 0x001B0000) Method (_PRW, 0, NotSerialized) { Return (Package (0x02) { 0x0D, 0x05 }) } Method (_DSM, 4, NotSerialized) { Store (Package (0x10) { "built-in", Buffer (One) { 0x01 }, "hda-gfx", Buffer (0x0A) { "onboard-1" }, "subsystem-id", Buffer (0x04) { 0x0D, 0x00, 0x00, 0x00 }, "subsystem-vendor-id", Buffer (0x04) { 0xDE, 0x10, 0x00, 0x00 }, "codec-id", Buffer (0x04) { 0x85, 0x08, 0xEC, 0x10 }, "layout-id", Buffer (0x04) { 0x75, 0x03, 0x00, 0x00 }, "device-type", Buffer (0x10) { "Realtek ALC889A" }, "PinConfigurations", Buffer (0x28) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } Link to comment Share on other sites More sharing options...
oldnapalm Posted May 22, 2011 Share Posted May 22, 2011 I tried doing the same for AD1988B based on AD1988bFix.kext for Snow Leopard, but it only works for output. Maybe someone can make it work better. AD1988B.zip Link to comment Share on other sites More sharing options...
JUN Ho Posted May 23, 2011 Share Posted May 23, 2011 I tried doing the same for AD1988B based on AD1988bFix.kext for Snow Leopard, but it only works for output. Maybe someone can make it work better. AD1988B.zip You need add to some cords to info.plist of fakesmc.kext. See post #1329. I attach the info.plist. Replace of your info.plist of fakesmc.kext with this. Info.plist.zip Link to comment Share on other sites More sharing options...
oldnapalm Posted May 23, 2011 Share Posted May 23, 2011 JUN Ho, thanks a lot for the tip. I tried putting that into FakeSMC but mic still didn't work, then I put it directly into AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/Info.plist and mic works fine. Here is AppleHDA 2.1.1b6 for AD1988B http://www.mediafire.com/?kzagxseoqwwqeps Link to comment Share on other sites More sharing options...
JUN Ho Posted May 23, 2011 Share Posted May 23, 2011 JUN Ho, thanks a lot for the tip. I tried putting that into FakeSMC but mic still didn't work, then I put it directly into AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/Info.plist and mic works fine. Here is AppleHDA 2.1.1b6 for AD1988B http://www.mediafire.com/?kzagxseoqwwqeps I don't use the mic, so I didn't check the mic input. Thank you, oldnapalm. You are right. That info.plist goes into PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/Info.plist is the right way. Now, AD1988B audio need DSDT and patched appleHDA.kext. I attache 3 files for appleHDA.kext patch. Replace original files with this files. It works Lion and Snow Leopard both. AD1988B_Patch.zip Link to comment Share on other sites More sharing options...
kpkp Posted May 23, 2011 Share Posted May 23, 2011 Now, AD1988B audio need DSDT and patched appleHDA.kext. I attache 3 files for appleHDA.kext patch. Replace original files with this files. It works Lion and Snow Leopard both. I am no expert on the subject, thats why i am asking the community if it would be possible to create a kext that would inject JUN Hos modifications in AppleHDA from /E/E/? For us vanilla lovers . Link to comment Share on other sites More sharing options...
sparkythewondersquid Posted May 23, 2011 Share Posted May 23, 2011 I have managed to get Lion up and running intel ibex HD sound has had the same problem in Snow the mic won't turn off I have tried the Voodoo Helper (did not work in snow) it don't work in Lion. The battery icon has an "X" and says "no battery found" I have had no slow down problems or fast clock it seems to run (aside from the sound and battery issue) solid and stable Link to comment Share on other sites More sharing options...
Andy Vandijck Posted May 23, 2011 Share Posted May 23, 2011 I've somewhere released the binaries to the new bootloader cparm and me and other people have been working on. He explicitly requested not to post anything on InsanelyMac so you'll have to use google to find it. Also for the sources of him, contact him, patch of me is available from the same download location as the binaries. I'll post screenshots of my Atom 32-bit only based netbook running Lion DP1 soon. Happy hunting... Link to comment Share on other sites More sharing options...
Raulllll Posted May 23, 2011 Share Posted May 23, 2011 Finally got it working. Used ATY_init (new 64bit one from Netkas site). Updated to newest release, sound needs fixing and graphics is only basic (full resolution but no openCl and no QE/QI). Need tips on how to get audio Alc889 codec and fully fix graphics on GTX 460 Link to comment Share on other sites More sharing options...
Recommended Posts