Jump to content

Hervé

Administrators
  • Posts

    10040
  • Joined

  • Last visited

  • Days Won

    563

Everything posted by Hervé

  1. In your Clover config: APCI section/tab: there's a reference to load a SSDT-6 table that's nowhere to be found SMBIOS section/tab: you use MacBookPro8,2, I think you should use MacBookPro8,1 (you have a dual-core i5-2520M, not a quad-core 2nd gen i7) Your DSDT injects SNB layout id 00010000 and Dual Link, so you should be Ok once you correct the above. If you still have issues with graphics, you could try to switch to MacBookPro8,3 SMBIOS and SNB layout id 00020000.
  2. Look at the DSDT I posted in my E6230 guides. You'll see that there can be extra code to inject in addition to the PWR method.
  3. re: instant wake on sleep, it's probably due to missing power-related ACPI code under the USB controllers in your DSDT. Did you check that out?
  4. Guys, I just got in touch with Dinesh. He's busy on finalising the forum/server migration right now but he'll update us on this driver by the end of next week.
  5. Dell Latitude E6440 with Kingston SA400S37/240G A400 240GB 2.5" 7mm SSD (SATA-III connection @6Gb/s):
  6. I guess you need to inject the SNB platform id as suggested in my previous answer. But you can also try the following settings as mentioned here at IM: fake iGPU is 0x01168086 inject snb-platform-id 0x00010000 use SMBIOS iMac13,1 (you may also try iMac12,1 or iMac12,2)
  7. A few comments: your Clover config fakes HD3000 iGPU id 0x01268086 but does not inject any HD3000 ig-layout-id. Your patched "System DSDT" does not either (and you load that table through Clover). why do you select "Load VBios" and "Patch VBios" in your Clover->Graphics settings? I don't think you'll manage to get graphics acceleration that way... If you look at the IOReg of a Mac Mini5,1 as availabe through the link posted here, you'll see that it's HD3000 iGPU@2 carries id 0x01268086 (which you've got covered) and uses snb-platform-id 0x10000300 (which you've not covered). -> inject ig-layout-id 03000010 in your Clover config.
  8. I don't think you generated your CPU-specific SSDT for power management. This is done with Pike R Alpha's well-known SSDT generator tool. The resulting SSDT goes next to the DSDT in ACPI/patched Clover EFI folder. In case you no longer boot because Clover kext injection changed from "Yes" to "Detect", you should be able to overwrite this from Clover's default menu at boot time.
  9. Seems to be AICPUPM related. Your Clover config showed you had applied the associated patch. Things you can do: In your Clover "System Parameters" section/tab, change "Inject kexts" from "Yes" to "Detect" Make sure you only run with the vanilla AppleIntelCPUPowerManagement (AICPUPM) kext (in /S/L/E) Repair your /S/L/E & /L/E permissions and rebuild your cache
  10. Replace your current and older version of lilu kext by version 1.2.2 or 1.2.3 (latest at time of writing) Add AppleALC kext (it supports IDT 92HD93 of our Latitude E6x30 laptops) Add latest CodecCommander kext You should then have full audio running with vanilla AppleHDA. For Sleep, please consult the FAQ section of the forum.
  11. Unless you do it through Clover, yes you need to inject layout 12 (0x0C) to HDEF device of your DSDT.
  12. Why did you do that when you already moved them to /L/E? Where add-on kexts should go... Ever read the FAQ section?
  13. Ok, confirmed to work on ALC292 with: vanilla AppleHDA in /S/L/E layout 12 injected in HDEF DSDT device AppleALC v12.4 + Lilu v1.2.2 cached from /L/E So it must be a matter of layout in your case. You could also try to switch from EAPDFix to CodecCommander.
  14. Well, I guess it's a matter of audio layout-id then. According to the AppleALC wiki, ALC293 works with layout 28 & 29 but I don't know if that's universal... Which do you use/inject (DSDT/SSDT/Clover config)? I'd have to check on my E6440 which is still running with good old dummy ALC292 and layout 1. AppleALC wiki states ACL292 works with layout 12, 18, 28.
  15. Why don't you try to move those kexts from the Clover EFI folder to /L/E like some of your other add-on kexts. It's always better to cache kexts than inject them at boot time.
  16. Try and repair full permissions through Disk Utility.
  17. What are your current SandyBridge settings? Fake iGPU id 0x01268086? Inject Intel? ig-platform-id xxxxxxxx? SMBIOS macmini5,1 ? You ought to choose one of the following HD3000 layouts in Clover, unless you inject this through DSDT of course:
  18. Hmm... Try and remove all traces of cache before rebuilding it using Jake's commands above: sudo rm -Rf /S*/L*/PrelinkedKernels sudo rm -Rf /S*/L*/Caches/com.apple.kext.caches
  19. You'd be better off replacing this DW1707 which has very poor support by a properly supported card like a DW1560 or DW1830.
  20. I would have expected the HD3000 of your i3-2105 CPU (not i5) to be supported, at worst with faking GPU id of another HD3000 iGPU known to work under OS X (eg: mobile HD3000 0x0116 or 0x0126). When I come to think of it, it reminds me of this IM thread, where the OP had trouble getting graphics acceleration off his desktop HD3000 until he faked id of mobile HD3000 and found the correct layout-id. With regards to 3rd gen CPU/GPU, Bronxteck stated that his own system worked Ok with upgraded IvyBridge CPU, so that answers your question I guess.
  21. For audio to work, you need to: install ALC292 dummy kext (preferably in /L/E) and rebuild your cache inject audio layout-id 1 in DSDT device HDEF patch the vanilla AppleHDA kext as follows: replace 8419D411 by 9202EC10 replace 8508EC10 by 00000000
  22. Hervé

    7280 NVME

    Moved to correct forum section...
×
×
  • Create New...