I have some problems getting a USB serial adapter to work on our embedded Linux platform. At installation of the driver I can see the following: usbcore: registered new interface driver usbserial usbserial: USB Serial Driver core usbcore: registered new interface driver pl2303 USB Serial support registered for pl2303 pl2303 1-1.4:1.0: pl2303 converter detected usb 1-1.4: pl2303 converter now attached to ttyUSB0 And there is such a device node created under /dev crw--w--w- 1 root root 188, 0 Apr 8 12:35 /dev/ttyUSB0 But I am not able to connect to it through putty :( What I tried on the Linux end was (getty is from busybox): /sbin/getty 115200 ttyUSB0 The serial adapter is connected through a USB HUB. Can that affect the functionality? The USB Ethernet we use is also connected to the same HUB and is working fine. Is there something I can try to debug this further? Or is it something obvious that I have overlooked? Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html