I have already asked for help months ago - still haven’t solve the problem.
My X1 is not recognized in Traktor pro 2, only animation lights and that is it. I have restarted Traktor, updated all drivers, I tryed everything (I think)…
Also, if I press shift+hotcue nothing happen. This mean that I haven’t install drivers correctly? (have done that more than ten times…)
FWIW I had no glaring issues with Vista for over a year, but my install was tweaked to death from the get go. (it did eventually get messed up, but that took a while).
Anyhow - when that’s happened to me (on XP, on Vista, even on 7 x64 which I moved to this year), taking a look at the NIHardwareService service (duh) in the service manager showed it was :
1-Not running → start it up and reconnect the X1.
2-Missing and therefore not running. This happened once after a full Traktor + drivers update decided to silently shit iself, and I had to manually re-register the service because no installer would do it properly again.
No NIHardwareService = shift+hotcue won’t do anything, heck, nothing will do anything.
If it’s missing at all, well, gotta make sure you ran that install with proper admin privileges.
Right, so here’s the command you want to run from a command prompt with admin privileges, assuming your system drive is C: and the driver installer did in fact copy the files in place :
sc create NIHardwareService binPath= "C:\Program Files\Common Files\Native Instruments\Hardware\NIHardwareService.exe" start= auto
Then refresh/reopen the service manager and you’ll see it. Since the start mode is “auto”, it won’t be running, but you can start it from there.
If you’ve installed the drivers a few times that folder should exist along with its content - this .exe and a “Devices” folder with a few .ndd files in it.
Now assuming the service starts up, check that it does run instead of dying right away. You can see it from the service manager and/or from the task manager in the processes tab.
If you can’t find this anywhere on your hard drive, I’d suggest unplugging from the network, turning off whatever malware/virus protection you have running and redoing the uninstall/reinstall procedure WITH ADMIN RIGHTS