This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ulink install driver can't find!!!

ulink can't install ,my usb interface is 1.1
not usb 2.0 ,please help me!

Parents
  • I had/have the same problem. After following every possible combination of all the instructions on the site, I turned to the MSDN site to learn how to write a USB inf driver file.

    Turns out, I believe the keilul.inf file is missing the ClassGuid parameter which appears to be required under SP2. I added the following line:

    ClassGuid={36fc9e60-c465-11cf-8056-444553540000}

    after Class=USB, and at least the driver now installs. You might have to right click on the file and say install to get windows to find it.

    I'll be calling tech support tomorrow to figure out if this is a legitimate thing to do and to look for an official update.

Reply
  • I had/have the same problem. After following every possible combination of all the instructions on the site, I turned to the MSDN site to learn how to write a USB inf driver file.

    Turns out, I believe the keilul.inf file is missing the ClassGuid parameter which appears to be required under SP2. I added the following line:

    ClassGuid={36fc9e60-c465-11cf-8056-444553540000}

    after Class=USB, and at least the driver now installs. You might have to right click on the file and say install to get windows to find it.

    I'll be calling tech support tomorrow to figure out if this is a legitimate thing to do and to look for an official update.

Children