[Solved] Midi Keyboard driver

Discussion in 'PC Hardware' started by schlypy, Jun 21, 2018.

  1. schlypy

    schlypy MDL Novice

    May 23, 2018
    8
    2
    0
    Hi all :)!

    I need help please.

    I have an old midi Midiplus61 USB keyboard. I've got the win2000&XP x86 driver and it's also
    working fine under Win7x86.

    Under that circumctenses HardwareID goes likes this:

    USB\VID_0CCD&PID_0035&REV_0105
    USB\VID_0CCD&PID_0035

    So, I need x64 driver. There is an interest thing - when connected to usb3.0 port on Renesas chip,
    the system automaticaly installs the thing with the default Win7x64 drivers, it pulls this:


    C:\Windows\system32\drivers\dmk.sys
    C:\Windows\system32\drivers\ksthunk.sys
    C:\Windows\system32\drivers\portcls.sys
    C:\Windows\system32\drivers\USBAUDIO.sys
    C:\Windows\system32\SySFxUI.dll
    C:\Windows\system32\WMALFXGFXDSP.dll

    ...and deviceID is slightly changed:

    USB\VID_0CCD&PID_0035&REV_0105&MI_00
    USB\VID_0CCD&PID_0035&MI_00

    ..and fully funcional.

    Then I bought cheap usb3.0 pci card, but it is not working (VIA chip). I've tried also with the Intel usb3.0 chip, and it's not working aswell.

    Is there maybe some kind of conversion software that could port x86 drivers to x64?

    And, of course, I have contacted manufacturer and they offered me to try with the few different drivers for similar devices, but no success.

    Bying pci with Renesas/NEC chip is not an option for now, because it is expensive and hard to find. For that amount of money + a little bit more, I could buy the new device.

    Perhaps someone of You could know what's the catch here?

    Thank You very much!
     
  2. lewcass

    lewcass MDL Senior Member

    Mar 10, 2018
    429
    251
    10
    Dynamode do pci and pcie usb2 and 3 cards that use the nec chipset. the usb2 cards have been reliable, i am on my 3rd. they are not that expensive either. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. schlypy

    schlypy MDL Novice

    May 23, 2018
    8
    2
    0
    Thank you, i'll consider it. :D
     
  4. lewcass

    lewcass MDL Senior Member

    Mar 10, 2018
    429
    251
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. schlypy

    schlypy MDL Novice

    May 23, 2018
    8
    2
    0
    thanks! :thumbsup:
     
  6. lewcass

    lewcass MDL Senior Member

    Mar 10, 2018
    429
    251
    10
    I have had 3 of the usb2 4+1 nec cards, reliable, inexpensive and use inbuilt windows drivers. I would rather have more usb2 ports than 3/.xx :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. LatinMcG

    LatinMcG Bios Borker

    Feb 27, 2011
    5,711
    1,606
    180
    via just blws.. i had a issue with old pc in 2001 it would crash in games with nvidia MX due to some AGP port timing issue.
     
  8. Dr.Y

    Dr.Y MDL Novice

    Mar 10, 2021
    1
    0
    0
    #10 Dr.Y, Mar 11, 2021
    Last edited: Mar 12, 2021
    thank schlypy!

    i'm using a win7-64 OS.
    i downloaded the a-49 driver Ver.1.0.1 for Windows 8 / 7 / Vista / XP and found the inf file indicates "USB\VID_0582&PID_0156". After the replacement of USB\VID_0582&PID_0156 with USB\VID_0CCD&PID_0035, save the modified inf. Then, the driver was installed succesfully.