Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > ce1ee69f7d545d318e21a4578d58bd8f > files > 9

gnokii-0.3.4-1mdk.i586.rpm

GNOKII FAQ
Pawe³ Kot, pkot@linuxnews.pl
Hugh Blemings, hugh@blemings.org

$Id: FAQ,v 1.10 2001/07/13 21:28:16 pkot Exp $

-------------------------------------------------------------------------------
Q. What is gnokii ?

A. It is a name of project. The aim of it is to develop tools and drivers
for Nokia mobile phones. Of course, I think in this moment about really
different tools - for example, modem drivers, console tools, etc.
All created here software is released under the GNU
General Public License. Please see COPYING file for more details on
license/copying issues, the lack of warranty and where to send a postcard
if you like gnokii :-). Anyway, our software works on many software
(Linux, Free BSD, etc.) and hardware (Intel, etc.) platforms...

-------------------------------------------------------------------------------
Q. How do you pronounce gnokii ?

A. You can pronounce gnokii as "gnooki" or "gnocki" at your option :-)

-------------------------------------------------------------------------------
Q. What models are supported ?

A. Currently supported phone models are:
         + 6110|6130|6150|6190|5110|5130|5190|3310|3210
         + 3110|3810|8110|8110i
         + 2110|2140|6080
         + 640
         + 5160|6160|6185
         + 6210|7110
   Support for these models is planned:
         + Dancall 2711
         + 8210|8250
         + Ericsson GA628 and similiar

-------------------------------------------------------------------------------
Q. I get "Hmmm... GSM_LinkOK never went true. Quitting." message when
   running gnokii. What's wrong ?

A. Gnokii cannot connect to the phone.  Possible reasons are:
    - wrong serial port is defined in gnokii config file,
    - you are using the wrong cable,
    - you are using not supported phone model,
    - you don't have permission to write to /dev/ttySX device.

-------------------------------------------------------------------------------
Q. Does mgnokiidev need to be suid root ?

A. Yes.  gnokiid needs to create a symbolic link in the /dev directory.
   mgnokiidev is the program which does this and hence it must be suid
   root so it can write to the directory.  mgnokiidev is executable only
   for gnokii group members (and root) so it presents minimal security
   problems.

-------------------------------------------------------------------------------
Q. Should any other gnokii binary be installed suid root?

A. No.  There's no need for it.

-------------------------------------------------------------------------------
Q. Does gnokii support Nokia 3210/3310/6210/7110 phone ?

A. Yes it does. Support is not as full as with 6110 series but it is improving
almost every day now.

-------------------------------------------------------------------------------
Q: Can I use IrDA with 6210/7110 and gnokii ?

A: Yes. Just put:
connection = irda
line into your config file.

-------------------------------------------------------------------------------
Q. Can I get a copy of the protocol for the <insert phone model here> ?

A. We don't have any formal documentation of the protocols in use.
   The best source we can give you now is all our knowlegde assembled
   together by Nagy Balazs and Marcin Wiacek. You can find result of their
   work in Docs/protocol/ subdirectory in gnokii sources. Note that not all
   known protocol is already implemented in gnokii.

   Alternatively there are some web sites that have collated some
   information:
   
     Nokia 3110/3810/8110
       http://www.tec.puv.fi/~s98114/GSM/FBUS.html  
   
     Nokia 5110/6110
       http://www.gadgets.demon.co.uk/nokia61xx/protocol.html

     Marcin Wiacek's pages are also useful;
       http://www.fkn.pl/marcinw/

     Nagy Balazs' pages:
       http://www.lsc.hu/dl/

-------------------------------------------------------------------------------
Q. Does gnokii work under Sun's Solaris ?

A. Generally yes, but in fact it depends on hardware -- your serial port
must support at least 115200 baud rate. Sun Enterprise 250 machine is known
to work with gnokii.

-------------------------------------------------------------------------------
Q. I get "Sorry, phone has not yet been converted to new style.
   Phone.Functions == NULL!" message. What's wrong?

A. Don't worry. Nothing's wrong with your phone. Gnokii internal structure is
   changing to be more flexible. It is quite complex process so it may take
   some time to get everything to work. You may help us to do it -- you'll get
   more functionality sooner.