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.
Win 10 cannot find drivers for DS Capture (Micro USB Version)
Re: Win 10 cannot find drivers for DS Capture (Micro USB Version)
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
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
Re: Win 10 cannot find drivers for DS Capture (Micro USB Version)
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.
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
Re: Win 10 cannot find drivers for DS Capture (Micro USB Version)
How did you get 3DS capture to work? It's the same thing, just a different VID:PID.
Re: Win 10 cannot find drivers for DS Capture (Micro USB Version)
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
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
Re: Win 10 cannot find drivers for DS Capture (Micro USB Version)
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.
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.
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}"
Edit:
After installing the offered firmwareupdate to the capture card, my 2. pc/laptop also recognizes the capture card directly without problems.