PRB - No Network Connections in new image

G

Guest

I am new to building Windows XP embedded images, in fact this is my first
attempt. I have 2 questions.

1)
I have an image that completes FBA successfully and boots cleanly. When I
open Control Panel -> Network Connections there are no connections. I have
added the hardware and software components to the image for the Braodcom NIC
that is on the motherboard. I have added all the TCP/IP and other network
components that I think might be needed but still I have no network adapters.
I started the configuration by executing TAP on my target hardware
(SuperMicro X6DAL-TB2), imported the pmq file to Target Designer, resolved
all discrepancies, imported to Component Designer additional INF files to
create additional needed components specific to the hardare platform, added
the new components to the Component Database Manager, and added the new
platform specific components to my Target Designer configuration. Can somone
suggest what I need to look for to determine why there are no active network
adapters in my system. Is there a setting I have missed? Do I not have the
correct network adapter driver support component?

2)
Control Panel -> Administrator Tools does not have a link to Computer
Management. What component can I add or what setting do I change to get
access to Computer Management.

Thanks in advance.
 
K

KM

John,

1) You should check if the network adapter driver got installed properly.
Use Device Manager GUI or devcon command line tool (http://support.microsoft.com/default.aspx?scid=kb;en-us;311272).
Also, you will find the driver installation info in \windows\SetupApi.log file. (you can post it here if you'd like to. Use OE and
post the file as attachment).

2) IIRC, "Standard Start Menu Shortcuts" component will have those links for Stat Menu\Administrative Tools. That should fix the
same links under Control Panel\Administrative Tools namespace.
 
G

Guest

Thanks KM. For my question 1 I am making some progress. I have reviewed the
SetupApi.log file and found that the driver was not found. I will check to
see why the driver was not included in the image. I will not had time to
investigate question 2 further.

The following data is from the setupapi.log

#I022 Found "PCI\VEN_14e4&DEV_1659" in C:\WINDOWS\inf\b57win32.inf; Device:
"Broadcom NetXtreme Gigabit Ethernet"; Driver: "Broadcom NetXtreme Gigabit
Ethernet"; Provider: "Broadcom"; Mfg: "Broadcom"; Section name:
"BCM5750A1.XpInst".
#I023 Actual install section: [BCM5750A1.XpInst.NTx86]. Rank: 0x00002001.
Effective driver date: 08/23/2004.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [BCM5750A1.XpInst] in
"c:\windows\inf\b57win32.inf".
#I320 Class GUID of device remains: {4D36E972-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#-167 SPFILENOTIFY_NEEDMEDIA: Tag = "", Description= "Broadcom NetXtreme
Installation Media", SourcePath = "c:\windows", SourceFile = "b57xp32.sys",
Flags = 0x00004000.
#W170 SPFILENOTIFY_NEEDMEDIA: returned FILEOP_SKIP.
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [BCM5750A1.XpInst.NTx86.Interfaces] from
"c:\windows\inf\b57win32.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#-035 Processing service Add/Delete section [BCM5750A1.XpInst.NTx86.Services].
#E339 Add Service: Binary "C:\WINDOWS\System32\DRIVERS\b57xp32.sys" for
service "b57w2k" is not present.
#E032 Error 0xe0000217: A service installation section in this INF is invalid.
#E275 Error while installing services. Error 0xe0000217: A service
installation section in this INF is invalid.
#E122 Device install failed. Error 0xe0000217: A service installation
section in this INF is invalid.
#E154 Class installer failed. Error 0xe0000217: A service installation
section in this INF is invalid.
#I060 Set selected driver.
#I125 Installing NULL driver for
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#E122 Device install failed. Error 0xe0000219: The installation failed
because a function driver was not specified for this device instance.
#I125 Installing NULL driver for
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
 
K

KM

John,

I am surprised the "Broadcom NetXtreme" adapter didn't work for you.
I got the "Broadcom NetXtreme Gigabit Ethernet" component working on my laptop a while ago. I remember it had just few dependencies
but I must mention my image was quite big.

How did you create you component for the driver? INF import (the b57win32.inf)?
Make sure the driver service data is in FBA resources for that component - it is the key to make it working.

Also, seem like b57xp32.sys was no under DRIVERS in your image. When you were building the image, did you get any build errors?

--
Regards,
KM, BSquare Corp.

