Jump to content

whitegerry

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by whitegerry

  1. I just have tested a simple method for alc665 to fix the loud click/pop sound ( AppleHDA 2.5.2 ) occurs at 10.9 when system starts up.

     

    A simple example here :

     

    1. Put the CodecCommander.kext into Extra/Extensions(chemeleon) or /EFI/CLOVER/kexts/10.9 (clover) (don't install to sle)

     

    2. Remove the 01470c02 or 01570c02 from the verbs.

     

    3. /Library/LaunchDaemons/com.CodecCommander.plist

    <dict>
        <key>Label</key>
        <string>com.CodecCommander</string>
        <key>Program</key>
        <string>/Users/your username/Documents/LoginItems/CodecCommander</string>
        <key>RunAtLoad</key>
        <true/>
    </dict>

     

    4. ~/Documents/LoginItems/CodecCommander


    #!/bin/bash
     
    kextunload /EFI/CLOVER/kexts/10.9/CodecCommander.kext
    sync
    sleep 15
    kextload  /EFI/CLOVER/kexts/10.9/CodecCommander.kext
    sync
    exit 0

     

    5. Set root:wheel

    sudo chown root:wheel /Library/LaunchDaemons/com.CodecCommander.plist  ~/Documents/LoginItems/CodecCommander

     

    Now the loud click/pop sound disappears.
  2. Edit: Same pop sound as Dolnor's fix after some tests.

     

    ----------

     

    My patched applehda for ALC665 works fine now, with just a tiny pop sound at every startup.

     

    Dolnor's fix does work either but with a very loud pop sound at every startup.

     

     

     Thanks for your suggestion. I already did take a look at the hda-verb source mute verbs before but couldn't get it work, will try to look at that once again and will reduce/remove Logs from my kexts.

×
×
  • Create New...