Unable to program NRF9151 DK

I'm having some trouble connecting to the onboard jlink with the NRF9151 devkit that I've recently received. The quickstart seems to detect the NRF9151 dev kit, but when I attempt to program the example code I run into issues




The log doesn't have super helpful information

2025-06-12T20:28:10.326Z INFO Initialising the bundled nrfutil device
2025-06-12T20:28:10.352Z DEBUG Started watching devices
2025-06-12T20:28:11.740Z INFO Using the bundled core version for nrfutil device: 8.0.0
2025-06-12T20:28:11.763Z INFO Using nrfutil-device version: 2.10.2
2025-06-12T20:28:11.763Z INFO Using nrf-device-lib version: 0.17.71
2025-06-12T20:28:11.763Z INFO Using nrf-probe version: 0.38.0
2025-06-12T20:28:11.763Z INFO Using JLink version: JLink_V8.42
2025-06-12T20:28:11.764Z INFO Your version of SEGGER J-Link (8.42) is newer than the one this app was tested with (8.18). The tested version is not required, and your J-Link version will most likely work fine. If you get issues related to J-Link with your devices, use the tested version.
2025-06-12T20:28:13.328Z DEBUG Selected device: nRF9151 DK
2025-06-12T20:28:13.350Z DEBUG Changed step: Info
2025-06-12T20:28:15.493Z DEBUG Changed step: Rename
2025-06-12T20:28:16.315Z DEBUG Changed step: Program


When I attempt to detect the device using nrfjprog, I don't see anything either

PS C:\Users\jonross> nrfjprog --version
nrfjprog version: 10.24.2 external
JLinkARM.dll version: 8.42
PS C:\Users\jonross> nrfjprog --family nrf91 --eraseall --log
ERROR: No debuggers were discovered.


There is a mass storage device that shows up in windows explorer when I plug in the development kit


I'll note that I can connect to a separate unrelated device (USB JLINK PLUS) with nrfjprog and other Segger tools, but nothing shows up from the nrf9151 dk.

Any ideas on how to debug or configure the onboard jlink?

