Results 1 to 4 of 4

Thread: Gammu config

  1. #1
    Join Date
    Dec 2007
    Location
    Glasgow, UK
    Beans
    52
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Gammu config

    Hi there, needing a bit of help from someone with a bit experience setting up the Gammu config file.

    Connecting an old Sony Ericsson K800i via USB cable

    (since my bluetooth is non functional at the moment in 8.10)

    So far I've got:
    Code:
    [gammu]
    
    port = /dev/ttyUSB001
    model = auto
    connection = at
    ;synchronizetime = yes
    ;logfile = gammulog
    ;logformat = textall
    ;use_locking = yes
    ;gammuloc = locfile
    startinfo = yes
    ;gammucoding = utf8
    ;rsslevel = teststable
    ;usephonedb = yes
    So I know this is wrong as when I type "gammu --identify" it gives me:

    Code:
    betai@beta:~$ gammu --identify
    gammu: /build/buildd/gammu-1.20.0/common/device/serial/ser_unx.c:159: serial_close: Assertion `d->hPhone >= 0' failed.
    Aborted
    I am thinking the connection type is way wrong, but unsure what to change it to?

    Code:
    betai@beta:~$ lsusb
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 005: ID 062a:6728 Creative Labs 
    Bus 001 Device 004: ID 046d:c313 Logitech, Inc. 
    Bus 001 Device 003: ID 0a5c:200a Broadcom Corp. Bluetooth dongle
    Bus 001 Device 002: ID 0fce:d039 Sony Ericsson Mobile Communications AB 
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Thanks in advance to anyone who can spare a moment to help!

  2. #2
    Join Date
    Dec 2007
    Location
    Glasgow, UK
    Beans
    52
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Gammu config

    bump

  3. #3
    Join Date
    Nov 2008
    Beans
    1

    Re: Gammu config

    I also face with some problem on gammu, anyway you may try
    (on my machine i use "port=/dev/ttyACM0")


    [gammu]
    port = /dev/ttyUSB001
    connection = at19200
    model = at

    or

    [gammu]
    port = /dev/ttyUSB001
    connection = at19200
    model = obex

    or

    [gammu]
    port = /dev/ttyUSB001
    connection = at19200
    model = auto

  4. #4
    Join Date
    Oct 2009
    Location
    Mexico
    Beans
    11
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Gammu config

    Same issue, connected in the USB port.
    I used the last set up option for my k610 and it worked really nice!!
    Just amazing...

    Code:
    [gammu]
    port = /dev/ttyACM0
    connection = at
    model =
    Now its time to learn how to use it...
    Niice!

    Thanks for the help!

Tags for this Thread

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
  •