gnokii-users
[Top][All Lists]
Advanced

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

nokia 3220 OK


From: massimo citterio
Subject: nokia 3220 OK
Date: Tue, 25 Apr 2006 01:06:02 +0200

hallo!
this is just a report of my configuration for nokia 3220 and linux
I have a  Speed Dragon Multimedia usb to serial cable and I managed to use this 
cable with my nokia and linux.
The cable is compatible with the PL2303 chip, as I read from the kernel mailing 
list, and recompiling the driver with some patch (i put them here, since i 
cannot find the original message now) 
and with the following gnokii rc I was able to read my phone-book, sms, and 
calendar.
thanks to all 

xgnokii doesn't work, due I think to the limited setup options to serial /irda 
but dlr3p is missing from version 0.6.8 . I must check latest version 

gnokii --version
GNOKII Version 0.6.8

command that worked:

 gnokii --getcalendarnote 1 end
 gnokii --getsms IN 1
 gnokii --getsms IN 1 10
 gnokii --getphonebook ME 1


[global]

# Set port to the physical serial port used to connect to your phone.
# Linux version is:
port = /dev/ttyUSB0
model = 6510
connection = dlr3p


--- linux-2.6.16-rc5/drivers/usb/serial/pl2303.c.orig 2006-02-28 
22:24:44.000000000 +0100
+++ linux-2.6.16-rc5/drivers/usb/serial/pl2303.c 2006-02-28 22:55:54.000000000 
+0100
@@ -77,6 +77,7 @@ static struct usb_device_id id_table []
{ USB_DEVICE(CA_42_CA42_VENDOR_ID, CA_42_CA42_PRODUCT_ID) },
{ USB_DEVICE(SAGEM_VENDOR_ID, SAGEM_PRODUCT_ID) },
{ USB_DEVICE(LEADTEK_VENDOR_ID, LEADTEK_9531_PRODUCT_ID) },
+ { USB_DEVICE(SPEEDDRAGON_VENDOR_ID, SPEEDDRAGON_PRODUCT_ID) },
{ } /* Terminating entry */
};

--- linux-2.6.16-rc5/drivers/usb/serial/pl2303.h.orig 2006-02-28 
22:24:44.000000000 +0100
+++ linux-2.6.16-rc5/drivers/usb/serial/pl2303.h 2006-02-28 22:57:58.000000000 
+0100
@@ -75,3 +75,7 @@
/* Leadtek GPS 9531 (ID 0413:2101) */
#define LEADTEK_VENDOR_ID 0x0413
#define LEADTEK_9531_PRODUCT_ID 0x2101
+
+/* USB GSM cable from Speed Dragon Multimedia, Ltd */
+#define SPEEDDRAGON_VENDOR_ID 0x0e55
+#define SPEEDDRAGON_PRODUCT_ID 0x110b




reply via email to

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