Parents
  • Hi,

    Have you tried to erase your device using "nrfutil device erase"?

    Have you tried to update modem firmware and application firmware using Programmer application?

    Best regards,
    Dejan

  • Hello Dejan,

    When trying to use nrfutil device erase I get the following response:

    PS C:\Users\jonross\git\argus> .\nrfutil.exe device list
    1051236715
    Product         J-Link
    Board version   PCA10171
    Traits          devkit, usb, modem, boardController
    
    Supported devices found: 1
    
    PS C:\Users\jonross\git\argus> .\nrfutil.exe device erase --serial-number 1051236715
    ❌ Failed to erase 1051236715, No plugins support device operation
    Error: One or more erase tasks failed:
     * 1051236715: No plugins support device operation (NotFound)
    
    PS C:\Users\jonross\git\argus>


    Unfortunately the development kit doesn't show up in the programmer application:



    Which is sort of odd because the device is found with the "Quick Start" application.



    Another data point is that the onboard jlink doesn't show up when I list the devices using seggers utilities. There is no output from the command.

    J-Link>ShowEmuList


    However if I plug in a dedicated JLINK, the output shows my device

    J-Link>ShowEmuList
    J-Link[0]: Connection: USB, Serial number: 600103367, ProductName: J-Link PLUS
    J-Link>


    This leads me to believe there is a problem with the onboard JLINK. Odd that it shows up with nrfutil,exe but not with jlink.exe, though.

    Let me know what you think I can do from here to recover the device.

    Thank you,
    Jon

  • Hi Jon,

    It might be that the firmware on the on-board J-Link requires the legacy J-Link USB drivers, and you do not have these installed. There is some information about installing those USB drivers here: https://docs.nordicsemi.com/bundle/nrfutil/page/guides/installing.html#prerequisites.

    Could you try to install nrfutil and the latest version of nrfutil device, and run nrfutil device list? That should detect if the drivers are missing and show some info about it, if this is the actual issue.

    Best regards,
    Dejan

  • Hey Dejan,

    I found that guide and had already ensured legacy jlink drivers were installed. I've tried multiple rounds of uninstalling and re-installing the jlink drivers with and without that support. I do think that's the problem, though, as the device is still unknown in the device manager. 



    nrfutil still gives the same output as before even with the legacy drivers installed:

    PS C:\Users\jonross\git\argus> .\nrfutil.exe device list
    1051236715
    Product         J-Link
    Board version   PCA10171
    Traits          usb, modem, boardController, devkit
    
    Supported devices found: 1
    
    PS C:\Users\jonross\git\argus> .\nrfutil.exe device erase --serial-number 1051236715
    ❌ Failed to erase 1051236715, No plugins support device operation
    Error: One or more erase tasks failed:
     * 1051236715: No plugins support device operation (NotFound)
    
    PS C:\Users\jonross\git\argus>


    For now I've managed to just flash the program onto the development kit through the DEBUG IN header and while they virtual com ports aren't installed either, I'm hoping to modify and compile the example code to output the UART to a couple of physical pins exposed on the header.

    That is how we intend to use the 9151 in our product anyway, so I'll be happy if I can get that set up and working and can just bypass this whole issue.

    Thanks,
    Jon

  • Hi Jon, 

    Can you run "nrfutil device list --log-level trace" and upload the log from <userhome>/.nrfutil/logs/nrfutil-device.log?

    Best regards,
    Dejan

  • Hello Dejan,

    Sure I can do that. It seems to be a windows driver issue, but perhaps you can tell more from these logs.

    Thanks,
    Jon

    PS C:\Users\jonross\git\argus> .\nrfutil.exe device list --log-level trace
    1051236715
    Product         J-Link
    Board version   PCA10171
    Traits          devkit, modem, boardController, usb
    
    Supported devices found: 1

    [2025-06-17T17:40:59.746Z] [8716] INFO - nrfutil-device (version = 2.11.2, platform = x86_64-pc-windows-msvc, classification = nrf-external) invoked with list --log-level trace 
    [2025-06-17T17:40:59.747Z] [8716] DEBUG - cargo = false, force_libnrfdl_lookup = false, force_nrfutil_libdir = false
    [2025-06-17T17:40:59.747Z] [8716] DEBUG - Creating the nrfdl context via nrfdl_create_context_with_config: Plugin location is assumed to be C:\Users\jonross\.nrfutil\lib\nrfutil-device
    [2025-06-17T17:40:59.747Z] [8716] DEBUG - Loading plugins from directory C:\Users\jonross\.nrfutil\lib\nrfutil-device
    [2025-06-17T17:40:59.750Z] [8716] TRACE - [boardController] C API function: supported_traits
    [2025-06-17T17:40:59.760Z] [8716] TRACE - [ProbeLib] [2025-06-17 17:40:59.760159Z] J-Link installation directory configured in registry: Computer\HKEY_CURRENT_USER\SOFTWARE\SEGGER\J-Link="C:\\Program Files\\SEGGER\\JLink_V818"
    [2025-06-17T17:40:59.764Z] [8716] INFO - [ProbeLib] [2025-06-17 17:40:59.764125Z] Opened J-Link DLL at C:\Program Files\SEGGER\JLink_V818\JLink_x64.dll with version 8.18
    [2025-06-17T17:40:59.764Z] [8716] TRACE - [boardController] C API function: get_version_list
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - [boardController] Operation get_version_list failed with error code NRFDL_ERR_NOT_SUPPORTED
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - Plugin BOARDCONTROLLER does not support `get_version_list`
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - Plugin sdfu does not support `get_version_list`
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - Plugin mcuBoot does not support `get_version_list`
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - enumerate_devices
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - Probing device "USB\\VID_343C&PID_0000\\000000000000"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_1366&PID_1059\\001051236715"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_291A&PID_8352\\0000000000000001"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_05E3&PID_0749\\000000001539"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_045E&PID_0752\\7&136AD56&0&2"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_30C9&PID_0096\\200901010001"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_06CB&PID_00F0\\B7BDDF026E60"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_046D&PID_08E5\\86307DDF"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_154B&PID_1006\\072148AF96277665"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_046D&PID_0AAA\\000000000000"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_04D9&PID_FC38\\7&136AD56&0&1"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_8087&PID_0033\\5&242979D7&0&14"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_1A40&PID_0201\\6&2A8919FC&0&1"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_291A&PID_2817\\MSFT20"
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 5, port_chain: [6], vendor_id: 0x343C, product_id: 0x0000, device_version: 0x0000, class: 0x11, subclass: 0x00, protocol: 0x00, max_packet_size_0: 8, speed: Some(Low), manufacturer_string: None, product_string: Some("USB Type-C Digital AV Adapter"), serial_number: Some("000000000000"), instance_id: "USB\\VID_343C&PID_0000\\000000000000", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(6)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS06)"], port_number: 6, driver: Some("WINUSB"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x11, subclass: 0x00, protocol: 0x00, interface_string: None }] }
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - Creating device for "USB\\VID_343C&PID_0000\\000000000000"
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION failed: type=3 index=0 error=31
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - Failed to fetch supported languages
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 2, port_chain: [2], vendor_id: 0x1366, product_id: 0x1059, device_version: 0x0100, class: 0xEF, subclass: 0x02, protocol: 0x01, max_packet_size_0: 64, speed: Some(Full), manufacturer_string: None, product_string: Some("J-Link"), serial_number: Some("001051236715"), instance_id: "USB\\VID_1366&PID_1059\\001051236715", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(2)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS02)"], port_number: 2, driver: Some("usbccgp"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x02, subclass: 0x02, protocol: 0x00, interface_string: Some("CDC") }, InterfaceInfo { interface_number: 2, class: 0x02, subclass: 0x02, protocol: 0x00, interface_string: Some("CDC") }, InterfaceInfo { interface_number: 4, class: 0xFF, subclass: 0xFF, protocol: 0xFF, interface_string: Some("BULK interface") }, InterfaceInfo { interface_number: 5, class: 0x08, subclass: 0x06, protocol: 0x50, interface_string: Some("MSD interface") }, InterfaceInfo { interface_number: 6, class: 0x03, subclass: 0x00, protocol: 0x00, interface_string: Some("HID interface") }] }
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - Creating device for "USB\\VID_1366&PID_1059\\001051236715"
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 11, port_chain: [5, 5], vendor_id: 0x291A, product_id: 0x8352, device_version: 0x0001, class: 0x11, subclass: 0x00, protocol: 0x00, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("Anker                  "), serial_number: Some("0000000000000001"), instance_id: "USB\\VID_291A&PID_8352\\0000000000000001", parent_instance_id: "USB\\VID_291A&PID_2817\\MSFT20", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(5)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(5)"], port_number: 5, driver: Some("WINUSB"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x11, subclass: 0x00, protocol: 0x00, interface_string: None }] }
    [2025-06-17T17:40:59.768Z] [8716] DEBUG - Creating device for "USB\\VID_291A&PID_8352\\0000000000000001"
    [2025-06-17T17:40:59.768Z] [8716] DEBUG - IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION failed: type=3 index=0 error=31
    [2025-06-17T17:40:59.768Z] [8716] DEBUG - Failed to fetch supported languages
    [2025-06-17T17:40:59.768Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 9, port_chain: [5, 3], vendor_id: 0x05E3, product_id: 0x0749, device_version: 0x1539, class: 0x00, subclass: 0x00, protocol: 0x00, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("USB3.0 Card Reader"), serial_number: Some("000000001539"), instance_id: "USB\\VID_05E3&PID_0749\\000000001539", parent_instance_id: "USB\\VID_291A&PID_2817\\MSFT20", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(3)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(3)"], port_number: 3, driver: Some("USBSTOR"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x08, subclass: 0x06, protocol: 0x50, interface_string: None }] }
    [2025-06-17T17:40:59.768Z] [8716] DEBUG - Creating device for "USB\\VID_05E3&PID_0749\\000000001539"
    [2025-06-17T17:40:59.769Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 13, port_chain: [5, 1, 2], vendor_id: 0x045E, product_id: 0x0752, device_version: 0x0110, class: 0x00, subclass: 0x00, protocol: 0x00, max_packet_size_0: 8, speed: Some(Low), manufacturer_string: None, product_string: Some("Wired Keyboard 400"), serial_number: None, instance_id: "USB\\VID_045E&PID_0752\\7&136AD56&0&2", parent_instance_id: "USB\\VID_1A40&PID_0201\\6&2a8919fc&0&1", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(1)#USB(2)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(1)#USB(2)"], port_number: 2, driver: Some("HidUsb"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x03, subclass: 0x01, protocol: 0x01, interface_string: None }] }
    [2025-06-17T17:40:59.769Z] [8716] DEBUG - Creating device for "USB\\VID_045E&PID_0752\\7&136AD56&0&2"
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 7, port_chain: [8], vendor_id: 0x30C9, product_id: 0x0096, device_version: 0x0007, class: 0xEF, subclass: 0x02, protocol: 0x01, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("HP 5MP Camera"), serial_number: Some("200901010001"), instance_id: "USB\\VID_30C9&PID_0096\\200901010001", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(8)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS08)"], port_number: 8, driver: Some("usbccgp"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x0E, subclass: 0x03, protocol: 0x00, interface_string: Some("HP 5MP Camera") }, InterfaceInfo { interface_number: 2, class: 0x0E, subclass: 0x03, protocol: 0x00, interface_string: Some("HP IR Camera") }, InterfaceInfo { interface_number: 4, class: 0xFE, subclass: 0x01, protocol: 0x00, interface_string: Some("Camera DFU Device") }] }
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - Creating device for "USB\\VID_30C9&PID_0096\\200901010001"
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION failed: type=3 index=0 error=31
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - Failed to fetch supported languages
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 15, port_chain: [7], vendor_id: 0x06CB, product_id: 0x00F0, device_version: 0x0000, class: 0xFF, subclass: 0x10, protocol: 0xFF, max_packet_size_0: 8, speed: Some(Full), manufacturer_string: None, product_string: None, serial_number: Some("b7bddf026e60"), instance_id: "USB\\VID_06CB&PID_00F0\\B7BDDF026E60", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(7)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS07)"], port_number: 7, driver: Some("WUDFRd"), interfaces: [InterfaceInfo { interface_number: 0, class: 0xFF, subclass: 0x00, protocol: 0x00, interface_string: None }] }
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - Creating device for "USB\\VID_06CB&PID_00F0\\B7BDDF026E60"
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION failed: type=3 index=0 error=31
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - Failed to fetch supported languages
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 14, port_chain: [5, 1, 4], vendor_id: 0x046D, product_id: 0x08E5, device_version: 0x0021, class: 0xEF, subclass: 0x02, protocol: 0x01, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("HD Pro Webcam C920"), serial_number: Some("86307DDF"), instance_id: "USB\\VID_046D&PID_08E5\\86307DDF", parent_instance_id: "USB\\VID_1A40&PID_0201\\6&2a8919fc&0&1", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(1)#USB(4)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(1)#USB(4)"], port_number: 4, driver: Some("usbccgp"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x0E, subclass: 0x03, protocol: 0x00, interface_string: Some("HD Pro Webcam C920") }, InterfaceInfo { interface_number: 2, class: 0x01, subclass: 0x02, protocol: 0x00, interface_string: Some("HD Pro Webcam C920") }] }
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - Creating device for "USB\\VID_046D&PID_08E5\\86307DDF"
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 10, port_chain: [5, 4], vendor_id: 0x154B, product_id: 0x1006, device_version: 0x0110, class: 0x00, subclass: 0x00, protocol: 0x00, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("USB 3.2.1 FD"), serial_number: Some("072148AF96277665"), instance_id: "USB\\VID_154B&PID_1006\\072148AF96277665", parent_instance_id: "USB\\VID_291A&PID_2817\\MSFT20", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(4)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(4)"], port_number: 4, driver: Some("USBSTOR"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x08, subclass: 0x06, protocol: 0x50, interface_string: None }] }
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - Creating device for "USB\\VID_154B&PID_1006\\072148AF96277665"
    [2025-06-17T17:40:59.774Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 1, port_chain: [1], vendor_id: 0x046D, product_id: 0x0AAA, device_version: 0x0031, class: 0x00, subclass: 0x00, protocol: 0x00, max_packet_size_0: 64, speed: Some(Full), manufacturer_string: None, product_string: Some("PRO X"), serial_number: Some("000000000000"), instance_id: "USB\\VID_046D&PID_0AAA\\000000000000", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(1)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS01)"], port_number: 1, driver: Some("usbccgp"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x01, subclass: 0x01, protocol: 0x00, interface_string: Some("PRO X") }, InterfaceInfo { interface_number: 3, class: 0x03, subclass: 0x00, protocol: 0x00, interface_string: Some("PRO X") }] }
    [2025-06-17T17:40:59.774Z] [8716] DEBUG - Creating device for "USB\\VID_046D&PID_0AAA\\000000000000"
    [2025-06-17T17:40:59.788Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 12, port_chain: [5, 1, 1], vendor_id: 0x04D9, product_id: 0xFC38, device_version: 0x0110, class: 0x00, subclass: 0x00, protocol: 0x00, max_packet_size_0: 8, speed: Some(Full), manufacturer_string: None, product_string: Some("USB Gaming Mouse"), serial_number: None, instance_id: "USB\\VID_04D9&PID_FC38\\7&136AD56&0&1", parent_instance_id: "USB\\VID_1A40&PID_0201\\6&2a8919fc&0&1", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(1)#USB(1)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(1)#USB(1)"], port_number: 1, driver: Some("usbccgp"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x03, subclass: 0x01, protocol: 0x02, interface_string: Some("USB Gaming Mouse") }, InterfaceInfo { interface_number: 1, class: 0x03, subclass: 0x01, protocol: 0x01, interface_string: Some("USB Gaming Mouse") }, InterfaceInfo { interface_number: 2, class: 0x03, subclass: 0x00, protocol: 0x00, interface_string: Some("USB Gaming Mouse") }] }
    [2025-06-17T17:40:59.788Z] [8716] DEBUG - Creating device for "USB\\VID_04D9&PID_FC38\\7&136AD56&0&1"
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 6, port_chain: [14], vendor_id: 0x8087, product_id: 0x0033, device_version: 0x0000, class: 0xE0, subclass: 0x01, protocol: 0x01, max_packet_size_0: 64, speed: Some(Full), manufacturer_string: None, product_string: None, serial_number: None, instance_id: "USB\\VID_8087&PID_0033\\5&242979D7&0&14", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(14)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS14)"], port_number: 14, driver: Some("BTHUSB"), interfaces: [InterfaceInfo { interface_number: 0, class: 0xE0, subclass: 0x01, protocol: 0x01, interface_string: None }, InterfaceInfo { interface_number: 1, class: 0xE0, subclass: 0x01, protocol: 0x01, interface_string: None }] }
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - Creating device for "USB\\VID_8087&PID_0033\\5&242979D7&0&14"
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION failed: type=3 index=0 error=31
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - Failed to fetch supported languages
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 8, port_chain: [5, 1], vendor_id: 0x1A40, product_id: 0x0201, device_version: 0x0100, class: 0x09, subclass: 0x00, protocol: 0x02, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("USB 2.0 Hub [MTT]"), serial_number: None, instance_id: "USB\\VID_1A40&PID_0201\\6&2A8919FC&0&1", parent_instance_id: "USB\\VID_291A&PID_2817\\MSFT20", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(1)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(1)"], port_number: 1, driver: Some("USBHUB3"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x09, subclass: 0x00, protocol: 0x01, interface_string: None }] }
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - Creating device for "USB\\VID_1A40&PID_0201\\6&2A8919FC&0&1"
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 4, port_chain: [5], vendor_id: 0x291A, product_id: 0x2817, device_version: 0x0433, class: 0x09, subclass: 0x00, protocol: 0x02, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("Anker USB-C Hub Device "), serial_number: Some("\0\0\0\0\0\0\0\0\0"), instance_id: "USB\\VID_291A&PID_2817\\MSFT20", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)"], port_number: 5, driver: Some("USBHUB3"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x09, subclass: 0x00, protocol: 0x01, interface_string: None }] }
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - Creating device for "USB\\VID_291A&PID_2817\\MSFT20"
    [2025-06-17T17:40:59.792Z] [8716] DEBUG - create port for device: PCI\VEN_8086&DEV_7A6B&SUBSYS_8B92103C&REV_11\3&11583659&0&B3 parent: "ACPI\\PNP0A08\\0"
    [2025-06-17T17:40:59.795Z] [8716] DEBUG - enumerate: Device with sn 001051236715 has board version PCA10171
    [2025-06-17T17:40:59.798Z] [8716] DEBUG - enumerate plugin: Probe
    [2025-06-17T17:40:59.798Z] [8716] TRACE - [ProbeLib] [2025-06-17 17:40:59.798693Z] J-Link installation directory configured in registry: Computer\HKEY_CURRENT_USER\SOFTWARE\SEGGER\J-Link="C:\\Program Files\\SEGGER\\JLink_V818"
    [2025-06-17T17:40:59.798Z] [8716] INFO - [ProbeLib] [2025-06-17 17:40:59.798804Z] Opened J-Link DLL at C:\Program Files\SEGGER\JLink_V818\JLink_x64.dll with version 8.18
    [2025-06-17T17:40:59.800Z] [8716] INFO - [ProbeLib] [2025-06-17 17:40:59.800265Z] Found 0 attached J-Link devices
    [2025-06-17T17:40:59.800Z] [8716] DEBUG - [ProbeLib] [2025-06-17 17:40:59.800297Z] No J-Link devices found
    [2025-06-17T17:40:59.800Z] [8716] DEBUG - enumerate plugin done in: 1ms
    [2025-06-17T17:40:59.800Z] [8716] DEBUG - enumerate plugin: BOARDCONTROLLER
    [2025-06-17T17:40:59.800Z] [8716] TRACE - [boardController] C API function: enumerate
    [2025-06-17T17:40:59.914Z] [8716] DEBUG - [boardController] Found 29 HID devices.
    [2025-06-17T17:40:59.914Z] [8716] DEBUG - [boardController] Found existing device with id 2 for HID device: BoardcontrollerDeviceInformation { vendor_id: 4966, product_id: 4185, serial_number: "001051236715" }
    [2025-06-17T17:40:59.914Z] [8716] DEBUG - enumerate plugin done in: 114ms
    [2025-06-17T17:40:59.915Z] [8716] DEBUG - enumerate plugin: sdfu
    [2025-06-17T17:40:59.916Z] [8716] DEBUG - enumerate plugin done in: 1ms
    [2025-06-17T17:40:59.916Z] [8716] DEBUG - enumerate plugin: mcuBoot
    [2025-06-17T17:40:59.917Z] [8716] DEBUG - enumerate plugin done in: 1ms
    [2025-06-17T17:40:59.918Z] [8716] ERROR - device Some(DeviceBasicInfo { serial_number: Some("001051236715"), vendor_id: "1366", product_id: "1059", interface_number: None }) has driver issue: 1 check CM_PROP if it is valid one
    [2025-06-17T17:40:59.918Z] [8716] ERROR - device Some(DeviceBasicInfo { serial_number: Some("001051236715"), vendor_id: "1366", product_id: "1059", interface_number: None }) has driver issue: 1 check CM_PROP if it is valid one
    [2025-06-17T17:40:59.918Z] [8716] ERROR - device Some(DeviceBasicInfo { serial_number: Some("001051236715"), vendor_id: "1366", product_id: "1059", interface_number: None }) has driver issue: 12 check CM_PROP if it is valid one
    [2025-06-17T17:40:59.919Z] [8716] DEBUG - enumerate_devices finished successfully
    [2025-06-17T17:40:59.921Z] [8716] TRACE - [boardController] BoardControllerPlugin::drop - ref 0x2d048c69e00
    

