openocd and signalyzer lite unable to open ftdi device

I installed the drivers for signalyzer lite and XP finds the usb devices, channels a, b and virtual com port.

I run eclipse with openocd and get:

Open On-Chip Debugger (2008-06-19 19:00) svn: 717

URL: http://svn.berlios.de/svnroot/repos/openocd/trunk

Error: ft2232.c:1419 ft2232_init_ftd2xx(): unable to open ftdi device: 2

Error: ft2232.c:1434 ft2232_init_ftd2xx(): ListDevices: 2

Error: ft2232.c:1436 ft2232_init_ftd2xx(): 0: Signalyzer LITE B

Error: ft2232.c:1436 ft2232_init_ftd2xx(): 1: ˜b?

The config file is:

#interface

interface ft2232

ft2232_device_desc “Signalyzer LITE A”

ft2232_layout signalyzer

ft2232_vid_pid 0x0403 0xbca1

I tired it without the LITE and same thing. I am also not sure if pid should be bca1 or bca0. signalyzer seems to be 0 and lite is 1 maybe. Either way, I still get the same errors.

If the device desc is just Signalyzer A, I still get the error.

Can someone tell me what I am missing?