how to find a device driver for hardware

Posted: 04-21-2004, 02:56 AM
I ran Target Analyzer on the my target machine and found the following device driver components are not in XP-e component database

Here is the information from Target Designer log file

Could not find a driver for Hardware Device: pci\ven_8086&dev_1008&subsys_10051059&rev_0
Could not find a driver for Hardware Device: pci\ven_3388&dev_0021&subsys_00213388&rev_0

The first vendor is intel, ethernet adapter, and second Hint for ? device
How can I find out exactly which device driver is needed? Once I got the driver, how can I build a component for the driver

Thanks in advance

sherry
Reply With Quote

Responses to "how to find a device driver for hardware"

KM
Guest
Posts: n/a
 
Re: how to find a device driver for hardware
Posted: 04-21-2004, 03:16 AM
sherry,

I don't know what these Hardware Ids stand for.
You should know what the hardware you are using on target. Hope you got XP drivers with all the hardware you are using.
Most likely you will need to componentize the driver which are not in XPe database. TD/CD Inf importer will help you with that. Read
how to do that in XPe docs.

How did you run TA? TA or TAP? From Win2000, XP Pro or WinPE?
Try to install XP Pro (if you don't have it yet) on your target device. If you can make it running on the target and install all
necessary drivers to support the hardware, you can see the driver info (and hardware IDs) from Device Manager or devcon.

Or you can analyze the pmq file (it is just xml based file) manually to see the descriptions of the device with hardware IDs you
mentioned.

--
KM,
BSquare Corporation
> I ran Target Analyzer on the my target machine and found the following device driver components are not in XP-e component
database.
>
> Here is the information from Target Designer log file:
>
> Could not find a driver for Hardware Device: pci\ven_8086&dev_1008&subsys_10051059&rev_02
> Could not find a driver for Hardware Device: pci\ven_3388&dev_0021&subsys_00213388&rev_04
>
> The first vendor is intel, ethernet adapter, and second Hint for ? device.
> How can I find out exactly which device driver is needed? Once I got the driver, how can I build a component for the driver?
>
> Thanks in advance,
>
> sherry

Reply With Quote
Slobodan Brcin \(eMVP\)
Guest
Posts: n/a
 
Re: how to find a device driver for hardware
Posted: 04-21-2004, 09:34 AM
Just to add to Konstantins response,

I accidentally know that ven_8086&dev_1008 is used as one of Intel gigabit
network adapters.
You need to componentize it using methods described in doc or in this NG.
For second ID just search trough inf files for ven_3388&dev_0021 from some
tool with find command.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/...ity/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

"KM" <konstmor@nospam.yahoo.com> wrote in message
news:#uHVwa0JEHA.556@tk2msftngp13.phx.gbl...
> sherry,
>
> I don't know what these Hardware Ids stand for.
> You should know what the hardware you are using on target. Hope you got XP
drivers with all the hardware you are using.
> Most likely you will need to componentize the driver which are not in XPe
database. TD/CD Inf importer will help you with that. Read
> how to do that in XPe docs.
>
> How did you run TA? TA or TAP? From Win2000, XP Pro or WinPE?
> Try to install XP Pro (if you don't have it yet) on your target device. If
you can make it running on the target and install all
> necessary drivers to support the hardware, you can see the driver info
(and hardware IDs) from Device Manager or devcon.
>
> Or you can analyze the pmq file (it is just xml based file) manually to
see the descriptions of the device with hardware IDs you
> mentioned.
>
> --
> KM,
> BSquare Corporation
>
> > I ran Target Analyzer on the my target machine and found the following
device driver components are not in XP-e component
> database.
> >
> > Here is the information from Target Designer log file:
> >
> > Could not find a driver for Hardware Device:
pci\ven_8086&dev_1008&subsys_10051059&rev_02
> > Could not find a driver for Hardware Device:
pci\ven_3388&dev_0021&subsys_00213388&rev_04
> >
> > The first vendor is intel, ethernet adapter, and second Hint for ?
device.
> > How can I find out exactly which device driver is needed? Once I got the
driver, how can I build a component for the driver?
> >
> > Thanks in advance,
> >
> > sherry
>
>

Reply With Quote
Lasse
Guest
Posts: n/a
 
Re: how to find a device driver for hardware
Posted: 04-22-2004, 12:09 AM
sherry wrote:
> I ran Target Analyzer on the my target machine and found the following device driver components are not in XP-e component database.
>
> Here is the information from Target Designer log file:
>
> Could not find a driver for Hardware Device: pci\ven_8086&dev_1008&subsys_10051059&rev_02
> Could not find a driver for Hardware Device: pci\ven_3388&dev_0021&subsys_00213388&rev_04
>
> The first vendor is intel, ethernet adapter, and second Hint for ? device.
> How can I find out exactly which device driver is needed? Once I got the driver, how can I build a component for the driver?
>
> Thanks in advance,
>
> sherry
Hi
You can go to http://www.pcidatabase.com/
and use the search function with vendor and device id.
You will find out that your devices are:

- Gigabit Ethernet Controller (Copper)
used on PRO/1000 XT Gigabit Ethernet Adapter

- Universal PCI-to-PCI Bridge (non-transparent mode)
now called PCI 6140/52/6254

Then you can use "PRO/1000 XT Gigabit Ethernet Adapter" to
search for drivers on internet.
Lasse


Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
non-hardware device driver? nieters@crd.ge.com Windows XP Device Drivers 0 03-20-2006 09:58 PM
cannot find hardware device, cd drive mikea167 Windows XP Configuration & Management 1 09-28-2004 08:40 PM
Device Driver Not Recognized on Hardware Installation Benjamin Windows XP Device Drivers 2 08-19-2004 07:53 PM
i need device driver hardware audrey glass Windows XP Device Drivers 1 12-04-2003 09:08 PM
"device driver" shutdowns/freezes cannot find the driver mike Windows XP Device Drivers 0 10-08-2003 06:16 AM