Reply
  • Hello Dejan,

    Sure I can do that. It seems to be a windows driver issue, but perhaps you can tell more from these logs.

    Thanks,
    Jon

    PS C:\Users\jonross\git\argus> .\nrfutil.exe device list --log-level trace
    1051236715
    Product         J-Link
    Board version   PCA10171
    Traits          devkit, modem, boardController, usb
    
    Supported devices found: 1

    [2025-06-17T17:40:59.746Z] [8716] INFO - nrfutil-device (version = 2.11.2, platform = x86_64-pc-windows-msvc, classification = nrf-external) invoked with list --log-level trace 
    [2025-06-17T17:40:59.747Z] [8716] DEBUG - cargo = false, force_libnrfdl_lookup = false, force_nrfutil_libdir = false
    [2025-06-17T17:40:59.747Z] [8716] DEBUG - Creating the nrfdl context via nrfdl_create_context_with_config: Plugin location is assumed to be C:\Users\jonross\.nrfutil\lib\nrfutil-device
    [2025-06-17T17:40:59.747Z] [8716] DEBUG - Loading plugins from directory C:\Users\jonross\.nrfutil\lib\nrfutil-device
    [2025-06-17T17:40:59.750Z] [8716] TRACE - [boardController] C API function: supported_traits
    [2025-06-17T17:40:59.760Z] [8716] TRACE - [ProbeLib] [2025-06-17 17:40:59.760159Z] J-Link installation directory configured in registry: Computer\HKEY_CURRENT_USER\SOFTWARE\SEGGER\J-Link="C:\\Program Files\\SEGGER\\JLink_V818"
    [2025-06-17T17:40:59.764Z] [8716] INFO - [ProbeLib] [2025-06-17 17:40:59.764125Z] Opened J-Link DLL at C:\Program Files\SEGGER\JLink_V818\JLink_x64.dll with version 8.18
    [2025-06-17T17:40:59.764Z] [8716] TRACE - [boardController] C API function: get_version_list
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - [boardController] Operation get_version_list failed with error code NRFDL_ERR_NOT_SUPPORTED
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - Plugin BOARDCONTROLLER does not support `get_version_list`
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - Plugin sdfu does not support `get_version_list`
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - Plugin mcuBoot does not support `get_version_list`
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - enumerate_devices
    [2025-06-17T17:40:59.764Z] [8716] DEBUG - Probing device "USB\\VID_343C&PID_0000\\000000000000"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_1366&PID_1059\\001051236715"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_291A&PID_8352\\0000000000000001"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_05E3&PID_0749\\000000001539"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_045E&PID_0752\\7&136AD56&0&2"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_30C9&PID_0096\\200901010001"
    [2025-06-17T17:40:59.765Z] [8716] DEBUG - Probing device "USB\\VID_06CB&PID_00F0\\B7BDDF026E60"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_046D&PID_08E5\\86307DDF"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_154B&PID_1006\\072148AF96277665"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_046D&PID_0AAA\\000000000000"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_04D9&PID_FC38\\7&136AD56&0&1"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_8087&PID_0033\\5&242979D7&0&14"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_1A40&PID_0201\\6&2A8919FC&0&1"
    [2025-06-17T17:40:59.766Z] [8716] DEBUG - Probing device "USB\\VID_291A&PID_2817\\MSFT20"
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 5, port_chain: [6], vendor_id: 0x343C, product_id: 0x0000, device_version: 0x0000, class: 0x11, subclass: 0x00, protocol: 0x00, max_packet_size_0: 8, speed: Some(Low), manufacturer_string: None, product_string: Some("USB Type-C Digital AV Adapter"), serial_number: Some("000000000000"), instance_id: "USB\\VID_343C&PID_0000\\000000000000", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(6)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS06)"], port_number: 6, driver: Some("WINUSB"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x11, subclass: 0x00, protocol: 0x00, interface_string: None }] }
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - Creating device for "USB\\VID_343C&PID_0000\\000000000000"
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION failed: type=3 index=0 error=31
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - Failed to fetch supported languages
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 2, port_chain: [2], vendor_id: 0x1366, product_id: 0x1059, device_version: 0x0100, class: 0xEF, subclass: 0x02, protocol: 0x01, max_packet_size_0: 64, speed: Some(Full), manufacturer_string: None, product_string: Some("J-Link"), serial_number: Some("001051236715"), instance_id: "USB\\VID_1366&PID_1059\\001051236715", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(2)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS02)"], port_number: 2, driver: Some("usbccgp"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x02, subclass: 0x02, protocol: 0x00, interface_string: Some("CDC") }, InterfaceInfo { interface_number: 2, class: 0x02, subclass: 0x02, protocol: 0x00, interface_string: Some("CDC") }, InterfaceInfo { interface_number: 4, class: 0xFF, subclass: 0xFF, protocol: 0xFF, interface_string: Some("BULK interface") }, InterfaceInfo { interface_number: 5, class: 0x08, subclass: 0x06, protocol: 0x50, interface_string: Some("MSD interface") }, InterfaceInfo { interface_number: 6, class: 0x03, subclass: 0x00, protocol: 0x00, interface_string: Some("HID interface") }] }
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - Creating device for "USB\\VID_1366&PID_1059\\001051236715"
    [2025-06-17T17:40:59.767Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 11, port_chain: [5, 5], vendor_id: 0x291A, product_id: 0x8352, device_version: 0x0001, class: 0x11, subclass: 0x00, protocol: 0x00, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("Anker                  "), serial_number: Some("0000000000000001"), instance_id: "USB\\VID_291A&PID_8352\\0000000000000001", parent_instance_id: "USB\\VID_291A&PID_2817\\MSFT20", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(5)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(5)"], port_number: 5, driver: Some("WINUSB"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x11, subclass: 0x00, protocol: 0x00, interface_string: None }] }
    [2025-06-17T17:40:59.768Z] [8716] DEBUG - Creating device for "USB\\VID_291A&PID_8352\\0000000000000001"
    [2025-06-17T17:40:59.768Z] [8716] DEBUG - IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION failed: type=3 index=0 error=31
    [2025-06-17T17:40:59.768Z] [8716] DEBUG - Failed to fetch supported languages
    [2025-06-17T17:40:59.768Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 9, port_chain: [5, 3], vendor_id: 0x05E3, product_id: 0x0749, device_version: 0x1539, class: 0x00, subclass: 0x00, protocol: 0x00, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("USB3.0 Card Reader"), serial_number: Some("000000001539"), instance_id: "USB\\VID_05E3&PID_0749\\000000001539", parent_instance_id: "USB\\VID_291A&PID_2817\\MSFT20", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(3)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(3)"], port_number: 3, driver: Some("USBSTOR"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x08, subclass: 0x06, protocol: 0x50, interface_string: None }] }
    [2025-06-17T17:40:59.768Z] [8716] DEBUG - Creating device for "USB\\VID_05E3&PID_0749\\000000001539"
    [2025-06-17T17:40:59.769Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 13, port_chain: [5, 1, 2], vendor_id: 0x045E, product_id: 0x0752, device_version: 0x0110, class: 0x00, subclass: 0x00, protocol: 0x00, max_packet_size_0: 8, speed: Some(Low), manufacturer_string: None, product_string: Some("Wired Keyboard 400"), serial_number: None, instance_id: "USB\\VID_045E&PID_0752\\7&136AD56&0&2", parent_instance_id: "USB\\VID_1A40&PID_0201\\6&2a8919fc&0&1", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(1)#USB(2)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(1)#USB(2)"], port_number: 2, driver: Some("HidUsb"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x03, subclass: 0x01, protocol: 0x01, interface_string: None }] }
    [2025-06-17T17:40:59.769Z] [8716] DEBUG - Creating device for "USB\\VID_045E&PID_0752\\7&136AD56&0&2"
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 7, port_chain: [8], vendor_id: 0x30C9, product_id: 0x0096, device_version: 0x0007, class: 0xEF, subclass: 0x02, protocol: 0x01, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("HP 5MP Camera"), serial_number: Some("200901010001"), instance_id: "USB\\VID_30C9&PID_0096\\200901010001", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(8)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS08)"], port_number: 8, driver: Some("usbccgp"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x0E, subclass: 0x03, protocol: 0x00, interface_string: Some("HP 5MP Camera") }, InterfaceInfo { interface_number: 2, class: 0x0E, subclass: 0x03, protocol: 0x00, interface_string: Some("HP IR Camera") }, InterfaceInfo { interface_number: 4, class: 0xFE, subclass: 0x01, protocol: 0x00, interface_string: Some("Camera DFU Device") }] }
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - Creating device for "USB\\VID_30C9&PID_0096\\200901010001"
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION failed: type=3 index=0 error=31
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - Failed to fetch supported languages
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 15, port_chain: [7], vendor_id: 0x06CB, product_id: 0x00F0, device_version: 0x0000, class: 0xFF, subclass: 0x10, protocol: 0xFF, max_packet_size_0: 8, speed: Some(Full), manufacturer_string: None, product_string: None, serial_number: Some("b7bddf026e60"), instance_id: "USB\\VID_06CB&PID_00F0\\B7BDDF026E60", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(7)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS07)"], port_number: 7, driver: Some("WUDFRd"), interfaces: [InterfaceInfo { interface_number: 0, class: 0xFF, subclass: 0x00, protocol: 0x00, interface_string: None }] }
    [2025-06-17T17:40:59.771Z] [8716] DEBUG - Creating device for "USB\\VID_06CB&PID_00F0\\B7BDDF026E60"
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION failed: type=3 index=0 error=31
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - Failed to fetch supported languages
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 14, port_chain: [5, 1, 4], vendor_id: 0x046D, product_id: 0x08E5, device_version: 0x0021, class: 0xEF, subclass: 0x02, protocol: 0x01, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("HD Pro Webcam C920"), serial_number: Some("86307DDF"), instance_id: "USB\\VID_046D&PID_08E5\\86307DDF", parent_instance_id: "USB\\VID_1A40&PID_0201\\6&2a8919fc&0&1", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(1)#USB(4)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(1)#USB(4)"], port_number: 4, driver: Some("usbccgp"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x0E, subclass: 0x03, protocol: 0x00, interface_string: Some("HD Pro Webcam C920") }, InterfaceInfo { interface_number: 2, class: 0x01, subclass: 0x02, protocol: 0x00, interface_string: Some("HD Pro Webcam C920") }] }
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - Creating device for "USB\\VID_046D&PID_08E5\\86307DDF"
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 10, port_chain: [5, 4], vendor_id: 0x154B, product_id: 0x1006, device_version: 0x0110, class: 0x00, subclass: 0x00, protocol: 0x00, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("USB 3.2.1 FD"), serial_number: Some("072148AF96277665"), instance_id: "USB\\VID_154B&PID_1006\\072148AF96277665", parent_instance_id: "USB\\VID_291A&PID_2817\\MSFT20", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(4)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(4)"], port_number: 4, driver: Some("USBSTOR"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x08, subclass: 0x06, protocol: 0x50, interface_string: None }] }
    [2025-06-17T17:40:59.772Z] [8716] DEBUG - Creating device for "USB\\VID_154B&PID_1006\\072148AF96277665"
    [2025-06-17T17:40:59.774Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 1, port_chain: [1], vendor_id: 0x046D, product_id: 0x0AAA, device_version: 0x0031, class: 0x00, subclass: 0x00, protocol: 0x00, max_packet_size_0: 64, speed: Some(Full), manufacturer_string: None, product_string: Some("PRO X"), serial_number: Some("000000000000"), instance_id: "USB\\VID_046D&PID_0AAA\\000000000000", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(1)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS01)"], port_number: 1, driver: Some("usbccgp"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x01, subclass: 0x01, protocol: 0x00, interface_string: Some("PRO X") }, InterfaceInfo { interface_number: 3, class: 0x03, subclass: 0x00, protocol: 0x00, interface_string: Some("PRO X") }] }
    [2025-06-17T17:40:59.774Z] [8716] DEBUG - Creating device for "USB\\VID_046D&PID_0AAA\\000000000000"
    [2025-06-17T17:40:59.788Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 12, port_chain: [5, 1, 1], vendor_id: 0x04D9, product_id: 0xFC38, device_version: 0x0110, class: 0x00, subclass: 0x00, protocol: 0x00, max_packet_size_0: 8, speed: Some(Full), manufacturer_string: None, product_string: Some("USB Gaming Mouse"), serial_number: None, instance_id: "USB\\VID_04D9&PID_FC38\\7&136AD56&0&1", parent_instance_id: "USB\\VID_1A40&PID_0201\\6&2a8919fc&0&1", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(1)#USB(1)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(1)#USB(1)"], port_number: 1, driver: Some("usbccgp"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x03, subclass: 0x01, protocol: 0x02, interface_string: Some("USB Gaming Mouse") }, InterfaceInfo { interface_number: 1, class: 0x03, subclass: 0x01, protocol: 0x01, interface_string: Some("USB Gaming Mouse") }, InterfaceInfo { interface_number: 2, class: 0x03, subclass: 0x00, protocol: 0x00, interface_string: Some("USB Gaming Mouse") }] }
    [2025-06-17T17:40:59.788Z] [8716] DEBUG - Creating device for "USB\\VID_04D9&PID_FC38\\7&136AD56&0&1"
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 6, port_chain: [14], vendor_id: 0x8087, product_id: 0x0033, device_version: 0x0000, class: 0xE0, subclass: 0x01, protocol: 0x01, max_packet_size_0: 64, speed: Some(Full), manufacturer_string: None, product_string: None, serial_number: None, instance_id: "USB\\VID_8087&PID_0033\\5&242979D7&0&14", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(14)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS14)"], port_number: 14, driver: Some("BTHUSB"), interfaces: [InterfaceInfo { interface_number: 0, class: 0xE0, subclass: 0x01, protocol: 0x01, interface_string: None }, InterfaceInfo { interface_number: 1, class: 0xE0, subclass: 0x01, protocol: 0x01, interface_string: None }] }
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - Creating device for "USB\\VID_8087&PID_0033\\5&242979D7&0&14"
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION failed: type=3 index=0 error=31
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - Failed to fetch supported languages
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 8, port_chain: [5, 1], vendor_id: 0x1A40, product_id: 0x0201, device_version: 0x0100, class: 0x09, subclass: 0x00, protocol: 0x02, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("USB 2.0 Hub [MTT]"), serial_number: None, instance_id: "USB\\VID_1A40&PID_0201\\6&2A8919FC&0&1", parent_instance_id: "USB\\VID_291A&PID_2817\\MSFT20", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)#USB(1)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)#USB(1)"], port_number: 1, driver: Some("USBHUB3"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x09, subclass: 0x00, protocol: 0x01, interface_string: None }] }
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - Creating device for "USB\\VID_1A40&PID_0201\\6&2A8919FC&0&1"
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - probe device: DeviceInfo { bus_id: "PCIROOT(0)#PCI(1400)#USBROOT(0)", device_address: 4, port_chain: [5], vendor_id: 0x291A, product_id: 0x2817, device_version: 0x0433, class: 0x09, subclass: 0x00, protocol: 0x02, max_packet_size_0: 64, speed: Some(High), manufacturer_string: None, product_string: Some("Anker USB-C Hub Device "), serial_number: Some("\0\0\0\0\0\0\0\0\0"), instance_id: "USB\\VID_291A&PID_2817\\MSFT20", parent_instance_id: "USB\\ROOT_HUB30\\4&e78bf8b&0&0", location_paths: ["PCIROOT(0)#PCI(1400)#USBROOT(0)#USB(5)", "ACPI(_SB_)#ACPI(PC00)#ACPI(XHCI)#ACPI(RHUB)#ACPI(HS05)"], port_number: 5, driver: Some("USBHUB3"), interfaces: [InterfaceInfo { interface_number: 0, class: 0x09, subclass: 0x00, protocol: 0x01, interface_string: None }] }
    [2025-06-17T17:40:59.789Z] [8716] DEBUG - Creating device for "USB\\VID_291A&PID_2817\\MSFT20"
    [2025-06-17T17:40:59.792Z] [8716] DEBUG - create port for device: PCI\VEN_8086&DEV_7A6B&SUBSYS_8B92103C&REV_11\3&11583659&0&B3 parent: "ACPI\\PNP0A08\\0"
    [2025-06-17T17:40:59.795Z] [8716] DEBUG - enumerate: Device with sn 001051236715 has board version PCA10171
    [2025-06-17T17:40:59.798Z] [8716] DEBUG - enumerate plugin: Probe
    [2025-06-17T17:40:59.798Z] [8716] TRACE - [ProbeLib] [2025-06-17 17:40:59.798693Z] J-Link installation directory configured in registry: Computer\HKEY_CURRENT_USER\SOFTWARE\SEGGER\J-Link="C:\\Program Files\\SEGGER\\JLink_V818"
    [2025-06-17T17:40:59.798Z] [8716] INFO - [ProbeLib] [2025-06-17 17:40:59.798804Z] Opened J-Link DLL at C:\Program Files\SEGGER\JLink_V818\JLink_x64.dll with version 8.18
    [2025-06-17T17:40:59.800Z] [8716] INFO - [ProbeLib] [2025-06-17 17:40:59.800265Z] Found 0 attached J-Link devices
    [2025-06-17T17:40:59.800Z] [8716] DEBUG - [ProbeLib] [2025-06-17 17:40:59.800297Z] No J-Link devices found
    [2025-06-17T17:40:59.800Z] [8716] DEBUG - enumerate plugin done in: 1ms
    [2025-06-17T17:40:59.800Z] [8716] DEBUG - enumerate plugin: BOARDCONTROLLER
    [2025-06-17T17:40:59.800Z] [8716] TRACE - [boardController] C API function: enumerate
    [2025-06-17T17:40:59.914Z] [8716] DEBUG - [boardController] Found 29 HID devices.
    [2025-06-17T17:40:59.914Z] [8716] DEBUG - [boardController] Found existing device with id 2 for HID device: BoardcontrollerDeviceInformation { vendor_id: 4966, product_id: 4185, serial_number: "001051236715" }
    [2025-06-17T17:40:59.914Z] [8716] DEBUG - enumerate plugin done in: 114ms
    [2025-06-17T17:40:59.915Z] [8716] DEBUG - enumerate plugin: sdfu
    [2025-06-17T17:40:59.916Z] [8716] DEBUG - enumerate plugin done in: 1ms
    [2025-06-17T17:40:59.916Z] [8716] DEBUG - enumerate plugin: mcuBoot
    [2025-06-17T17:40:59.917Z] [8716] DEBUG - enumerate plugin done in: 1ms
    [2025-06-17T17:40:59.918Z] [8716] ERROR - device Some(DeviceBasicInfo { serial_number: Some("001051236715"), vendor_id: "1366", product_id: "1059", interface_number: None }) has driver issue: 1 check CM_PROP if it is valid one
    [2025-06-17T17:40:59.918Z] [8716] ERROR - device Some(DeviceBasicInfo { serial_number: Some("001051236715"), vendor_id: "1366", product_id: "1059", interface_number: None }) has driver issue: 1 check CM_PROP if it is valid one
    [2025-06-17T17:40:59.918Z] [8716] ERROR - device Some(DeviceBasicInfo { serial_number: Some("001051236715"), vendor_id: "1366", product_id: "1059", interface_number: None }) has driver issue: 12 check CM_PROP if it is valid one
    [2025-06-17T17:40:59.919Z] [8716] DEBUG - enumerate_devices finished successfully
    [2025-06-17T17:40:59.921Z] [8716] TRACE - [boardController] BoardControllerPlugin::drop - ref 0x2d048c69e00
    

Children
No Data
Related