From owner-freebsd-questions@FreeBSD.ORG Mon Aug 15 15:00:48 2005 Return-Path: X-Original-To: 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 11C5C16A420 for ; Mon, 15 Aug 2005 15:00:48 +0000 (GMT) (envelope-from charlie.scherer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD7543D46 for ; Mon, 15 Aug 2005 15:00:46 +0000 (GMT) (envelope-from charlie.scherer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so676496nzo for ; Mon, 15 Aug 2005 08:00:46 -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=BRVWpAg1exjhevGVARZreJEmbqS49FEvwR3cTe5buoIK6cERkkvPhKwr8oMhvgVBHFiUSaiCoPKTj5g/9meklkABExSZSFIi7+eM9Pm5G8NCSbOGx4JwORpZV1pqujBVSM3+L9kFrtVddeZWvEGAKFy2TMFv/2+XFbq95Rew3gY= Received: by 10.36.59.11 with SMTP id h11mr2493094nza; Mon, 15 Aug 2005 08:00:46 -0700 (PDT) Received: from ?206.222.206.101? ([206.222.206.101]) by mx.gmail.com with ESMTP id 23sm1449609nzn.2005.08.15.08.00.44; Mon, 15 Aug 2005 08:00:46 -0700 (PDT) Message-ID: <4300AF41.8000101@gmail.com> Date: Mon, 15 Aug 2005 10:05:37 -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> <42FCCB76.2060309@gmail.com> <42FF00B7.9080208@ukr.net> In-Reply-To: <42FF00B7.9080208@ukr.net> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: 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: Mon, 15 Aug 2005 15:00:48 -0000 Alexandr Kobzarenko wrote: > senks for your answer, but problem is very hard...... > i am install the ltmdm, then add module ltmdm in startup. that's O.K/ > > > But !!! > i see this: > # kldstat > # ... > .... > ... > ltmdm.ko > So, the module are load !!! But device cual0 dont create in /dev > -directory > this is a problem Including ltmdm_enable="YES" in /etc/rc.conf should set up the device node properly. You should check the console messages to see if your modem can't load because of IRQ conflict or something like that. Post the appropriate lines from dmesg. > Please , help me. My russian friends dont known haw do this. > maybe i dont need a ltmdm ? If you aren't sure if you have the proper hardware you can try pciconf -l -v and check for something from a vendor like "Lucent/Agere", with a device description that might include "WinModem" in the class "simple comms." The Lucent/Agere chipset might have been used by more than one vendor so check the web. Good Luck, --Charlie Scherer