View Single Post
  #20 (permalink)  
Old 17th Jul 2010, 6:58 am
kachman kachman is offline
New Member
 
Join Date: Jul 2010
Posts: 1
Default Adfu driver problem

Hi, all

I got my Player ID from device properties and all, m details are these

USB\VID_10D6&PID_FF66\5&2DA5C67&0&2


and my adfuupdate.inf is

[Version]
Signature="$CHICAGO$"
Class=USB
;ClassGUID=1181f4a0-f284-11d2-9068-00609797ea5a}
provider=%MSFT%
DriverVer=08/18/2005,3.0.0.0
LayoutFile=layout.inf

[Manufacturer]
%MfgName%=Upgrade

[Upgrade]
%USB\VID_10D6&PID_ff66.DeviceDesc%=MDisk.install,U SB\VID_10D6&PID_ff66

;[PreCopySection]
;HKR,,NoSetupUI,,1

[DestinationDirs]
umss.files = 10,System32\Drivers

[MDisk.install]
CopyFiles=umss.files
AddReg=umss.addreg

[MDisk.install.NT]
CopyFiles=umss.files
AddReg=umss.addreg

[MDisk.install.NT.Services]
Addservice = AdfuUd, 0x00000002, AdfuUd_AddService

[AdfuUd_AddService]
DisplayName = %USB\VID_10D6&PID_ff66.DeviceDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\AdfuUd.sys
LoadOrderGroup = Base

[umss.addreg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,AdfuUd.SYS

[umss.files]
AdfuUd.sys

[SourceDisksNames]
1000 = "USB Mass Storage Device",,,

[SourceDisksFiles]
AdfuUd.SYS = 1000

;---------------------------------------------------------------;

[Strings]
MSFT="MP3 Player"
MfgName="MP3 Player"
USB\VID_10D6&PID_ff66.DeviceDesc="USB 2.0 ADFU Device"


But whenever I try to install the driver, i get "The specified location does not contain the information about you hardware". My inf file is in windows folder.

I am using windows XP service Pack 3. What is my way forward?? Pls assist asap

Thanks in advance
Reply With Quote