XP Embedded with componentized display driver

O

oleavr

Hi,

I've componentized a display driver (S3 Twister) by using Component
Designer and importing the .INF-file. The driver clearly isn't loaded
successfully at boot-time on the target system according to the boot
log:
Did not load driver \SystemRoot\system32\drivers\s3gnbm.sys

I've verified that the file exists and checked the event log for any
messages related to it, but found none. How should I go about debugging
this, is there any way I can turn on debug messages to find out exactly
why it failed to load?

Thanks and regards,
Ole André
 
S

Slobodan Brcin \(eMVP\)

Hi,

Make sure that you have installed GART driver.

You should look at setupapi.log file and there should be clear reason why PnP did not install the driver.
Also for extra informations (you should not need them) you can increse level of report text in setupapi.log file trough one registry
switch.

Regards,
Slobodan



Hi,

I've componentized a display driver (S3 Twister) by using Component
Designer and importing the .INF-file. The driver clearly isn't loaded
successfully at boot-time on the target system according to the boot
log:
Did not load driver \SystemRoot\system32\drivers\s3gnbm.sys

I've verified that the file exists and checked the event log for any
messages related to it, but found none. How should I go about debugging
this, is there any way I can turn on debug messages to find out exactly
why it failed to load?

Thanks and regards,
Ole André
 
D

Dennis Hammack

I had the same problem the first time I tired creating this component. I
found the problem was that file wasn't loaded into the repository properly
when I imported the component to the database.

Dennis
Hi,

I've componentized a display driver (S3 Twister) by using Component
Designer and importing the .INF-file. The driver clearly isn't loaded
successfully at boot-time on the target system according to the boot
log:
Did not load driver \SystemRoot\system32\drivers\s3gnbm.sys

I've verified that the file exists and checked the event log for any
messages related to it, but found none. How should I go about debugging
this, is there any way I can turn on debug messages to find out exactly
why it failed to load?

Thanks and regards,
Ole André
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top