From owner-freebsd-stable Thu Aug 22 5:23:37 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B13237B400 for ; Thu, 22 Aug 2002 05:23:34 -0700 (PDT) Received: from gravy.kishka.net (pool-151-197-250-166.phil.east.verizon.net [151.197.250.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF5643E75 for ; Thu, 22 Aug 2002 05:23:33 -0700 (PDT) (envelope-from bleez@bellatlantic.net) Received: from localhost (localhost [127.0.0.1]) by gravy.kishka.net (8.12.5/8.12.5) with ESMTP id g7MCNWjU090229 for ; Thu, 22 Aug 2002 08:23:32 -0400 (EDT) (envelope-from bleez@bellatlantic.net) Date: Thu, 22 Aug 2002 08:23:32 -0400 (EDT) From: Bryan Liesner X-X-Sender: root@gravy.kishka.net To: freebsd-stable@freebsd.org Subject: USB MFC (ucom, uvisor) Message-ID: <20020822075852.R90208-100000@gravy.kishka.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just an FYI: After looking into it a bit further, I did manage to get ucom/uvisor working. I am now using the serial only ports of pilot-link and jpilot with my Handspring over USB. My mistake was the minor device number. I initially made the device cuaU0 with 138,0 as the major/minor numbers. After looking at the cuaa* major/minor numbers, I saw that the minor numbers start at 128. So, 'mknod cuaU0 c 138 128' is the ticket here... -- ========================================================== = Bryan D. Liesner LeezSoft Communications, Inc. = = A subsidiary of LeezSoft Inc. = = bleez@bellatlantic.net Home of the Gipper = ========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message