|
From: kenichi_cui <cxx...@ho...> - 2010-04-06 12:28:51
|
Hi Pete: I use the libusb_device.inf in winusb_driver package. only change the VID & PID and DeviceGUID. keep other change. I have tried more times. same result ! Pete Batard wrote: > > Hi Kenichi, > > 1. Error 0xe000022f is ERROR_NO_CATALOG_FOR_OEM_INF and not having a > .cat shouldn't be a problem on XP, but from what I can read here: > http://www.tech-archive.net/Archive/Development/microsoft.public.development.device.drivers/2004-09/0784.html > it could be if you have set your driver policy to "reject unsigned > drivers". I think you can check whether that is the case by following > this post: > http://articles.techrepublic.com.com/5100-10878_11-5875443.html > > 2. I also think it would help us if you posted the actual inf file you > are using somewhere. > > 3. If this is an inf you edited yourself, and are uncertain of tyour > modifications, maybe you could try to remove your existing driver, as > Xiaofan advised, and use the automated WinUSB driver installation > program setdrv.exe, which you can donwload from > http://libusb.org/wiki/windows_backend#DriverInstallation > Unless you enforce "reject unsigned drivers", it should be able to > detect your device and install the WinUSB driver for it automatically. > > Regards, > > /Pete > > > PS @Xiaofan: great tip on SetupAPI.log! I wasn't aware that there was > such a thing. On 7 it seems to have been renamed to setupact.log, but > it's still there, and this is incredibly useful... > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Libusb-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-devel > > -- View this message in context: http://old.nabble.com/libusb-1.0-windows-backend-now-in-Cygwin-packages-tp28077699p28151095.html Sent from the LibUSB Dev mailing list archive at Nabble.com. |