Author Topic: USB Port External Loop Failed  (Read 5254 times)

Offline gregg.s.bergman

  • Newbie
  • *
  • Posts: 1
I just bought PC-Doctor Service Center 6 and have ran it on several PC's receiving the following message while running the I/O Port Test; "USB Port External Loop Failed". I'm assuming it is because there is no looping plug on a USB port? There is no looping plug for USB in the kit? How do you perform this test successfully?

Thanks,
Gregg

Offline fwilson

  • Hero Member
  • *****
  • Posts: 779
Gregg,

The PCDR USB loop test in service center 6 will use any USB 2.0 compliant device for this test.  By default all ports are on. By editing the USBTEST.ini file. The file is pretty well commented.

I usually make the following changes;
iPorts=2
I uncomment the above to only test 2 ports (this is done by removing the ;), this will test ANY 2 ports with proper device plugged in.

iUsingUsbWrap=0
This will set the program to use any standard USB device (thumb drive etc.) for the tests.  This is as opposed to the special Red Parallel / USB wrap cable.

Here is the USBTEST.ini file with the changes made

-------------------------------------------------------

;
;  USBTEST.INI
;  (C) Copyright 2002-2007 PC-Doctor, Inc. All Rights Reserved.
;

; SETTINGS SECTION - The following settings apply to all systems
;
; iPorts: = Number of ports to test (1-2) for USB External Loopback Test
; iDelay: = Wait time between status checks (default = 400ms)
; iRetry: = Number of retries to perform if necessary (default = 4)
; iUsingUsbWrap: 1 = yes; 0 = no, testing for devices only (default = 1)
; szPortMask: Binary mask that indicates which ports to test, or which
;             ports are not available for testing.

[Settings]
iPorts=2
;iDelay=400
;iRetry=4
iUsingUsbWrap=0
;szPortMask=11111111

-Fred
“Integrity is doing the right thing, even if nobody is watching.”  ~ J.C. Watts