Thanks KM. For my question 1 I am making some progress. I have reviewed the
SetupApi.log file and found that the driver was not found. I will check to
see why the driver was not included in the image. I will not had time to
investigate question 2 further.

The following data is from the setupapi.log

#I022 Found "PCI\VEN_14e4&DEV_1659" in C:\WINDOWS\inf\b57win32.inf; Device:
"Broadcom NetXtreme Gigabit Ethernet"; Driver: "Broadcom NetXtreme Gigabit
Ethernet"; Provider: "Broadcom"; Mfg: "Broadcom"; Section name:
"BCM5750A1.XpInst".
#I023 Actual install section: [BCM5750A1.XpInst.NTx86]. Rank: 0x00002001.
Effective driver date: 08/23/2004.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [BCM5750A1.XpInst] in
"c:\windows\inf\b57win32.inf".
#I320 Class GUID of device remains: {4D36E972-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#-167 SPFILENOTIFY_NEEDMEDIA: Tag = "", Description= "Broadcom NetXtreme
Installation Media", SourcePath = "c:\windows", SourceFile = "b57xp32.sys",
Flags = 0x00004000.
#W170 SPFILENOTIFY_NEEDMEDIA: returned FILEOP_SKIP.
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [BCM5750A1.XpInst.NTx86.Interfaces] from
"c:\windows\inf\b57win32.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#-035 Processing service Add/Delete section [BCM5750A1.XpInst.NTx86.Services].
#E339 Add Service: Binary "C:\WINDOWS\System32\DRIVERS\b57xp32.sys" for
service "b57w2k" is not present.
#E032 Error 0xe0000217: A service installation section in this INF is invalid.
#E275 Error while installing services. Error 0xe0000217: A service
installation section in this INF is invalid.
#E122 Device install failed. Error 0xe0000217: A service installation
section in this INF is invalid.
#E154 Class installer failed. Error 0xe0000217: A service installation
section in this INF is invalid.
#I060 Set selected driver.
#I125 Installing NULL driver for
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#E122 Device install failed. Error 0xe0000219: The installation failed
because a function driver was not specified for this device instance.
#I125 Installing NULL driver for
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".


KM said:
John,

1) You should check if the network adapter driver got installed properly.
Use Device Manager GUI or devcon command line tool (http://support.microsoft.com/default.aspx?scid=kb;en-us;311272).
Also, you will find the driver installation info in \windows\SetupApi.log file. (you can post it here if you'd like to. Use OE and
post the file as attachment).

2) IIRC, "Standard Start Menu Shortcuts" component will have those links for Stat Menu\Administrative Tools. That should fix the
same links under Control Panel\Administrative Tools namespace.
 
G

Guest

KM,

Yes I imported the b57win32.inf to create the component for the Broadcom
device. Now that I look at the component files the b57xp32.sys that is
needed is not included in the component, I will try to correct that now.

How do I check the FBA resources for the driver service data?

Thank you very much for your assistance.

KM said:
John,

I am surprised the "Broadcom NetXtreme" adapter didn't work for you.
I got the "Broadcom NetXtreme Gigabit Ethernet" component working on my laptop a while ago. I remember it had just few dependencies
but I must mention my image was quite big.

How did you create you component for the driver? INF import (the b57win32.inf)?
Make sure the driver service data is in FBA resources for that component - it is the key to make it working.

Also, seem like b57xp32.sys was no under DRIVERS in your image. When you were building the image, did you get any build errors?

--
Regards,
KM, BSquare Corp.

Thanks KM. For my question 1 I am making some progress. I have reviewed the
SetupApi.log file and found that the driver was not found. I will check to
see why the driver was not included in the image. I will not had time to
investigate question 2 further.

The following data is from the setupapi.log

