SynCE Upgrade Guide
This guide lists notes for upgrading SynCE packages that may require special action before using a new version.
sync-engine
applies to
- upgrading from 0.10 to 0.11 or newer
- upgrading from svn before 19-12-2007 to newer
instructions
- re-create the .synce directory
- backup ~/.synce/config.xml
mv ~/.synce/config.xml ~/
- delete the contents of your ~/.synce directory including the partnerships subdirectory
rm -rf ~/.synce
- re-create ~/.synce/ and place config.xml back in there
mkdir ~/.synce && mv ~/config.xml ~/.synce
- backup ~/.synce/config.xml
- re-create msynctool groups
- find the group name {{{$ msynctool --listgroups
Available groups: synce-sync}}}
- delete the group
msynctool --delgroup synce-sync
re-create the group according to SynceSetup/OpenSync
Linux kernel
applies to
- upgrading kernel versions
instructions
This depends on how you've installed the rndis module.
usb-rndis-* packages
- rebuild the package according to your original installation instructions.
kernel patch
patch your new kernel. The [http://synce.svn.sourceforge.net/svnroot/synce/trunk/patches/linux-2.6.22-rndis_host-wm5.patch linux-2.6.22-rndis_host-wm5.patch] also works for 2.6.23 kernels
run make && make modules && sudo make modules_install
Following updating your kernel, you need to either reboot, or reload the modules (order is important):
- {{{sudo modprobe -r rndis_host cdc_ether usbnet
sudo modprobe cdc_ether usbnet rndis_host }}}
There is no further upgrade information at this time.
