Discussion:
error connecting ipaq 6815
Erdem Bayer
2008-08-28 10:11:13 UTC
Permalink
Hi everyone

I have been using synce since 0.10 and after latest 0.12, I started to have some problems connecting my device. I also tested with svn versions.

When I start odccm, my device gets recognized and registered:

** (odccm:3579): DEBUG: PDA network interface discovered! udi='/org/freedesktop/ Hal/devices/net_00_02_b3_92_a8_c4'
** (odccm:3579): DEBUG: device_info_received
** (odccm:3579): DEBUG: 2a 84 b1 e2 fb 41 3f 3b 86 10 7b a6 1f 33 f7 6e 05 00 00 00 01 00 00 00 09 00 00 00 57 00 4d 00 5f 00 65 00 62 00 61 00 79 00 65 00 72 00 00 00 05 01 c3 00 11 0a 00 00 05 00 00 00 01 55 7b 46 00 00 00 00 0f 00 00 00 50 6f 63 6b 65 74 50 43 00 53 53 44 4b 00 00 02 00 00 00 48 50 00 02 00 00 00 04 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00
** Message: device_info_received: registering object path '/org/synce/odccm/Device/_E2B1842A_41FB_3B3F_8610_7BA61F33F76E_'

But when I use any synce utility, I get the result but with an error:

~ $ pls
** Message: Hal reports no devices connected
Directory 2006-10-09 00:00:16 My Pictures/
Directory 2006-10-09 00:00:18 Templates/
Directory 2006-10-09 00:00:18 Personal/
Directory 2006-10-09 00:00:18 Business/
Directory 2006-10-09 00:00:18 My Music/
Directory 2006-10-09 00:00:18 UnknownType Files/
Directory 2006-10-09 00:00:18 UAContents/
Directory 2006-10-09 00:00:18 My Sounds/
Directory 2008-06-10 03:50:36 iGO 2006/
Directory 2008-04-11 20:16:40 Dictionaries/
Directory 2008-07-15 14:10:24 My Sent Pictures/
Directory 2008-07-16 02:04:58 AudioDec/
Archive 277 2008-08-19 14:28:50 Jad.


Also when I try to use FUR to mount my device, I get:

$ ./Fur /home/ebayer/fuse/
** Message: Hal reports no devices connected
$ ls /home/ebayer/fuse/

After this I get "connection lost" error and fuse reports that the other end of the connection is lost and the following line pops at /var/log/messages

Aug 20 15:30:05 localhost klogd: Fur[4747]: segfault at 40 ip b807c6e9 sp b74bf160 error 4 in librapi.so.2.0.0[b8078000+12000]

I checked the librapi patch proposed at http://www.infis.univ.ts.it/~riccardo/downloads/ and verify that it is already applied to 0.12.

This error started after 0.11. I am using Pardus 2008 (http://www.pardus.org.tr/) with a 2.6.25 kernel, Kde 3.5.9 and gcc 4.3.1. What should I do to get rid of this connection error?

Also is there a tutorial about how to sync the device with kde or at least how to use its filesystem?

Thanks in advance
Erdem Bayer
Mark Ellis
2008-08-29 09:21:13 UTC
Permalink
Post by Erdem Bayer
Hi everyone
I have been using synce since 0.10 and after latest 0.12, I started to have some problems connecting my device. I also tested with svn versions.
** (odccm:3579): DEBUG: PDA network interface discovered! udi='/org/freedesktop/ Hal/devices/net_00_02_b3_92_a8_c4'
** (odccm:3579): DEBUG: device_info_received
** (odccm:3579): DEBUG: 2a 84 b1 e2 fb 41 3f 3b 86 10 7b a6 1f 33 f7 6e 05 00 00 00 01 00 00 00 09 00 00 00 57 00 4d 00 5f 00 65 00 62 00 61 00 79 00 65 00 72 00 00 00 05 01 c3 00 11 0a 00 00 05 00 00 00 01 55 7b 46 00 00 00 00 0f 00 00 00 50 6f 63 6b 65 74 50 43 00 53 53 44 4b 00 00 02 00 00 00 48 50 00 02 00 00 00 04 00 00 00 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00
** Message: device_info_received: registering object path '/org/synce/odccm/Device/_E2B1842A_41FB_3B3F_8610_7BA61F33F76E_'
~ $ pls
** Message: Hal reports no devices connected
Directory 2006-10-09 00:00:16 My Pictures/
Directory 2006-10-09 00:00:18 Templates/
Directory 2006-10-09 00:00:18 Personal/
Directory 2006-10-09 00:00:18 Business/
Directory 2006-10-09 00:00:18 My Music/
Directory 2006-10-09 00:00:18 UnknownType Files/
Directory 2006-10-09 00:00:18 UAContents/
Directory 2006-10-09 00:00:18 My Sounds/
Directory 2008-06-10 03:50:36 iGO 2006/
Directory 2008-04-11 20:16:40 Dictionaries/
Directory 2008-07-15 14:10:24 My Sent Pictures/
Directory 2008-07-16 02:04:58 AudioDec/
Archive 277 2008-08-19 14:28:50 Jad.
That's not an error, it's a message, saying there are no devices
connected through hal, but you're using odccm so it doesn't matter.
Post by Erdem Bayer
$ ./Fur /home/ebayer/fuse/
** Message: Hal reports no devices connected
$ ls /home/ebayer/fuse/
After this I get "connection lost" error and fuse reports that the other end of the connection is lost and the following line pops at /var/log/messages
What says connection lost ? Fur ? Does pls or pstatus still work after
this ?
Post by Erdem Bayer
Aug 20 15:30:05 localhost klogd: Fur[4747]: segfault at 40 ip b807c6e9 sp b74bf160 error 4 in librapi.so.2.0.0[b8078000+12000]
I checked the librapi patch proposed at http://www.infis.univ.ts.it/~riccardo/downloads/ and verify that it is already applied to 0.12.
This error started after 0.11. I am using Pardus 2008 (http://www.pardus.org.tr/) with a 2.6.25 kernel, Kde 3.5.9 and gcc 4.3.1. What should I do to get rid of this connection error?
Sorry, I have no idea how to debug Fur, maybe the author can help. I'd
need a backtrace, preferably using a debug version of librapi.
Post by Erdem Bayer
Also is there a tutorial about how to sync the device with kde or at least how to use its filesystem?
You may find synce-kpm useful. Install synce-kio-rapip to browse the
filesystem.
Post by Erdem Bayer
Thanks in advance
Erdem Bayer
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
SynCE-Devel mailing list
https://lists.sourceforge.net/lists/listinfo/synce-devel
Continue reading on narkive:
Loading...