From owner-freebsd-questions@FreeBSD.ORG Wed Nov 9 11:11:38 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 512BF106564A for ; Wed, 9 Nov 2011 11:11:38 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 116738FC13 for ; Wed, 9 Nov 2011 11:11:37 +0000 (UTC) Received: by vws11 with SMTP id 11so1889545vws.13 for ; Wed, 09 Nov 2011 03:11:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.111.8 with SMTP id ie8mr367010obb.50.1320837096690; Wed, 09 Nov 2011 03:11:36 -0800 (PST) Received: by 10.182.88.98 with HTTP; Wed, 9 Nov 2011 03:11:36 -0800 (PST) X-Originating-IP: [93.221.169.73] In-Reply-To: References: Date: Wed, 9 Nov 2011 12:11:36 +0100 Message-ID: From: "C. P. Ghost" To: saeedeh motlagh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: changing baud rate without recompiling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2011 11:11:38 -0000 On Wed, Nov 9, 2011 at 10:11 AM, saeedeh motlagh wrote: > - change the baud rate in /etc/ttys file (...) > when i use =A0"stty -f /dev/ttyu0.init 115200" the baud rate for > ttyu0.init change to 115200. after that i use "kill -1 1" in order to > reinitialize devices but nothing happened and the baud rate for ttyu0 > is still 9600. Are you sure you really updated /etc/ttys correctly? ttyu0 "/usr/libexec/getty std.115200" dialup on secure What does 'ps ax | grep getty' say? Something like this: 1416 u0 Is+ 0:00.24 /usr/libexec/getty std.9600 ttyu0 or like this: 1416 u0 Is+ 0:00.24 /usr/libexec/getty std.115200 ttyu0 Then, check that std.115200 is indeed in /etc/gettytab. Save for getty, I don't know what would reset the speed to 9600... Maybe some weird setting in /etc/login.conf? -cpghost. --=20 Cordula's Web. http://www.cordula.ws/