gnokii-users
[Top][All Lists]
Advanced

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

Re: Nokia 6610 can't identified


From: linux
Subject: Re: Nokia 6610 can't identified
Date: Tue, 29 Nov 2005 21:12:26 +0000
User-agent: KMail/1.8.1

Hello,

no I'm working an an Linux platform.

Kind regards

Hans-Peter Wallnewitz

Am Dienstag, 29. November 2005 18:27 schrieb kvamc2rel:
> Hello,
>
> Do you have gnokiirc file for Windows XP ?
>
> Best Regards,
> Anton W.
>
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On Behalf Of
> Hans-Peter Wallnewitz
> Sent: Saturday, November 26, 2005 10:58 PM
> To: address@hidden
> Subject: Nokia 6610 can't identified
>
> Hello,
>
> I connected my Nokia 6610 with an serial cable to my laptop and tried
> gnokii
>
> --identify. But gnokii only identifies an Nokia nothing else.
>
> I hope someone can help me. I think 6610 is supported and working. So my
> one
>
> should work next time :-)
>
> Now here are my numbers:
>
> Firmware Nokia 6610 after *#0000#: v 4.74 14-04-03 nhl-4u (c) nmp
>
> My gnokiirc:
>
> # This is a sample ~/.gnokiirc file.  Copy it into your
> # home directory and name it .gnokiirc.
> #
>
> [global]
>
> # Set port to the physical serial port used to connect to your phone.
> # Linux version is:
> port = /dev/ttyS0
> #port = /dev/ircomm0
> #
> # For MacOSX you will need something like:
> # port = /dev/cu.USA28X1P1.1
> #
> # For Win32 you want to use:
> # port = com1:
> # or similiar.
> #
> # FreeBSD (probably NetBSD and OpenBSD too) use:
> # port = /dev/cuaa0
> #
> # Use this setting also for the Bluetooth connection:
> # port = aa:bb:cc:dd:ee:ff
>
> # Set model to the model number of your phone. For the
> # Symbian phones use:
> # model = series60
> # For other non-Nokia phones and when you want to use AT
> # mode use:
> #model = AT
> # If you can't figure out what to put here read the FAQ.
> # If it still doesn't help, consult gnokii-ml or #gnokii at freenode.
> model = 6610
>
> # Initlength controls the number of characters sent to the
> # phone during initialisation.  You can either set it to
> # the word "default" or a positive integer.
> #
> # You can try setting this value if you want to connect
> # to the phone quicker.  If you've never noticed the
> # connection to be slow, it is suggested that you
> # leave this alone.  Read the initialisation code in fbus-xxxx
> # to understand what this changes if you're curious.
> initlength = default
>
> # The type of the connection, for IR set this to infrared or irda.
> # For the nk6110 driver only infrared is valid for the IrDA connection.
> # See Docs/gnokii-ir-howto for more detailes on this.
> # If you have 6210/6250/7110 phone and dau9p cable (the one you can
> # use with 6100 series and cannot use hardware modem from the phone)
> # you may want to use 'dau9p' value to get faster initialization.
> # If you use dlr3 or dlr3p cable for nokia phones in FBUS mode (ie.
> # you don't use model = AT) you may want to use 'dlr3p' value here.
> # Note that it is recommended and currently the best way to use this
> # cable with nk6510 driver.
> #connection = infrared
> connection = serial
>
> # Set this to 'yes' if you want gnokii to set and check the lock file in
> # /var/lock directory. It avoids potential conflicts with other serial
> # port software (eg. minicom). If you have wrong permissions for the
> # directory, a warning will be generated. If you don't want a lockfile, set
> # it to 'no'.
> use_locking = yes
>
> # Baudrate to use on serial port connections.
> # Currently used only by models AT and BIP/CIMD. Defaults to 19200.
> #serial_baudrate = 115200
> serial_baudrate = 9600
>
> # Force waiting after each send character the specified usec time.
> # Value -1 forces the fastest 'block' writing,
> # value 0 writes each character separately without any explicite waiting,
> # other positive values specify the appropriate 1/1000000 sec delaying.
> # Siemens M20 requires at least "1"!  FIXME: Model-driven autodetection
> #serial_write_usleep = 10000
>
> # Force serial port handshaking mode, useful primarily for "AT" model.
> # Gnokii "AT" model uses software handshake by default.
> # Possible values: hardware (RTS/CTS - 7 wires) or software (XON/XOFF - 3
> wires)
> #handshake = software
>
> # If defined (not commented out by '#') it will quit Gnokii anytime
> # when DCD line will drop.
> #require_dcd = 1
>
> # If you are using a bluetooth connection, you can specify the rfcomm
> # channel number here. Default value is 1.
> #rfcomm_channel = 1
>
> # There may happen various timeouts during the communication with the
> phone. # This parameter enables the retransmission policy. Ie. if the phone
> doesn't # respond, we send the frame again. This happend mainly with the
> older # phones. You may want to enable it when you see mysterious timeouts.
> # Be very carefull with this option. It is suspected to cause phone
> breakage # with new DCT4 phones (like Nokia 6100). By default it is
> switched off # (sm_retry = 0)
> #sm_retry = 1
>
> # Run the specified script(s) right after opening and initializing the
> device
> # and before any communucation (right before closing for
> disconnect_script). # You may find handy to use it to connect your modem to
> SMS Center # when using BIP or CIMD protocols
> # Non-absolute path is relative to the specific directory where gnokii is
> run!
> #connect_script = /absolute/path/to/gnokii/Docs/sample/cimd-connect
> #disconnect_script =
>
> # When sending SMS you can experience timeouts. This is the feature of the
> # overloaded SMSCs. The phones waits for the response from the SMSC
> confirming
> # that it received the short message. When the SMSC is DoSed with many
> requests
> # it will take more time to get the response. Adjust it to your needs. The
> # value is given in seconds to wait. Defaults to 10 seconds. Set to 0 to
> wait
> # forever.
> smsc_timeout = 10
>
> # Set bindir to point to the location of the various gnokiid binaries.
> # In particular ensure that mgnokiidev is in this location, with
> # permissions 4750, owned by root, group gnokii.  Ensure you
> # are in the gnokii group and that the group exists...
> [gnokiid]
> bindir = /usr/sbin/
>
> # Any entries in the following two sections will be set as environment
> # variables when running the scripts.
> # Handy for use for $VAR substitutions in your chat(8) script.
> [connect_script]
> TELEPHONE = 12345678
> [disconnect_script]
>
>
> # The following parameters control how libgnokii handle the debugging
> messages.
> # Currently there are three categories: "debug" controls the libgnokii
> # normal debug output, "rlpdebug" controls the debug output of the RLP
> # subsystem, and "xdebug" is used by the xgnokii or smsd.
>
> [logging]
>
> # where to log the debug output (on: stderr)
> debug = on
>
> # where to log the rlp debug output (on: stderr)
> rlpdebug = on
>
> # where to log X debug output (on: stderr)
> xdebug = on
>
> The gnokii --identify output with debug information:
>
> gnokii --identify
> GNOKII Version 0.6.8
> LOG: debug mask is 0x1
> LOG: rlpdebug mask is 0x1
> LOG: xdebug mask is 0x1
> phone instance config:
> model: 6610
> port_device: /dev/ttyS0
> connection_type: 0
> init_length: 0
> serial_baudrate: 9600
> serial_write_usleep: -1
> hardware_handshake: 0
> require_dcd: 0
> smsc_timeout: 100
> connect_script:
> disconnect_script:
> rfcomm_cn: 1
> sm_retry: off
> Connecting
> Serial device: opening device /dev/ttyS0
> Serial device: setting speed to 115200
> Serial device: setting RTS to low and DTR to low
> Getting model...
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> SM_Block: exiting the retry loop
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> SM_Block: exiting the retry loop
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> SM_Block: exiting the retry loop
> Serial device: opening device /dev/ttyS0
> Serial device: setting speed to 115200
> Serial device: setting RTS to low and DTR to high
> Getting model...
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> SM_Block: exiting the retry loop
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> [Echo cancelled]
> SM_Block: exiting the retry loop
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> [Echo cancelled]
> SM_Block: exiting the retry loop
> Serial device: opening device /dev/ttyS0
> Serial device: setting RTS to low and DTR to low
> Serial device: setting RTS to high and DTR to high
> Serial device: setting speed to 19200
> Serial device: setting speed to 115200
> Getting model...
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> SM_Block: exiting the retry loop
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> SM_Block: exiting the retry loop
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> SM_Block: exiting the retry loop
> Identifying...
> Message sent: 0x1b / 0x0005
> 00 01 00 00 41                                  |     A
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> SM_Block: exiting the retry loop
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> SM_Block: exiting the retry loop
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00                               |
> SM_Block: exiting the retry loop
> IMEI         : (unknown)
> Manufacturer : Nokia
> Model        : (unknown)
> Revision     : (unknown)
> Serial device: closing device
>
>
>
> _______________________________________________
> gnokii-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gnokii-users
>
>
>
> _______________________________________________
> gnokii-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gnokii-users




reply via email to

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