Jump to content

thesuffering

Members
  • Posts

    37
  • Joined

  • Last visited

Posts posted by thesuffering

  1.  

    1. Uninstalled VoodooHDA
    2. Replace my DSDT with Jake's DSDT
    3. Copied AppleHDA_ALC275.kext to S/L/E
    4. Fixed perms and rebuilt cache with the following results
    locals-MBP:~ localuser$ sudo chmod -Rf 755 /L*/E*
    locals-MBP:~ localuser$ sudo chown -Rf 0:0 /L*/E*
    locals-MBP:~ localuser$ sudo touch -f /L*/E*
    locals-MBP:~ localuser$ sudo touch -f /L*/E*
    locals-MBP:~ localuser$ sudo touch -f /L*/E*
    locals-MBP:~ localuser$ sudo chmod -Rf 755 /S*/L*/E*
    locals-MBP:~ localuser$ sudo chown -Rf 0:0 /S*/L*/E*
    locals-MBP:~ localuser$ sudo touch -f /S*/L*/E*
    locals-MBP:~ localuser$ sudo kextcache -Boot -U /
    rebuilding //System/Library/PrelinkedKernels/prelinkedkernel
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext EAPDFix.kext
    KernelCache ID: 49C8B53C168CEA1F2AC096D9697E5C48
    File at path '/System/Library/PrelinkedKernels/prelinkedkernel' changed, cannot be used
    Child process /usr/sbin/kextcache[689] exited with status 77.
    Error 107 rebuilding /System/Library/PrelinkedKernels/prelinkedkernel
    locals-MBP:~ localuser$ 
    

     

    Obvious question, you did restart, right?

  2. I think sleep is slow on this system, how long did you wait? Once sleep the front LED blinks really fast.

    Perhaps it is sleeping.  After a while the LED blinks slow.  As soon as I open the lid, its back on immediately.  If i sleep from menu I have to hit the power button to get it back up.  Makes sense.

  3. My apologies for the spoon-feeding guys. I am grateful for your time and your help.

     

    I think this may be the correct results:

    locals-MBP:~ localuser$ sudo chmod -Rf 755 /L*/E*
    locals-MBP:~ localuser$ sudo chown -Rf 0:0 /S*/L*/E*
    locals-MBP:~ localuser$ sudo touch -f /L*/E*
    locals-MBP:~ localuser$ sudo chmod -Rf 755 /S*/L*/E*
    locals-MBP:~ localuser$ sudo chown -Rf 0:0 /S*/L*/E*
    locals-MBP:~ localuser$ sudo touch -f /S*/L*/E*
    locals-MBP:~ localuser$ sudo kextcache -Boot -U /
    rebuilding //System/Library/PrelinkedKernels/prelinkedkernel
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext EAPDFix.kext
    kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleHDA_ALC275.kext
    KernelCache ID: B92303FCBB87AEF23200179ADC50334F
    kextcache updated critical boot files, requesting launchd reboot
    locals-MBP:~ localuser$ 
    
    

    I'm rebooting now. Will post results.

    Try the kext i attached a few posts back.  It shouldnt make a difference, but every one ive seen is named AppleHDA275.kext and not AppleHDA_ALC275.kext.  After installed, repair permission, rebuild cache, reboot.

  4. Yes, I believe I have the HDA275 kext installed properly.  Check screenshot below. Is that the right one?

     

    attachicon.gifScreen Shot 2017-08-05 at 11.22.10 AM.png

     

     

    I believe you have the i5 version of this laptop, while I have the i7 version.  I don't think we can use the same SSDT (or DSDT, for that matter).  But to your point, I've ran the SSDTPRgen.sh script from Piker and created my own SSDT and installed into the CLOVER\ACPI\patched folder.  Sadly, it did not resolve my audio issue. :(

     

    I have it named different.  Delete what you have and try installing this one

    AppleHDA275.kext.zip

  5. Hi Jake

     

    I've installed your KEXTS and am using your config.plist file now.

    I've got battery working, but still no audio devices.

    My system is the i7 model, but I think that shouldn't make a difference for the audio to work.

    attachicon.gifScreen Shot 2017-08-05 at 8.32.12 AM.png

     

    I've included my EFI folder. Perhaps something in there might help diagnose my error.

    attachicon.gifGatorGeek_EFI.zip

     

    Thanks again for your kind help. :)

    You are missing ssdt.aml from ACPI/patched.  Im not sure it makes a difference but I noticed its missing.  Ive attached the contents of my ACPI/patched folder.

     

    You installed AppleHDA275.kext to S/L/E and repaired permission and rebuilt cache right?

    Archive.zip

  6. Here's my bootpack with addition to the USBXHCI_FL1009.kext from your files

    The flickering only occurred after wake from sleep, fine on boot.

     

    Just notice the webcam doesn't work on your files either.

     

     

    I've made some progress from earlier today using the Ubuntu method to convert my disk from GPT to MBR.

    attachicon.gifScreen Shot 2017-08-04 at 10.09.49 PM.png

     

    I've got some tweaking to do to get Audio working, Battery percentage and some other things, but at least I'm moving forward again.

     

    I sincerely appreciate appreciate all the suggestions and assistance.

    Using the kexts/ddst from the above quoted post should give you working audio and battery.  I attached my config.plist since his hd3000 tweaks caused so many artifacts on mine.  Only thing i dont have working is sleep on lid close (sleep pressing the sleep button works, and audio works after sleep), and brightness

    config.plist.zip

  7. I think I've encountered that "Boot Manager" window and wondered if it was useable for UEFI.

    Is there any clues about it in the Dell documentation?

    I cant find anything about it.  I definitely did boot Clover from a UEFI boot usb i had from a previous laptop, and it came right up.  This same USB wont boot from the BIOS options, so the laptop has the ability to boot UEFI and apparently Dell is hiding it and not letting it be a standard option.

  8. So, surprising discovery.  Apparently this laptop can boot UEFI.  If you tap the right arrow rapidly on first startup it should give you an EFI boot menu.  I was able to boot a UEFI usb stick with it.  Unfortunately I cant find a way to use this exclusively over BIOS, so BIOS/Legacy is the only way to boot without intervention, but it definitely goes to say its probably just a bios unlock away.

  9. I'm ready to try it your way. Can you describe the process to create the Ubuntu disk and convert from GUID to MBR?

    creating ubuntu live usb:

    https://usbubuntu.wordpress.com/make-usb/

     

    GUID to MBR:

    https://www.tonycrapx86.com/threads/success-intel-dh67gd-core-i7-2600k-hd3000-ml-10-8-2.77676/#post-520519

    see step 16.

     

    Keep in mind, install Clover to HDD after this conversion.  I did mine while it was still GUID so mines all sorts of crazy booting using clover on same partition as macos but then pulls clover config.plist/kexts from the hidden efi folder, which is a pita to mount and view until you know the trick.  Take my experience and dont do this and just install clover after the conversion lol.  I just dont really want to start all the way over.

  10. I was testing to see if increasing the VRAM fixes the flickering. I read that it requires minimum 512MB, but since the system is soldered in with 4GB of ram and no way of adding. It just turns out it's my system. I had install it onto another L321x and no flickering.

     

    Hmm, on my new install, brightness is not working either. Let me verify the other system and compare.

    Have you figured out power management?  On battery, it seems to suck down extremely quickly.  I want to say it was ~10% per 15-20 minutes.  Looking at Intel Power Gadget, it appears the CPU has some kind of power management working since its moving up and down, but GPU is flat lined.

    post-111797-0-26756400-1501856600_thumb.jpeg

  11. EAPDFix fixed sound after sleep.  Laptop sleeps and wakes fine now.
    Brightness....still not working, even with the kext, patches, and ssdt
    I did have to pull out the clover patches for HD3000.  System report did show 1GB video memory, but I had artifacts everywhere.  Removing those patches only gives 384MB but the artifacts are gone.

×
×
  • Create New...