> I have two different RTL2832U tuner sticks. Can I run two instances of
> HDSDR at once? If so how? The first one starts OK but the second
> instance fails with "cannot create device [...]
> libusb_claim_interface(devh,0)".
Do they have different USB IDs? If so, you might be able to get away
with specifying the VID and PID in the device hint, so that HDSDR will
bind to a specific device instead of just "the first one".
Otherwise, you may be able to work around it by changing the order you
plug the devices in. Try this:
1. Plug both devices in and run HDSDR.
2. Find out which one the first HDSDR instance is using (you can do
this by unplugging both devices one at a time, and see which one causes
HDSDR to stop working.)
3. Plug in the second one (the one that didn't affect HDSDR when it
was unplugged) and launch HDSDR. Make sure you plug it back in to the
same USB port it was in before.
4. Plug in the first one (which broke HDSDR in step 2) and run the
second instance of HDSDR. Again, plug it into the same USB port it was
in before.
This should work, but only if the devices are enumerated in USB-bus
order. If it's using some other order it probably won't help. Try it
and let me know if it works!
Cheers,
Adam.