toleda / audio_RealtekALC

macOS Realtek ALC onboard audio with Chameleon/Clover
202 stars 75 forks source link

Bug report of audio_realtekALC-110_v1.0e #17

Open 0xFireWolf opened 9 years ago

0xFireWolf commented 9 years ago

Current OS X: OS X El Capitan 10.11 GM

"El Capitan" ) sudo cp -X $gExtensionsDirectory/AppleHDA.kext $gDesktopDirectory/audio_ALC$gCodec-$gSysVer/AppleHDA-orig.kext ;;

should be

"El Capitan" ) sudo cp -XR $gExtensionsDirectory/AppleHDA.kext $gDesktopDirectory/audio_ALC$gCodec-$gSysVer/AppleHDA-orig.kext ;;

otherwise an error will occur that cp: /System/Library/AppleHDA.kext is a directory. (Will not copy)

toleda commented 9 years ago

Had the problem with 10.11/ cp -R...AppleHDA.kext. Solved with cp -X; tested dozens of times on several systems, no problem. 9 other instances in script, no problem. Have not been able to reproduce your error.