View Single Post
  #1 (permalink)  
Old 21st Oct 2007, 3:18 am
pawliks pawliks is offline
New Member
 
Join Date: Oct 2007
Posts: 1
Default My dead player is a'live!!! adfu.inf

i have player v9 and in windows can't find adfu only unknown usb device trying evrything :short chip & crystal ect. nothing but..... im using swan adfu still don't work(something better but not work ) ! and this solution is 100% work edited swan, mixed swan and adfuud.sys!!!!!! thanks pepole in that forum, file "adfumix.inf" :


[Version]
Signature = "$Chicago$"
provider = %manufacturer%
DriverVer = 03/09/2005,0.1.10.1
CatalogFile = your_file.cat

Class = LibUsbDevices
ClassGUID = {EB781AAF-9C70-4523-A5DF-642A87ECA567}

[ClassInstall]
AddReg=ClassInstall.AddReg

[ClassInstall32]
AddReg=ClassInstall.AddReg

[ClassInstall.AddReg]
HKR,,,,"LibUSB-Win32 Devices"
HKR,,Icon,,"-20"

[Manufacturer]
%manufacturer%=Devices

;--------------------------------------------------------------------------
; Files
;--------------------------------------------------------------------------

[SourceDisksNames]
1 = "Libusb-Win32 Driver Installation Disk",,

[SourceDisksFiles]
ladfuud.sys = 1,,
libusb0.dll = 1,,

[DestinationDirs]
LIBUSB.Files.Sys = 10,System32\Drivers
LIBUSB.Files.Dll = 10,System32

[LIBUSB.Files.Sys]
adfuud.sys

;[LIBUSB.Files.Dll]
;libusb0.dll

;--------------------------------------------------------------------------
; Device driver
;--------------------------------------------------------------------------

[LIBUSB_DEV]
CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll
AddReg = LIBUSB_DEV.AddReg

[LIBUSB_DEV.NT]
CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll

[LIBUSB_DEV.HW]
DelReg = LIBUSB_DEV.DelReg.HW

[LIBUSB_DEV.NT.HW]
DelReg = LIBUSB_DEV.DelReg.HW

[LIBUSB_DEV.NT.Services]
AddService = libusb0, 0x00000002, LIBUSB.AddService

[LIBUSB_DEV.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,adfuud.sys

[LIBUSB_DEV.DelReg.HW]
HKR,,"LowerFilters"

;--------------------------------------------------------------------------
; Services
;--------------------------------------------------------------------------

[LIBUSB.AddService]
DisplayName = "LibUsb-Win32 - Kernel Driver 03/09/2005, 0.1.10.1"
ServiceType = 1
StartType = 3
ErrorControl = 0
ServiceBinary = %12%\adfuud.sys

;--------------------------------------------------------------------------
; Devices
;--------------------------------------------------------------------------

[Devices]
"Swan ADFU Driver"=LIBUSB_DEV, USB\VID_10d6&PID_ff51
"ADFU Driver"=LIBUSB_DEV, USB\VID_10d6&PID_ff61

[Strings]
manufacturer = "S1MP3"
Reply With Quote