From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 07:30:50 2003 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 0B71916A4CE for ; Fri, 12 Dec 2003 07:30:50 -0800 (PST) Received: from Vitsch.net (b74143.upc-b.chello.nl [212.83.74.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id A636943D36 for ; Fri, 12 Dec 2003 07:30:45 -0800 (PST) (envelope-from Danovitsch@Vitsch.net) Received: from FreeBSD.Danovitsch.LAN (b83007.upc-b.chello.nl [212.83.83.7]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id hBCFUFXe028425; Fri, 12 Dec 2003 16:30:16 +0100 (CET) (envelope-from Danovitsch@Vitsch.net) Content-Type: text/plain; charset="iso-8859-1" From: "Daan Vreeken [PA4DAN]" To: lrh@alum.mit.edu Date: Fri, 12 Dec 2003 16:30:47 +0100 User-Agent: KMail/1.4.3 References: <200312120818.58675.lrh@alum.mit.edu> In-Reply-To: <200312120818.58675.lrh@alum.mit.edu> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200312121630.47085.Danovitsch@Vitsch.net> cc: FreeBSD-questions@FreeBSD.org Subject: Re: Serial Ports are there, but not in /dev 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: Fri, 12 Dec 2003 15:30:50 -0000 On Friday 12 December 2003 16:18, Dr. Lyman Hazelton wrote: > I have a pair of standard serial ports which show up in dmesg thus: > > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > sio1 at port 0x2f8-0x2ff irq 3 flags 0x10 on isa0 > sio1: type 16550A > > However, they don't show up as devices in /dev. Anyone have some idea > why the system might not like them, and how I can get them to show up > as devices? I have a serial PalmPilot (actually, a Kyocera phone) > I'd like to be able to use with KPilot. Thay should be in /dev, but they are called /dev/cuaa0 and /dev/cuaa1 whi= ch is=20 a bit confusing :) If you really don't have these and you are running an older version of Fr= eeBSD=20 (without devfs) you might want to try : cd /dev sh MAKEDEV cuaa0 grtz, Daan