gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii-0.6.1 and Nokia AT


From: Hadmut Danisch
Subject: gnokii-0.6.1 and Nokia AT
Date: Sun, 16 May 2004 00:01:01 +0200
User-agent: Mutt/1.5.5.1+cvs20040105i

Hi,

I just installed gnokii-0.6.1.
I use a DLR-3P cable and Nokia 6210 and 6310i.

When I set model to 6210 or 6310i, gnokii just doesn't
do anything with the mobile. Just waits forever for a 
connection.

If I set 

connnection     = dlr3p
model           = AT


then it works like this:

% gnokii --getphonebook ME 1 end
GNOKII Version 0.6.1
write: [ATZ<cr>]
read : [ATZ<cr><cr><lf>OK<cr><lf>]
write: [ATE1<cr>]
read : [ATE1<cr><cr><lf>OK<cr><lf>]
write: [AT+CGMM<cr>]


(takes some time)
Telephone interface init failed: Command timed out.
Quitting.



Tracing the last command shows

write(2, "write: [AT+CGMM<cr>]\n", 21)  = 21
write(5, "AT+CGMM\r", 8)                = 8
gettimeofday({1084658569, 528287}, NULL) = 0
select(6, [5], NULL, NULL, {0, 100000}) = 1 (in [5], left {0, 69000})
read(5, "AT+CGMM\r", 255)               = 8
gettimeofday({1084658569, 558791}, NULL) = 0
select(6, [5], NULL, NULL, {0, 100000}) = 1 (in [5], left {0, 88000})
read(5, "\r\r\nNokia 6310i\r\n\r", 255) = 17
gettimeofday({1084658569, 570765}, NULL) = 0
select(6, [5], NULL, NULL, {0, 100000}) = 0 (Timeout)
gettimeofday({1084658569, 670616}, NULL) = 0
select(6, [5], NULL, NULL, {0, 100000}) = 0 (Timeout)
...



So gnokii correctly receives the model type, but 
insists on waiting for more data. 

Any idea what to do?

regards
Hadmut












reply via email to

[Prev in Thread] Current Thread [Next in Thread]