When the system is running, open a terminal (
<ctrl><alt><t>, all three keys at the same time) take a deep breath and plug in your serial/usb converter.
Serial converters should work out of the box. This is the first step to see what the system sees.
Into the terminal window, enter
Code:
dmesg | tail -n 20
This gives the last 20 entries of the log file.
Cut'n'Paste that exciting output on a reply post, so we can see what is going on.
And then elaborate a bit, what is it not doing, aside from being invisible? That is, how do you know it's invisible? What is it that you want it to do, but it is not doing? Have you modified anything in trying to get it to do what you think it should do?...etc..