permanently modifying the hardware is the more portable solution. it will always work with unmodified software i.e. at a colleague's location. i presume your wife works with others that use the same platform.
>permanently modifying the hardware is the more portable solution. it will always work with unmodified software i.e. at a colleague's location.
No, as OP mentioned, the software was compiled to match the device ID of the mic it was shipped with. So it would only work with versions of the software that were the same as OP's.
I think you misinterpreted. It's the USB device ID, which contains a unique to the model ID and the vendor ID, so any software would work with any device if it has the same model ID. There isn't a such thing (at least not standardized) as a unique device ID.
What he's saying is that there might be V1, 2 and 3 of the microphone in question. The software is tied to a single version of that microphone so any microphone of the same version is indistinguishable to the software.
>the software was compiled to match the device ID of the mic it was shipped with.
Since there isn't a "device ID", only a "Model ID", there isn't a new compiled version for everything being shipped. There's maybe 3 or 4 versions of the software total and there's probably one version that's more prolific than the others.
He may not have been able to buy one of those USB Microphones off of Amazon that had the same VID and PID but the old model that he repaired is one of the few versions that the manufacturer used so there's a pretty decent chance that the fixed one will work as is with another computer with the software on it.
Although, did you get any of the other legitimate mic's to work? Its possible that the device has a serial number burred in one of the USB descriptors and is using the mic like a hardware dongle (or worse a robust DRM scheme).
But, if you hack the binary, its probably worthwhile to spend a little extra time and completely remove the id check. That way you can use any random mic you find.