From owner-freebsd-questions@FreeBSD.ORG Fri Sep 21 17:02:00 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 0B53A16A417 for ; Fri, 21 Sep 2007 17:02:00 +0000 (UTC) (envelope-from annihil4tor@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.230]) by mx1.freebsd.org (Postfix) with ESMTP id B792113C458 for ; Fri, 21 Sep 2007 17:01:59 +0000 (UTC) (envelope-from annihil4tor@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so374497wra for ; Fri, 21 Sep 2007 10:01:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=soKI5thSbw5UP54l3/hTBm4Vgs+9JBQNP6jmVvEaJEU=; b=qI+31zuR4KdRGU7iHQmn1pxa5RU9+LpvT/VcYBlvyvRPkExWbI/4mjaX3r13IkFRj39g3djlLTsyk53l0aeuFYkZ7UkV4enJ/9JZY03Dt5bd2c6dFhOzfvn1h40wGD+09LguuQx/1Si07VOLD8TgAL7+pHB2X8Mxt2ayOv47xXI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=onm8ql3c1nEux39fJA5tPwZSMLXO3Qjz0RAIcQKd4VuqpcBd34GOu2/3EE7bjdPZVSfMrIkTJZ2sr2jTHZhQ/FIdVyYQCCvDVcxJQhK58xrioqUxFLBQRSzBkoWdBY5dMG6+gf9xoioM8UYgKihncX06IYmb1AVcCS51SU4vmXA= Received: by 10.115.108.1 with SMTP id k1mr3107158wam.1190392535197; Fri, 21 Sep 2007 09:35:35 -0700 (PDT) Received: by 10.114.201.18 with HTTP; Fri, 21 Sep 2007 09:35:35 -0700 (PDT) Message-ID: Date: Fri, 21 Sep 2007 13:35:35 -0300 From: "Marcos Vinicius Buzo" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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:02:00 -0000 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 ? Thanks in advance