Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2009 09:36:22 +0200
From:      Marc Fonvieille <blackend@freebsd.org>
To:        Tony McC <afmcc@btinternet.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problem syncing Palm TX with jpilot on FreeBSD 8.0-BETA3
Message-ID:  <20090827073622.GA1252@gothic.blackend.org>
In-Reply-To: <20090826185425.1cd3b7d9@elena>
References:  <20090826185425.1cd3b7d9@elena>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 26, 2009 at 06:54:25PM +0100, Tony McC wrote:
> Hello,
> 
> I am running FreeBSD 8.0-BETA3 amd64 and am having trouble syncing my
> Palm TX with jpilot.  This used to work with 7.2-STABLE amd64 and I
> suspect I'm just not using the usb: connection correctly but have not
> been able to find a solution by searching the archives.  
> 
> I am running a custom kernel with "device uvisor" commented out, though
> the same problem occurs if I recompile with uvisor included. 
>
[...]

First you need to have uvisor(4) loaded (compiled in the kernel or via
the loaded module).  Last uvisor(4) revision was not merged in BETA3 so
you will have to wait for the merge or directly grab it from

http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/usb/serial/uvisor.c?rev=1.12;content-type=text%2Fplain;only_with_tag=HEAD

replace you src/sys/dev/usb/serial/uvisor.c with that one and rebuild
your module/kernel

Then if you plug your device and launch Hotsync on the Palm a /dev/cuaU0
device should appear.  You should check that.
If you have jpilot installed, palm/pilot-link tools are installed (be
sure it was compiled with USB support), so once the /dev/cuaU0 device
node is created you can type:

# pilot-xfer -p /dev/cuaU0 -l

this should list the installed files on your device,

# pilot-xfer -p /dev/cuaU0 -b your_backup_dir

to backup your palm on your PC.

If these commands worked, then jpilot should work as well.

-- 
Marc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090827073622.GA1252>