gwen
On Vista, W7,W8 there is something called the driver store. WHen you install a USB device the driver is put into the store. I have encountered situations where multiple drivers for the same USB are contained in the store. If the manufacturer properly writes a new driver, when it is installed it replaces the old one in the store and there are no problems. Unfortunately not all manf's write correct drivers. I design USB devices and have to deal with this constantly and it causes all kind of problems.
If you have installed the same driver multiple times or updated to another driver without uninstalling the old one, it might be a good idea to get rid of ALL the old ones.
Microsoft does not make this easy but there is a rather easy way to tell if multiple drivers are installed.
Open a command prompt as admin.
type in
pnputil.exe -e
hit enter
You will get a list of all drivers in your store. There may be like 30+ depending on your system
Here is just two fro my laptop.
Published name : oem5.inf
Driver package provider : E-MU Systems
Class : Sound, video and game controllers
Driver date and version : 10/07/2010 6.0.01.0001
Signer name : Creative Labs Inc
Published name : oem1.inf
Driver package provider : Realtek Semiconductor Corp.
Class : Sound, video and game controllers
Driver date and version : 07/28/2009 6.0.1.5904
Signer name : Microsoft Windows Hardware Compatibility Publisher
Find Tascam in the list then see if there is more than one Tascam listed.
You can scroll up/down in the command window.
You could just post it if you want and I will take a look.
If there is, then it might be worthwhile to make the effort to remove all the dupes and
start fresh. This is kind of a pain and is why I posted the above. But I can point you to the process if need be.
Michael