My problem was that although
/dev/ttyUSB0 appears,
/dev/ttyUSB1 does not appear, and I can't connect to
/dev/ttyUSB0 with any terminal program.
It does not matter if I let udev do the module loading or I load
ftdi_sio manually.
Finally! I forget what led me to this
document but it was the final piece I needed to get my kernel to recognize the serial usb console for the plug in Linux.
I've read the above document, and it gave a tip about removing the brltty package, which I did.
After that, there was still no
/dev/ttyUSB1, but I could connect to
/dev/ttyUSB0 with gtkterm. Hoorray!
Someone should put this info into the wiki, as it is really useful for ubuntu users...
I had a similar problem : /dev/ttyUSB0 exists but not /dev/ttyUSB1
I couldn't connect with putty, but as you said gtkterm works fine ! thanks a lot for the advice. I also agree it should be in the wiki