Intel 82852 GM + 82801 DB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HELP I Can not find an inf file for The inf up date for this chipset so i
can't/ do not know how else to create this component. I am also having
problems with the graphics driver for this chipset. If any one can suggest
where to find the inf files for these that would be great or perhaps know
where i can find a component already made? I already downloaded off of Intel
ALL the drivers for this chipset
 
There are a variety of ways to find the files involved.

You could take the route of snapshotting the system before/after an install
to get a list of files touched (using NTFILEMON for example). You could use
the driver guide toolkit (http://www.driverguidetoolkit.com/) or you could
take a simpler approach which usually works. Find the text name of what
you're looking for (such as how it's listed in Device Manager) and then goto
the inf directory and grep for that name in *.inf. I recently did that with
an intel driver and found the drivers I was looking for in a310.inf and
a311.inf. The filenames weren't obvious, but the contents definately
matched what I was looking for. After that a simple import of the INF did
the trick.
 
Thanks I currnetly am tryin to search for the *.inf files and then ill try to
make the driver compenent that way. I get a couple warnings from this.

Warning:[NO_DRV]: Cannot find [NO_DRV] specified in Needs directive in the
current and included INFs.

Warning:[PCI_DRV]: cannot handle key "SyssetupPnPFlags".

Should i be concerned about these warnings or will FBA handle the set up of
this?

Thanks for all the great info so far.
 
INF files tend to do much more than "just install the driver" that you care
about. Quite often you can ignore most of the warnings that it lists.
There are going to be a few missing keys that will definiately be handled by
FBA during the setup of the driver.

When in doubt, ignore the warnings and test the final result. If it works,
you're set. :-)

--Gordon
Thanks I currnetly am tryin to search for the *.inf files and then
ill try to make the driver compenent that way. I get a couple
warnings from this.

Warning:[NO_DRV]: Cannot find [NO_DRV] specified in Needs directive
in the current and included INFs.

Warning:[PCI_DRV]: cannot handle key "SyssetupPnPFlags".

Should i be concerned about these warnings or will FBA handle the set
up of this?

Thanks for all the great info so far.


Gordon Smith (eMVP) said:
There are a variety of ways to find the files involved.

You could take the route of snapshotting the system before/after an
install to get a list of files touched (using NTFILEMON for
example). You could use the driver guide toolkit
(http://www.driverguidetoolkit.com/) or you could take a simpler
approach which usually works. Find the text name of what you're
looking for (such as how it's listed in Device Manager) and then
goto the inf directory and grep for that name in *.inf. I recently
did that with an intel driver and found the drivers I was looking
for in a310.inf and a311.inf. The filenames weren't obvious, but
the contents definately matched what I was looking for. After that
a simple import of the INF did the trick.
 
Gordon,

Need help again. The graphics driver is currently the only driver i can not
get to succesfully build. the errors that occur during the file import in
component dexigner is as follows:

Info:Creating: Intel(R) 82852/82855 GM/GME Graphics Controller
Warning:E:\WINDOWS XP EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf:
[DelFiles] needs to be processed by the user.
+++ CRITICAL ERROR +++:An error occurred when trying to add a registry
resource HKEY_LOCAL_MACHINE\Software\INTEL\.
+++ CRITICAL ERROR +++:An error occurred when trying to add a registry
resource HKEY_LOCAL_MACHINE\Software\Intel\Display\.
+++ CRITICAL ERROR +++:An error occurred when trying to add a registry
resource HKEY_LOCAL_MACHINE\Software\Intel\Display\igfxcui\.
+++ CRITICAL ERROR +++:An error occurred when trying to add a registry
resource HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\Notify\igfxcui\.
Warning:E:\WINDOWS XP EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf:
[Rotation.AddReg] is Empty.

Im not familiar with these errors. Any suggestions as to what the problem
is or how to correct this issue?

Thanks,
cal4


Gordon Smith (eMVP) said:
INF files tend to do much more than "just install the driver" that you care
about. Quite often you can ignore most of the warnings that it lists.
There are going to be a few missing keys that will definiately be handled by
FBA during the setup of the driver.

When in doubt, ignore the warnings and test the final result. If it works,
you're set. :-)

--Gordon
Thanks I currnetly am tryin to search for the *.inf files and then
ill try to make the driver compenent that way. I get a couple
warnings from this.

Warning:[NO_DRV]: Cannot find [NO_DRV] specified in Needs directive
in the current and included INFs.

Warning:[PCI_DRV]: cannot handle key "SyssetupPnPFlags".

Should i be concerned about these warnings or will FBA handle the set
up of this?

Thanks for all the great info so far.


Gordon Smith (eMVP) said:
There are a variety of ways to find the files involved.

You could take the route of snapshotting the system before/after an
install to get a list of files touched (using NTFILEMON for
example). You could use the driver guide toolkit
(http://www.driverguidetoolkit.com/) or you could take a simpler
approach which usually works. Find the text name of what you're
looking for (such as how it's listed in Device Manager) and then
goto the inf directory and grep for that name in *.inf. I recently
did that with an intel driver and found the drivers I was looking
for in a310.inf and a311.inf. The filenames weren't obvious, but
the contents definately matched what I was looking for. After that
a simple import of the INF did the trick.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


HELP I Can not find an inf file for The inf up date for this
chipset so i can't/ do not know how else to create this component.
I am also having problems with the graphics driver for this
chipset. If any one can suggest where to find the inf files for
these that would be great or perhaps know where i can find a
component already made? I already downloaded off of Intel ALL the
drivers for this chipset
 
I looked into the driver, found the files and did my own import. I received
similar but not identical results. I received warnings that [DelFiles]
needs to be handled by the user (safe to ignore - we aren't uninstalling)
and also a warning about [Rotation.AddReg] being empty. I checked the INF
file - it is empty. No biggie.

I didn't get the critical errors you listed.

The component I created had 9 registry entries, 11 files and 2 resources.

If you're interested, I can zip up what I created and send it to you.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


Gordon,

Need help again. The graphics driver is currently the only driver i
can not get to succesfully build. the errors that occur during the
file import in component dexigner is as follows:

Info:Creating: Intel(R) 82852/82855 GM/GME Graphics Controller
Warning:E:\WINDOWS XP
EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf: [DelFiles] needs to
be processed by the user. +++ CRITICAL ERROR +++:An error occurred
when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\INTEL\. +++ CRITICAL ERROR +++:An error
occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\Intel\Display\. +++ CRITICAL ERROR +++:An
error occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\Intel\Display\igfxcui\. +++ CRITICAL
ERROR +++:An error occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\Notify\igfxcui\.
Warning:E:\WINDOWS XP
EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf: [Rotation.AddReg]
is Empty.

Im not familiar with these errors. Any suggestions as to what the
problem
is or how to correct this issue?

Thanks,
cal4


Gordon Smith (eMVP) said:
INF files tend to do much more than "just install the driver" that
you care about. Quite often you can ignore most of the warnings
that it lists. There are going to be a few missing keys that will
definiately be handled by FBA during the setup of the driver.

When in doubt, ignore the warnings and test the final result. If it
works, you're set. :-)

--Gordon
Thanks I currnetly am tryin to search for the *.inf files and then
ill try to make the driver compenent that way. I get a couple
warnings from this.

Warning:[NO_DRV]: Cannot find [NO_DRV] specified in Needs directive
in the current and included INFs.

Warning:[PCI_DRV]: cannot handle key "SyssetupPnPFlags".

Should i be concerned about these warnings or will FBA handle the
set
up of this?

Thanks for all the great info so far.


:

There are a variety of ways to find the files involved.

You could take the route of snapshotting the system before/after an
install to get a list of files touched (using NTFILEMON for
example). You could use the driver guide toolkit
(http://www.driverguidetoolkit.com/) or you could take a simpler
approach which usually works. Find the text name of what you're
looking for (such as how it's listed in Device Manager) and then
goto the inf directory and grep for that name in *.inf. I recently
did that with an intel driver and found the drivers I was looking
for in a310.inf and a311.inf. The filenames weren't obvious, but
the contents definately matched what I was looking for. After that
a simple import of the INF did the trick.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


HELP I Can not find an inf file for The inf up date for this
chipset so i can't/ do not know how else to create this component.
I am also having problems with the graphics driver for this
chipset. If any one can suggest where to find the inf files for
these that would be great or perhaps know where i can find a
component already made? I already downloaded off of Intel ALL the
drivers for this chipset
 
IIRC, the CRITICAL ERRORs during INF import may appear due to damaged XPe database.

cal4, if acceptable, you may want to uninstall the XPe DB and install it again. This may help.

KM

I looked into the driver, found the files and did my own import. I received
similar but not identical results. I received warnings that [DelFiles]
needs to be handled by the user (safe to ignore - we aren't uninstalling)
and also a warning about [Rotation.AddReg] being empty. I checked the INF
file - it is empty. No biggie.

I didn't get the critical errors you listed.

The component I created had 9 registry entries, 11 files and 2 resources.

If you're interested, I can zip up what I created and send it to you.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


Gordon,

Need help again. The graphics driver is currently the only driver i
can not get to succesfully build. the errors that occur during the
file import in component dexigner is as follows:

Info:Creating: Intel(R) 82852/82855 GM/GME Graphics Controller
Warning:E:\WINDOWS XP
EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf: [DelFiles] needs to
be processed by the user. +++ CRITICAL ERROR +++:An error occurred
when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\INTEL\. +++ CRITICAL ERROR +++:An error
occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\Intel\Display\. +++ CRITICAL ERROR +++:An
error occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\Intel\Display\igfxcui\. +++ CRITICAL
ERROR +++:An error occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\Notify\igfxcui\.
Warning:E:\WINDOWS XP
EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf: [Rotation.AddReg]
is Empty.

Im not familiar with these errors. Any suggestions as to what the
problem
is or how to correct this issue?

Thanks,
cal4


Gordon Smith (eMVP) said:
INF files tend to do much more than "just install the driver" that
you care about. Quite often you can ignore most of the warnings
that it lists. There are going to be a few missing keys that will
definiately be handled by FBA during the setup of the driver.

When in doubt, ignore the warnings and test the final result. If it
works, you're set. :-)

--Gordon

cal4 wrote:
Thanks I currnetly am tryin to search for the *.inf files and then
ill try to make the driver compenent that way. I get a couple
warnings from this.

Warning:[NO_DRV]: Cannot find [NO_DRV] specified in Needs directive
in the current and included INFs.

Warning:[PCI_DRV]: cannot handle key "SyssetupPnPFlags".

Should i be concerned about these warnings or will FBA handle the
set
up of this?

Thanks for all the great info so far.


:

There are a variety of ways to find the files involved.

You could take the route of snapshotting the system before/after an
install to get a list of files touched (using NTFILEMON for
example). You could use the driver guide toolkit
(http://www.driverguidetoolkit.com/) or you could take a simpler
approach which usually works. Find the text name of what you're
looking for (such as how it's listed in Device Manager) and then
goto the inf directory and grep for that name in *.inf. I recently
did that with an intel driver and found the drivers I was looking
for in a310.inf and a311.inf. The filenames weren't obvious, but
the contents definately matched what I was looking for. After that
a simple import of the INF did the trick.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


HELP I Can not find an inf file for The inf up date for this
chipset so i can't/ do not know how else to create this component.
I am also having problems with the graphics driver for this
chipset. If any one can suggest where to find the inf files for
these that would be great or perhaps know where i can find a
component already made? I already downloaded off of Intel ALL the
drivers for this chipset
 
Dear Gordon if you would do that for me that would be great. Then i can
check and see if i can duplicate the same errors i got. Unfortunatley if
thats the case i will have to do what KM suggested and replace my entire
database. :-( lots of importing compenents to the database could happen
there. Email (e-mail address removed)

Thanks
cal4

Gordon Smith (eMVP) said:
I looked into the driver, found the files and did my own import. I received
similar but not identical results. I received warnings that [DelFiles]
needs to be handled by the user (safe to ignore - we aren't uninstalling)
and also a warning about [Rotation.AddReg] being empty. I checked the INF
file - it is empty. No biggie.

I didn't get the critical errors you listed.

The component I created had 9 registry entries, 11 files and 2 resources.

If you're interested, I can zip up what I created and send it to you.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


Gordon,

Need help again. The graphics driver is currently the only driver i
can not get to succesfully build. the errors that occur during the
file import in component dexigner is as follows:

Info:Creating: Intel(R) 82852/82855 GM/GME Graphics Controller
Warning:E:\WINDOWS XP
EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf: [DelFiles] needs to
be processed by the user. +++ CRITICAL ERROR +++:An error occurred
when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\INTEL\. +++ CRITICAL ERROR +++:An error
occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\Intel\Display\. +++ CRITICAL ERROR +++:An
error occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\Intel\Display\igfxcui\. +++ CRITICAL
ERROR +++:An error occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\Notify\igfxcui\.
Warning:E:\WINDOWS XP
EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf: [Rotation.AddReg]
is Empty.

Im not familiar with these errors. Any suggestions as to what the
problem
is or how to correct this issue?

Thanks,
cal4


Gordon Smith (eMVP) said:
INF files tend to do much more than "just install the driver" that
you care about. Quite often you can ignore most of the warnings
that it lists. There are going to be a few missing keys that will
definiately be handled by FBA during the setup of the driver.

When in doubt, ignore the warnings and test the final result. If it
works, you're set. :-)

--Gordon

cal4 wrote:
Thanks I currnetly am tryin to search for the *.inf files and then
ill try to make the driver compenent that way. I get a couple
warnings from this.

Warning:[NO_DRV]: Cannot find [NO_DRV] specified in Needs directive
in the current and included INFs.

Warning:[PCI_DRV]: cannot handle key "SyssetupPnPFlags".

Should i be concerned about these warnings or will FBA handle the
set
up of this?

Thanks for all the great info so far.


:

There are a variety of ways to find the files involved.

You could take the route of snapshotting the system before/after an
install to get a list of files touched (using NTFILEMON for
example). You could use the driver guide toolkit
(http://www.driverguidetoolkit.com/) or you could take a simpler
approach which usually works. Find the text name of what you're
looking for (such as how it's listed in Device Manager) and then
goto the inf directory and grep for that name in *.inf. I recently
did that with an intel driver and found the drivers I was looking
for in a310.inf and a311.inf. The filenames weren't obvious, but
the contents definately matched what I was looking for. After that
a simple import of the INF did the trick.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


HELP I Can not find an inf file for The inf up date for this
chipset so i can't/ do not know how else to create this component.
I am also having problems with the graphics driver for this
chipset. If any one can suggest where to find the inf files for
these that would be great or perhaps know where i can find a
component already made? I already downloaded off of Intel ALL the
drivers for this chipset
 
Thank you Gordon,

Your component worked with no problem. I checked the driver versions I
was trying to use the latest release from Intel. Perhaps this was the
problem. Thanks again for all your help.

cal4

Gordon Smith (eMVP) said:
I looked into the driver, found the files and did my own import. I received
similar but not identical results. I received warnings that [DelFiles]
needs to be handled by the user (safe to ignore - we aren't uninstalling)
and also a warning about [Rotation.AddReg] being empty. I checked the INF
file - it is empty. No biggie.

I didn't get the critical errors you listed.

The component I created had 9 registry entries, 11 files and 2 resources.

If you're interested, I can zip up what I created and send it to you.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


Gordon,

Need help again. The graphics driver is currently the only driver i
can not get to succesfully build. the errors that occur during the
file import in component dexigner is as follows:

Info:Creating: Intel(R) 82852/82855 GM/GME Graphics Controller
Warning:E:\WINDOWS XP
EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf: [DelFiles] needs to
be processed by the user. +++ CRITICAL ERROR +++:An error occurred
when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\INTEL\. +++ CRITICAL ERROR +++:An error
occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\Intel\Display\. +++ CRITICAL ERROR +++:An
error occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\Intel\Display\igfxcui\. +++ CRITICAL
ERROR +++:An error occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\Notify\igfxcui\.
Warning:E:\WINDOWS XP
EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf: [Rotation.AddReg]
is Empty.

Im not familiar with these errors. Any suggestions as to what the
problem
is or how to correct this issue?

Thanks,
cal4


Gordon Smith (eMVP) said:
INF files tend to do much more than "just install the driver" that
you care about. Quite often you can ignore most of the warnings
that it lists. There are going to be a few missing keys that will
definiately be handled by FBA during the setup of the driver.

When in doubt, ignore the warnings and test the final result. If it
works, you're set. :-)

--Gordon

cal4 wrote:
Thanks I currnetly am tryin to search for the *.inf files and then
ill try to make the driver compenent that way. I get a couple
warnings from this.

Warning:[NO_DRV]: Cannot find [NO_DRV] specified in Needs directive
in the current and included INFs.

Warning:[PCI_DRV]: cannot handle key "SyssetupPnPFlags".

Should i be concerned about these warnings or will FBA handle the
set
up of this?

Thanks for all the great info so far.


:

There are a variety of ways to find the files involved.

You could take the route of snapshotting the system before/after an
install to get a list of files touched (using NTFILEMON for
example). You could use the driver guide toolkit
(http://www.driverguidetoolkit.com/) or you could take a simpler
approach which usually works. Find the text name of what you're
looking for (such as how it's listed in Device Manager) and then
goto the inf directory and grep for that name in *.inf. I recently
did that with an intel driver and found the drivers I was looking
for in a310.inf and a311.inf. The filenames weren't obvious, but
the contents definately matched what I was looking for. After that
a simple import of the INF did the trick.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


HELP I Can not find an inf file for The inf up date for this
chipset so i can't/ do not know how else to create this component.
I am also having problems with the graphics driver for this
chipset. If any one can suggest where to find the inf files for
these that would be great or perhaps know where i can find a
component already made? I already downloaded off of Intel ALL the
drivers for this chipset
 
I actually just went thru this monday morning. If you download the "zipped"
version of the INF update utility from Intel, you can run the setup program
with a command switch to unpack all the files into a directory. This will
include all the inf files for all the chipsets the update covers in seperate
directories. (ICH5, ICH6, etc...) Same went for the graphics driver.

Though it looks like Gordon and KM got you squared away already. Just good
for future reference. :)

cal4 said:
Thank you Gordon,

Your component worked with no problem. I checked the driver versions I
was trying to use the latest release from Intel. Perhaps this was the
problem. Thanks again for all your help.

cal4

Gordon Smith (eMVP) said:
I looked into the driver, found the files and did my own import. I received
similar but not identical results. I received warnings that [DelFiles]
needs to be handled by the user (safe to ignore - we aren't uninstalling)
and also a warning about [Rotation.AddReg] being empty. I checked the INF
file - it is empty. No biggie.

I didn't get the critical errors you listed.

The component I created had 9 registry entries, 11 files and 2 resources.

If you're interested, I can zip up what I created and send it to you.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


Gordon,

Need help again. The graphics driver is currently the only driver i
can not get to succesfully build. the errors that occur during the
file import in component dexigner is as follows:

Info:Creating: Intel(R) 82852/82855 GM/GME Graphics Controller
Warning:E:\WINDOWS XP
EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf: [DelFiles] needs to
be processed by the user. +++ CRITICAL ERROR +++:An error occurred
when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\INTEL\. +++ CRITICAL ERROR +++:An error
occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\Intel\Display\. +++ CRITICAL ERROR +++:An
error occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\Software\Intel\Display\igfxcui\. +++ CRITICAL
ERROR +++:An error occurred when trying to add a registry resource
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\Notify\igfxcui\.
Warning:E:\WINDOWS XP
EMBEDDED\Kits\AEC-6850\Drivers\GRaphics\oem0.inf: [Rotation.AddReg]
is Empty.

Im not familiar with these errors. Any suggestions as to what the
problem
is or how to correct this issue?

Thanks,
cal4


:

INF files tend to do much more than "just install the driver" that
you care about. Quite often you can ignore most of the warnings
that it lists. There are going to be a few missing keys that will
definiately be handled by FBA during the setup of the driver.

When in doubt, ignore the warnings and test the final result. If it
works, you're set. :-)

--Gordon

cal4 wrote:
Thanks I currnetly am tryin to search for the *.inf files and then
ill try to make the driver compenent that way. I get a couple
warnings from this.

Warning:[NO_DRV]: Cannot find [NO_DRV] specified in Needs directive
in the current and included INFs.

Warning:[PCI_DRV]: cannot handle key "SyssetupPnPFlags".

Should i be concerned about these warnings or will FBA handle the
set
up of this?

Thanks for all the great info so far.


:

There are a variety of ways to find the files involved.

You could take the route of snapshotting the system before/after an
install to get a list of files touched (using NTFILEMON for
example). You could use the driver guide toolkit
(http://www.driverguidetoolkit.com/) or you could take a simpler
approach which usually works. Find the text name of what you're
looking for (such as how it's listed in Device Manager) and then
goto the inf directory and grep for that name in *.inf. I recently
did that with an intel driver and found the drivers I was looking
for in a310.inf and a311.inf. The filenames weren't obvious, but
the contents definately matched what I was looking for. After that
a simple import of the INF did the trick.

--
Gordon Smith (eMVP)
-- Avnet Applied Computing Solutions


HELP I Can not find an inf file for The inf up date for this
chipset so i can't/ do not know how else to create this component.
I am also having problems with the graphics driver for this
chipset. If any one can suggest where to find the inf files for
these that would be great or perhaps know where i can find a
component already made? I already downloaded off of Intel ALL the
drivers for this chipset
 
Back
Top