Posted: Wed Apr 16, 2008 11:12 am Post subject: USB TC-08 Linux installation
I have now bought 4 USB TC-08, i want to run them under Linux.
I have installed the drivers but i get no connection.
When i run lsusb i get this:
Bus 001 Device 004: ID 0ce9:1000
Is this the device id?
Do i have to load some modules manually or is it enough to plug it in to the USB-port and just run some of the example program if it is build correctly?
Hi I have spoke to one of the engineers and here is his response
"The device ID is correct. There are no modules to load.
A frequent problem is incorrect access permissions on the device file (in /dev/bus/usb or /proc/bus/usb) - it must have write permission for the user running the program.
I have attached two files which may help - usbtest is a shell script which will report whether the permissions are correct, and the .rules file is an example of how to fix the problem (with comments explaining its use).
"