BdN3504 Posted May 26, 2010 Posted May 26, 2010 I am trying to update the drivers for a USB Stick using devcon.I copied devcon to C:\ and the drivers to C:\drivers.I opened cmd and executed the following command, to ensure I have the appropriate rights:runas /u:Administrator cmdIn the Administrator shell I executed the following command:C:\>devcon.exe hwids USBSTOR\GenDiskand got this output:USBSTOR\DISK&VEN_INTENSO&PROD_PREMIUM&REV_0.00\09123100022036&0 Name: Intenso Premium USB Device Hardware ID's: USBSTOR\DiskIntenso_Premium_________0.00 USBSTOR\DiskIntenso_Premium_________ USBSTOR\DiskIntenso_ USBSTOR\Intenso_Premium_________0 Intenso_Premium_________0 USBSTOR\GenDisk GenDisk Compatible ID's: USBSTOR\Disk USBSTOR\RAW1 matching device(s) found.Then, I executed this command:C:\>devcon.exe update C:\drivers\cfadisk.inf "USBSTOR\DISK&VEN_INTENSO&PROD_PREMIUM&REV_0.00\09123100022036&0"And got this output:Updating drivers for USBSTOR\DISK&VEN_INTENSO&PROD_PREMIUM&REV_0.00\09123100022036&0 from C:\drivers\cfadisk.inf.devcon.exe failed.I cannot make out what I am doing wrong. The behavior I am expecting is described here.But as you can see, I only get the nondescript "devcon.exe failed" message.Can you help me?
cdob Posted May 26, 2010 Posted May 26, 2010 Cfadisk.inf has to contain the HardwareID.Edit cfadisk.inf first:[cfadisk_device]%Microdrive_devdesc% = cfadisk_install,USBSTOR\DiskIntenso_%Microdrive_devdesc% = cfadisk_install,USBSTOR\GenDiskrundevcon install cfadisk.inf USBSTOR\DiskIntenso_ordevcon install cfadisk.inf USBSTOR\GenDiskThis is a generic approach: cfadisk is connected to current attached USB storage devices
BdN3504 Posted May 26, 2010 Author Posted May 26, 2010 (edited) Nice! Thanks man. I didn't know the HardwareID was DiskIntenso_, I thought it had to be String containing the Vendor ID etc, because that's what I put into the cfadisk.inf file.This is weird, because I already tried GenDisk errrr but without the modifications in the inf file. That makes sense now. Thanks! Edited May 26, 2010 by BdN3504
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now