#I022 Found "PCI\VEN_14e4&DEV_1659" in C:\WINDOWS\inf\b57win32.inf; Device:
"Broadcom NetXtreme Gigabit Ethernet"; Driver: "Broadcom NetXtreme Gigabit
Ethernet"; Provider: "Broadcom"; Mfg: "Broadcom"; Section name:
"BCM5750A1.XpInst".
#I023 Actual install section: [BCM5750A1.XpInst.NTx86]. Rank: 0x00002001.
Effective driver date: 08/23/2004.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [BCM5750A1.XpInst] in
"c:\windows\inf\b57win32.inf".
#I320 Class GUID of device remains: {4D36E972-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#-167 SPFILENOTIFY_NEEDMEDIA: Tag = "", Description= "Broadcom NetXtreme
Installation Media", SourcePath = "c:\windows", SourceFile = "b57xp32.sys",
Flags = 0x00004000.
#W170 SPFILENOTIFY_NEEDMEDIA: returned FILEOP_SKIP.
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [BCM5750A1.XpInst.NTx86.Interfaces] from
"c:\windows\inf\b57win32.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#-035 Processing service Add/Delete section [BCM5750A1.XpInst.NTx86.Services].
#E339 Add Service: Binary "C:\WINDOWS\System32\DRIVERS\b57xp32.sys" for
service "b57w2k" is not present.
#E032 Error 0xe0000217: A service installation section in this INF is invalid.
#E275 Error while installing services. Error 0xe0000217: A service
installation section in this INF is invalid.
#E122 Device install failed. Error 0xe0000217: A service installation
section in this INF is invalid.
#E154 Class installer failed. Error 0xe0000217: A service installation
section in this INF is invalid.
#I060 Set selected driver.
#I125 Installing NULL driver for
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#E122 Device install failed. Error 0xe0000219: The installation failed
because a function driver was not specified for this device instance.
#I125 Installing NULL driver for
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".


KM said:
John,

1) You should check if the network adapter driver got installed properly.
Use Device Manager GUI or devcon command line tool (http://support.microsoft.com/default.aspx?scid=kb;en-us;311272).
Also, you will find the driver installation info in \windows\SetupApi.log file. (you can post it here if you'd like to. Use OE and
post the file as attachment).

2) IIRC, "Standard Start Menu Shortcuts" component will have those links for Stat Menu\Administrative Tools. That should fix the
same links under Control Panel\Administrative Tools namespace.

--
Regards,
KM, BSquare Corp.


I am new to building Windows XP embedded images, in fact this is my first
attempt. I have 2 questions.

1)
I have an image that completes FBA successfully and boots cleanly. When I
open Control Panel -> Network Connections there are no connections. I have
added the hardware and software components to the image for the Braodcom NIC
that is on the motherboard. I have added all the TCP/IP and other network
components that I think might be needed but still I have no network adapters.
I started the configuration by executing TAP on my target hardware
(SuperMicro X6DAL-TB2), imported the pmq file to Target Designer, resolved
all discrepancies, imported to Component Designer additional INF files to
create additional needed components specific to the hardare platform, added
the new components to the Component Database Manager, and added the new
platform specific components to my Target Designer configuration. Can somone
suggest what I need to look for to determine why there are no active network
adapters in my system. Is there a setting I have missed? Do I not have the
correct network adapter driver support component?

2)
Control Panel -> Administrator Tools does not have a link to Computer
Management. What component can I add or what setting do I change to get
access to Computer Management.

Thanks in advance.
 
K

KM

John,
KM,

Yes I imported the b57win32.inf to create the component for the Broadcom
device. Now that I look at the component files the b57xp32.sys that is
needed is not included in the component, I will try to correct that now.

This is weird as the b57win32.inf adds b57xp32.sys to Files section. I am sure about that.
Did you manually tweak the component?
How do I check the FBA resources for the driver service data?

Open the component SLD and go to the component Resources node. You should see FBA Service Data resource there.

--
Regards,
KM, BSquare Corp.

KM said:
John,

I am surprised the "Broadcom NetXtreme" adapter didn't work for you.
I got the "Broadcom NetXtreme Gigabit Ethernet" component working on my laptop a while ago. I remember it had just few dependencies
but I must mention my image was quite big.

How did you create you component for the driver? INF import (the b57win32.inf)?
Make sure the driver service data is in FBA resources for that component - it is the key to make it working.

Also, seem like b57xp32.sys was no under DRIVERS in your image. When you were building the image, did you get any build errors?

--
Regards,
KM, BSquare Corp.

Thanks KM. For my question 1 I am making some progress. I have reviewed the
SetupApi.log file and found that the driver was not found. I will check to
see why the driver was not included in the image. I will not had time to
investigate question 2 further.

The following data is from the setupapi.log

