Ati Mobility Radeon 7500

  • Thread starter Thread starter Jaap\(JB\)
  • Start date Start date
J

Jaap\(JB\)

I have tried to create a component of the driver, but the files were
compressed. So i installed it on XP pro and looked with inctrl with files he
installed. The files i copied to my developement machine and now my
component can find the files he need.

When i included my component in my image. It passes fba. When xpe boots for
the first time the driver looks not present, but when i set a new resolution
it seems to work.

In the device manager there is a yellow ! and error code 28. This is what i
do not want.

If i not included my component and run the install programma after fba. It
works good and the yellow ! is gone.
 
Hi,

I suggest using a driver-diagnostics tool such as Jermar's WinDriverBackup.
it collects all the driver info from an already installed driver so it's
easier identifying the files needed from the original compressed executable.

good luck!

YaronM
 
Thnx for the replies.

I have created a component of the GART driver and I get no errors. But when
i included my component for the video it will not work.

After fba i look in the device manager and the yellow ! is still present and
i says that the driver is not present. I check the files for the driver with
inctrl and WinDriverBackup. The drivers files were present in my image.

I think I am going to run the setup file after fba then it works fine.
 
I had the same problem trying to make a component for ATI
Mobility Radeon 7500 also.
And I finally solved it yesterday.
The problem hinged on the "Ati HotKey Poller" service not
starting. This has a ServiceType = 272 (0x110).
But the StartName was blank. Apparently, this ServiceType
needs a StartName. If you have the book "Windows XP
Embedded Advanced", look at table A4.
Anyway, I entered "LocalSystem" for the StartName on this
resource. Now the image built with this component works
like it's XPPro counterpart.
I hope this helps.

Andrew
 
Back
Top