Hello communitiy,
I have a problem with the parallel port on my WinPE. I read the manual “Using BurnInTest on a system with no Operating System WinPE 3.0 and WinPE 4.0“ and do the step by step instructions, everything’s works perfect, only the parallel port would not be recognized by the BurnInTest Software.
Is it possible that it is a problem, because I have only the 30-days trail version for testing how it works?
I use the Devcon utility from the Windows Driver Kit 7.1 because I read its works better by using Windows7, the utility from the link in the manual I tried it first but also don’t work.
At first I used it like the description in the manual. Don’t work. Then I tried to but the drivers directly in the WinPE Image with the DISM /Add-Drivers command. Don’t work. Now I attempt to start and install the port and drivers manually. But the software doesn’t recognize the port. If I start Windows on the same PC from HDD the port will be detected.
The Devcon install command failed but one more port I see in the roots\ports directory, see the file.
Have somebody any idea what’s the problem is?
Best regards
I have a problem with the parallel port on my WinPE. I read the manual “Using BurnInTest on a system with no Operating System WinPE 3.0 and WinPE 4.0“ and do the step by step instructions, everything’s works perfect, only the parallel port would not be recognized by the BurnInTest Software.
Is it possible that it is a problem, because I have only the 30-days trail version for testing how it works?
I use the Devcon utility from the Windows Driver Kit 7.1 because I read its works better by using Windows7, the utility from the link in the manual I tried it first but also don’t work.
At first I used it like the description in the manual. Don’t work. Then I tried to but the drivers directly in the WinPE Image with the DISM /Add-Drivers command. Don’t work. Now I attempt to start and install the port and drivers manually. But the software doesn’t recognize the port. If I start Windows on the same PC from HDD the port will be detected.
The Devcon install command failed but one more port I see in the roots\ports directory, see the file.
Have somebody any idea what’s the problem is?
Best regards
Code:
[INDENT]X:\windows\system32>wpeinit X:\windows\system32>devcon_DDK71_i386 find =ports *pnp* ACPI\PNP0400\4&1B8CBE9A&0 ACPI\PNP0501\1 ACPI\PNP0501\2 ACPI\PNP0501\3 ACPI\PNP0501\4 ACPI\PNP0501\6 6 matching device(s) found. X:\windows\system32>devcon_DDK71_i386 find =ports @root\* No matching devices found. X:\windows\system32>net start serenum The requested service has already been started. More help is available by typing NET HELPMSG 2182. X:\windows\system32>net start parport The Parallel port driver service was started successfully. X:\windows\system32>devcon_DDK71_i386 install x:\windows\inf\msports.inf ACPI\PNP0401 Device node created. Install is complete when drivers are installed... Updating drivers for ACPI\PNP0401 from x:\windows\inf\msports.inf. devcon_DDK71_i386 failed. X:\windows\system32>devcon_DDK71_i386 findall =ports ACPI\PNP0501\1 ACPI\PNP0501\2 ACPI\PNP0501\3 ACPI\PNP0501\4 ROOT\PORTS\0000 ACPI\PNP0501\6 ACPI\PNP0400\4&1B8CBE9A&0 7 matching device(s) found. [/INDENT]
Comment