#I022 Found "PCI\VEN_14e4&DEV_1659" in C:\WINDOWS\inf\b57win32.inf; Device:
"Broadcom NetXtreme Gigabit Ethernet"; Driver: "Broadcom NetXtreme Gigabit
Ethernet"; Provider: "Broadcom"; Mfg: "Broadcom"; Section name:
"BCM5750A1.XpInst".
#I023 Actual install section: [BCM5750A1.XpInst.NTx86]. Rank: 0x00002001.
Effective driver date: 08/23/2004.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [BCM5750A1.XpInst] in
"c:\windows\inf\b57win32.inf".
#I320 Class GUID of device remains: {4D36E972-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#-167 SPFILENOTIFY_NEEDMEDIA: Tag = "", Description= "Broadcom NetXtreme
Installation Media", SourcePath = "c:\windows", SourceFile = "b57xp32.sys",
Flags = 0x00004000.
#W170 SPFILENOTIFY_NEEDMEDIA: returned FILEOP_SKIP.
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [BCM5750A1.XpInst.NTx86.Interfaces] from
"c:\windows\inf\b57win32.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#-035 Processing service Add/Delete section [BCM5750A1.XpInst.NTx86.Services].
#E339 Add Service: Binary "C:\WINDOWS\System32\DRIVERS\b57xp32.sys" for
service "b57w2k" is not present.
#E032 Error 0xe0000217: A service installation section in this INF is invalid.
#E275 Error while installing services. Error 0xe0000217: A service
installation section in this INF is invalid.
#E122 Device install failed. Error 0xe0000217: A service installation
section in this INF is invalid.
#E154 Class installer failed. Error 0xe0000217: A service installation
section in this INF is invalid.
#I060 Set selected driver.
#I125 Installing NULL driver for
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#E122 Device install failed. Error 0xe0000219: The installation failed
because a function driver was not specified for this device instance.
#I125 Installing NULL driver for
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".


:

John,

1) You should check if the network adapter driver got installed properly.
Use Device Manager GUI or devcon command line tool (http://support.microsoft.com/default.aspx?scid=kb;en-us;311272).
Also, you will find the driver installation info in \windows\SetupApi.log file. (you can post it here if you'd like to. Use
OE
and
post the file as attachment).

2) IIRC, "Standard Start Menu Shortcuts" component will have those links for Stat Menu\Administrative Tools. That should fix the
same links under Control Panel\Administrative Tools namespace.

--
Regards,
KM, BSquare Corp.


I am new to building Windows XP embedded images, in fact this is my first
attempt. I have 2 questions.

1)
I have an image that completes FBA successfully and boots cleanly. When I
open Control Panel -> Network Connections there are no connections. I have
added the hardware and software components to the image for the Braodcom NIC
that is on the motherboard. I have added all the TCP/IP and other network
components that I think might be needed but still I have no network adapters.
I started the configuration by executing TAP on my target hardware
(SuperMicro X6DAL-TB2), imported the pmq file to Target Designer, resolved
all discrepancies, imported to Component Designer additional INF files to
create additional needed components specific to the hardare platform, added
the new components to the Component Database Manager, and added the new
platform specific components to my Target Designer configuration. Can somone
suggest what I need to look for to determine why there are no active network
adapters in my system. Is there a setting I have missed? Do I not have the
correct network adapter driver support component?

2)
Control Panel -> Administrator Tools does not have a link to Computer
Management. What component can I add or what setting do I change to get
access to Computer Management.

Thanks in advance.
 
G

Guest

KM,

The service data properties indicate that the ServiceBinary is b57w2k.sys,
not b57xp.sys. I expect I should edit that and change to be the XP version.


KM said:
John,
KM,

Yes I imported the b57win32.inf to create the component for the Broadcom
device. Now that I look at the component files the b57xp32.sys that is
needed is not included in the component, I will try to correct that now.

This is weird as the b57win32.inf adds b57xp32.sys to Files section. I am sure about that.
Did you manually tweak the component?
How do I check the FBA resources for the driver service data?

Open the component SLD and go to the component Resources node. You should see FBA Service Data resource there.

--
Regards,
KM, BSquare Corp.

KM said:
John,

I am surprised the "Broadcom NetXtreme" adapter didn't work for you.
I got the "Broadcom NetXtreme Gigabit Ethernet" component working on my laptop a while ago. I remember it had just few dependencies
but I must mention my image was quite big.

How did you create you component for the driver? INF import (the b57win32.inf)?
Make sure the driver service data is in FBA resources for that component - it is the key to make it working.

Also, seem like b57xp32.sys was no under DRIVERS in your image. When you were building the image, did you get any build errors?

