From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 07:59:34 2008 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 DA114106566B for ; Mon, 16 Jun 2008 07:59:34 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail.irbisnet.ru (mail.irbisnet.ru [194.186.18.2]) by mx1.freebsd.org (Postfix) with ESMTP id 531AE8FC1C for ; Mon, 16 Jun 2008 07:59:34 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from [192.168.1.2] ([85.172.11.132]) (authenticated bits=0) by mail.irbisnet.ru (8.14.2/8.14.2) with ESMTP id m5G7xU2a002128; Mon, 16 Jun 2008 11:59:31 +0400 (MSD) (envelope-from yuri.pankov@gmail.com) Message-ID: <48561D42.3080403@gmail.com> Date: Mon, 16 Jun 2008 11:58:58 +0400 From: Yuri Pankov User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Abhinav Lele References: <7f361cb00806160008v56c37405v704e3924402058cd@mail.gmail.com> In-Reply-To: <7f361cb00806160008v56c37405v704e3924402058cd@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: usb modem on freebsd 7.0 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, 16 Jun 2008 07:59:34 -0000 Abhinav Lele wrote: > Hi, > > I am trying to use a usb modem (sony ericsson w810i) (gprs). > The dmesg log shows up that the new device has been detected, but I don't > seem to find that in /dev. > > I also tried using /dev/cuad0 in ppp configuration file in /etc/ppp but i am > unable to dial > > > What can be the problem ? ( I already have done kldload ucmodem ) ^^^^^^^ if that should read `umodem', then device is accessed through `ucom' driver, and ucom(4) manpage lists following devices: FILES /dev/cuaU? /dev/ttyU? If none are present, could you paste your dmesg? > > -Abhinav HTH, Yuri