From owner-freebsd-questions@FreeBSD.ORG Mon May 10 21:55:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D893316A4CE for ; Mon, 10 May 2004 21:55:25 -0700 (PDT) Received: from mailsmtp01.sjc02.opsource.net (mailsmtp01.sjc02.opsource.net [209.34.95.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE6F843D45 for ; Mon, 10 May 2004 21:55:24 -0700 (PDT) (envelope-from victor@opsource.net) Received: from opsource.net (dsl027-177-056.sfo1.dsl.speakeasy.net [216.27.177.56]) (authenticated bits=0)i4B4tOVw008184 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 10 May 2004 21:55:24 -0700 Message-ID: <40A05CDD.1040303@opsource.net> Date: Mon, 10 May 2004 21:55:57 -0700 From: Victor Gregorio User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040408 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned-By: ClamAV Subject: USB Palm Devices & gpilotd (via Evolution) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 04:55:26 -0000 Hey folks, has anyone had any success with USB Palm devices and gpilotd? I have a Sony Clie PEG-T615C and an IBM-R40 laptop running 5.2.1-RELEASE-p5 with an updated ports tree. Package information... $ pkg_version -v | grep pilot gnomepilot2-2.0.10_2 = up-to-date with port pilot-link-0.11.8_3 = up-to-date with port $ pkg_version -v | grep evolution evolution-1.4.6_1 = up-to-date with port The device comes up as ucom0 after compiling the kernel with uvisor support. It was registering as ugen0 before the kernel update. /var/log/messages... kernel: ucom0: Palm, Inc. Palm Handheld, rev 1.00/1.00, addr 3 gpilotd-control-panel starts OK.. $ gpilotd-control-applet ** Message: Unable to load host id information, assuming unset ** Message: No pilot userid/username information located ** Message: Unable to load pilot id/username, assuming unset ** Message: No pilot cradle information located ** Message: Unable to load pilot cradle info, assuming unset gpilotd-Message: Activating object OAFIID:GNOME_Pilot_Daemon ** Message: Unable to load host id information, assuming unset ** Message: No pilot userid/username information located ** Message: Unable to load pilot id/username, assuming unset ** Message: No pilot cradle information located ** Message: Unable to load pilot cradle info, assuming unset ** Message: Unable to load host id information, assuming unset ** Message: No pilot userid/username information located ** Message: Unable to load pilot id/username, assuming unset ** Message: No pilot cradle information located ** Message: Unable to load pilot cradle info, assuming unset When I attempt to connect to the device from the GUI using "USB", the GUI errors with: "Failed sending request to gpilotd" And the terminal spits out this error: (gpilotd-control-applet:74662): gpilotd-WARNING **: gnome-pilot-client.gob:851: Caught exception: IDL:omg.org/CORBA/COMM_FAILURE:1.0 Further attempts to connect to the device produces more gpilotd-WARNINGS about IDL:omg.org/CORBA/COMM_FAILURE:1.0. My IDL libraries are up to date... $ pkg_version -v | grep -i idl libIDL-0.8.3_2 = up-to-date with port Any advice on where to look next would be appreciated. Thanks, Victor.