[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nokia 3220 OK
From: |
Gustavo Pardellas Feijó |
Subject: |
Re: nokia 3220 OK |
Date: |
Tue, 25 Apr 2006 19:13:41 -0300 |
User-agent: |
Mozilla Thunderbird 1.0.7 (X11/20051017) |
Is it possible to fix this kind of error?
Apr 25 19:09:27 gldc kernel: usb 2-3: reset full speed USB device using
ohci_hcd and address 2
Apr 25 19:09:27 gldc kernel: usb 2-3: device firmware changed
Apr 25 19:09:27 gldc kernel: ti_usb_3410_5052: probe of 2-3:1.0 failed
with error -5
Apr 25 19:09:27 gldc kernel: usbcore: registered new driver ti_usb_3410_5052
Apr 25 19:09:27 gldc kernel: drivers/usb/serial/ti_usb_3410_5052.c: TI
USB 3410/5052 Serial Driver v0.9
Apr 25 19:09:27 gldc kernel: usb 2-3: USB disconnect, address 2
Apr 25 19:09:27 gldc kernel: usb 2-3: new full speed USB device using
ohci_hcd and address 3
Apr 25 19:09:27 gldc kernel: usb 2-3: configuration #1 chosen from 2 choices
Apr 25 19:09:27 gldc kernel: ti_usb_3410_5052 2-3:1.0: TI USB 3410 1
port adapter converter detected
Apr 25 19:09:27 gldc kernel: ti_usb_3410_5052: probe of 2-3:1.0 failed
with error -5
I've read in this list that this is a kernel problem. Is it correct?
Please gimme a light, ok?
;-)
chmod000
"Microsoft butterfly is their way of telling you
their system has a lot of address@hidden bugs..."
massimo citterio escreveu:
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
_______________________________________________
gnokii-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gnokii-users
- nokia 3220 OK, massimo citterio, 2006/04/24
- Re: nokia 3220 OK,
Gustavo Pardellas Feijó <=