From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from demdwug7.mediaways.net (smtp.compuserve.de [62.52.27.101]) by ozlabs.org (Postfix) with SMTP id C3691DDE2F for ; Sat, 24 Mar 2007 03:50:50 +1100 (EST) From: To: linuxppc-embedded@ozlabs.org Message-ID: <3e8d0c3e7588.3e75883e8d0c@compuserve.de> Date: Fri, 23 Mar 2007 17:50:48 +0100 MIME-Version: 1.0 Subject: ttyS0 ttyS1 Content-Type: text/plain; charset=us-ascii List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello Charles, thank you, but the dev entries are correct (created with mknod:) root@/># ls -l ttyS* crw------- 1 0 0 4, 64 Jun 7 2005 ttyS0 crw------- 1 0 0 4, 65 Jun 7 2005 ttyS1 following is a part of dmesg output: .... CPM UART driver version 0.04 ttyS0 at 0x0280 is on SMC1 using BRG1 ttyS1 at 0x0380 is on SMC2 using BRG2 .... the serial interface ttyS0 is working properly...but ttyS1 is responding to the same pins as ttyS0 best regards otto