[opensuse] Nokia 6680 synchronisation problem (segfault)
Hello, I currently have my Google calendar integrated in Thunderbird/Lightning. Works great. I would like to sync that calendar with my Nokia 6680. When I plug it in with the usb cable, dmesg and lsusb give me the following output: amedee@saruman { ~ }$ dmesg (...) usb 5-5.3: new full speed USB device using ehci_hcd and address 20 usb 5-5.3: configuration #1 chosen from 1 choice cdc_acm 5-5.3:1.8: ttyACM0: USB ACM device usb 5-5.3: New USB device found, idVendor=0421, idProduct=041e usb 5-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 5-5.3: Product: Nokia 6680 usb 5-5.3: Manufacturer: Nokia amedee@saruman { ~ }$ lsusb Bus 005 Device 019: ID 0421:041e Nokia Mobile Phones 6680 Bus 005 Device 012: ID 046d:c70a Logitech, Inc. MX5000 Cordless Desktop Bus 005 Device 011: ID 046d:c70e Logitech, Inc. MX1000 Bluetooth Laser Mouse Bus 005 Device 010: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy mode) Bus 005 Device 008: ID 08ec:2038 M-Systems Flash Disk Pioneers TravelDrive Bus 005 Device 007: ID 059b:027a Iomega Corp. Bus 005 Device 003: ID 03f0:2605 Hewlett-Packard ScanJet 3800c Bus 005 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub" Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Good. The Nokia 6680 is recognized by Opensuse. Next I run syncml-obex-client: amedee@saruman { ~ }$ sudo syncml-obex-client -u Found 2 USB OBEX interfaces Interface 0: Manufacturer: Nokia Product: Nokia 6680 Interface description: SYNCML-SYNC Interface 1: Manufacturer: Nokia Product: Nokia 6680 Interface description: PC Suite Services Use '-u interface_number' to connect Good. The phone has a SYNCML-SYNC interface. Then I start Kitchensync, I add a new group, and I add 2 members: * google-calendar with my Google config. I copy/pasted the url and it works. * syncml-obex-client: connection = USB, interface = 0, the rest is left as default Then I synchronize, and I get a small popup saying "Unable to connect one of the members". I ran dmesg again, and I saw this: amedee@saruman { ~ }$ dmesg (...) usb 5-5.3: new full speed USB device using ehci_hcd and address 20 usb 5-5.3: configuration #1 chosen from 1 choice cdc_acm 5-5.3:1.8: ttyACM0: USB ACM device usb 5-5.3: New USB device found, idVendor=0421, idProduct=041e usb 5-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 5-5.3: Product: Nokia 6680 usb 5-5.3: Manufacturer: Nokia osplugin[23528]: segfault at 7020a0e ip 08060b08 sp bf82334c error 6 osplugin[23545]: segfault at 7020a0e ip 08060b08 sp bfa4dd7c error 6 osplugin[23744]: segfault at 7020a0e ip 08060b08 sp bfec59ec error 6 osplugin[23785]: segfault at 7020a0e ip 08060b08 sp bfc40f6c error 6 osplugin[23971]: segfault at 7020a0e ip 08060b08 sp bfdf311c error 6 I'm guessing here that osplugin stands for opensync-plugin, and the numbers in brackets must be the times when I tried to sync. I googled for osplugin+segfault but I'm afraid I'll need a PhD to understand most of what I found. So, what am I doing wrong here? Kind regards, Amedee Van Gasse -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, January 30, 2009 22:20, Amedee Van Gasse wrote:
Hello,
I currently have my Google calendar integrated in Thunderbird/Lightning. Works great. I would like to sync that calendar with my Nokia 6680.
When I plug it in with the usb cable, dmesg and lsusb give me the following output:
amedee@saruman { ~ }$ dmesg (...) usb 5-5.3: new full speed USB device using ehci_hcd and address 20 usb 5-5.3: configuration #1 chosen from 1 choice cdc_acm 5-5.3:1.8: ttyACM0: USB ACM device usb 5-5.3: New USB device found, idVendor=0421, idProduct=041e usb 5-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 5-5.3: Product: Nokia 6680 usb 5-5.3: Manufacturer: Nokia
amedee@saruman { ~ }$ lsusb Bus 005 Device 019: ID 0421:041e Nokia Mobile Phones 6680 Bus 005 Device 012: ID 046d:c70a Logitech, Inc. MX5000 Cordless Desktop Bus 005 Device 011: ID 046d:c70e Logitech, Inc. MX1000 Bluetooth Laser Mouse Bus 005 Device 010: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy mode) Bus 005 Device 008: ID 08ec:2038 M-Systems Flash Disk Pioneers TravelDrive Bus 005 Device 007: ID 059b:027a Iomega Corp. Bus 005 Device 003: ID 03f0:2605 Hewlett-Packard ScanJet 3800c Bus 005 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub" Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Good. The Nokia 6680 is recognized by Opensuse.
Next I run syncml-obex-client:
amedee@saruman { ~ }$ sudo syncml-obex-client -u Found 2 USB OBEX interfaces Interface 0: Manufacturer: Nokia Product: Nokia 6680 Interface description: SYNCML-SYNC Interface 1: Manufacturer: Nokia Product: Nokia 6680 Interface description: PC Suite Services Use '-u interface_number' to connect
Good. The phone has a SYNCML-SYNC interface.
Then I start Kitchensync, I add a new group, and I add 2 members: * google-calendar with my Google config. I copy/pasted the url and it works. * syncml-obex-client: connection = USB, interface = 0, the rest is left as default
Then I synchronize, and I get a small popup saying "Unable to connect one of the members".
I ran dmesg again, and I saw this:
amedee@saruman { ~ }$ dmesg (...) usb 5-5.3: new full speed USB device using ehci_hcd and address 20 usb 5-5.3: configuration #1 chosen from 1 choice cdc_acm 5-5.3:1.8: ttyACM0: USB ACM device usb 5-5.3: New USB device found, idVendor=0421, idProduct=041e usb 5-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 5-5.3: Product: Nokia 6680 usb 5-5.3: Manufacturer: Nokia osplugin[23528]: segfault at 7020a0e ip 08060b08 sp bf82334c error 6 osplugin[23545]: segfault at 7020a0e ip 08060b08 sp bfa4dd7c error 6 osplugin[23744]: segfault at 7020a0e ip 08060b08 sp bfec59ec error 6 osplugin[23785]: segfault at 7020a0e ip 08060b08 sp bfc40f6c error 6 osplugin[23971]: segfault at 7020a0e ip 08060b08 sp bfdf311c error 6
I'm guessing here that osplugin stands for opensync-plugin, and the numbers in brackets must be the times when I tried to sync.
I googled for osplugin+segfault but I'm afraid I'll need a PhD to understand most of what I found.
So, what am I doing wrong here?
Is there anybody else on this list who has a Nokia 6680? -- Amedee -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Amedee Van Gasse schreef:
On Fri, January 30, 2009 22:20, Amedee Van Gasse wrote:
Hello,
I currently have my Google calendar integrated in Thunderbird/Lightning. Works great. I would like to sync that calendar with my Nokia 6680.
When I plug it in with the usb cable, dmesg and lsusb give me the following output:
amedee@saruman { ~ }$ dmesg (...) usb 5-5.3: new full speed USB device using ehci_hcd and address 20 usb 5-5.3: configuration #1 chosen from 1 choice cdc_acm 5-5.3:1.8: ttyACM0: USB ACM device usb 5-5.3: New USB device found, idVendor=0421, idProduct=041e usb 5-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 5-5.3: Product: Nokia 6680 usb 5-5.3: Manufacturer: Nokia
amedee@saruman { ~ }$ lsusb Bus 005 Device 019: ID 0421:041e Nokia Mobile Phones 6680 Bus 005 Device 012: ID 046d:c70a Logitech, Inc. MX5000 Cordless Desktop Bus 005 Device 011: ID 046d:c70e Logitech, Inc. MX1000 Bluetooth Laser Mouse Bus 005 Device 010: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy mode) Bus 005 Device 008: ID 08ec:2038 M-Systems Flash Disk Pioneers TravelDrive Bus 005 Device 007: ID 059b:027a Iomega Corp. Bus 005 Device 003: ID 03f0:2605 Hewlett-Packard ScanJet 3800c Bus 005 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub" Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Good. The Nokia 6680 is recognized by Opensuse.
Next I run syncml-obex-client:
amedee@saruman { ~ }$ sudo syncml-obex-client -u Found 2 USB OBEX interfaces Interface 0: Manufacturer: Nokia Product: Nokia 6680 Interface description: SYNCML-SYNC Interface 1: Manufacturer: Nokia Product: Nokia 6680 Interface description: PC Suite Services Use '-u interface_number' to connect
Good. The phone has a SYNCML-SYNC interface.
Then I start Kitchensync, I add a new group, and I add 2 members: * google-calendar with my Google config. I copy/pasted the url and it works. * syncml-obex-client: connection = USB, interface = 0, the rest is left as default
Then I synchronize, and I get a small popup saying "Unable to connect one of the members".
I ran dmesg again, and I saw this:
amedee@saruman { ~ }$ dmesg (...) usb 5-5.3: new full speed USB device using ehci_hcd and address 20 usb 5-5.3: configuration #1 chosen from 1 choice cdc_acm 5-5.3:1.8: ttyACM0: USB ACM device usb 5-5.3: New USB device found, idVendor=0421, idProduct=041e usb 5-5.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 5-5.3: Product: Nokia 6680 usb 5-5.3: Manufacturer: Nokia osplugin[23528]: segfault at 7020a0e ip 08060b08 sp bf82334c error 6 osplugin[23545]: segfault at 7020a0e ip 08060b08 sp bfa4dd7c error 6 osplugin[23744]: segfault at 7020a0e ip 08060b08 sp bfec59ec error 6 osplugin[23785]: segfault at 7020a0e ip 08060b08 sp bfc40f6c error 6 osplugin[23971]: segfault at 7020a0e ip 08060b08 sp bfdf311c error 6
I'm guessing here that osplugin stands for opensync-plugin, and the numbers in brackets must be the times when I tried to sync.
I googled for osplugin+segfault but I'm afraid I'll need a PhD to understand most of what I found.
So, what am I doing wrong here?
Is there anybody else on this list who has a Nokia 6680?
http://www.google.be/search?q=osplugin+segfault gives me a lot of hits with similar questions, but I can find none with an answer. Perhaps they all got a private answer that wasn't sent to a public mailing list? >:-) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed, 2009-02-04 at 01:42 +0100, Amedee Van Gasse wrote:
http://www.google.be/search?q=osplugin+segfault gives me a lot of hits with similar questions, but I can find none with an answer. Perhaps they all got a private answer that wasn't sent to a public mailing list? >:-)
Hehehe :) An example of 'standard practice' in action... -- Roger Oberholtzer OPQ Systems / Ramböll RST Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden Office: Int +46 8-615 60 20 Mobile: Int +46 70-815 1696 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Amedee Van Gasse wrote:
Amedee Van Gasse schreef:
On Fri, January 30, 2009 22:20, Amedee Van Gasse wrote:
Hello,
Is there anybody else on this list who has a Nokia 6680?
http://www.google.be/search?q=osplugin+segfault gives me a lot of hits with similar questions, but I can find none with an answer. Perhaps they all got a private answer that wasn't sent to a public mailing list? >:-)
As the 6680 is a S60 based Symbian phone I would suggest a visit to http://my-symbian.com/main/index.php There may some something in their FAQs or forums that can help... In my experience the symbian/linux connectivity experience is a bit fraught... (the Windows side is not a lot better either :-( ) - -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkmJcBEACgkQasN0sSnLmgK4ogCgmCQbRT6kurGtKxgfsn0YNwOw 1+YAoISEVqZq8EyuCFSJCePmJW3CekyN =rFQr -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed, 2009-02-04 at 10:38 +0000, G T Smith wrote:
In my experience the symbian/linux connectivity experience is a bit fraught... (the Windows side is not a lot better either :-( )
As it is on the Mac as well. I bought a Nokia 5310 a while back and had hoped it would work with either a Mac or Linux (usb or bluetooth) for the address book. I had plans to skip the old FiloFax. No joy. Even on Windows, Nokia only provide a gateway to Outlook for addresses. One can only hope that qtsoftware (the old trolltech) may lead to better tools for all platforms now that Nokia own it. Time will tell. -- Roger Oberholtzer OPQ Systems / Ramböll RST Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden Office: Int +46 8-615 60 20 Mobile: Int +46 70-815 1696 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Roger Oberholtzer wrote:
On Wed, 2009-02-04 at 10:38 +0000, G T Smith wrote:
In my experience the symbian/linux connectivity experience is a bit fraught... (the Windows side is not a lot better either :-( )
As it is on the Mac as well. I bought a Nokia 5310 a while back and had hoped it would work with either a Mac or Linux (usb or bluetooth) for the address book. I had plans to skip the old FiloFax. No joy. Even on Windows, Nokia only provide a gateway to Outlook for addresses.
One can only hope that qtsoftware (the old trolltech) may lead to better tools for all platforms now that Nokia own it. Time will tell.
Trolltech produce a GUI framework so I doubt it will have much impact on the underlying connectivity issue. There are some third party applications which provide connectivity in various ways. AFAIK none are free and none are FOSS. The problem with Symbian seems to start from the decision to move from PLIP (the PSION networking protocol) to SyncML, and an earlier decision to integrate the PSION/Nokia PC Suite into the Windows framework rather than Palms approach which was to separate the Palm stuff from the host OS. SyncML is a client<->server protocol and not really intended for client<->client connectivity. I have had good results with Funambol as a SyncML server to Nokia devices over a data connection (but this approach is a bit OTT for a desktop) and middling results with eGroupWare, I have never had much success with the KitchenSync/multisync stuff. To get this to work with a USB connection would require a TCP/IP->USB stack on the phone which the phone sync software can be linked into (and of course configuring a USB port as a IP based network interface on the desktop). I do not have access to the latest version of S60 on a phone to see if this could work (and if it works for Funambol a lightweight SyncML server solution for desktops could be an option). - -- ============================================================================== I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone. Bjarne Stroustrup ============================================================================== -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkmKvmwACgkQasN0sSnLmgL/0ACgq60IoMiD/hTrZOoen8oXtdWR HlgAoLRqcZDVi3BNUs9QJ8r6KCE3pi88 =Qf6j -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Thu, 2009-02-05 at 10:24 +0000, G T Smith wrote:
Trolltech produce a GUI framework so I doubt it will have much impact on the underlying connectivity issue.
Of course. I would just hope that the new owners (Nokia) might use their newly purchased Qt and then concentrate on getting their sync app to work on all platforms Qt runs on. I agree about your assessment of the state of software. -- Roger Oberholtzer OPQ Systems / Ramböll RST Ramböll Sverige AB Krukmakargatan 21 P.O. Box 17009 SE-104 62 Stockholm, Sweden Office: Int +46 8-615 60 20 Mobile: Int +46 70-815 1696 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Amedee Van Gasse
-
G T Smith
-
Roger Oberholtzer