From owner-freebsd-stable@FreeBSD.ORG Sun Feb 19 03:15:40 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F2716A420 for ; Sun, 19 Feb 2006 03:15:40 +0000 (GMT) (envelope-from lists@pingle.org) Received: from willow.pingle.org (willow.pingle.org [208.149.144.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BBB943D45 for ; Sun, 19 Feb 2006 03:15:39 +0000 (GMT) (envelope-from lists@pingle.org) Received: from localhost (unknown [127.0.0.1]) by willow.pingle.org (Postfix) with ESMTP id B64D11146B; Sat, 18 Feb 2006 22:15:38 -0500 (EST) Received: from willow.pingle.org ([127.0.0.1]) by localhost (willow.pingle.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 82512-02; Sat, 18 Feb 2006 22:15:38 -0500 (EST) Received: from [192.168.0.2] (aurora.pingle.org [209.125.59.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by willow.pingle.org (Postfix) with ESMTP id E41391143B; Sat, 18 Feb 2006 22:15:37 -0500 (EST) Message-ID: <43F7E2E0.3010402@pingle.org> Date: Sat, 18 Feb 2006 22:15:44 -0500 From: Jim Pingle User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Viktorija References: <20060219025646.b68bea86.viktorija@oic.lv> In-Reply-To: <20060219025646.b68bea86.viktorija@oic.lv> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at pingle.org Cc: freebsd-stable@freebsd.org Subject: Re: Freebsd 6.1 and Palm Tungsten C X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2006 03:15:40 -0000 Viktorija wrote: > I have following problem. I have Palm Tungsten C and FreeBSD 6.1 on my laptop. I'm trying to synhronize my palm with freebsd, but without any success. What i did: > in kernel added devices: > ucom and uvisor. > in usbd.conf: > device "Palm Handheld" > devname "ucom[0-9]+" > vendor 0x0830 > product 0x0060 > release 0x0100 > attach "ln -fs /dev/ucom0 /dev/pilot; chmod 666 /dev/ucom0" > > When i press sync button on palm, i see in messages: > Feb 19 02:50:29 blue kernel: ucom0: Palm, Inc. Palm Handheld, rev 1.00/1.00, addr 2 > > And in /dev directory i get cuaU0 and ttyU0, but not ucom0. > Ok, i saw in one message, that now ttyU0 should be used instead of ucom0, but when i'm trying: > pilot-xfer -p /dev/ttyU0 -i palm/softs/Tube/Tube2.prc > nothing happens... > > What i'm doing wrong? > Why ucom0 doesn't exist? > Maybe someone got similar problems? I have successfully been using my Tungsten C with 6.1-PRERELEASE, I have my sync software talk directly to /dev/cuaU0 and it just works, once I got the permissions straightened out. I have used pilot-xfer as well as KPilot/Kontact. I did not add any entries in usbd.conf, but I did experiment with devfs.rules for setting the permissions. Jim