audio_RealtekALC icon indicating copy to clipboard operation
audio_RealtekALC copied to clipboard

Bug report of audio_realtekALC-110_v1.0e

Open 0xFireWolf opened this issue 9 years ago • 1 comments

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)

0xFireWolf avatar Sep 11 '15 00:09 0xFireWolf

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.

toleda avatar Sep 14 '15 21:09 toleda