1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- Docs/sample/gnokiirc.orig Wed Nov 9 01:11:42 2005
+++ Docs/sample/gnokiirc Sat Nov 12 19:11:21 2005
@@ -7,7 +7,7 @@
# Set port to the physical port used to connect to your phone.
# Linux version is:
-port = /dev/ttyS0
+port = /dev/cuaa0
#
# For MacOSX you will need something like:
# port = /dev/cu.USA28X1P1.1
@@ -45,7 +45,7 @@
# 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 = 6510
+model = 6210
# There are few main models that should make use of the certain drivers.
# These are: 6110, 7110, 6510, 3110, 2110, 6160.
@@ -87,7 +87,7 @@
# 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
+use_locking = no
# Baudrate to use on serial port connections.
# Currently used only by models AT and BIP/CIMD. Defaults to 19200.
|