Jump to content

misterfrista

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by misterfrista

  1. They both don´t work! A general question: I think about buying another board which also has the ALC887 chipset, is the problem I am having a general problem with ALC887 or do they in general work? I looking for the GA-Q77M-D2H which should not need a DSDT because of the Q77 chipset, but what is with the audio codec? Thanks!
  2. Here is my codec dump: http://www.sendspace.com/file/p53dzg
  3. Hey! Sorry for the long time since my last post! I did a clean install and tried both versions of dsdt + applehda! Even with -v -f and deleted kernel cache the applehda doesn't autoload! When I loaded it manually with kextload the kext loads successfully but nothing changes!
  4. It seems the applehda isn´t loaded at all! I´ll set up a clean install this weekend and try it again with the patched dsdt + applehda! Maybe something went wrong with all my tries! I´ll tell you if it works!
  5. Both didnt work for me! I have no idea whats wrong with my mainboard
  6. I successfully downgraded to 1503! Here is my new untouched dsdt for 1503: http://www.sendspace.com/file/jgefxf I hope this one is not corrupted, too!
  7. I use the latest available Bios: M5A97 BIOS 1605!
  8. Didn´t work! Here is my original untouched DSDT: http://www.sendspace.com/file/yvxpew Thanks!
  9. Maybe I found the problem: Systeminfo lists my audiodevice as Azalia Audio with different ids than my linux dump says. Can I inject these ids into my dsdt so osx begins to see it as ALC887? The address is: 1002:4383 I took a screenshot of my systeminfo and ioreg section of HDEF, where exactly the id from above is shown but no driver is loaded I think?! Archiv.zip
  10. Hey thanks for your help, but the patched dsdt +applehda do not work! No device shown! I added a screenshot of my ioregistry! pic1.tiff
  11. Hey guys! I am trying to optimize my DSDT for my system (ASUS M5A97) and ran in trouble with my audio codec! I already successfully patched my Ethernet to builtin and my Graphicscard to PEGP, both working! The plan is to use a patched AppleHDA instead of voodoohda! I tried a few different already patched applehda.kexts and think the problem is my DSDT! With Ioregistry I located my soundcarddevice as SBAZ. I tried replacing every entry for SBAZ with HDEF. The system still boots but doesnt recognize the card at all! Thats my original entry: My modified one: The DSDT compiles but Audio isnt detected! I also patched my AppleHDA manually with this guide http://www.insanelymac.com/forum/topic/140941-alc889a-gigabyte-intel-now-having-a-working-front-mic/ I added my DSDTs plus codec dump, its the newer version of the ALC887! If anyone can help my fix this problem that would be great! Thank you! dsdt.zip
  12. I tried it and also edited my NVCAP but no luck. Still getting Black and white..
  13. Yes I tried GraphicsEnabler=Yes with the same result! Edit: Ohh no I made a mistake. The Vram size is wrong. I disassambled my graphics card and found out it only has 512mb so the compiled dsdt must be wrong. I got the NVram string 0400000000000300040000000000000700000000. Is it possible to use my card with this patch just by editing the vram size?
  14. Hey thanks for reply! The DSDT itself compiled successful but now I´ve got black and white rectangles. Before I patched the DSDT the system always loaded something like NV50HAL. Do I have to remove this kext?
  15. Hello! I tried the guide on this site with the following patch i have found, which is exactly for my graphics card, but i get 201 erros! I tried to inject the hexstring in chameleon before, but it gave me just a black screen! The problem i have is that i dont have a P0P device and IORegistryExplorer tells me its PC02@2. I´ll attach a clean windows extracted dsdt.aml ! Thanks alot!! System: -Asus M5A97 BIOS rev. 1208 -Amd X8 FX8120 - Palit Nvidia Geforce9500GT 1GB DVI/VGA/HDMI Patch for my card: Device (GFX0) { Name (_ADR, Zero) Name (_SUN, One) Method (_DSM, 4, NotSerialized) { Store (Package (0x1C) { "AAPL,slot-name", Buffer (0x0D) { "PCI-E Slot-1" }, "@0,compatible", Buffer (0x0B) { "NVDA,NVMac" }, "@0,device_type", Buffer (0x08) { "display" }, "@0,name", Buffer (0x0F) { "NVDA,Display-A" }, "@1,compatible", Buffer (0x0B) { "NVDA,NVMac" }, "@1,device_type", Buffer (0x08) { "display" }, "@1,name", Buffer (0x0F) { "NVDA,Display-B" }, "NVCAP", Buffer (0x18) { /* 0000 */ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, /* 0008 */ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, /* 0010 */ 0x00, 0x00, 0x00, 0x00 }, "NVPM", Buffer (0x20) { /* 0000 */ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0008 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0010 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0018 */ 0x00, 0x00, 0x00, 0x00 }, "VRAM,totalsize", Buffer (0x04) { 0x00, 0x00, 0x00, 0x40 }, "device_type", Buffer (0x0D) { "NVDA,Parent" }, "model", Buffer (0x17) { "NVIDIA GeForce 9500 GT" }, "rom-revision", Buffer (0x0F) { "62.94.96.00.00" }, "reg", Buffer (0x78) { /* 0000 */ 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0008 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0010 */ 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x01, 0x02, /* 0018 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0020 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, /* 0028 */ 0x14, 0x00, 0x01, 0x42, 0x00, 0x00, 0x00, 0x00, /* 0030 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0038 */ 0x00, 0x00, 0x00, 0x10, 0x1C, 0x00, 0x01, 0x02, /* 0040 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0048 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, /* 0050 */ 0x24, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, /* 0058 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0060 */ 0x80, 0x00, 0x00, 0x00, 0x30, 0x00, 0x01, 0x02, /* 0068 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 0070 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } } dsdt.zip
×
×
  • Create New...