wisu
July 21st, 2005, 10:16 PM
Refering to this nice HOWTO: Pocket PC Syncing with Evolution, and having bad experience syncing via cable specially with the hotplug scripts.
I got my self a bluetooth dongle, it costs the same as a retractable sync cable. And here is how I got it up and running
This howto uses a Bluetooth serial ports for connection.
1. Follow HOWTO: Pocket PC Syncing with Evolution
http://ubuntuforums.org/showthread.php?t=30936 additionally since I use Kubuntu, I added synce-kde
2. Install the following packages (personally I use kynaptic)
bluez-hcidump
bluez-pin
bluez-utils
3. Plugin the bluetooth dongle and verify that (k)ubuntu likes it
dmesg | grep Blue
output should look something like this
Bluetooth: Core ver 2.7
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: HCI USB driver ver 2.7
Bluetooth: L2CAP ver 2.7
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM ver 1.5
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
4. Edit file "/etc/bluetooth/hcid.conf"
change "Local device class" to either
0x104 (workstation)
0x108 (server)
0x10c (laptop)
5. Create file /etc/ppp/peers/dun
nodefaultroute
noauth
local
192.168.131.102:192.168.131.201
ms-dns (your dns)
linkname synce-device
6. start the dund daemon,
sudo dund --listen --msdun call dun
7. Register Serial Profile
sudo sdptool add SP
8. Create a connection to your pocket pc, you first must have an existing partnership (previous howto) and make sure dccm is running.
Then on the Pocket PC goto Bluetooth Manager >> New >> ActiveSync via Bluetooth, follow the GUI to discover you Box and check the "ActiveSync partner" checkbox
To connect the device, goto Bluetooth Manager and tap hold on the ActiveSync shortcut, choose connect. To disconnect tap hold the ActiveSync shortcut and choose disconnect.
Since i use synce-kde, raki will play the famous connect tone once bluetooth connection is established or disconnected.
Upon connection, I use multisync to sync with Ximian Evolution 2. And I browse contents of my Pocket PC from my Kubuntu Box.
The synce-serial-start/abort command is no longer required.
don't forget to start the following commands upon boot
/usr/bin/dund --listen --msdun call dun
/usr/bin/sdptool add SP
/usr/bin/dccm (not necessary if using raki)
Look Ma... No cables...
Now Pocket PC-ing with linux is much more enjoyable....
:)
I got my self a bluetooth dongle, it costs the same as a retractable sync cable. And here is how I got it up and running
This howto uses a Bluetooth serial ports for connection.
1. Follow HOWTO: Pocket PC Syncing with Evolution
http://ubuntuforums.org/showthread.php?t=30936 additionally since I use Kubuntu, I added synce-kde
2. Install the following packages (personally I use kynaptic)
bluez-hcidump
bluez-pin
bluez-utils
3. Plugin the bluetooth dongle and verify that (k)ubuntu likes it
dmesg | grep Blue
output should look something like this
Bluetooth: Core ver 2.7
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: HCI USB driver ver 2.7
Bluetooth: L2CAP ver 2.7
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM ver 1.5
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
4. Edit file "/etc/bluetooth/hcid.conf"
change "Local device class" to either
0x104 (workstation)
0x108 (server)
0x10c (laptop)
5. Create file /etc/ppp/peers/dun
nodefaultroute
noauth
local
192.168.131.102:192.168.131.201
ms-dns (your dns)
linkname synce-device
6. start the dund daemon,
sudo dund --listen --msdun call dun
7. Register Serial Profile
sudo sdptool add SP
8. Create a connection to your pocket pc, you first must have an existing partnership (previous howto) and make sure dccm is running.
Then on the Pocket PC goto Bluetooth Manager >> New >> ActiveSync via Bluetooth, follow the GUI to discover you Box and check the "ActiveSync partner" checkbox
To connect the device, goto Bluetooth Manager and tap hold on the ActiveSync shortcut, choose connect. To disconnect tap hold the ActiveSync shortcut and choose disconnect.
Since i use synce-kde, raki will play the famous connect tone once bluetooth connection is established or disconnected.
Upon connection, I use multisync to sync with Ximian Evolution 2. And I browse contents of my Pocket PC from my Kubuntu Box.
The synce-serial-start/abort command is no longer required.
don't forget to start the following commands upon boot
/usr/bin/dund --listen --msdun call dun
/usr/bin/sdptool add SP
/usr/bin/dccm (not necessary if using raki)
Look Ma... No cables...
Now Pocket PC-ing with linux is much more enjoyable....
:)