> For the complete documentation index, see [llms.txt](https://docs.ducks-services.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ducks-services.com/dma/dma-card/data-driver-setup-2nd-pc.md).

# DATA Driver Setup (2nd PC)

{% embed url="<https://youtu.be/wVi4NgpvDq0?t=325>" %}

{% stepper %}
{% step %}

### **Check Your Current Driver Status**

1. Open **Device Manager** (Windows key + type `Device Manager`)
2. Look for one of these scenarios:

<div data-with-frame="true"><figure><img src="https://3431908052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIYId8chK5X4hf9NjSeQv%2Fuploads%2FIxlTYNNXEJw25UWUNeeq%2Fimage.png?alt=media&#x26;token=70aef837-79b4-44ef-afc2-57478ab1f97f" alt=""><figcaption></figcaption></figure></div>

#### **✅ Correct Driver (No action needed)**

* Device appears as: **FTDI FT601 USB 3.0 Bridge Device**
* Located under: **Universal Serial Bus devices**
* **Status**: Working properly → Skip this guide

#### **⚠️ Missing Driver (Install now)**

* Device appears as: **FTDI SuperSpeed-FIFO Bridge**
* Located under: **Other devices**
* **Status**: Yellow exclamation mark → Proceed below

#### **❌ Wrong Driver (Remove first)**

* Device appears as: **FTDI SuperSpeed-FIFO Bridge**
* Located under: **Universal Serial Bus devices**
* **Action**: Right-click → **Uninstall device** → Check 'Delete driver'
* Then proceed with installation below
  {% endstep %}

{% step %}

### **Download Driver**

* **FTDI Driver:** [**FTD3XX Driver v1.3.0.10**](https://ftdichip.com/wp-content/uploads/2024/06/FTD3XXDriver_WHQLCertified_1.3.0.10_Installer.zip)
* ***Backup Driver:*** [***FTD3XX Driver v1.3.0.8***](https://cdn.discordapp.com/attachments/1439679375938158793/1459633951600808038/FTD3XXDriver_WHQLCertified_1.3.0.8_Installer_2023.zip?ex=6979158c\&is=6977c40c\&hm=7fb9387b0063b43e9706f675980675b52f9b881fc035a2ed87ae66c8d5cd22dc&)&#x20;
  {% endstep %}

{% step %}

### ⚙**Install Driver**

1. **Extract** the downloaded `.zip` file
2. **Run** the `.exe` installer
3. Follow the installation wizard
4. Restart your computer if prompted
   {% endstep %}

{% step %}

### **Verify Installation**

1. Re-open **Device Manager**
2. Should now see: **FTDI FT601 USB 3.0 Bridge Device** under **Universal Serial Bus devices**
3. If issues persist, try the **backup driver**
   {% endstep %}
   {% endstepper %}

***

### ✅ You're Done

Your DMA's DATA Driver is now successfully setup.

{% hint style="info" %}
It is now recommended to proceed with the [**Speed Test (2nd PC)**](https://docs.ducks-services.com/dma/dma-card/speed-test-2nd-pc).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ducks-services.com/dma/dma-card/data-driver-setup-2nd-pc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
