Sat 23 Nov 2013 06:46:01 PM UTC, original submission:
I have a Nokia Nokia 7230-1c.
pablo@pablo-Vostro-V130:~$ dmesg | tail
[ 9141.016364] usb 2-1.1: USB disconnect, device number 13
[ 9141.309788] usb 2-1.1: new full-speed USB device number 14 using ehci-pci
[ 9141.407908] usb 2-1.1: New USB device found, idVendor=0421, idProduct=0264
[ 9141.407919] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 9141.407928] usb 2-1.1: Product: Nokia 7230-1c
[ 9141.407935] usb 2-1.1: Manufacturer: Nokia
[ 9141.407941] usb 2-1.1: SerialNumber: 355363048484326
[ 9141.460083] cdc_acm 2-1.1:1.4: ttyACM0: USB ACM device
[ 9141.461907] usb 2-1.1: bad CDC descriptors
[ 9141.462067] usb 2-1.1: bad CDC descriptors
I execute
pablo@pablo-Vostro-V130:~$ sudo gnokii --identify
[sudo] password for pablo:
GNOKII Version 0.6.30
Telephone interface init failed: Command timed out.
Quitting.
Command timed out.
sudo gnokii --monitor get the same error.
CONFIG FILE
pablo@pablo-Vostro-V130:~$ sudo nano /home/pablo/.config/gnokii/config
[global]
# Set port to the physical port used to connect to your phone.
# Linux version is:
port = /dev/ttyACM0
#
# Set model to the model number of your phone. For the
# Symbian phones use:
model = symbian
initlength = default
connection = serial
use_locking = no
serial_baudrate = 19200
serial_write_usleep = 1
smsc_timeout = 10
allow_breakage = 0
[gnokiid]
bindir = /usr/sbin/
[connect_script]
TELEPHONE = 88760846
[disconnect_script]
[logging]
# where to log the debug output (on: stderr, off: /dev/null)
debug = off
# where to log the rlp debug output (on: stderr, off: /dev/null)
rlpdebug = off
# where to log X debug output (on: stderr, off: /dev/null)
xdebug = off
Help me please.
|