I have USB CDC device. It working on Windows. I test it using putty. But it don't work on Ubuntu. I use ubuntu 10.04 with kernel 2.6.32-122-rtai. When I plug device in message appears in dmesg:
[40194.004034] usb 3-2: new full speed USB device using uhci_hcd and address 12
[40194.173219] usb 3-2: configuration #1 chosen from 1 choice
But it hasn't message about serial port file (like /dev/ttyUSB1).
Does exists some program or command to make this device visible on my Ubuntu conputer as serial port?