I am trying to test whether I can connect my ubuntu box with my Nokia 3220 with a DKU-5 USB Cable.
I have read all the documentation and could not have this trinket to work, So here are the descriptions:
sh-3.1# gnokii --version GNOKII Version 0.6.12 .... Built 17:43:50 Apr 3 2006 sh-3.1#
Ubuntu Dapper Uname says: Linux NNieto 2.6.15-19-686 #1 SMP PREEMPT Mon Mar 20 17:33:20 UTC 2006 i686 GNU/Linux
Then I load the drivers: sh-3.1# modprobe usbserial sh-3.1# modprobe pl2303
And the kernel says: Apr 5 10:20:55 localhost kernel: [4301901.496000] usbcore: registered new driver usbserial Apr 5 10:20:55 localhost kernel: [
4301901.496000] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic Apr 5 10:20:55 localhost kernel: [4301901.497000] usbcore: registered new driver usbserial_generic Apr 5 10:20:55 localhost kernel: [
4301901.497000] drivers/usb/serial/usb-serial.c: USB Serial Driver core Apr 5 10:21:17 localhost kernel: [4301923.500000] drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303 Apr 5 10:21:17 localhost kernel: [
4301923.500000] usbcore: registered new driver pl2303 Apr 5 10:21:17 localhost kernel: [4301923.500000] drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver sh-3.1#
So I connect the cable, and the kernel says
Apr 5 10:22:54 localhost kernel: [4302020.522000] usb 5-2: new full speed USB device using uhci_hcd and address 6
lsusb also says: Bus 002 Device 001: ID 0000:0000 Bus 005 Device 006: ID 0421:0800 Nokia Mobile Phones Connectivity Cable DKU-5
Bus 005 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000
but ls /dev/ttyUSB* says: sh-3.1# ls /dev/ttyUSB* ls: /dev/ttyUSB*: No existe el fichero o el directorio
sh-3.1#
(In spanish it says that it could no find the file or directory)
now.. if I try to use gnokii:
sh-3.1# gnokii --identify GNOKII Version 0.6.12 LOG: debug mask is 0x1 phone instance config:
model: 3220 port_device: /dev/ttyUSB0 connection_type: 2 init_length: 0 serial_baudrate: 19200 serial_write_usleep: -1 hardware_handshake: 0 require_dcd: 0 smsc_timeout: 100 connect_script:
disconnect_script: rfcomm_cn: 1 sm_retry: off Telephone interface init failed: Model specified isn't known/supported. Quitting. Sorry, phone has not yet been converted to new style. Phone.Functions == NULL!
sh-3.1# gnokii --identify GNOKII Version 0.6.12 LOG: debug mask is 0x1 Lockfile /var/lock/LCK..ttyS0 is stale. Overriding it.. phone instance config: model: 3220 port_device: /dev/ttyS0 connection_type: 2
init_length: 0 serial_baudrate: 19200 serial_write_usleep: -1 hardware_handshake: 0 require_dcd: 0 smsc_timeout: 100 connect_script: disconnect_script: rfcomm_cn: 1 sm_retry: off Telephone interface init failed: Model specified isn't known/supported.
Quitting. Sorry, phone has not yet been converted to new style. Phone.Functions == NULL! sh-3.1# gnokii --identify GNOKII Version 0.6.12 LOG: debug mask is 0x1 Config error - no model specified. sh-3.1#
Of course my gnokiirc file is here:
[global] port = /dev/ttyS0 #port = /dev/ttyUSB0 model = 3220
initlength = default # With DKU-5 cable use the following setting connection = dlr3p
use_locking = yes
serial_baudrate = 19200 smsc_timeout = 10
[gnokiid] bindir = /usr/sbin/
[connect_script] TELEPHONE = 2221349666
[disconnect_script] [logging] debug = on
rlpdebug = off xdebug = off
Is Nokia 3220 supported? Is it supported on CVS?
I'm not in the list, so if you reply to my email directly I would kindly appreaciate that.