From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 17:15:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 EC42F16A41F for ; Fri, 23 Dec 2005 17:15:16 +0000 (GMT) (envelope-from dwinner-lists@att.net) Received: from mail1.utrs.com (mail1.utrs.com [146.145.216.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5C843D5E for ; Fri, 23 Dec 2005 17:15:16 +0000 (GMT) (envelope-from dwinner-lists@att.net) Received: from [10.10.100.22] [216.113.237.29] by mail1.utrs.com with ESMTP (SMTPD-9.00) id A0B204E0; Fri, 23 Dec 2005 12:15:30 -0500 Message-ID: <43AC309F.7000608@att.net> Date: Fri, 23 Dec 2005 12:15:11 -0500 From: DW User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051223) 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 Subject: Palm (Zire) and /dev/ucom0 on 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dwinner-lists@att.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 17:15:17 -0000 Hello all, Has something changed in release-6.0 that affects usb communication with a palm/zire? Here is what I have done from 5.2.1-5.4 to get my zire to sync with Jpilot: 1. add to my kernel: device ucom device uvisor 2. Add to /etc/defaults/devfs.rules: [devfsrules_palm=100] add path 'ucom*' group operator mode 0666 3. Add to /etc/rc.conf devfs_enable="YES" devfs_system_ruleset="devfsrules_palm" I do all this on my new 6.0 machine. When I hit the sync button on zire, I get the expected dmesg output (detecting the palm device), but there is no /dev/ucom0 device in /dev. Why? Does anybody know what I need to do or can you point me to the docs that will explain this to me? Thanks a bunch, DW