USb to Serial cable not detecting
i am using linux mint 12.i installed gtkterm.i want to connect a gsm modem using usb to serial.but when i open the gtk serial i cant send any data.i have given /dev/ttyUSB0 in configuration and set 9600 as baudrate.Still not working.what will be the problem?
Re: USb to Serial cable not detecting
Moved to Other OS/Distro Talk.
Re: USb to Serial cable not detecting
Maybe you need drivers from contrib or non-free for the gsm modem.
An exaple from my /etc/apt/sources.list (in debian):
Code:
deb http://mirrors.nl.kernel.org/debian/ wheezy main contrib non-free
Re: USb to Serial cable not detecting
how can i install those drivers?can u help with the commands in terminal for installing those drivers?
Re: USb to Serial cable not detecting
Quote:
Originally Posted by
jovin555
how can i install those drivers?can u help with the commands in terminal for installing those drivers?
Can you post the terminal output of the following commands (in a code box please, to avoid annoying smilies)
Code:
cat /etc/apt/sources.list
I've got to say installing drivers in linux always gives me a headache. :) I'm so used to plugging things into my machine that just work without having to install anything, that I feel a little lost when it doesn't.