Win 10 cannot find drivers for DS Capture (Micro USB Version)

Post Reply
Zerberus
Posts: 4
Joined: Sat Mar 30, 2024 12:09 am

Win 10 cannot find drivers for DS Capture (Micro USB Version)

Post by Zerberus » Sat Mar 30, 2024 12:20 am

Hi,

Windows 10 can"t find the Driver for the old Loopy DS Capture Card.

It shows "DS Capture" as Device without Driver.
Hardware Id: VID_16D0&PID_0647

The win 7 driver didn’t work because of the missing signature.

I tried to install the winUsb driver with zadig and by selecting it manually with the windows driver installer dialog, but ds_capture 4.3 and 3ds_capture 5.4 can"t find the device.

my 3ds capture card (micro usb version/old 3ds) works without problems.

User avatar
loopy
Site Admin
Posts: 2322
Joined: Wed Sep 19, 2012 7:44 pm
Contact:

Re: Win 10 cannot find drivers for DS Capture (Micro USB Version)

Post by loopy » Sat Mar 30, 2024 12:46 am

Hmm. Weird that 3DS works, both are WinUSB devices so they rely on the same driver.
It's Microsoft's own driver so I don't know why it's complaining about signatures.

See if this works. Install it manually thru Device Manager, update the driver and point it to the .inf.
http://3dscapture.com/ds/ds_driver.zip

Zerberus
Posts: 4
Joined: Sat Mar 30, 2024 12:09 am

Re: Win 10 cannot find drivers for DS Capture (Micro USB Version)

Post by Zerberus » Sat Mar 30, 2024 1:08 am

i tried to disable the driver signature check with "bcdedit.exe /set nointegritychecks on" and also with "BCDEDIT –Set LoadOptions DDISABLE_INTEGRITY_CHECKS" && "BCDEDIT –Set TESTSIGNING ON", but windows keeps crying because the driver is not signed (secure boot is disabled).

also tried a 2nd pc/laptop and its the same problem.

Code: Select all

Das Gerät USB\VID_16D0&PID_0647\961157E7 wurde konfiguriert.

Treibername: null
Klassen-GUID: {00000000-0000-0000-0000-000000000000}
Treiberdatum: 
Treiberversion: 
Treiberanbieter: 
Treiberabschnitt: 
Treiberrang: 0x0
Passende Geräte-ID: 
Treiber mit niedrigerem Rang: 
Gerät wurde aktualisiert: false
Übergeordnetes Gerät: USB\ROOT_HUB30\9&2832a48f&0&0

User avatar
loopy
Site Admin
Posts: 2322
Joined: Wed Sep 19, 2012 7:44 pm
Contact:

Re: Win 10 cannot find drivers for DS Capture (Micro USB Version)

Post by loopy » Sat Mar 30, 2024 2:09 am

How did you get 3DS capture to work? It's the same thing, just a different VID:PID.

Zerberus
Posts: 4
Joined: Sat Mar 30, 2024 12:09 am

Re: Win 10 cannot find drivers for DS Capture (Micro USB Version)

Post by Zerberus » Sat Mar 30, 2024 2:27 am

nothing special, installed the "3ds_driver_install.exe" and it works plug and play.

something is different with the driver handling.

here are the device configuration information from the 3ds

Code: Select all

Das Gerät USB\VID_16D0&PID_06A3\092B1DD0 wurde konfiguriert.

Treibername: oem56.inf
Klassen-GUID: {88bae032-5a81-49f0-bc3d-a4ff138216d6}
Treiberdatum: 03/21/2024
Treiberversion: 0.0.0.0
Treiberanbieter: libusbx.org
Treiberabschnitt: USB_Install
Treiberrang: 0xFF0001
Passende Geräte-ID: USB\VID_16D0&PID_06A3
Treiber mit niedrigerem Rang: winusb.inf:USB\MS_COMP_WINUSB:00FF2000
Gerät wurde aktualisiert: false
Übergeordnetes Gerät: USB\VID_05E3&PID_0610\8&f2cb6fa&0&12

Zerberus
Posts: 4
Joined: Sat Mar 30, 2024 12:09 am

Re: Win 10 cannot find drivers for DS Capture (Micro USB Version)

Post by Zerberus » Sat Mar 30, 2024 7:05 pm

I have found a solution.

I used the Device Manager to install the generic winUsb driver like i did many Times before while I was trying to get the whole thing to work.

But after that it is also necessary to add the correct GUID (i'll take it from the win 7 driver package inf) with the registry editor.

Code: Select all

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\VID_16D0&PID_0647\XXXXXXXX\Device Parameters]
"DeviceInterfaceGUID"="{A0B880F6-D6A5-4700-A8EA-22282ACA5587}"
XXXXXXXX is a unique device ID and is different for everyone.

Edit:

After installing the offered firmwareupdate to the capture card, my 2. pc/laptop also recognizes the capture card directly without problems.

Post Reply