Seeking advice on Devices Drivers that refuse to be componetized

B

black_13

What do you do when you have followed the steps laid down in Limings
book or Microsofts website on
componetizing a driver and It just doesnt work correctly? Are there
work around to geting a device to
install?
black_13
 
S

Sean Liming \(eMVP\)

Can you be a little more specific? What device are you running into?

I know the serial touchscreen drivers are problemantic when it comes to
components. In these cases, I just create a component with the installer
files to be installed during or post-FBA.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
 
B

black_13

Can you be a little more specific? What device are you running into?

I know the serial touchscreen drivers are problemantic when it comes to
components. In these cases, I just create a component with the installer
files to be installed during or post-FBA.

Regards,

Sean Limingwww.sjjmicro.com/www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit

sure yes sorry about that.

I am trying to component-ize the sigmatel drivers for
an Intel DG965SS. What i have seen done for this
to use batch script that uses devcon.
thanks
black_13
 
B

black_13

Sigmatel - audio driver?
Is there a link to this driver? or INF that can be posted?

Regards,

Sean Limingwww.sjjmicro.com/www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit








- Show quoted text -
Sorry yes the Sigmatel Audio driver:
Audio: Sigmatel 92XX (11589KB) 5.10.5258 4/5/2007
Is it legal to post a complete INF file?

The driver download can be found at Intel's website
http://downloadcenter.intel.com/Det...76&DwnldID=8658&strOSs=44&OSFullName=Windows*
XP Professional&lang=eng


Thanks again,
black_13
 
B

black_13

Sorry yes the Sigmatel Audio driver:
Audio: Sigmatel 92XX (11589KB) 5.10.5258 4/5/2007
Is it legal to post a complete INF file?

The driver download can be found at Intel's websitehttp://downloadcenter.intel.com/Detail_Desc.aspx?agr=N&Inst=Yes&Produ...
XP Professional&lang=eng

Thanks again,
black_13- Hide quoted text -

- Show quoted text -

I eventually found the solution for this it problem
create a componenet that contains all the files for the sigmatell
drivers
then create a resource that has an FBA Generic Command
that command runs

has the following:
Arguments /c %24%\temp\sigmatel\install.bat
FilePath %11%\cmd.exe
Phase 18000
Reboot TRUE

the install.bat file is pretty simple:
cd \temp\sigmatel_devcon
devcon -r install STHDA.INF "HDAUDIO\FUNC_01&VEN_8384"

another component process comes in and cleans up the \temp directory
later.

it aint pretty but it works.
 

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