iMac OS X.txt
上传用户:wangqikan
上传日期:2016-04-26
资源大小:2216k
文件大小:1k
- Q: How do I uninstall the dirver MAC X driver?
-
- A: 1. Open "Applications-> Utilities-> Terminal". You need to create ID & password first on NetInfo Manager.
- 2. Login to root user and type "su" and enter password.
- 3. Type "cd /System/Library/Extensions" to go to the "Extensions" folder.
- 4. Unload the driver (if it had been loaded) by typing "kextunload PL2303.kext" or "kextunload
- ProlificUsbSerial.kext".
- 5. Remove the driver by typing "rm -r PL2303.kext" or "rm -r ProlificUsbSerial.kext".
-