Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
0xFireWolf opened this issue Sep 11, 2015 · 1 comment
Open

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

0xFireWolf opened this issue Sep 11, 2015 · 1 comment

Comments

@0xFireWolf
Copy link

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
Copy link
Owner

toleda commented Sep 14, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants