Device driver problem

G

Guest

hello,

I'm kind a new to xpe but yet I managed to create an Image working with my
hardware accept that
My hardware includes a TI-1620 PCMCIA card bus controller and when I add
it's componnent to my
target design, build the image and deploy it, it stuck on FBA installing pnp
devices.
in the setupapi.log file it said after trying to install the device driver
of the TI-1620 the it "required reboot".

1.
why fba stuck and how or should I make him reboot itself after installing
the device driver?

2.
when I remove the TI-1620 componnent out from my design, the new image loads
properly, so I try then, install the device driver manually using the
manufacturer original driver for xp pro.
it started well, but in the end of the installation I'v got this message
saying tha't there has been a problem installing the driver because a section
is missing in the .INF file.

It seems like xpe finds the hardware but cannot install it.
did I missed some components ?
what should I do ?


thank's alot.
armo
 
G

Guest

thank's for the reply.
but then again about my first question, how can I make changes to FBA
directives ?

********************************************************
The .INF File is as followed:
********************************************************
; Copyright (c) 2002 Texas Instruments
; TI UltraMedia Firmware loader Installation file for Win2000/XP
[Version]
Signature=$CHICAGO$
Class=System
ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
Provider=%MFGNAME%
CataLogFile=tiumfwl.cat
DriverVer=12/10/2002,1.0.0.9

[Manufacturer]
%MFGNAME%=DeviceList

[ControlFlags]
ExcludeFromSelect=*

[DestinationDirs]
DefaultDestDir = 11
DriverCopyFiles = 12

[SourceDisksFiles]
tiumfwl.sys=1
tiumfw.bin=1

[SourceDisksNames]
1=%INSTDISK%,,,

[DeviceList]
%DESCRIPTION%=FWLDriverInstall,PCI\VEN_104C&DEV_8201&CC_088000 ; 1620
%DESCRIPTION%=FWLDriverInstall,PCI\VEN_104C&DEV_8204&CC_088000 ; 4610,
4515, 4610FM

;------------------------------------------------------------------------------
; Windows 2000/XP Sections
;------------------------------------------------------------------------------

[FWLDriverInstall.NT]
AddReg = FWLDriverInstall.AddReg
CopyFiles=DriverCopyFiles

[DriverCopyFiles]
tiumfwl.sys,,,2
tiumfw.bin,,,2

[FWLDriverInstall.NT.Services]
AddService=tiumfwl,2,DriverService

[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\tiumfwl.sys

[FWLDriverInstall.nt.hw]
AddReg=DriverHwAddReg

[DriverHwAddReg]

[FWLDriverInstall.AddReg]
; DWORD will go to software branch
;HKR,,SecurityEnable,0x00010001,1
; Write to specified registry path
HKLM,System\CurrentControlSet\Services\tiumfwl\Parameters,SecurityEnable,
0x10001,1
HKLM,System\CurrentControlSet\Services\tiumfwl\Parameters,NonRemovable,
0x10001,1

;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------

[Strings]
MFGNAME="Texas Instruments Inc"
INSTDISK="TI Installation Disc"
DESCRIPTION="TI UltraMedia Firmware Loader Device"

********************************************************
end of inf file
********************************************************
 
K

KM

armo,

A couple of quick questions:
- Did you test the driver install package on XP Pro? How does it work there?
- Are you sure you have satisfied *all* the driver dependencies in your image?

FBA should not get stuck becuase of a failure to install a driver but you might have run into a new bug there. WHo knows. Without
seeing the driver (or at least INF) it is hard to guess what's happeing there.
 
K

KM

armo,

What did \windows\setupapi.log show you for that INF install failures?

--
=========
Regards,
KM


armo said:
thank's for the reply.
but then again about my first question, how can I make changes to FBA
directives ?

********************************************************
The .INF File is as followed:
********************************************************
; Copyright (c) 2002 Texas Instruments
; TI UltraMedia Firmware loader Installation file for Win2000/XP
[Version]
Signature=$CHICAGO$
Class=System
ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
Provider=%MFGNAME%
CataLogFile=tiumfwl.cat
DriverVer=12/10/2002,1.0.0.9

[Manufacturer]
%MFGNAME%=DeviceList

[ControlFlags]
ExcludeFromSelect=*

[DestinationDirs]
DefaultDestDir = 11
DriverCopyFiles = 12

[SourceDisksFiles]
tiumfwl.sys=1
tiumfw.bin=1

[SourceDisksNames]
1=%INSTDISK%,,,

[DeviceList]
%DESCRIPTION%=FWLDriverInstall,PCI\VEN_104C&DEV_8201&CC_088000 ; 1620
%DESCRIPTION%=FWLDriverInstall,PCI\VEN_104C&DEV_8204&CC_088000 ; 4610,
4515, 4610FM

;------------------------------------------------------------------------------
; Windows 2000/XP Sections
;------------------------------------------------------------------------------

[FWLDriverInstall.NT]
AddReg = FWLDriverInstall.AddReg
CopyFiles=DriverCopyFiles

[DriverCopyFiles]
tiumfwl.sys,,,2
tiumfw.bin,,,2

[FWLDriverInstall.NT.Services]
AddService=tiumfwl,2,DriverService

[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\tiumfwl.sys

[FWLDriverInstall.nt.hw]
AddReg=DriverHwAddReg

[DriverHwAddReg]

[FWLDriverInstall.AddReg]
; DWORD will go to software branch
;HKR,,SecurityEnable,0x00010001,1
; Write to specified registry path
HKLM,System\CurrentControlSet\Services\tiumfwl\Parameters,SecurityEnable,
0x10001,1
HKLM,System\CurrentControlSet\Services\tiumfwl\Parameters,NonRemovable,
0x10001,1

;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------

[Strings]
MFGNAME="Texas Instruments Inc"
INSTDISK="TI Installation Disc"
DESCRIPTION="TI UltraMedia Firmware Loader Device"

********************************************************
end of inf file
********************************************************


Sean Liming (eMVP) said:
Can you post or send the INF file?

Regards,

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

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