* [gentoo-user] Synce and gentoo : crash RAPI driver @ 2007-03-01 11:23 Arnaud FARINE 2007-03-01 12:08 ` Hans-Werner Hilse 0 siblings, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-01 11:23 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 576 bytes --] Hello! I can't synchronize my Qtek 9100 (with WM5) and my gentoo. I've read all documentation on synce wiki website, I've searched information on Gentoo website, forums...But nothing to correct my problem. I've upgraded my kernel too in 2.6.20, but the problem is the same ! I start dccm processus with my user. I start synce-serial-start with root account When I plug my device a connection appears and is closed after 1 seconde. If I try to execute synce-serial-status I obtain a message "unable to load rapi driver...". Could you help me ? Regards -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 680 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-01 11:23 [gentoo-user] Synce and gentoo : crash RAPI driver Arnaud FARINE @ 2007-03-01 12:08 ` Hans-Werner Hilse 2007-03-01 12:21 ` Arnaud FARINE 0 siblings, 1 reply; 21+ messages in thread From: Hans-Werner Hilse @ 2007-03-01 12:08 UTC (permalink / raw To: gentoo-user Hi, On Thu, 1 Mar 2007 12:23:27 +0100 "Arnaud FARINE" <arnaud.farine@gmail.com> wrote: > I've upgraded my kernel too in 2.6.20, but the problem is the same ! > > I start dccm processus with my user. > I start synce-serial-start with root account > > When I plug my device a connection appears and is closed after 1 > seconde. If I try to execute synce-serial-status I obtain a message > "unable to load rapi driver...". What software versions did you install? Also, I would recommend to use latest svn versions of librapi, synce and rndis-lite (if using USB), as described in the synce wiki. How do you connect your device? USB? Bluetooth? -hwh -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-01 12:08 ` Hans-Werner Hilse @ 2007-03-01 12:21 ` Arnaud FARINE 2007-03-01 13:21 ` Hans-Werner Hilse 0 siblings, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-01 12:21 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1178 bytes --] Ok thanks for your answer...perhaps can you save me !! :-) I don't install subversion, because all lib was available at the gentoo distrib (masked but present). I would like to connect with USB (made simple to begin!!). So, I've installed the last versions in mask tag present in the gentoo distrib. I've tried on my kernel 2.6.16-R9 and on the 2.6.20. Regards On 3/1/07, Hans-Werner Hilse <hilse@web.de> wrote: > > Hi, > > On Thu, 1 Mar 2007 12:23:27 +0100 "Arnaud FARINE" > <arnaud.farine@gmail.com> wrote: > > > I've upgraded my kernel too in 2.6.20, but the problem is the same ! > > > > I start dccm processus with my user. > > I start synce-serial-start with root account > > > > When I plug my device a connection appears and is closed after 1 > > seconde. If I try to execute synce-serial-status I obtain a message > > "unable to load rapi driver...". > > What software versions did you install? > > Also, I would recommend to use latest svn versions of librapi, synce > and rndis-lite (if using USB), as described in the synce wiki. > > How do you connect your device? USB? Bluetooth? > > > -hwh > -- > gentoo-user@gentoo.org mailing list > > -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 1692 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-01 12:21 ` Arnaud FARINE @ 2007-03-01 13:21 ` Hans-Werner Hilse 2007-03-01 13:40 ` Arnaud FARINE 2007-06-19 19:49 ` [gentoo-user] Way to sync emails with SynCE? Roman Naumann 0 siblings, 2 replies; 21+ messages in thread From: Hans-Werner Hilse @ 2007-03-01 13:21 UTC (permalink / raw To: gentoo-user Hi, On Thu, 1 Mar 2007 13:21:02 +0100 "Arnaud FARINE" <arnaud.farine@gmail.com> wrote: > Ok thanks for your answer...perhaps can you save me !! :-) Hopefully! At least, I managed to make a connection to my WM5 PDA. I'm not using any synchronization, however, just filesystem access. A suggestion right at the start: Check out the SynCE-WindowsMobile5 mailing list. Dr J A Gow is currently making huge efforts regarding the synchronization engine, but he maintains it currently out-of-tree. Check the February Archive at sourceforge. > I don't install subversion, because all lib was available at the > gentoo distrib (masked but present). The problem, however, is that the synce development is heavily fragmented, partly there are even parallel efforts. I really, really recommend to resort to the svn versions of everything: http://www.synce.org/index.php/Building_SynCE_with_Windows_Mobile_2005_support_from_Subversion Hopefully it will stabilize and we will see regular packages. > I would like to connect with USB (made simple to begin!!). Actually, Bluetooth may even be more simple -- but I can't check, I don't own bluetooth adapters. Remember to enable USB networking in the kernel (CONFIG_USB_NET_CDCETHER), compile it as module, and then install usb-rndis-lite drivers. You might even have to delete the modules that the kernel generated in order to use the usb-rndis-lite ones, because they will have the same name as the vanilla-kernel modules. It is important to compile them in you kernel beforehand in order to have the kernel include some needed symbols. http://www.synce.org/index.php/Connecting_your_Windows_Mobile_2005_device_via_USB_(usb-rndis-lite) Also, remember to compile odccm with desktop integration. HAL and dbus should be running when you start odccm. "dmesg" should tell that there is a new rndis device when you plug in your WM5 PDA. -hwh -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-01 13:21 ` Hans-Werner Hilse @ 2007-03-01 13:40 ` Arnaud FARINE 2007-03-01 13:52 ` Hans-Werner Hilse 2007-06-19 19:49 ` [gentoo-user] Way to sync emails with SynCE? Roman Naumann 1 sibling, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-01 13:40 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 2942 bytes --] Hi, Great answer !! I understand that I must use the subversion If I would like to have a chance to make something ;-) I verify by two times, I've CONFIG_USB_NET_CDCETHER set to =m, so I think it's ok. Other thing, I use dccm bc occm isn't provided by Gentoo distrib... rndis-driver...I don't understand "You might even have to delete the modules that the kernel generated in order to use the usb-rndis-lite ones, because they will have the same name as the vanilla-kernel modules. It is important to compile them in you kernel beforehand in order to have the kernel include some needed symbols." but I'll look for at the link that you give me. I thank you, and I'll try this soon! Do you think I must unmerge my synce previous installation before to use subversion ? Or the subversion compilation scratchs my present installation ? Big thanks !! Arnaud On 3/1/07, Hans-Werner Hilse <hilse@web.de> wrote: > > Hi, > > On Thu, 1 Mar 2007 13:21:02 +0100 "Arnaud FARINE" > <arnaud.farine@gmail.com> wrote: > > > Ok thanks for your answer...perhaps can you save me !! :-) > > Hopefully! At least, I managed to make a connection to my WM5 PDA. I'm > not using any synchronization, however, just filesystem access. > > A suggestion right at the start: Check out the SynCE-WindowsMobile5 > mailing list. Dr J A Gow is currently making huge efforts regarding the > synchronization engine, but he maintains it currently out-of-tree. > Check the February Archive at sourceforge. > > > I don't install subversion, because all lib was available at the > > gentoo distrib (masked but present). > > The problem, however, is that the synce development is heavily > fragmented, partly there are even parallel efforts. I really, really > recommend to resort to the svn versions of everything: > > http://www.synce.org/index.php/Building_SynCE_with_Windows_Mobile_2005_support_from_Subversion > > Hopefully it will stabilize and we will see regular packages. > > > I would like to connect with USB (made simple to begin!!). > > Actually, Bluetooth may even be more simple -- but I can't check, I > don't own bluetooth adapters. > > Remember to enable USB networking in the kernel > (CONFIG_USB_NET_CDCETHER), compile it as module, and then install > usb-rndis-lite drivers. You might even have to delete the modules that > the kernel generated in order to use the usb-rndis-lite ones, because > they will have the same name as the vanilla-kernel modules. It is > important to compile them in you kernel beforehand in order to have the > kernel include some needed symbols. > > http://www.synce.org/index.php/Connecting_your_Windows_Mobile_2005_device_via_USB_(usb-rndis-lite) > > Also, remember to compile odccm with desktop integration. HAL and dbus > should be running when you start odccm. "dmesg" should tell that there > is a new rndis device when you plug in your WM5 PDA. > > -hwh > -- > gentoo-user@gentoo.org mailing list > > -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 3747 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-01 13:40 ` Arnaud FARINE @ 2007-03-01 13:52 ` Hans-Werner Hilse 2007-03-01 14:03 ` Arnaud FARINE 0 siblings, 1 reply; 21+ messages in thread From: Hans-Werner Hilse @ 2007-03-01 13:52 UTC (permalink / raw To: gentoo-user Hi, On Thu, 1 Mar 2007 14:40:28 +0100 "Arnaud FARINE" <arnaud.farine@gmail.com> wrote: > Great answer !! I understand that I must use the subversion If I > would like to have a chance to make something ;-) I think so. When I tried it using the (masked) version that is in Portage, it failed miserably. > I verify by two times, I've CONFIG_USB_NET_CDCETHER set to =m, so I > think it's ok. Yep. > rndis-driver...I don't understand "You might even have to delete the > modules that > the kernel generated in order to use the usb-rndis-lite ones, because > they will have the same name as the vanilla-kernel modules. It is > important to compile them in you kernel beforehand in order to have > the kernel include some needed symbols." but I'll look for at the > link that you give me. When you install usb-rndis-lite (after checking it out with svn and compiling it), you may find that the modules have the same name as those which were compiled from kernel sources. usb-rndis-lite will put its module in /lib/modules/$(uname -r)/extra, I think. Because the kernel puts its own modules in /lib/modules/.../kernel/driver/usb/net (or similar, can't check right now), there will be a naming collision. This might lead into a situation where the new usb-rndis-lite drivers are never loaded because the kernel's own drivers are loaded first. However, the kernel's own driver don't support WM5 right now, AFAIK. > Other thing, I use dccm bc occm isn't provided by Gentoo distrib... odccm will be available from subversion. I think it is definately preferred over the others. > I thank you, and I'll try this soon! Do you think I must unmerge my > synce previous installation before to use subversion ? Or the > subversion compilation scratchs my present installation ? It will probably work, but watch out to always call the right utility. Maybe you'll run into problems with the concurrent versions of librapi/libsynce/synce. Just ask if you run into problems during following the wiki's recipe! -hwh -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-01 13:52 ` Hans-Werner Hilse @ 2007-03-01 14:03 ` Arnaud FARINE 2007-03-01 17:40 ` Arnaud FARINE 0 siblings, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-01 14:03 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 2344 bytes --] On 3/1/07, Hans-Werner Hilse <hilse@web.de> wrote: > > Hi, > > On Thu, 1 Mar 2007 14:40:28 +0100 "Arnaud FARINE" > <arnaud.farine@gmail.com> wrote: > > > Great answer !! I understand that I must use the subversion If I > > would like to have a chance to make something ;-) > > I think so. When I tried it using the (masked) version that is in > Portage, it failed miserably. > > > I verify by two times, I've CONFIG_USB_NET_CDCETHER set to =m, so I > > think it's ok. > > Yep. > > > rndis-driver...I don't understand "You might even have to delete the > > modules that > > the kernel generated in order to use the usb-rndis-lite ones, because > > they will have the same name as the vanilla-kernel modules. It is > > important to compile them in you kernel beforehand in order to have > > the kernel include some needed symbols." but I'll look for at the > > link that you give me. > > When you install usb-rndis-lite (after checking it out with svn and > compiling it), you may find that the modules have the same name as > those which were compiled from kernel sources. usb-rndis-lite will put > its module in /lib/modules/$(uname -r)/extra, I think. Because the > kernel puts its own modules in /lib/modules/.../kernel/driver/usb/net > (or similar, can't check right now), there will be a naming collision. > This might lead into a situation where the new usb-rndis-lite drivers > are never loaded because the kernel's own drivers are loaded first. > However, the kernel's own driver don't support WM5 right now, AFAIK. > > > Other thing, I use dccm bc occm isn't provided by Gentoo distrib... > > odccm will be available from subversion. I think it is definately > preferred over the others. > > > I thank you, and I'll try this soon! Do you think I must unmerge my > > synce previous installation before to use subversion ? Or the > > subversion compilation scratchs my present installation ? > > It will probably work, but watch out to always call the right utility. > Maybe you'll run into problems with the concurrent versions of > librapi/libsynce/synce. > > Just ask if you run into problems during following the wiki's recipe! > > -hwh > -- > gentoo-user@gentoo.org mailing list > > Thanks!! After the subversion install I'll install again all necessary package to be sure! I'll make a feed back ;-) Regards Arno -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 2943 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-01 14:03 ` Arnaud FARINE @ 2007-03-01 17:40 ` Arnaud FARINE 2007-03-01 17:59 ` Bo Ørsted Andresen 0 siblings, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-01 17:40 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 2794 bytes --] On 3/1/07, Arnaud FARINE <arnaud.farine@gmail.com> wrote: > > > > On 3/1/07, Hans-Werner Hilse <hilse@web.de> wrote: > > > > Hi, > > > > On Thu, 1 Mar 2007 14:40:28 +0100 "Arnaud FARINE" > > <arnaud.farine@gmail.com> wrote: > > > > > Great answer !! I understand that I must use the subversion If I > > > would like to have a chance to make something ;-) > > > > I think so. When I tried it using the (masked) version that is in > > Portage, it failed miserably. > > > > > I verify by two times, I've CONFIG_USB_NET_CDCETHER set to =m, so I > > > think it's ok. > > > > Yep. > > > > > rndis-driver...I don't understand "You might even have to delete the > > > modules that > > > the kernel generated in order to use the usb-rndis-lite ones, because > > > they will have the same name as the vanilla-kernel modules. It is > > > important to compile them in you kernel beforehand in order to have > > > the kernel include some needed symbols." but I'll look for at the > > > link that you give me. > > > > When you install usb-rndis-lite (after checking it out with svn and > > compiling it), you may find that the modules have the same name as > > those which were compiled from kernel sources. usb-rndis-lite will put > > its module in /lib/modules/$(uname -r)/extra, I think. Because the > > kernel puts its own modules in /lib/modules/.../kernel/driver/usb/net > > (or similar, can't check right now), there will be a naming collision. > > This might lead into a situation where the new usb-rndis-lite drivers > > are never loaded because the kernel's own drivers are loaded first. > > However, the kernel's own driver don't support WM5 right now, AFAIK. > > > > > Other thing, I use dccm bc occm isn't provided by Gentoo distrib... > > > > odccm will be available from subversion. I think it is definately > > preferred over the others. > > > > > I thank you, and I'll try this soon! Do you think I must unmerge my > > > synce previous installation before to use subversion ? Or the > > > subversion compilation scratchs my present installation ? > > > > It will probably work, but watch out to always call the right utility. > > Maybe you'll run into problems with the concurrent versions of > > librapi/libsynce/synce. > > > > Just ask if you run into problems during following the wiki's recipe! > > > > -hwh > > -- > > gentoo-user@gentoo.org mailing list > > > > > Thanks!! > After the subversion install I'll install again all necessary package to > be sure! > I'll make a feed back ;-) > > Regards > Arno > > -- > Arnaud FARINE After installed programs from subversion. I launch odccm and I obtain the following message : "error while loading shared libraries: libdbus-1.so.2 cannot open share object file: No such file pr directory Could you help me ? Arnaud -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 3940 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-01 17:40 ` Arnaud FARINE @ 2007-03-01 17:59 ` Bo Ørsted Andresen 2007-03-01 18:08 ` Arnaud FARINE 0 siblings, 1 reply; 21+ messages in thread From: Bo Ørsted Andresen @ 2007-03-01 17:59 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 377 bytes --] On Thursday 01 March 2007 18:40:32 Arnaud FARINE wrote: > After installed programs from subversion. I launch odccm and I obtain the > following message : > "error while loading shared libraries: libdbus-1.so.2 cannot open share > object file: No such file pr directory > > Could you help me ? http://www.gentoo.org/doc/en/gentoolkit.xml#doc_chap4 -- Bo Andresen [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-01 17:59 ` Bo Ørsted Andresen @ 2007-03-01 18:08 ` Arnaud FARINE 2007-03-01 20:18 ` Arnaud FARINE 0 siblings, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-01 18:08 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 624 bytes --] On 3/1/07, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote: > > On Thursday 01 March 2007 18:40:32 Arnaud FARINE wrote: > > After installed programs from subversion. I launch odccm and I obtain > the > > following message : > > "error while loading shared libraries: libdbus-1.so.2 cannot open share > > object file: No such file pr directory > > > > Could you help me ? > > http://www.gentoo.org/doc/en/gentoolkit.xml#doc_chap4 > > -- > Bo Andresen > > Thanks, I found it after I sent my email. I've problem with openoffice to rebuild but I'm on the good way ;-) Wait and see :-) -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 1025 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-01 18:08 ` Arnaud FARINE @ 2007-03-01 20:18 ` Arnaud FARINE [not found] ` <20070302124601.0d6fe23e.hilse@web.de> 0 siblings, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-01 20:18 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1234 bytes --] On 3/1/07, Arnaud FARINE <arnaud.farine@gmail.com> wrote: > > > > On 3/1/07, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote: > > > > On Thursday 01 March 2007 18:40:32 Arnaud FARINE wrote: > > > After installed programs from subversion. I launch odccm and I obtain > > the > > > following message : > > > "error while loading shared libraries: libdbus-1.so.2 cannot open > > share > > > object file: No such file pr directory > > > > > > Could you help me ? > > > > http://www.gentoo.org/doc/en/gentoolkit.xml#doc_chap4 > > > > -- > > Bo Andresen > > > > > Thanks, I found it after I sent my email. I've problem with openoffice to > rebuild but I'm on the good way ;-) > > Wait and see :-) > > -- > Arnaud FARINE > Ok now all seems OK but... I launch odccm I plug my pda and it displays usb connection... When I make a pstatus this responds me that there isn't device connected :-( On synce gentoo it specify to change the usb activsync parameter to rndis...but I don't have this option on my device! It is forced to usb. When odccm is launched and my device is connected, I can"t modify the activsync parameter (so it seems really connected). Thanks again ! Arnaud -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 2136 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
[parent not found: <20070302124601.0d6fe23e.hilse@web.de>]
[parent not found: <934e29750703020355t5eb09211t5c0871a2aa3e724a@mail.gmail.com>]
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver [not found] ` <934e29750703020355t5eb09211t5c0871a2aa3e724a@mail.gmail.com> @ 2007-03-02 12:10 ` Hans-Werner Hilse 2007-03-02 12:28 ` Arnaud FARINE 0 siblings, 1 reply; 21+ messages in thread From: Hans-Werner Hilse @ 2007-03-02 12:10 UTC (permalink / raw To: gentoo-user Hi, On Fri, 2 Mar 2007 12:55:33 +0100 "Arnaud FARINE" <arnaud.farine@gmail.com> wrote: > yesterday I worked late!! And it has worked! Hurray! > Otherwise, what tools are you using to synchronize (if you had tested > some products, perhaps are you a preference)? I use Kontact and my > gentoo is installed with KDE. I'm in the lucky (ahem, errrr) situation to be forced to use an MS Exchange server at work for mails, contacts, calendar. The WM5 can synchronize directly to that server, so I'm not using any synchronization software, I just use the connection for the desktop-pass-through (forwarding an internet connection) and file transfer. But reading the last entries on the synce-windowsmobile5 mailing list, there seems to be big progress on synchronization with the KDE suite. I really suggest to read up on the february postings on that list, especially those by "Dr J A Gow", who made tremendous efforts. -hwh -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-02 12:10 ` Hans-Werner Hilse @ 2007-03-02 12:28 ` Arnaud FARINE 2007-03-03 8:21 ` Arnaud FARINE 0 siblings, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-02 12:28 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1107 bytes --] On 3/2/07, Hans-Werner Hilse <hilse@web.de> wrote: > > Hi, > > On Fri, 2 Mar 2007 12:55:33 +0100 "Arnaud FARINE" > <arnaud.farine@gmail.com> wrote: > > > yesterday I worked late!! And it has worked! > > Hurray! > > > Otherwise, what tools are you using to synchronize (if you had tested > > some products, perhaps are you a preference)? I use Kontact and my > > gentoo is installed with KDE. > > I'm in the lucky (ahem, errrr) situation to be forced to use an MS > Exchange server at work for mails, contacts, calendar. The WM5 can > synchronize directly to that server, so I'm not using any > synchronization software, I just use the connection for the > desktop-pass-through (forwarding an internet connection) and file > transfer. > > But reading the last entries on the synce-windowsmobile5 mailing list, > there seems to be big progress on synchronization with the KDE suite. I > really suggest to read up on the february postings on that list, > especially those by "Dr J A Gow", who made tremendous efforts. > > -hwh > -- > gentoo-user@gentoo.org mailing list > > Ok best thanks ! -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 1575 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-02 12:28 ` Arnaud FARINE @ 2007-03-03 8:21 ` Arnaud FARINE 2007-03-04 23:38 ` Iain Buchanan 0 siblings, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-03 8:21 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1675 bytes --] On 3/2/07, Arnaud FARINE <arnaud.farine@gmail.com> wrote: > > > > On 3/2/07, Hans-Werner Hilse <hilse@web.de> wrote: > > > > Hi, > > > > On Fri, 2 Mar 2007 12:55:33 +0100 "Arnaud FARINE" > > <arnaud.farine@gmail.com> wrote: > > > > > yesterday I worked late!! And it has worked! > > > > Hurray! > > > > > Otherwise, what tools are you using to synchronize (if you had tested > > > some products, perhaps are you a preference)? I use Kontact and my > > > gentoo is installed with KDE. > > > > I'm in the lucky (ahem, errrr) situation to be forced to use an MS > > Exchange server at work for mails, contacts, calendar. The WM5 can > > synchronize directly to that server, so I'm not using any > > synchronization software, I just use the connection for the > > desktop-pass-through (forwarding an internet connection) and file > > transfer. > > > > But reading the last entries on the synce-windowsmobile5 mailing list, > > there seems to be big progress on synchronization with the KDE suite. I > > really suggest to read up on the february postings on that list, > > especially those by "Dr J A Gow", who made tremendous efforts. > > > > -hwh > > -- > > gentoo-user@gentoo.org mailing list > > > > > Ok best thanks ! > > -- > Arnaud FARINE > Grrr! I had a Palm and it was more simple to synchronize with linux! Palm I miss you !!! After installed all lib from subversion, when I try to emerge libopensync-plugin-synce (or I try to compile it directly from subversion) I obtain the same message when configure is running : can't find synce library !!! I find some synce lib in /usr/lib and /usr/local/lib I don't understand! Can you help me Regards -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 2738 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-03 8:21 ` Arnaud FARINE @ 2007-03-04 23:38 ` Iain Buchanan 2007-03-05 8:17 ` Arnaud FARINE 0 siblings, 1 reply; 21+ messages in thread From: Iain Buchanan @ 2007-03-04 23:38 UTC (permalink / raw To: gentoo-user On Sat, 2007-03-03 at 09:21 +0100, Arnaud FARINE wrote: > After installed all lib from subversion, when I try to emerge > libopensync-plugin-synce (or I try to compile it directly from > subversion) I obtain the same message when configure is running : > can't find synce library !!! > > I find some synce lib in /usr/lib and /usr/local/lib this is because you need to specify to configure where you installed the library. Have a look at the wiki: http://www.synce.org/index.php/Building_SynCE_with_Windows_Mobile_2005_support_from_Subversion running export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ before ./configure usually does the trick. HTH, -- Iain Buchanan <iaindb at netspace dot net dot au> Monday is an awful way to spend one seventh of your life. -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-04 23:38 ` Iain Buchanan @ 2007-03-05 8:17 ` Arnaud FARINE 2007-03-06 23:15 ` Iain Buchanan 0 siblings, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-05 8:17 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1400 bytes --] OK!! Hans, All is working since saturday ;-) Now my problem is to synchronize Kontact with my app. I follows instruction given by Synce Wiki and OpenSync Web site...(3 lines on the web site!!)....But it doesn't sync. => If you have a link to explain better the process, think to me ;-) One note : le delay between the moment where I connect my PDA and the moment where the odccm reconizes it it's very long, but it isn't a real problem ;-) Best regards Arnaud On 3/5/07, Iain Buchanan <iaindb@netspace.net.au> wrote: > > On Sat, 2007-03-03 at 09:21 +0100, Arnaud FARINE wrote: > > > After installed all lib from subversion, when I try to emerge > > libopensync-plugin-synce (or I try to compile it directly from > > subversion) I obtain the same message when configure is running : > > can't find synce library !!! > > > > I find some synce lib in /usr/lib and /usr/local/lib > > this is because you need to specify to configure where you installed the > library. Have a look at the wiki: > > http://www.synce.org/index.php/Building_SynCE_with_Windows_Mobile_2005_support_from_Subversion > > running > export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ > before ./configure usually does the trick. > > HTH, > -- > Iain Buchanan <iaindb at netspace dot net dot au> > > Monday is an awful way to spend one seventh of your life. > > -- > gentoo-user@gentoo.org mailing list > > -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 1976 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-05 8:17 ` Arnaud FARINE @ 2007-03-06 23:15 ` Iain Buchanan 2007-03-07 7:51 ` Arnaud FARINE 0 siblings, 1 reply; 21+ messages in thread From: Iain Buchanan @ 2007-03-06 23:15 UTC (permalink / raw To: gentoo-user On Mon, 2007-03-05 at 09:17 +0100, Arnaud FARINE wrote: > OK!! Hans, All is working since saturday ;-) > > Now my problem is to synchronize Kontact with my app. > I follows instruction given by Synce Wiki and OpenSync Web site...(3 > lines on the web site!!)....But it doesn't sync. > => If you have a link to explain better the process, think to me ;-) > > One note : le delay between the moment where I connect my PDA and the > moment where the odccm reconizes it it's very long, but it isn't a > real problem ;-) you'll probably get more help on the synce ml or synce-windowsmobile5 ml. There are few synce experts, and that's where they all seem to be :) HTH, -- Iain Buchanan <iaindb at netspace dot net dot au> A committee is a group that keeps the minutes and loses hours. -- Milton Berle -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-06 23:15 ` Iain Buchanan @ 2007-03-07 7:51 ` Arnaud FARINE 2007-03-07 13:02 ` Iain Buchanan 0 siblings, 1 reply; 21+ messages in thread From: Arnaud FARINE @ 2007-03-07 7:51 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 1127 bytes --] On 3/7/07, Iain Buchanan <iaindb@netspace.net.au> wrote: > > On Mon, 2007-03-05 at 09:17 +0100, Arnaud FARINE wrote: > > OK!! Hans, All is working since saturday ;-) > > > > Now my problem is to synchronize Kontact with my app. > > I follows instruction given by Synce Wiki and OpenSync Web site...(3 > > lines on the web site!!)....But it doesn't sync. > > => If you have a link to explain better the process, think to me ;-) > > > > One note : le delay between the moment where I connect my PDA and the > > moment where the odccm reconizes it it's very long, but it isn't a > > real problem ;-) > > > you'll probably get more help on the synce ml or synce-windowsmobile5 > ml. There are few synce experts, and that's where they all seem to > be :) > > HTH, > -- > Iain Buchanan <iaindb at netspace dot net dot au> > > A committee is a group that keeps the minutes and loses hours. > -- Milton Berle > > -- > gentoo-user@gentoo.org mailing list > > I've post a message to the Sourceforge forum. I hope that I'll obtain information. The Synce ML seems out! Isn't it ? Best regards, Arnaud -- Arnaud FARINE [-- Attachment #2: Type: text/html, Size: 1679 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Synce and gentoo : crash RAPI driver 2007-03-07 7:51 ` Arnaud FARINE @ 2007-03-07 13:02 ` Iain Buchanan 0 siblings, 0 replies; 21+ messages in thread From: Iain Buchanan @ 2007-03-07 13:02 UTC (permalink / raw To: gentoo-user On Wed, 2007-03-07 at 08:51 +0100, Arnaud FARINE wrote: > I've post a message to the Sourceforge forum. I hope that I'll obtain > information. all forum posts are forwarded on to the appropriate mailing lists. > The Synce ML seems out! Isn't it ? what do you mean by "out"? the synce mailing list is still active, but even more active is the synce-windowsmobile5@lists.sourceforge.net - your question might not be wm5 specific, but no doubt someone there can help! HTH, -- Iain Buchanan <iaindb at netspace dot net dot au> Hard work never killed anybody, but why take a chance? -- Charlie McCarthy -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 21+ messages in thread
* [gentoo-user] Way to sync emails with SynCE? 2007-03-01 13:21 ` Hans-Werner Hilse 2007-03-01 13:40 ` Arnaud FARINE @ 2007-06-19 19:49 ` Roman Naumann 2007-06-20 3:05 ` Iain Buchanan 1 sibling, 1 reply; 21+ messages in thread From: Roman Naumann @ 2007-06-19 19:49 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: text/plain, Size: 738 bytes --] Hi, I can already sync contacts (although raki crashes if I attempt to sync the contacts), tasks and appointments since yesterday. The main reason of installing SynCE was to sync my emails, however, I can't find an option in the configuration menu of raki. Google's just giving me dozens of howtos how to sync my contacts etc. Does anyone know a way to sync emails between Kontact and a pocket pc? Of course, I will post my solution here if there is any and I am the lucky one who finds it. Best regards, Namor ps.: Is it maybe multisync? The current gentoo build (...414-r4) crashes, so I had to install it manually from the svn/cvs/whatever if it really was the solution, respectively not if it isn't. :-) [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [gentoo-user] Way to sync emails with SynCE? 2007-06-19 19:49 ` [gentoo-user] Way to sync emails with SynCE? Roman Naumann @ 2007-06-20 3:05 ` Iain Buchanan 0 siblings, 0 replies; 21+ messages in thread From: Iain Buchanan @ 2007-06-20 3:05 UTC (permalink / raw To: gentoo-user On Tue, 2007-06-19 at 21:49 +0200, Roman Naumann wrote: > Hi, [snip] > Does anyone know a way to sync emails between Kontact and a pocket pc? WM2003 or WM2005? Probably not, in either case ;) There are some synce ebuilds in synce svn (which you can get from layman) which you might want to look at. First though, you might want to check on the synce-users list if this feature is even supported (I don't think so). As yet, I think they only have file, contact, todo, and calendar sync support... HTH, -- Iain Buchanan <iaindb at netspace dot net dot au> To a Californian, the basic difference between the people and the pigeons in New York is that the pigeons don't shit on each other. -- From "East vs. West: The War Between the Coasts -- gentoo-user@gentoo.org mailing list ^ permalink raw reply [flat|nested] 21+ messages in thread
end of thread, other threads:[~2007-06-20 3:17 UTC | newest] Thread overview: 21+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2007-03-01 11:23 [gentoo-user] Synce and gentoo : crash RAPI driver Arnaud FARINE 2007-03-01 12:08 ` Hans-Werner Hilse 2007-03-01 12:21 ` Arnaud FARINE 2007-03-01 13:21 ` Hans-Werner Hilse 2007-03-01 13:40 ` Arnaud FARINE 2007-03-01 13:52 ` Hans-Werner Hilse 2007-03-01 14:03 ` Arnaud FARINE 2007-03-01 17:40 ` Arnaud FARINE 2007-03-01 17:59 ` Bo Ørsted Andresen 2007-03-01 18:08 ` Arnaud FARINE 2007-03-01 20:18 ` Arnaud FARINE [not found] ` <20070302124601.0d6fe23e.hilse@web.de> [not found] ` <934e29750703020355t5eb09211t5c0871a2aa3e724a@mail.gmail.com> 2007-03-02 12:10 ` Hans-Werner Hilse 2007-03-02 12:28 ` Arnaud FARINE 2007-03-03 8:21 ` Arnaud FARINE 2007-03-04 23:38 ` Iain Buchanan 2007-03-05 8:17 ` Arnaud FARINE 2007-03-06 23:15 ` Iain Buchanan 2007-03-07 7:51 ` Arnaud FARINE 2007-03-07 13:02 ` Iain Buchanan 2007-06-19 19:49 ` [gentoo-user] Way to sync emails with SynCE? Roman Naumann 2007-06-20 3:05 ` Iain Buchanan
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox