> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Device Mismatch Warning

> Resolve a device mismatch warning in Qualcomm® Launcher despite the correct device being connected.

Qualcomm® Launcher shows the following warning when the connected device does not match the selected Development Kit:

<Frame>
  <img src="https://mintcdn.com/qualcomm-prod/zC05IsLU4vqJn9Rm/Tools/Qualcomm-Launcher/images/device-mismatch-warning.png?fit=max&auto=format&n=zC05IsLU4vqJn9Rm&q=85&s=7e8938fb481cf5b3183ea48931c66e0d" alt="Device mismatch warning" width="1092" height="124" data-path="Tools/Qualcomm-Launcher/images/device-mismatch-warning.png" />
</Frame>

First, verify that the correct Development Kit is selected and connected. If the warning persists despite the correct device being connected, it is usually caused by the device being claimed by another process on the host.

## Device attached to WSL

The most common cause is the device being attached to WSL (Windows Subsystem for Linux) via `usbipd`. To check, run the following in PowerShell or Command Prompt:

```powershell theme={null}
usbipd list
```

If your device appears with state **Attached**, it is currently attached to WSL. Detach it before using Qualcomm® Launcher:

```powershell theme={null}
usbipd detach --busid <busid>
```

Replace `<busid>` with the bus ID of your device from the `usbipd list` output. Once detached, Windows detects the device correctly and the mismatch warning does not appear.

## Other causes

If the device is not attached to WSL, try the following:

1. Disconnect and reconnect the device.
2. Close any other application that may be using the device.
3. Relaunch Qualcomm® Launcher.
