[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mgetty to dialin with cell phone
From: |
BORBELY Zoltan |
Subject: |
Re: mgetty to dialin with cell phone |
Date: |
Mon, 23 Feb 2004 20:36:24 +0100 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Mon, Feb 16, 2004 at 08:55:30AM -0300, Listas wrote:
> Hi guys, I am trying to configure a Linux box to dialin with nokia cell
> phone. First I configure this box with mgetty and autoppp to dialin with
> external serial modem, then I replace it with nokia 6120 with serial
> connection. On this Phone I set ATS0=1 to aswer incoming call. But I cant
> connect it, I got this error: failed in mg_init_data
> Did gnokii help me with this solution? Anyone can help me?
What did you do exactly? If you have a Nokia 6120 (not 6210!) you
have to use gnokiid. Here's a simple checklist what you have to do:
* Configure gnokii to operate correctly (e.g. you can test it with
gnokii --identify or gnokii --monitor).
* Run gnokiid.
* Test it with minicom: configure minicom to use /dev/gnokii as a modem
device. If you call your phone. When you get RING type ATA<enter>
After a while you have to see CONNECT
* You can use /dev/gnokii as an ordinary modem device
If it still doesn't work, download the latest version (e.g. 0.6.x) and
enable debugging (add the following lines to your gnokiirc):
[logging]
debug = on
rlpdebug = on
Bye,
Bozo