Linux – Using USB to Serial in Ubuntu 12.04 – /dev/ttyUSB0 missing

linuxserial-portttyusbserial

I'm trying to connect a usb-serial adapter to Ubuntu 12.04 (on a VM). For some reason, there is no /dev entry for it.
I've tried several adapters from different manufacturers – With no success.

Also, I have a 10.04 VM on which I connect the adapter and it appears in /dev/ttyUSB0 immediately

I'm not a very proficient linux user. Do I need to install a driver of some sort?

Best Answer

I would disconnect it and tail syslog while connecting it again. I have a USB to serial device that appears as something like /dev/ttyACM0 (I think. I'm at work now), so look for /dev/ttyA*

Related Topic