From owner-freebsd-questions@FreeBSD.ORG Fri Aug 12 16:10:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0858C16A41F for ; Fri, 12 Aug 2005 16:10:54 +0000 (GMT) (envelope-from charlie.scherer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D5C43D48 for ; Fri, 12 Aug 2005 16:10:53 +0000 (GMT) (envelope-from charlie.scherer@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so404811nzd for ; Fri, 12 Aug 2005 09:10:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=d/NMBhE+bpGQ7cctwU5JAubKMNLcr2U7rXI6GYAsnHplKmMqiCzmE+ymO0Fd/y1uZskEOMcPxsojUFRij8NvYan3l5/vfoYUACuQXYz+8NRATWxFMXbKwOw+TjrA0z0YBeUCfOx3quqNCFNd1TxVSzRX/zMQg2NZPlHjuqaXXoQ= Received: by 10.36.247.75 with SMTP id u75mr2943429nzh; Fri, 12 Aug 2005 09:10:52 -0700 (PDT) Received: from ?206.222.219.243? ([206.222.219.243]) by mx.gmail.com with ESMTP id 39sm14220894nzk.2005.08.12.09.10.44; Fri, 12 Aug 2005 09:10:52 -0700 (PDT) Message-ID: <42FCCB76.2060309@gmail.com> Date: Fri, 12 Aug 2005 11:16:54 -0500 From: Charlie Scherer User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050715) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexandr Kobzarenko References: <42FC5532.5020207@ukr.net> In-Reply-To: <42FC5532.5020207@ukr.net> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Acer 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, 12 Aug 2005 16:10:54 -0000 Alexandr Kobzarenko wrote: > How i can use my modem (Agere\lucent AC97) > When i install /usr/ports/comms/ltmdm - a didnt see /dev/cual0. Did you kldload ltmdm? If not, you should try it and post the resulting console messages if it does not work. If it does work you should add ltmdm_enable="YES" to your /etc/rc.conf. Read the files in /usr/local/share/doc/ltmdm/ for specific help. > If i do this cu -l/dev/cuaa0 my FreeBSD is stoped and i most restart > my computer. That won't do anything useful unless there is actually something connected to your first serial port. However if you get ltmdm working you can cu -l /dev/cual0 and give it the old AT&F0, ATDT5555555 to test if everything's working. Good Luck -Charlie Scherer