Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2007 12:31:50 -0500 (CDT)
From:      Lars Eighner <luvbeastie@larseighner.com>
To:        Marcos Vinicius Buzo <annihil4tor@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Can not connect to external modem
Message-ID:  <20070921123039.X458@qroenaqrq.6qbyyneqvnyhc.pbz>
In-Reply-To: <d072c9770709210935m6a92ada4t80924121c139cac3@mail.gmail.com>
References:  <d072c9770709210935m6a92ada4t80924121c139cac3@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070921123039.X458>