Skip to content

Instantly share code, notes, and snippets.

@daz
Created July 24, 2013 06:52
Show Gist options
  • Save daz/6068530 to your computer and use it in GitHub Desktop.
Save daz/6068530 to your computer and use it in GitHub Desktop.
# http://www.xbsd.nl/pub/osx-pl2303.kext.tgz
sudo cp -R osx-pl2303.kext /System/Library/Extensions/
cd /System/Library/Extensions
sudo chmod -R 755 osx-pl2303.kext
sudo chown -R root:wheel osx-pl2303.kext
cd /System/Library/Extensions
sudo kextload ./osx-pl2303.kext
sudo kextcache -system-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment