This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

430之USB驱动安装问题,针对Ghost操作系统,

Other Parts Discussed in Thread: MSP-GANG

首先,这是个问问题的帖子,

这是msp430tools.inf的内容,

; Copyright (c) 2011 Texas Instruments
; MSP430 Tools Installation file for Win2000/XP/Vista/7
;
; Port drivers setup
;
; Supported operating systems:
; Windows 32-bit and 64-bit

[Version]
Signature="$Windows NT$"
CatalogFile=msp430tools.cat
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%TI%
DriverVer=04/08/2011, 1.04

[Manufacturer]
%TI%=DeviceList, NTamd64

[DestinationDirs]
FakeModemCopyFileSection=12
DefaultDestDir=12

[SourceDisksNames]

[SourceDisksFiles]

[DeviceList]
%DESCRIPTION_GANG%=TIUSB, USB\Vid_2047&Pid_0002
%DESCRIPTION_GANG%=TIUSB, USB\Vid_2047&Pid_0003
%DESCRIPTION_SA430_4%=TIUSB, USB\Vid_2047&Pid_0004
%DESCRIPTION_SA430_5%=TIUSB, USB\Vid_2047&Pid_0005
%DESCRIPTION_UIF%=TIUSB, USB\Vid_2047&Pid_0010
%DESCRIPTION_UIF%=TIUSB, USB\Vid_2047&Pid_0011
%DESCRIPTION_DBG%=TIUSB, USB\Vid_2047&Pid_0012
%DESCRIPTION_DBG%=TIUSB, USB\Vid_2047&Pid_0015
%DESCRIPTION_DBG%=TIUSB, USB\Vid_2047&Pid_0013&MI_00
%DESCRIPTION1%=TIUSB, USB\Vid_2047&Pid_0013&MI_02
%DESCRIPTION_DBG%=TIUSB, USB\Vid_2047&Pid_0014&MI_00
%DESCRIPTION1%=TIUSB, USB\Vid_2047&Pid_0014&MI_02
%DESCRIPTION2%=TIUSB, USB\Vid_2047&Pid_0014&MI_04
%DESCRIPTION_DBG%=TIUSB, USB\Vid_2047&Pid_0016&MI_00
%DESCRIPTION1%=TIUSB, USB\Vid_2047&Pid_0016&MI_02

[DeviceList.NTamd64]
%DESCRIPTION_GANG%=TIUSB.NTamd64, USB\Vid_2047&Pid_0002
%DESCRIPTION_GANG%=TIUSB.NTamd64, USB\Vid_2047&Pid_0003
%DESCRIPTION_SA430_4%=TIUSB.NTamd64, USB\Vid_2047&Pid_0004
%DESCRIPTION_SA430_5%=TIUSB.NTamd64, USB\Vid_2047&Pid_0005
%DESCRIPTION_UIF%=TIUSB.NTamd64, USB\Vid_2047&Pid_0010
%DESCRIPTION_UIF%=TIUSB.NTamd64, USB\Vid_2047&Pid_0011
%DESCRIPTION_DBG%=TIUSB.NTamd64, USB\Vid_2047&Pid_0012
%DESCRIPTION_DBG%=TIUSB.NTamd64, USB\Vid_2047&Pid_0015
%DESCRIPTION_DBG%=TIUSB.NTamd64, USB\Vid_2047&Pid_0013&MI_00
%DESCRIPTION1%=TIUSB.NTamd64, USB\Vid_2047&Pid_0013&MI_02
%DESCRIPTION_DBG%=TIUSB.NTamd64, USB\Vid_2047&Pid_0014&MI_00
%DESCRIPTION1%=TIUSB.NTamd64, USB\Vid_2047&Pid_0014&MI_02
%DESCRIPTION2%=TIUSB.NTamd64, USB\Vid_2047&Pid_0014&MI_04
%DESCRIPTION_DBG%=TIUSB.NTamd64, USB\Vid_2047&Pid_0016&MI_00
%DESCRIPTION1%=TIUSB.NTamd64, USB\Vid_2047&Pid_0016&MI_02

;------------------------------------------------------------------------------
; Windows 32-bit Sections
;------------------------------------------------------------------------------

[TIUSB.nt]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=TIUSB.nt.AddReg

[TIUSB.nt.AddReg]
HKR,,NTMPDriver,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
HKR,,PortSubClass,1,01

[TIUSB.nt.Services]
AddService=usbser, 0x00000002, DriverService

[TIUSB.nt.HW]
include=mdmcpq.inf

[DriverService]
DisplayName=%DESCRIPTION%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys
LoadOrderGroup=Base

;------------------------------------------------------------------------------
; Windows 64-bit Sections
;------------------------------------------------------------------------------

[TIUSB.NTamd64]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=TIUSB.NTamd64.AddReg

[TIUSB.NTamd64.AddReg]
HKR,,NTMPDriver,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
HKR,,PortSubClass,1,01

[TIUSB.NTamd64.Services]
AddService=usbser, 0x00000002, DriverService

[TIUSB.NTamd64.HW]
include=mdmcpq.inf

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

[Strings]
TI="Texas Instruments"
DESCRIPTION="MSP Tools Driver"
DESCRIPTION_DBG="MSP Debug Interface"
DESCRIPTION1="MSP Application UART1"
DESCRIPTION2="MSP Application UART2"
DESCRIPTION_GANG="MSP-GANG - CDC"
DESCRIPTION_SA430_4="MSP-SA430 - CDC"
DESCRIPTION_SA430_5="MSP-SA430-SUB1GHZ - CDC"
DESCRIPTION_UIF="MSP-FET430UIF - CDC"

以此文件安装驱动失败,系统设备记录 setupapi.dev.log内容如下:

