From owner-freebsd-questions@FreeBSD.ORG Thu Apr 21 15:20:44 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B368216A51A for ; Thu, 21 Apr 2005 15:20:43 +0000 (GMT) Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2780043D53 for ; Thu, 21 Apr 2005 15:20:43 +0000 (GMT) (envelope-from dwinner-lists@att.net) Received: from [10.10.100.94] (unknown[216.113.237.29]) by worldnet.att.net (mtiwmhc13) with ESMTP id <20050421152104113003bgvge>; Thu, 21 Apr 2005 15:21:04 +0000 Message-ID: <4267C4C6.3050002@att.net> Date: Thu, 21 Apr 2005 11:20:38 -0400 From: Duane Winner User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: David Neu Subject: devfs.conf, permissions and dynamic devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 15:20:44 -0000 Hello all, Does anybody know of a solution for this problem: I have just acquired a new Zire 31 Palm Pilot to replace my old Palm VII, which was a serial interface. I figured out how to sync the Zire to jpilot over USB after compiling the kernel (5.3 p9) with 'device ucom' and 'device uvisor'. The problem is that because /dev/ucom0 is created and only exists when I hit the HotSync button on the Palm, putting the following lines into /etc/devfs.conf doesn't help at all: perm ucom0 0666 link ucom0 pilot link ucom0 jpilot Before I hit the Sync button in the Jpilot application, I first have to type at the console: # sudo /etc/rc.d/devfs restart It's not the end of the world, but it would be nice to simplify things a little if possible. Does anybody know of an alternate solution? Thanks, DW