Palm Tx + jpilot

Armin Arh armin at pubbox.net
Fri Dec 15 17:53:40 PST 2006


Finally,
This is the solution to get a Palm TX work with FBSD-6.X

load the kernel modules 'uvisor.ko', 'ucom.ko', e.g. like this:
(if not already done at boot time)
kldload uvisor
kldload ucom

In order to set up the devfs rules manually do something like this:

devfs ruleset 10
devfs rule add path cuaU* unhide mode 666

(note that 666 is fine for me, this may not suit your
 possibly more restricted environment)

For a permanent setup this can be done via /etc/devfs.rules:
#-----
[devfsrules_palm=4]
add path 'cuaU*' unhide mode 666
#-----

plus this has to be mentioned in /etc/rc.conf:
#-----
devfs_system_ruleset="devfsrules_palm"
#-----

It comes in handy to have a symlink where jpilot is searching
the handheld.

ln -s /dev/cuaU0 pilot

enjoy,
	Armin
-- 
PUBBOX Postmaster + spam-killer. Free email addresses at http://pubbox.net/


More information about the freebsd-questions mailing list