From owner-freebsd-questions@FreeBSD.ORG Fri Sep 21 17:32:10 2007 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 720C216A41B for ; Fri, 21 Sep 2007 17:32:10 +0000 (UTC) (envelope-from lars@larseighner.com) Received: from mail.team1internet.com (mail.team1internet.com [216.110.13.10]) by mx1.freebsd.org (Postfix) with ESMTP id 4878E13C4A6 for ; Fri, 21 Sep 2007 17:32:10 +0000 (UTC) (envelope-from lars@larseighner.com) Received: by mail.team1internet.com (Postfix, from userid 12346) id D086316B6A3; Fri, 21 Sep 2007 12:32:09 -0500 (CDT) Received: from larseighner.com (unknown [216.110.13.73]) by mail.team1internet.com (Postfix) with SMTP id 2A9E416B54E; Fri, 21 Sep 2007 12:32:08 -0500 (CDT) Received: by larseighner.com (nbSMTP-1.00) for uid 1001 lars@larseighner.com; Fri, 21 Sep 2007 12:31:51 -0500 (CDT) Date: Fri, 21 Sep 2007 12:31:50 -0500 (CDT) From: Lars Eighner X-X-Sender: lars@debranded.6dollardialup.com To: Marcos Vinicius Buzo In-Reply-To: Message-ID: <20070921123039.X458@qroenaqrq.6qbyyneqvnyhc.pbz> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Sanitizer: Anomy and SpamAssassin mail filter - see http://www.6dollardialup.com/support/spaminfo.html X-Spam-Status: No, hits=-3.1 required=10.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,OACYS_SINGLE,QUOTED_EMAIL_TEXT, REFERENCES,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_02_03 version=2.43 X-Spam-Level: Cc: freebsd-questions@freebsd.org Subject: Re: Can not connect to external modem 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: Fri, 21 Sep 2007 17:32:10 -0000 On Fri, 21 Sep 2007, Marcos Vinicius Buzo wrote: > I Am having troubles to set up an external serial modem on FreeBSD 6.2. > > Here is my dmesg: > > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 > sio0: type 16550A > > When I run the following command, the console freezes and I can not > type anything: > > ironman# tip -v com1 > Stale lock on cuad0 PID=70824... overriding. > connected > > > Any sugestions ? please ls /dev if you do not find sio0: moving to sio4 in dmesg, it probably is not identifying the device as a modem. If it did, the device is on cuad4. com1 is being interpreted as cuad0, which is the keyboard, and it is no wonder you are freezing up. -- Lars Eighner http://www.larseighner.com/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266