Results 1 to 5 of 5

Thread: USb to Serial cable not detecting

  1. #1
    Join Date
    May 2012
    Beans
    11

    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?
    Last edited by Perfect Storm; May 20th, 2012 at 08:09 PM. Reason: added prefix

  2. #2
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: USb to Serial cable not detecting

    Moved to Other OS/Distro Talk.

  3. #3
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    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

  4. #4
    Join Date
    May 2012
    Beans
    11

    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?

  5. #5
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: USb to Serial cable not detecting

    Quote Originally Posted by jovin555 View Post
    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:
    uname -a
    Code:
    lsusb
    Code:
    cat /etc/apt/sources.list
    Code:
    sudo lshw -short
    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.
    Last edited by miegiel; May 21st, 2012 at 05:49 PM. Reason: added 'sudo lshw -short'

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •