Jump to content

GatorGeek

Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by GatorGeek

  1. https://osxlatitude.com/index.php?/topic/5966-details-about-the-smart-touchpad-driver-features/  has some interesting values for various settings.  Some of them align (more or less) with items in the Cypress panel.

     

    I've also been looking around to see if there's any possibility of swapping the Cypress touchpad for a Synaptics or Alps that is more compatible with MacOS.  Can't seem to find anything that definitively says this one or that one will fit the XPS 13 L321X, though.

  2. Any of you using a BCM94352HMB for wifi?  Ive noticed after sleep it still shows connected but it wont work.  A restart gets it going again.

     

    Actually, I think I just solved my own issue.  I forgot to disable "Wake for Wifi Access" in Energy Saver.  I think I had this problem before.

     

    I'm using DW1510 Broadcom BCM94322HM8L in mine.  Have to confess I've not even tested Sleep yet. Perhaps I should do that soon  :)

  3. 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

    1st Click Ok on the error.

    then Rerun this again until exited with status 77 is gone. Look for the ALC275 in the output

     

    sudo touch -f /L*/E*

    sudo touch -f /S*/L*/E*

    sudo kextcache -Boot -U

    Followed your directions again tonight Jake but had no luck...just kept getting same results I've been getting.

    Decided to Google around to see if I could find a fresh copy of the ALC275 kext to download...thinking maybe the copy I have is corrupted.  In my searches, I came across https://github.com/insanelydeepak/Patched-AppleHDA-for-Mac-OS-Sierra-10.12 which led me to download the kext for Audio ID 28 from here https://bitbucket.org/insanelydeepak/hdaenablers-applehda-for-hackintosh/downloads/

     

    Upon installing the kext, look what happened :)

    post-90490-0-46616500-1502162683_thumb.png

    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$ 
    

     

  4. Just double click it, when popup comes up, select Install for this user only or for all user in this computer, click Install. Simple

    Now go to Preference Pane, it shows on the bottom Cypress...

     

    VoodooHDA won't get you HDMI audio output, in this case Displayport output. Go with patched ALC275, need to figure out why it's not working for you.

    Perhaps I need to redo my DSDT from scratch and retry the 275 audio kext.

    Which patches do you recommend?

  5. stick with one or the other, they are both the same except AppleHDA275 is set to layout-id 3 and AppleHDA_ALC275 is set to layout-id =28

    if you use the AppleHDA from my bootpack, make sure you use the DSDT and Config from mine as well, if you use theSuffering, make sure you use all his files.

    I'd updated the files here

    Added Ulysses31's Cypress Touchpad kext and preference pane. It's a bit sensitive to touch though, but 2 fingers scrolling and tapping works.

     

    Thanks guys.  I punted to VoodooHDA last night. Audio seems to work well so far with it.

     

    I'm keen to try the Cypress touchpad kext.  One question though, how do I install the prefpane? Not sure I've ever encountered one of those before.

  6. 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.

  7. Not appearing in the output

    Last login: Sat Aug  5 16:19:19 on console
    locals-MBP:~ localuser$ sudo touch /System/Library/Extensions && sudo kextcache -u /
    Password:
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext EAPDFix.kext
    KernelCache ID: 88004BC3FCDD5BEEA4881833D4B996B9
    locals-MBP:~ localuser$ sudo touch /System/Library/Extensions && sudo kextcache -u /
    / locked; waiting for lock.
    Lock acquired; proceeding.
    locals-MBP:~ localuser$ sudo touch /System/Library/Extensions && sudo kextcache -u /
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext EAPDFix.kext
    KernelCache ID: 88004BC3FCDD5BEEA4881833D4B996B9
    locals-MBP:~ localuser$ sudo touch /System/Library/Extensions && sudo kextcache -u /
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext EAPDFix.kext
    KernelCache ID: 88004BC3FCDD5BEEA4881833D4B996B9
    locals-MBP:~ localuser$ 
    
    
    
    

    post-90490-0-42241500-1501969418_thumb.png

  8. Don't need the HDAEnabler, just need to enable layout-id = 28 which you have on the Config by theSuffering. His config has patches for ALC275 twice, I don't that would be the issue, but I need to see the output after your ran the permission fix and rebuild cache.

    Please post the output here for review, could be they didn't run successfully.

    Here are my results:

    locals-MBP:~ localuser$ sudo touch /System/Library/Extensions && sudo kextcache -u /
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_LPCSensors.kext
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_CPUSensors.kext
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC_ACPISensors.kext
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext
    kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext EAPDFix.kext
    KernelCache ID: BA3D7B0354DE0F284955BF5DB0392B3E
    locals-MBP:~ localuser$ 
    
  9. Yes, I believe I have the HDA275 kext installed properly.  Check screenshot below. Is that the right one?

     

    post-90490-0-29342200-1501950251_thumb.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. :(

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

    post-90490-0-29551200-1501902744_thumb.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.

×
×
  • Create New...