From: Daniel G. <dg...@su...> - 2006-09-01 09:42:07
|
On Thursday 31 August 2006 22:37, Dr. Hans Ekkehard Plesser wrote: > work. =A0That is, Bluetooth works as long as computer and phone want to t= alk > to each other---sometimes it works, but mostly not. I don't quite get what > I need to do on the Linux side to make Bluetooth work reliably (SuSE 10.0 > on IBM ThinkPad T43p). Do you have other bluetooth devices to determine where exactly the problem = is=20 with the non-reliable bluetooth connection. Can you reproduce this with oth= er=20 devices? Is the bluetooth connection with other services reliable? For=20 example Obex. > > Note that I need to run sync-obex-client as sudo to get access to the > Bluetooth/USB device. Which permissions do I need to change where to acce= ss > these ports as normal user (or into which group do I have to put myself)? > I'd be very grateful for any advice. Root access for bluetooth connection shouldn't be required. What does syncml-obex-client return if you run syncml-obex-client as non-ro= ot=20 user? =46or usb i would recommend to add an udev rule. There is a description in = the=20 obex-client guide: http://libsyncml.opensync.org/wiki/obex-guide In section "Usage". > > I have also successfully transferred all contacts from my E70 to KDE PIM > using msynctool. I used the following configuration file for the > syncml-obex-client > > <config> > =A0 <bluetooth_address>00:12:d1:8d:3f:3b</bluetooth_address> > =A0 <bluetooth_channel>10</bluetooth_channel> > =A0 <interface>0</interface> > =A0 <identifier>PC Suite</identifier> > =A0 <version>1</version> > =A0 <wbxml>1</wbxml> > =A0 <username></username> > =A0 <password></password> > =A0 <type>5</type> > =A0 <usestringtable>1</usestringtable> > =A0 <onlyreplace>0</onlyreplace> > =A0 <recvLimit>0</recvLimit> > =A0 <maxObjSize>0</maxObjSize> > =A0 <contact_db>Contacts</contact_db> > =A0 <calendar_db></calendar_db> > =A0 <note_db></note_db> > </config> Maybe your bluetooth problem is related to the wrong configuration. The <type>5</type> means USB connection - or did you copied your usb=20 configuration? For bluetooth you should change <type> to 2. > > I set the phone to SyncML 1.1. > > I also tried synchronizing calendar and notes. =A0When I enter "Calendar"= for > the name of the calendar_db, the phone tells me "Service not available" a= nd > the synchronization hangs. =A0When I enter "Notes" for the note_db, notes= are > retrieved from the phone, but do not seem to appear in KDE Kontact. =A0On= the > other hand, lot's of vCard and vCal entries suddenly appear as notes on t= he > Phone. Maybe "calendar" in lowercase works... Thanks for reporting and testing! You can do all a favor and add your device and known configuration at: http://www.opensync.org/wiki/DeviceCompatibilityList best regards, Daniel |