Nokia 6230i

From ArchWiki

Tango-edit-clear.pngThis article or section needs language, wiki syntax or style improvements. See Help:Style for reference.Tango-edit-clear.png

Reason: Just a config dump. (Discuss in Talk:Nokia 6230i)

Tango-view-refresh-red.pngThis article or section is out of date.Tango-view-refresh-red.png

Reason: Still references rc.conf. (Discuss in Talk:Nokia 6230i)

Common settings

Install the gnokiiAUR package.

DKU2 cable

  • Edit /etc/gnokiirc
[global]
port = 1                                                                                                                       
model = series40                                                                                                               
initlength = default                                                                                                           
connection = dku2libusb                                                                                                        
use_locking = yes                                                                                                              
serial_baudrate = 19200                                                                                                        
#serial_write_usleep = 10000                                                                                                   
#handshake = software                                                                                                          
#require_dcd = 1                                                                                                               
#rfcomm_channel = 1                                                                                                            
#sm_retry = 1                                                                                                                  
#connect_script = /absolute/path/to/gnokii/Docs/sample/cimd-connect                                                            
#disconnect_script =                                                                                                           
smsc_timeout = 10                                                                                                              

[gnokiid]
bindir = /usr/sbin/

[connect_script]
TELEPHONE = 12345678

[disconnect_script]

[logging]
debug = off
rlpdebug = off
xdebug = off

In this sample libusb used as recommended.

  • Add cdc-acm module into rc.conf or load it manualy (needed for GPRS)

GPRS

NOTE: Of course you should edit following files and adjust your provider settings.

DKU2

pppd peer file (in /etc/ppp/peers/)

/dev/ttyUSB0 57600
connect '/usr/sbin/chat -v -f /etc/ppp/peers/mts-gprs-dialup.chat'
noauth
defaultroute
lock 
debug
novjccomp 
nopcomp 
noaccomp 
nodeflate 
novj 
nobsdcomp
default-asyncmap
ipcp-accept-local
ipcp-accept-remote
usepeerdns
user mts
nodetach

chat file

TIMEOUT 5
ECHO    ON
ABORT   '\nBUSY\r'
ABORT   '\nERROR\r'
ABORT   '\nNO ANSWER\r'
ABORT   '\nNO CARRIER\r'
ABORT   '\nNO DIALTONE\r'
ABORT   '\nRINGING\r\n\r\nRINGING\r'
              \rAT
TIMEOUT 12
OK              ATH
OK              ATE1
OK              AT+CGDCONT=1,"IP","internet.mts.ru"
OK              ATD*99***1#
CONNECT

Command to establish internet connection

 pppd call <peer-file-name>

Bluetooth

chat file is the same as in DKU2 example

pppd peer file (in /etc/ppp/peers/)

/dev/rfcomm0 57600
connect '/usr/sbin/chat -v -f /etc/ppp/peers/mts-gprs-dialup.chat'
noauth
defaultroute
lock 
debug
novjccomp 
nopcomp 
noaccomp 
nodeflate 
novj 
nobsdcomp
default-asyncmap
ipcp-accept-local
ipcp-accept-remote
usepeerdns
user beeline
nodetach

Commands to establish internet connection

 rfcomm bind rfcomm0 <BT-ADDR> 1
 pppd call <peer-file-name>

Backup/restore phonebook

Backup

Use command

 gnokii --getphonebook ME 1 end -r >phonebook-`date +%Y%m%d`.raw