Click here to Skip to main content
15,909,325 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: Execute driver help Pin
Brandon-X1200020-Jul-12 18:28
Brandon-X1200020-Jul-12 18:28 
GeneralRe: Execute driver help Pin
fat_boy19-Jun-12 2:46
fat_boy19-Jun-12 2:46 
GeneralRe: Execute driver help Pin
Brandon-X1200020-Jun-12 9:50
Brandon-X1200020-Jun-12 9:50 
GeneralRe: Execute driver help Pin
fat_boy20-Jun-12 21:03
fat_boy20-Jun-12 21:03 
GeneralRe: Execute driver help Pin
Brandon-X1200021-Jun-12 21:19
Brandon-X1200021-Jun-12 21:19 
GeneralRe: Execute driver help Pin
fat_boy22-Jun-12 4:04
fat_boy22-Jun-12 4:04 
GeneralRe: Execute driver help Pin
Brandon-X1200024-Jun-12 5:33
Brandon-X1200024-Jun-12 5:33 
GeneralRe: Execute driver help Pin
fat_boy24-Jun-12 21:48
fat_boy24-Jun-12 21:48 
QuestionI figured out how to stop my system from racing! Pin
swampwiz4-Jun-12 9:46
swampwiz4-Jun-12 9:46 
AnswerRe: I figured out how to stop my system from racing! PinPopular
CDP18024-Jun-12 19:35
CDP18024-Jun-12 19:35 
AnswerRe: I figured out how to stop my system from racing! Pin
Dave Kreskowiak5-Jun-12 5:18
mveDave Kreskowiak5-Jun-12 5:18 
QuestionUnderstanding CPU performance measurements Pin
CDP180229-May-12 1:55
CDP180229-May-12 1:55 
GeneralRe: Understanding CPU performance measurements Pin
harold aptroot29-May-12 5:30
harold aptroot29-May-12 5:30 
GeneralRe: Understanding CPU performance measurements Pin
CDP180229-May-12 6:52
CDP180229-May-12 6:52 
GeneralRe: Understanding CPU performance measurements Pin
harold aptroot29-May-12 7:07
harold aptroot29-May-12 7:07 
GeneralRe: Understanding CPU performance measurements Pin
CDP180229-May-12 7:55
CDP180229-May-12 7:55 
GeneralRe: Understanding CPU performance measurements Pin
harold aptroot29-May-12 8:30
harold aptroot29-May-12 8:30 
GeneralRe: Understanding CPU performance measurements Pin
CDP180229-May-12 9:18
CDP180229-May-12 9:18 
GeneralRe: Understanding CPU performance measurements Pin
harold aptroot29-May-12 9:37
harold aptroot29-May-12 9:37 
GeneralRe: Understanding CPU performance measurements Pin
CDP180229-May-12 10:27
CDP180229-May-12 10:27 
GeneralRe: Understanding CPU performance measurements Pin
harold aptroot29-May-12 10:34
harold aptroot29-May-12 10:34 
GeneralRe: Understanding CPU performance measurements Pin
CDP180229-May-12 11:06
CDP180229-May-12 11:06 
GeneralRe: Understanding CPU performance measurements Pin
harold aptroot29-May-12 11:13
harold aptroot29-May-12 11:13 
GeneralRe: Understanding CPU performance measurements Pin
CDP180229-May-12 11:17
CDP180229-May-12 11:17 
QuestionError opening a serial modem Pin
Member 800297324-May-12 6:53
Member 800297324-May-12 6:53 
I am currently developing an application on Windows XPe that requires the XPe host to run a RAS server that uses a serial modem.

When XPe starts the RAS server fails to start correctly up to 50% of the time.

The log file "ModemLog_Communications cable between two computers" reads the following when the RAS server fails to come up:

05-24-2012 15:58:53.421 - File: C:\WINDOWS\system32\tapisrv.dll, Version 5.1.2600   
05-24-2012 15:58:53.421 - File: C:\WINDOWS\system32\unimdm.tsp, Version 5.1.2600   
05-24-2012 15:58:53.421 - File: C:\WINDOWS\system32\unimdmat.dll, Version 5.1.2600   
05-24-2012 15:58:53.421 - File: C:\WINDOWS\system32\uniplat.dll, Version 5.1.2600   
05-24-2012 15:58:53.437 - File: C:\WINDOWS\system32\drivers\modem.sys, Version 5.1.2600   
05-24-2012 15:58:53.437 - File: C:\WINDOWS\system32\modemui.dll, Version 5.1.2600   
05-24-2012 15:58:53.437 - File: C:\WINDOWS\system32\mdminst.dll, Version 5.1.2600   
05-24-2012 15:58:53.437 - Modem type: Communications cable between two computers
05-24-2012 15:58:53.437 - Modem inf path: mdmhayes.inf
05-24-2012 15:58:53.437 - Modem inf section: M2700
05-24-2012 15:58:53.437 - Matching hardware ID: pnpc031
05-24-2012 15:58:53.437 - Opening the modem device failed with error 00000005


And the following when successful.
05-24-2012 16:51:00.531 - File: C:\WINDOWS\system32\tapisrv.dll, Version 5.1.2600   
05-24-2012 16:51:00.531 - File: C:\WINDOWS\system32\unimdm.tsp, Version 5.1.2600   
05-24-2012 16:51:00.531 - File: C:\WINDOWS\system32\unimdmat.dll, Version 5.1.2600   
05-24-2012 16:51:00.531 - File: C:\WINDOWS\system32\uniplat.dll, Version 5.1.2600   
05-24-2012 16:51:00.546 - File: C:\WINDOWS\system32\drivers\modem.sys, Version 5.1.2600   
05-24-2012 16:51:00.546 - File: C:\WINDOWS\system32\modemui.dll, Version 5.1.2600   
05-24-2012 16:51:00.546 - File: C:\WINDOWS\system32\mdminst.dll, Version 5.1.2600   
05-24-2012 16:51:00.546 - Modem type: Communications cable between two computers
05-24-2012 16:51:00.546 - Modem inf path: mdmhayes.inf
05-24-2012 16:51:00.546 - Modem inf section: M2700
05-24-2012 16:51:00.546 - Matching hardware ID: pnpc031
05-24-2012 16:51:00.593 - 115200,8,N,1, ctsfl=0, rtsctl=1
05-24-2012 16:51:00.593 - Initializing modem.
05-24-2012 16:51:00.593 - Waiting for a call.


How can I debug this and figure out why Windows fails to set up the modem correctly all the time?

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.