0

Mengaktifkan audio driver OSX86



Setelah instalasi selesai, lanjutkan dengan menginstall audio drivernya
  1. Download audio driver
    AzaliaAudio.pkg should give 2ch output on most High Def Audio chipsets (updated v1.1)
    Attached File AzaliaAudio.pkg.zip ( 71.58K )
    ALC883Audio.pkg includes kext's for ALC883 support on mobo's with 3ports, 3ports w/digital, 6ports and 6ports w/digital
    Attached File ALC883Audio.mpkg.zip ( 1.09MB )
    ALC888Audio.pkg includes kext's for ALC888 support on mobo's with 3ports, 3ports w/digital, 6ports and 6ports w/digital
    Attached File ALC888Audio.mpkg.zip ( 1.09MB )
  2. Backup audiodriver
    pada terminal ketik :
    cd /System/Library/Extensions
    sudo mkdir audio_backup
    sudo mv AppleHDA.kext audio_backup/
  3. Edit AppleAzaliaAudio.kext:
    cd /System/Library/Extensions
    sudo pico AppleAzaliaAudio.kext/Contents/Info.plist

    cari IOHDAudioCodecVendorID
    0x10ec0880
    ubah 0x10ec0880 -- to -- 0x10ec0861
    Exit pico: press Ctrl + O to save and then Ctrl + X to exit

    ketik
    sudo pico AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist
    IOPCIPrimaryMatch (press Ctrl + W)

    cari:
    IOPCIPrimaryMatch
    0xNNNN8086 (where NNNN are any 4 characters)

    ubah 0xNNNN8086 -- to -- 0x32888086
    (note: for ALC882, the string is probably correct without any edit)

    Exit pico: press Ctrl + O to save and then Ctrl + X to exit
  4. Clean up system
    sudo diskutil repairpermissions /
    sudo chown -R root:wheel AppleAzaliaAudio.kext
    sudo chmod -R 755 AppleAzaliaAudio.kext
    cd /System/Library
    sudo rm -rf Extensions.mkext Extensions.kextcache
  5. Reboot
  6. Coba jalankan file musik

0 komentar: