gnokii-users
[Top][All Lists]
Advanced

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

Gnokii compatibility with Tekram IR-210B


From: Michael Samanov
Subject: Gnokii compatibility with Tekram IR-210B
Date: Sat, 8 Jun 2002 21:52:46 +0400

Hi!

I'm new here just because of that I've just bought IrDA. Unfortunatelly, I
bought exactly notorious Tekram IR-210B. So, can anybody tell me whether
does Gnokii work with it or it doesn't? There are conflicting words in the
source texts/readmes about it: some of them that Tekram is the only
incompatible device (happy I am!), and the others that it finally works with
some mysterious patches. My phone is 6210 and Gnokii responds something like
"Cant' initialize".

First of all, I made the little corrections in gnokii/gnokii.c:

--- gnokii.c.orig       Sat Jun  8 21:44:21 2002
+++ gnokii.c    Sat Jun  8 21:45:09 2002
@@ -331,6 +331,7 @@
        if (!strcasecmp(Connection, "infrared")) connection = GCT_Infrared;
        if (!strcasecmp(Connection, "irda"))     connection = GCT_Irda;
        if (!strcasecmp(Connection, "tcp"))      connection = GCT_TCP;
+       if (!strcasecmp(Connection, "tekram"))   connection = GCT_Tekram;


        aux = CFG_Get(CFG_Info, "global", "use_locking");

and in common\phones\nk7110.c:

--- nk7110.c.orig       Sat Jun  8 21:46:54 2002
+++ nk7110.c    Sat Jun  8 21:47:33 2002
@@ -295,6 +295,7 @@
                        err = FBUS_Initialise(&(state->Link), state, 1 -
try);
                        break;
                case GCT_Infrared:
+               case GCT_Tekram:
                case GCT_Irda:
                        if (try > 0) return GE_NOTSUPPORTED;
                        err = PHONET_Initialise(&(state->Link), state);


As I didn't study Gnokii sources in details, it was the best I could invent,
but, naturally, it doesn't work. I thought I missed something important. Can
anybody help or it's better to bring IrDA back to the shop?

Sincerely yours,
  Michael (mailto:address@hidden)





reply via email to

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