|
Bugzilla – Full Text Bug Listing |
| Summary: | Gnome-pilot does not sync palm m505 or Treo 650 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Bryan Perry <bperry> |
| Component: | Other | Assignee: | Jeff Stedfast <fejj> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P2 - High | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | System Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Bryan Perry
2005-09-08 18:28:32 UTC
Is the pilot daemon running? ps ax | grep gpilotd You probably want to add the pilot applet to the panel, it will run the daemon for you. ltclient10:~ # ps ax|grep gpilotd 27498 ? S 0:00 /opt/gnome/lib/gnome-pilot/gpilotd --oaf-activate-iid=OAFIID:GNOME_Pilot_Daemon --oaf-ior-fd=59 27951 pts/1 S+ 0:00 grep gpilotd ltclient10:~ # Still unable to sync in RC3 kill gpilotd it and run it from the command line. Try to connect and see if there is any spew. ltclient10:~ # ps ax|grep gpilotd 27498 ? S 0:00 /opt/gnome/lib/gnome-pilot/gpilotd --oaf-activate-iid=OAFIID:GNOME_Pilot_Daemon --oaf-ior-fd=59 29027 pts/1 S+ 0:00 grep gpilotd ltclient10:~ # kill -9 27498 ltclient10:~ # gpilotd -bash: gpilotd: command not found ltclient10:~ # /opt/gnome/lib/gnome-pilot/gpilotd gpilotd-Message: gnome-pilot 2.0.13 starting... gpilotd-Message: compiled for pilot-link version 0.11.8 gpilotd-Message: compiled with [VFS] [USB] [IrDA] [Network] (gpilotd:29046): gpilotd-WARNING **: Number of devices is configured to 0 (gpilotd:29046): gpilotd-WARNING **: No accessible devices available (gpilotd:29046): gpilotd-WARNING **: Number of pilots is configured to 0 gpilotd-Message: Activating CORBA server gpilotd-Message: bonobo_activation_active_server_register = 0 Nothing happens when I try to sync any of the devices. Nothing is configured. gnome-pilot predates hal/dbus and is archaic. If you load the applet in the panel it should automatically ask to configure, if not right click->preferences. Having hal/dbus/g-v-m doing something smart for pilots is currently what jeff is working on. Doing tail /var/log/messages I see a bunch of this stuff when trying to sync devices: Sep 14 15:31:47 linux kernel: usb 4-1.6: new full speed USB device using ehci_hcd and address 35 Sep 14 15:31:50 linux kernel: usb 4-1.6: device descriptor read/64, error -110 Sep 14 15:32:05 linux kernel: usb 4-1.6: device descriptor read/64, error -110 Sep 14 15:32:05 linux kernel: usb 4-1.6: new full speed USB device using ehci_hcd and address 36 Sep 14 15:32:08 linux kernel: usb 4-1.6: device descriptor read/64, error -110 Sep 14 15:32:23 linux kernel: usb 4-1.6: device descriptor read/64, error -110 Sep 14 15:32:23 linux kernel: usb 4-1.6: new full speed USB device using ehci_hcd and address 37 Sep 14 15:32:34 linux kernel: usb 4-1.6: device not accepting address 37, error -110 Sep 14 15:32:34 linux kernel: usb 4-1.6: new full speed USB device using ehci_hcd and address 38 Sep 14 15:32:44 linux kernel: usb 4-1.6: device not accepting address 38, error -110 Sep 14 15:32:47 linux kernel: usb 4-1.6: new full speed USB device using ehci_hcd and address 39 Sep 14 15:32:50 linux kernel: usb 4-1.6: device descriptor read/64, error -110 ltclient10:~ # just set the default command for palm pilots to gpilotd-control-applet, so this should be fixed now |