Jump to content

npolite

Members
  • Posts

    92
  • Joined

  • Last visited

Posts posted by npolite

  1. Hi All,

     

    I'm working on a few Mojave updates and think I have a near finished E5540 bootpack. The only two issues that I see is that the display is a bit dim (no control options in Display either) and battery level is not displaying properly.. I used a 7440 config.plist. It seemed to have helped for the video acceleration as well as the audio and USB ports but the display is a bit dim. I've attached the EFI if someone can help me out. Once it's resolved I can help upload the final EFI to help anyone else out. 

     

    Thanks

    EFI.zip

  2. Hi All,

    I've used this person's EFI https://github.com/koush/EFI-X99 in the past to get High Sierra working. According to the notes it has been updated for Mojave. I am having a problem getting into the installer. Attached are the error messages I am seeing. I also changed the core count as instructed for the VoodooTSCSync.kext/Contents/Info.plist from the 19 to 11 since I have a Xeon X2643 v3 6 core 12 HT processor.


    Also not sure if the installer if corrupt but I had to user the Mojave patcher tool to download the image as the installer on my build was only 24MB.

    Can someone help me out? I would appreciate it.

    Thanks

    DSC01210.JPG

    DSC01211.JPG

  3. I finally got the sound working! I grabbed the AppleALC kext from the Inspiron 3543 bootpack. I also checked the specs and that model uses the same ALC3234 chipset. The AppleALC is 800k vs 13 for the AppleHDA_ALC255.kext. I would suggest replacing the file in your bootpack. None of these files had to be copied to /Library/Extensions either. I also was able to get the VoodooHDA to work but the sound wasn't very loud even at full volume. I still have that mouse choppiness on startup but can live with it. I may move some additional kexts from the 3543 just to see if helps out. 

     

    Thanks again for your help...I've learned a ton on debugging this stuff.

     

    Nick

    AppleALC.kext.zip

  4. Thanks. I noticed that the VoodooPS2Controller is different in the link from what is in the bootpack. I tried again to copy the files after replacing the VoodooPS2Controller in /EFI/Clover.... rebooted and issue with Video card exists again. Although this time I did hear sound! Not sure what is conflicting but something is either with the O/S or the other kexts is bumping up against each other.

  5. Thanks for the update. Wasn't sure if you were holding off until I tested this out. The issue definitely seems to be copying those three files in the LE folder into /Library/Extensions and then running those commands. If I remove the files I can get back into the O/S. I checked the specs for the Audio and it lists the audio as Realtek ALC3234 with Waves MaxxVoice. I was checking on this and while ALC3234 should be compatible with ALC225, could there be some variant with Waves MaxxVoice that is causing the issue?

  6. Attached is the EFI folder after I updated the BIOS to A12. I also noticed issue with the mouse being all choppy for the first 30 seconds in the O/S. I have an SSD so there shouldn't be any lag like that. Not sure if I am missing any other kexts.

     

    Thanks again for the help.

     

    Once we have the sound issue resolved I need to look at my DW1702 wifi card not working.

    EFI.zip

  7. These are the commands I am running.
     
          sudo chmod -Rf 755 /L*/E*
          sudo chown -Rf 0:0 /L*/E*
          sudo touch -f /L*/E*
          sudo chmod -Rf 755 /S*/L*/E*
          sudo chown -Rf 0:0 /S*/L*/E*
          sudo touch -f /S*/L*/E*
          sudo kextcache -Boot -U /
     
    I took the AppleHDA_ALC255.kext and CodecCommander.kext from EFI/Clover/Kexts/Other/LE to Library/Extensions. I then ran the commands above but the video issue happened again. Am I missing something?

×
×
  • Create New...