From owner-freebsd-questions@FreeBSD.ORG Fri Sep 24 03:12:13 2004 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 D0D3B16A4CE for ; Fri, 24 Sep 2004 03:12:13 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75EBA43D45 for ; Fri, 24 Sep 2004 03:12:13 +0000 (GMT) (envelope-from carloscarnero@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so2405645rnk for ; Thu, 23 Sep 2004 20:12:10 -0700 (PDT) Received: by 10.38.6.75 with SMTP id 75mr1892909rnf; Thu, 23 Sep 2004 19:45:21 -0700 (PDT) Received: by 10.38.86.31 with HTTP; Thu, 23 Sep 2004 19:45:21 -0700 (PDT) Message-ID: <2cbf87d04092319454ae9307e@mail.gmail.com> Date: Thu, 23 Sep 2004 22:45:21 -0400 From: "Carlos A. Carnero Delgado" To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Linux program and serial port (5.2.1) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Carlos A. Carnero Delgado" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2004 03:12:13 -0000 Hi, I have a little program , linux native, that I've managed to run thanks to the Linux compat layer. However, this program opens the serial port ttyS1, which doesn't exist as such in 5.2.1. The question is this: how do I make this program to open the serial port? (FYI, the device it should open is a random number generator.) Thanks, Carlos.