gnokii-users
[Top][All Lists]
Advanced

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

Re: FC3, Nokia 6230i, DKU-2 USB


From: Del
Subject: Re: FC3, Nokia 6230i, DKU-2 USB
Date: Mon, 13 Jun 2005 12:34:56 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Fedora/1.7.8-1.3.1

Del wrote:

Once you've got the module to be actually used you'll need to look at dmesg to find which port it used. You want connection = dku2 and model = 6510.


OK, I have disabled the cdc-acm driver and modprobed the nokia_dku2
driver.  I still see nothing in dmesg, apart from:

One more step:

* Patched the nokia_dku2.c file to include the 6230i product code which
is different to the 6230 product code (discovered via lsusb):

--
--- gnokii-0.6.7.orig/patches/kernel_2.6/nokia_dku2.c   2005-05-17 
04:55:14.000000000 +1000
+++ gnokii-0.6.7/patches/kernel_2.6/nokia_dku2.c        2005-06-13 
12:20:09.000000000 +1000
@@ -46,6 +46,7 @@
 #define NOKIA_VENDOR_ID        0x0421
 #define NOKIA7600_PRODUCT_ID 0x0400
 #define NOKIA6230_PRODUCT_ID 0x040f
+#define NOKIA6230i_PRODUCT_ID 0x0428

 #define NOKIA_AT_PORT 0x82
 #define NOKIA_FBUS_PORT 0x86
@@ -56,6 +57,7 @@
 static struct usb_device_id id_table [] = {
        { USB_DEVICE(NOKIA_VENDOR_ID, NOKIA7600_PRODUCT_ID) },
        { USB_DEVICE(NOKIA_VENDOR_ID, NOKIA6230_PRODUCT_ID) },
+       { USB_DEVICE(NOKIA_VENDOR_ID, NOKIA6230i_PRODUCT_ID) },
        { }                     /* Terminating entry */
 };
--

* rebuilt and re-inserted the driver.  Note that the driver now auto-loads
on boot!

* dmesg now reports:

Nokia FBUS Port:
Nokia DKU2 3-2:1.10: Nokia 7600/6230 DKU2 driver converter detected
usb 3-2: Nokia 7600/6230 DKU2 driver converter now attached to ttyUSB1
usbcore: registered new driver Nokia DKU2
/home/del/phone/gnokii-0.6.7/patches/kernel_2.6/nokia_dku2.c: v0.2 C Kemp
/home/del/phone/gnokii-0.6.7/patches/kernel_2.6/nokia_dku2.c: Nokia DKU2 Driver

Yay!

* gnokii --identify reports:

GNOKII Version 0.6.7
IMEI         : (unknown)
Manufacturer : Nokia
Model        : (unknown)
Revision     : (unknown)

* xgnokii now seems to connect to the phone, but exits after startup.

* If I change port = ttyUSB0 and model = AT and connection = serial I
get the basic connectivity -- I can get xgnokii running and view
address book entries (default number only), etc.  Once I do that,
gnokii --identify reports:

GNOKII Version 0.6.7
IMEI         : 356223000838464
Manufacturer : Nokia
Model        : Nokia 6230i
Revision     : V 03.25

--
Del




reply via email to

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