>>> [Device Install (DiShowUpdateDevice) - USB\VID_2047&PID_0013&MI_00\7&1C963779&0&0000]
>>> Section start 2014/06/11 18:32:10.840
cmd: "C:\windows\system32\mmc.exe" "C:\windows\system32\devmgmt.msc"
dvi: {DIF_UPDATEDRIVER_UI} 18:32:10.841
dvi: No class installer for 'MSP Debug Interface'
dvi: Default installer: Enter 18:32:10.842
dvi: Default installer: Exit
dvi: {DIF_UPDATEDRIVER_UI - exit(0xe000020e)} 18:32:10.842
ndv: {Update Driver Software Wizard for USB\VID_2047&PID_0013&MI_00\7&1C963779&0&0000}
inf: Opened INF: 'c:\5529drive\msp430tools.inf' ([strings])
inf: {SetupCopyOEMInf: c:\5529drive\msp430tools.inf} 18:32:13.274
! inf: Package was already in store: skipping Driver Store add
inf: Driver Store location: C:\Windows\System32\DriverStore\FileRepository\msp430tools.inf_amd64_neutral_b88c2bc2327ae02b\msp430tools.inf
inf: Published Inf Path: C:\Windows\INF\oem137.inf
inf: OEM source media location: c:\5529drive\
inf: {SetupCopyOEMInf exit (0x00000000)} 18:32:13.280
dvi: Searching for hardware ID(s):
dvi: usb\vid_2047&pid_0013&rev_0200&mi_00
dvi: usb\vid_2047&pid_0013&mi_00
dvi: Searching for compatible ID(s):
dvi: usb\class_02&subclass_02&prot_01
dvi: usb\class_02&subclass_02
dvi: usb\class_02
inf: Opened PNF: 'C:\Windows\System32\DriverStore\FileRepository\msp430tools.inf_amd64_neutral_b88c2bc2327ae02b\msp430tools.inf' ([strings])
dvi: Selected driver installs from section [TIUSB.NTamd64] in 'c:\windows\system32\driverstore\filerepository\msp430tools.inf_amd64_neutral_b88c2bc2327ae02b\msp430tools.inf'.
dvi: Class GUID of device changed to: {4d36e978-e325-11ce-bfc1-08002be10318}.
dvi: Set selected driver complete.
dvi: {Plug and Play Service: Device Install for USB\VID_2047&PID_0013&MI_00\7&1C963779&0&0000}
ump: Creating Install Process: DrvInst.exe 18:32:13.297
ndv: Infpath=C:\Windows\INF\oem137.inf
ndv: DriverNodeName=msp430tools.inf:DeviceList.NTamd64:TIUSB.NTamd64:1.4.0.0:usb\vid_2047&pid_0013&mi_00
ndv: DriverStorepath=C:\Windows\System32\DriverStore\FileRepository\msp430tools.inf_amd64_neutral_b88c2bc2327ae02b\msp430tools.inf
ndv: Building driver list from driver node strong name...
dvi: Searching for hardware ID(s):
dvi: usb\vid_2047&pid_0013&rev_0200&mi_00
dvi: usb\vid_2047&pid_0013&mi_00
dvi: Searching for compatible ID(s):
dvi: usb\class_02&subclass_02&prot_01
dvi: usb\class_02&subclass_02
dvi: usb\class_02
inf: Opened PNF: 'C:\Windows\System32\DriverStore\FileRepository\msp430tools.inf_amd64_neutral_b88c2bc2327ae02b\msp430tools.inf' ([strings])
dvi: Selected driver installs from section [TIUSB.NTamd64] in 'c:\windows\system32\driverstore\filerepository\msp430tools.inf_amd64_neutral_b88c2bc2327ae02b\msp430tools.inf'.
dvi: Class GUID of device changed to: {4d36e978-e325-11ce-bfc1-08002be10318}.
dvi: Set selected driver complete.
ndv: {Core Device Install} 18:32:13.336
inf: Opened PNF: 'C:\Windows\INF\oem137.inf' ([strings])
dvi: {DIF_ALLOW_INSTALL} 18:32:13.346
dvi: Using exported function 'PortsClassInstaller' in module 'C:\Windows\system32\MsPorts.Dll'.
dvi: Class installer == MsPorts.Dll,PortsClassInstaller
dvi: No CoInstallers found
dvi: Class installer: Enter 18:32:13.349
dvi: Class installer: Exit
dvi: Default installer: Enter 18:32:13.350
dvi: Default installer: Exit
dvi: {DIF_ALLOW_INSTALL - exit(0xe000020e)} 18:32:13.350
ndv: Installing files...
dvi: {DIF_INSTALLDEVICEFILES} 18:32:13.352
dvi: Class installer: Enter 18:32:13.352
dvi: Class installer: Exit
dvi: Default installer: Enter 18:32:13.353
dvi: {Install FILES}
inf: Opened PNF: 'c:\windows\system32\driverstore\filerepository\msp430tools.inf_amd64_neutral_b88c2bc2327ae02b\msp430tools.inf' ([strings])
inf: Opened PNF: 'C:\Windows\INF\mdmcpq.inf' ([strings])
inf: {Install Inf Section [TIUSB.NTamd64]}
inf: CopyFiles=FakeModemCopyFileSection (msp430tools.inf line 97)
cpy: Open PnpLockdownPolicy: Err=2. This is OK. Use LockDownPolicyDefault
flq: QueueSingleCopy...
flq: Inf : 'c:\windows\system32\driverstore\filerepository\msp430tools.inf_amd64_neutral_b88c2bc2327ae02b\msp430tools.inf'
flq: SourceInf: 'C:\Windows\INF\mdmcpq.inf'
flq: SourceSection: [sourcedisksfiles]
flq: Source root path based on SourceInf
flq: SourceRootPath: 'C:\Windows\System32\DriverStore\FileRepository\mdmcpq.inf_amd64_neutral_fbc4a14a6a13d0c8'
flq: {FILE_QUEUE_COPY}
flq: CopyStyle - 0x00002000
flq: {FILE_QUEUE_COPY}
flq: CopyStyle - 0x00002000
flq: SourceRootPath - 'C:\Windows\System32\DriverStore\FileRepository\mdmcpq.inf_amd64_neutral_fbc4a14a6a13d0c8'
flq: SourceFilename - 'usbser.sys'
flq: TargetDirectory- 'C:\Windows\system32\DRIVERS'
flq: TargetFilename - 'usbser.sys'
flq: SourceDesc - 'windows cd'
flq: {FILE_QUEUE_COPY exit(0x00000000)}
flq: {FILE_QUEUE_COPY exit(0x00000000)}
inf: {Install Inf Section [TIUSB.NTamd64] exit (0x00000000)}
dvi: Processing co-installer registration section [TIUSB.NTamd64.CoInstallers].
inf: {Install Inf Section [TIUSB.NTamd64.CoInstallers]}
inf: {Install Inf Section [TIUSB.NTamd64.CoInstallers] exit (0x00000000)}
dvi: Co-installers registered.
dvi: {Install INTERFACES}
dvi: Installing section [TIUSB.NTamd64.Interfaces]
dvi: {Install INTERFACES exit 00000000}
dvi: {Install FILES exit (0x00000000)}
dvi: Default installer: Exit
dvi: {DIF_INSTALLDEVICEFILES - exit(0x00000000)} 18:32:13.366
ndv: Pruning file queue...
dvi: {_SCAN_FILE_QUEUE}
flq: ScanQ flags=620
flq: SPQ_SCAN_PRUNE_COPY_QUEUE
flq: SPQ_SCAN_FILE_COMPARISON
flq: SPQ_SCAN_ACTIVATE_DRP
flq: ScanQ number of copy nodes=1
flq: ScanQ action=200 DoPruning=32
flq: ScanQ end Validity flags=620 CopyNodes=1
dvi: {_SCAN_FILE_QUEUE exit(0, 0x00000000)}
ndv: Committing file queue...
flq: {_commit_file_queue}
flq: CommitQ DelNodes=0 RenNodes=0 CopyNodes=1
flq: {SPFILENOTIFY_STARTQUEUE}
flq: {SPFILENOTIFY_STARTQUEUE - exit(0x00000001)}
flq: {_commit_copy_subqueue}
flq: subqueue count=1
flq: {SPFILENOTIFY_STARTSUBQUEUE}
flq: {SPFILENOTIFY_STARTSUBQUEUE - exit(0x00000001)}
flq: source media:
flq: Description - [windows cd]
flq: SourcePath - [C:\Windows\System32\DriverStore\FileRepository\mdmcpq.inf_amd64_neutral_fbc4a14a6a13d0c8]
flq: SourceFile - [usbser.sys]
flq: Flags - 0x00000000
flq: {SPFQNOTIFY_NEEDMEDIA}
flq: {SPFILENOTIFY_NEEDMEDIA}
flq: {SPFILENOTIFY_NEEDMEDIA - exit(0x00000000)}
flq: {SPFQNOTIFY_NEEDMEDIA - returned 0x00000000}
!!! flq: source media: SPFQOPERATION_ABORT.
!!! flq: Error 2: The system cannot find the file specified.
flq: {_commit_copy_subqueue exit(0x00000002)}
!!! flq: FileQueueCommit aborting!
!!! flq: Error 2: The system cannot find the file specified.
flq: {SPFILENOTIFY_ENDQUEUE}
flq: {SPFILENOTIFY_ENDQUEUE - exit(0x00000001)}
flq: {_commit_file_queue exit(0x00000002)}
ndv: Device install status=0x00000002
ndv: Performing device install final cleanup...
! ndv: Queueing up error report since device installation failed...
ndv: {Core Device Install - exit(0x00000002)} 18:32:13.381
dvi: {DIF_DESTROYPRIVATEDATA} 18:32:13.382
dvi: Class installer: Enter 18:32:13.382
dvi: Class installer: Exit
dvi: Default installer: Enter 18:32:13.383
dvi: Default installer: Exit
dvi: {DIF_DESTROYPRIVATEDATA - exit(0xe000020e)} 18:32:13.383
ump: Server install process exited with code 0x00000002 18:32:13.391
ump: {Plug and Play Service: Device Install exit(00000002)}
ndv: Device Install failed for new device...installing NULL driver.
dvi: {Plug and Play Service: Device Install for USB\VID_2047&PID_0013&MI_00\7&1C963779&0&0000}
ump: Creating Install Process: DrvInst.exe 18:32:13.404
! ndv: Installing NULL driver!
dvi: Set selected driver complete.
dvi: {DIF_ALLOW_INSTALL} 18:32:13.434
dvi: No class installer for 'MSP Debug Interface'
dvi: No CoInstallers found
dvi: Default installer: Enter 18:32:13.435
dvi: Default installer: Exit
dvi: {DIF_ALLOW_INSTALL - exit(0xe000020e)} 18:32:13.436
dvi: {DIF_INSTALLDEVICE} 18:32:13.436
dvi: No class installer for 'MSP Debug Interface'
dvi: Default installer: Enter 18:32:13.437
! dvi: Installing NULL driver!
dvi: Writing common driver property settings.
dvi: {Restarting Devices} 18:32:13.451
dvi: Restart: USB\VID_2047&PID_0013&MI_00\7&1C963779&0&0000
dvi: Restart complete.
dvi: {Restarting Devices exit} 18:32:13.456

最后,求论坛大神找出失败的原因,提示的文件没有找到,究竟是哪个位置的什么文件呢?

我已试过在C:\Windows\System32\drivers路径下拷贝入usbser.sys文件,