\r\n -> \n
[gnokii.git] / Docs / FAQ
1 GNOKII FAQ
2 Pawe³ Kot, pkot@linuxnews.pl
3 Hugh Blemings, hugh@blemings.org
4
5 $Id$
6
7 -------------------------------------------------------------------------------
8 Q. What is gnokii ?
9
10 A. It is a name of project. The aim of it is to develop tools and drivers
11 for Nokia mobile phones. Of course, I think in this moment about really
12 different tools - for example, modem drivers, console tools, etc.
13 All created here software is released under the GNU
14 General Public License. Please see COPYING file for more details on
15 license/copying issues, the lack of warranty and where to send a postcard
16 if you like gnokii :-). Anyway, our software works on many software
17 (Linux, Free BSD, etc.) and hardware (Intel, etc.) platforms...
18
19 -------------------------------------------------------------------------------
20 Q. How do you pronounce gnokii ?
21
22 A. You can pronounce gnokii as "gnooki" or "gnocki" at your option :-)
23
24 -------------------------------------------------------------------------------
25 Q. What models are supported ?
26
27 A. Currently supported phone models are:
28          + 6110|6130|6150|6190|5110|5130|5190|3310|3210
29          + 3110|3810|8110|8110i
30          + 2110|2140|6080
31          + 640
32          + 5160|6160|6185
33          + 6210|7110
34    Support for these models is planned:
35          + Dancall 2711
36          + 8210|8250
37          + Ericsson GA628 and similiar
38
39 -------------------------------------------------------------------------------
40 Q. I get "Hmmm... GSM_LinkOK never went true. Quitting." message when
41    running gnokii. What's wrong ?
42
43 A. Gnokii cannot connect to the phone.  Possible reasons are:
44     - wrong serial port is defined in gnokii config file,
45     - you are using the wrong cable,
46     - you are using not supported phone model,
47     - you don't have permission to write to /dev/ttySX device.
48
49 -------------------------------------------------------------------------------
50 Q. Does mgnokiidev need to be suid root ?
51
52 A. Yes.  gnokiid needs to create a symbolic link in the /dev directory.
53    mgnokiidev is the program which does this and hence it must be suid
54    root so it can write to the directory.  mgnokiidev is executable only
55    for gnokii group members (and root) so it presents minimal security
56    problems.
57
58 -------------------------------------------------------------------------------
59 Q. Should any other gnokii binary be installed suid root?
60
61 A. No.  There's no need for it.
62
63 -------------------------------------------------------------------------------
64 Q. Does gnokii support Nokia 3210/3310/6210/7110 phone ?
65
66 A. Yes it does. Support is not as full as with 6110 series but it is improving
67 almost every day now.
68
69 -------------------------------------------------------------------------------
70 Q: Can I use IrDA with 6210/7110 and gnokii ?
71
72 A: Yes. Just put:
73 connection = irda
74 line into your config file.
75
76 -------------------------------------------------------------------------------
77 Q. Can I get a copy of the protocol for the <insert phone model here> ?
78
79 A. We don't have any formal documentation of the protocols in use.
80    The best source we can give you now is all our knowlegde assembled
81    together by Nagy Balazs and Marcin Wiacek. You can find result of their
82    work in Docs/protocol/ subdirectory in gnokii sources. Note that not all
83    known protocol is already implemented in gnokii.
84
85    Alternatively there are some web sites that have collated some
86    information:
87    
88      Nokia 3110/3810/8110
89        http://www.tec.puv.fi/~s98114/GSM/FBUS.html  
90    
91      Nokia 5110/6110
92        http://www.gadgets.demon.co.uk/nokia61xx/protocol.html
93
94      Marcin Wiacek's pages are also useful;
95        http://www.fkn.pl/marcinw/
96
97      Nagy Balazs' pages:
98        http://www.lsc.hu/dl/
99
100 -------------------------------------------------------------------------------
101 Q. Does gnokii work under Sun's Solaris ?
102
103 A. Generally yes, but in fact it depends on hardware -- your serial port
104 must support at least 115200 baud rate. Sun Enterprise 250 machine is known
105 to work with gnokii.
106
107 -------------------------------------------------------------------------------
108 Q. I get "Sorry, phone has not yet been converted to new style.
109    Phone.Functions == NULL!" message. What's wrong?
110
111 A. Don't worry. Nothing's wrong with your phone. Gnokii internal structure is
112    changing to be more flexible. It is quite complex process so it may take
113    some time to get everything to work. You may help us to do it -- you'll get
114    more functionality sooner.