Discussion:
Using SynCE without hal
Patrick Trübe
2010-08-12 14:14:36 UTC
Permalink
I've installed SynCE on Gentoo over the portage overlay synce. Hal-useflag is disabled and hal not installed on the system. When I connect my HTC Touch Pro2 with the desktop the usb-device is recognized and the right drivers are loaded

[ 2636.547259] usb 1-8: New USB device found, idVendor=0bb4, idProduct=0b2f
[ 2636.547264] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2636.547268] usb 1-8: Product: Generic RNDIS
[ 2636.547271] usb 1-8: Manufacturer: HTC
[ 2636.547274] usb 1-8: SerialNumber: 3fbf5000-7351-0801-3588-450202844240
[ 2636.547386] usb 1-8: usb_probe_device
[ 2636.547392] usb 1-8: configuration #1 chosen from 1 choice
[ 2636.550760] usb 1-8: adding 1-8:1.0 (config #1, interface 0)
[ 2636.550827] rndis_host 1-8:1.0: usb_probe_interface
[ 2636.550831] rndis_host 1-8:1.0: usb_probe_interface - got id
[ 2636.652240] rndis_host 1-8:1.0: RNDIS_MSG_QUERY(0x00010202) failed, -47
[ 2636.673299] rndis_host 1-8:1.0: eth1: register 'rndis_host' at usb-0000:00:13.5-8, RNDIS device, 80:00:60:0f:e8:00


lsmod
Module                  Size  Used by
rndis_host              6788  0
cdc_ether               4545  1 rndis_host
usbnet                 17867  2 rndis_host,cdc_ether

but a already started sync-engine-instance remains in silence:

2010-08-12 16:11:11,246 DEBUG syncengine : running main loop
2010-08-12 16:11:11,246 DEBUG syncengine : creating SyncEngine object
2010-08-12 16:11:11,259 INFO engine.syncengine.kernel : __init__: exception org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Hal was not provided by any .service files
2010-08-12 16:11:11,259 DEBUG syncengine : installing signal handlers

Is there a version of SynCE that can used without HAL or maybe is my configuration wrong?

Thanks in advance,
Patrick Trübe
Mark Ellis
2010-08-12 20:52:38 UTC
Permalink
Post by Patrick Trübe
Is there a version of SynCE that can used without HAL or maybe is my configuration wrong?
No, not yet.
Post by Patrick Trübe
Thanks in advance,
Patrick TrÃŒbe
Stéphane Guedon
2010-08-12 21:08:13 UTC
Permalink
Post by Patrick Trübe
I've installed SynCE on Gentoo over the portage overlay synce. Hal-useflag
is disabled and hal not installed on the system. When I connect my HTC
Touch Pro2 with the desktop the usb-device is recognized and the right
drivers are loaded
[ 2636.547259] usb 1-8: New USB device found, idVendor=0bb4, idProduct=0b2f
[ 2636.547264] usb 1-8: New USB device strings: Mfr=1, Product=2,
SerialNumber=3 [ 2636.547268] usb 1-8: Product: Generic RNDIS
[ 2636.547271] usb 1-8: Manufacturer: HTC
[ 2636.547274] usb 1-8: SerialNumber: 3fbf5000-7351-0801-3588-450202844240
[ 2636.547386] usb 1-8: usb_probe_device
[ 2636.547392] usb 1-8: configuration #1 chosen from 1 choice
[ 2636.550760] usb 1-8: adding 1-8:1.0 (config #1, interface 0)
[ 2636.550827] rndis_host 1-8:1.0: usb_probe_interface
[ 2636.550831] rndis_host 1-8:1.0: usb_probe_interface - got id
[ 2636.652240] rndis_host 1-8:1.0: RNDIS_MSG_QUERY(0x00010202) failed, -47
[ 2636.673299] rndis_host 1-8:1.0: eth1: register 'rndis_host' at
usb-0000:00:13.5-8, RNDIS device, 80:00:60:0f:e8:00
lsmod
Module Size Used by
rndis_host 6788 0
cdc_ether 4545 1 rndis_host
usbnet 17867 2 rndis_host,cdc_ether
2010-08-12 16:11:11,246 DEBUG syncengine : running main loop
2010-08-12 16:11:11,246 DEBUG syncengine : creating SyncEngine object
2010-08-12 16:11:11,259 INFO engine.syncengine.kernel : __init__: exception
org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Hal
was not provided by any .service files 2010-08-12 16:11:11,259 DEBUG
syncengine : installing signal handlers
Is there a version of SynCE that can used without HAL or maybe is my configuration wrong?
Thanks in advance,
Patrick Trübe
---------------------------------------------------------------------------
--- This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
SynCE-Users mailing list
https://lists.sourceforge.net/lists/listinfo/synce-users
I am writing to you because I am trying to setup synce on gentoo, and I
can't...
Which doc did you use to install your softwares ?
--
Stéphane Guedon
page web : http://www.22decembre.eu/
carte de visite : http://www.22decembre.eu/downloads/Stephane-Guedon.vcf
clé publique gpg : http://www.22decembre.eu/downloads/Stephane-Guedon.asc
Patrick Trübe
2010-08-15 10:14:32 UTC
Permalink
Post by Mark Ellis
No, not yet.
Well, but there is a Gentoo useflag called "hal" inapp-pda/synce-0.14? What is the use of this one?

If I understand older postings correctly there was a daemon called odccm which was replaced by hal?
Which is the latest version of synce supporting odccm?

Kind regards,
Patrick Trübe
Mark Ellis
2010-08-15 20:06:25 UTC
Permalink
Post by Patrick Trübe
Post by Mark Ellis
No, not yet.
Well, but there is a Gentoo useflag called "hal" inapp-pda/synce-0.14? What is the use of this one?
If I understand older postings correctly there was a daemon called odccm which was replaced by hal?
Which is the latest version of synce supporting odccm?
odccm has been deprecated longer than hal, and it also uses hal too, but
it should still work. Just because hal is deprecated doesn't mean you
can't use it.
Post by Patrick Trübe
Kind regards,
Patrick TrÃŒbe
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
SynCE-Users mailing list
https://lists.sourceforge.net/lists/listinfo/synce-users
Loading...