iMac OS X.txt
上传用户:wangqikan
上传日期:2016-04-26
资源大小:2216k
文件大小:1k
源码类别:

通讯编程文档

开发平台:

DOS

  1. Q:  How do I uninstall the dirver MAC X driver? 
  2.   
  3. A:  1. Open "Applications-> Utilities-> Terminal". You need to create ID & password first on NetInfo Manager.
  4. 2. Login to root user and type "su" and enter password.
  5. 3. Type "cd /System/Library/Extensions" to go to the "Extensions" folder.
  6. 4. Unload the driver (if it had been loaded) by typing "kextunload PL2303.kext" or "kextunload 
  7. ProlificUsbSerial.kext".
  8. 5. Remove the driver by typing "rm -r PL2303.kext" or "rm -r ProlificUsbSerial.kext".
  9.