Date: Sat, 16 Dec 2006 02:53:55 +0100 From: Armin Arh <armin@pubbox.net> To: freebsd-questions@freebsd.org Subject: Re: Palm Tx + jpilot Message-ID: <20061216015355.GF826@pubbox.net> In-Reply-To: <20061216013306.GE826@pubbox.net> References: <20061215045920.GA708@pubbox.net> <200612150117.01446.amistry@am-productions.biz> <20061215062326.GD708@pubbox.net> <44wt4tmbje.fsf@be-well.ilk.org> <20061216011648.GC826@pubbox.net> <20061216013306.GE826@pubbox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061216015355.GF826>