This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Tusb3410 driver for mac os

Other Parts Discussed in Thread: TUSB3410

please I am in COTE d'IVOIRE in West Africa,I downloaded the 2 files but I don't know how to proceed with my G4 (800mghz) 10.4.11.thank you.

pst ben.

  • Hello Ben,

     

                If you already have the VCP driver file for MAC, open a terminal session and type the next commands in order to install the VCP driver in the system:

     

    ·    Copy TIVCPSerial.kext extension into /System/Library/Extensions folder

             

              sudo cp -R TIVCPSerial.kext /System/Library/Extensions

         sudo touch /System/Library/Extensions

     

    ·    Set kext owner to root - it is kext system specification. Without it, kext is not recognized by system

             

              sudo chown -R root:wheel /System/Library/Extensions/TIVCPSerial.kext

     

    ·    Set kext privileges to 755 - it is kext system specification - without it, kext is not recognized by system

             

              sudo chmod -R 755 /System/Library/Extensions/TIVCPSerial.kext

     

    ·    Rebuild internal system kext cache

             

              sudo kextcache -e

     

    ·    Reboot computer

     

    After the rebooting, the connected TUSB3410 device should be recognized and thus the driver loaded appropriately.

     

    Regards,

    Roberto.

  • Hello Roberto,

    Thank you for your help but please, I need more help in details because I am a new MAC user. Where can I find the terminal session.I am a Microsoft user before and now I prefer to move to MAC. Please my english is no well.If you know french.

    Regards,

    Ben.

  • Ben,

            Just go to your Dock bar and clink on the applications folder -> Utilities -> Terminal.

    Regards

    Roberto.