From owner-freebsd-mobile Fri Sep 27 7:18:51 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC95637B401 for ; Fri, 27 Sep 2002 07:18:49 -0700 (PDT) Received: from mx.does.not-exist.de (mx.does.not-exist.de [62.8.147.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A9843E77 for ; Fri, 27 Sep 2002 07:18:49 -0700 (PDT) (envelope-from lists@niamodnikufesin.de) Received: from hank by mx.does.not-exist.de with local (Exim 3.36 #1) id 17uvx8-0009Oo-00 for freebsd-mobile@freebsd.org; Fri, 27 Sep 2002 16:18:46 +0200 Date: Fri, 27 Sep 2002 16:18:46 +0200 From: Hank Hampel To: freebsd-mobile@freebsd.org Subject: Re: coldsync-2.2.5 w/Palm m130 via USB ? Message-ID: <20020927141846.GA36040@warning.this.domain.does.not-exist.de> References: <200209260234.WAA07422@strange.eng.utoledo.edu> <20020927093002.GC34530@warning.this.domain.does.not-exist.de> <20020927111207.GD65085@bombur.guldan.demon.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <20020927111207.GD65085@bombur.guldan.demon.nl> User-Agent: Mutt/1.4i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Robert, Gary! On (020927), Robert Blacqui=E8re wrote: > I have tried that also but it seems my palm is just a ugen device... Sorry for a little misinformation I spread with my last message. The driver you have to use is uvisor (not ucom) which in turn presents you a device ucom0. > May be you could give also a a dmesg output?=20 Sure, here we go: Sep 27 16:06:55 piglet /kernel: ucom0: Palm, Inc. Palm Handheld, rev 1.00/1.00, addr 3 > Or give more info... > this is my output. > Kernel has : ucom, uplcom and uvscom devices/support > Sep 27 13:04:51 dori /kernel: ugen0: Palm, Inc. Palm Handheld, rev > 1.00/1.00, addr 2 It is important that you don't let the ugen driver get the device. This means you either should load uvisor (kldload uvisor) prior to pressing the sync button (for e.g. in /etc/rc.local) or you should configure usbd to load the driver (which means the first sync will fail - or at least I don't know how to do it ;). Put the following lines in /etc/usbd.conf for the second approach: device "Palm m125" vendor 0x830 product 0x0040 release 0x0100 attach "if ! kldstat -n uvisor > /dev/null 2>&1 ; then kldload uvisor; f= i" The m130 may have an other product id so check this with "usbdevs -v" and alter the above accordingly. Hope this helps a little bit more than my last message obviously did. ;-) Sincerely yours, Hank --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE9lGjFXSKk5/a79toRAlhpAJ0XrITC7y4folhNMbmMiWCsUyXFRQCePQnm e9Ww1AOXdpjuJxIlXHZ6u2o= =ZqOx -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message