--
Regards,
KM, BSquare Corp.


Thanks KM. For my question 1 I am making some progress. I have reviewed the
SetupApi.log file and found that the driver was not found. I will check to
see why the driver was not included in the image. I will not had time to
investigate question 2 further.

The following data is from the setupapi.log

#I022 Found "PCI\VEN_14e4&DEV_1659" in C:\WINDOWS\inf\b57win32.inf; Device:
"Broadcom NetXtreme Gigabit Ethernet"; Driver: "Broadcom NetXtreme Gigabit
Ethernet"; Provider: "Broadcom"; Mfg: "Broadcom"; Section name:
"BCM5750A1.XpInst".
#I023 Actual install section: [BCM5750A1.XpInst.NTx86]. Rank: 0x00002001.
Effective driver date: 08/23/2004.
#-166 Device install function: DIF_SELECTBESTCOMPATDRV.
#I063 Selected driver installs from section [BCM5750A1.XpInst] in
"c:\windows\inf\b57win32.inf".
#I320 Class GUID of device remains: {4D36E972-E325-11CE-BFC1-08002BE10318}.
#I060 Set selected driver.
#I058 Selected best compatible driver.
#-124 Doing copy-only install of
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#-167 SPFILENOTIFY_NEEDMEDIA: Tag = "", Description= "Broadcom NetXtreme
Installation Media", SourcePath = "c:\windows", SourceFile = "b57xp32.sys",
Flags = 0x00004000.
#W170 SPFILENOTIFY_NEEDMEDIA: returned FILEOP_SKIP.
#-166 Device install function: DIF_REGISTER_COINSTALLERS.
#I056 Coinstallers registered.
#-166 Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [BCM5750A1.XpInst.NTx86.Interfaces] from
"c:\windows\inf\b57win32.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#I123 Doing full install of
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#-035 Processing service Add/Delete section [BCM5750A1.XpInst.NTx86.Services].
#E339 Add Service: Binary "C:\WINDOWS\System32\DRIVERS\b57xp32.sys" for
service "b57w2k" is not present.
#E032 Error 0xe0000217: A service installation section in this INF is invalid.
#E275 Error while installing services. Error 0xe0000217: A service
installation section in this INF is invalid.
#E122 Device install failed. Error 0xe0000217: A service installation
section in this INF is invalid.
#E154 Class installer failed. Error 0xe0000217: A service installation
section in this INF is invalid.
#I060 Set selected driver.
#I125 Installing NULL driver for
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".
#E122 Device install failed. Error 0xe0000219: The installation failed
because a function driver was not specified for this device instance.
#I125 Installing NULL driver for
"PCI\VEN_14E4&DEV_1659&SUBSYS_02C615D9&REV_11\4&117DD1A8&0&0010".


:

John,

1) You should check if the network adapter driver got installed properly.
Use Device Manager GUI or devcon command line tool (http://support.microsoft.com/default.aspx?scid=kb;en-us;311272).
Also, you will find the driver installation info in \windows\SetupApi.log file. (you can post it here if you'd like to. Use OE
and
post the file as attachment).

2) IIRC, "Standard Start Menu Shortcuts" component will have those links for Stat Menu\Administrative Tools. That should fix the
same links under Control Panel\Administrative Tools namespace.

--
Regards,
KM, BSquare Corp.


I am new to building Windows XP embedded images, in fact this is my first
attempt. I have 2 questions.

1)
I have an image that completes FBA successfully and boots cleanly. When I
open Control Panel -> Network Connections there are no connections. I have
added the hardware and software components to the image for the Braodcom NIC
that is on the motherboard. I have added all the TCP/IP and other network
components that I think might be needed but still I have no network adapters.
I started the configuration by executing TAP on my target hardware
(SuperMicro X6DAL-TB2), imported the pmq file to Target Designer, resolved
all discrepancies, imported to Component Designer additional INF files to
create additional needed components specific to the hardare platform, added
the new components to the Component Database Manager, and added the new
platform specific components to my Target Designer configuration. Can somone
suggest what I need to look for to determine why there are no active network
adapters in my system. Is there a setting I have missed? Do I not have the
correct network adapter driver support component?

2)
Control Panel -> Administrator Tools does not have a link to Computer
Management. What component can I add or what setting do I change to get
access to Computer Management.

Thanks in advance.
 

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