From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 07:33:02 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 2C7891065675 for ; Mon, 16 Jun 2008 07:33:02 +0000 (UTC) (envelope-from abhinav.lele@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 048C18FC27 for ; Mon, 16 Jun 2008 07:33:01 +0000 (UTC) (envelope-from abhinav.lele@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so4858556wfg.7 for ; Mon, 16 Jun 2008 00:33:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=yqna/PVbriJvi/U3QK6ilPKe+hPu87ljIZQVXEwyFSw=; b=sPX+fAHSjgODocL0+DF2vx0r5Sk+gL3LIire1izW2n/TQq/WRQDar9gc2YKnTSftxx OeH4ibQJdpf7hDvcYrnl58HL7sbej7kbgfNOFLNCkAf5zLYXYfUPmc8DPhJdwtZb9hss DZZS8ceL7Th8Hkv9g3hsmcZlj6rKt3+kdPN3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=eGuJOisPmymbFFY434iDx9gsZ68aHdhc304HzD0Z2b5JJlen7iiTJQUxtS07oYLNgx XB8NXh0W+7U5f5l/STkbEwc0e8TNc/J9nQ3XitRl2OZiA1svDi4lEKGZ/DcMSV49LsSt WnnocCtEJUkIfM9rMX/Z3vf7JMezb4qtSfVQ0= Received: by 10.142.230.11 with SMTP id c11mr2191747wfh.302.1213600103139; Mon, 16 Jun 2008 00:08:23 -0700 (PDT) Received: by 10.142.99.14 with HTTP; Mon, 16 Jun 2008 00:08:23 -0700 (PDT) Message-ID: <7f361cb00806160008v56c37405v704e3924402058cd@mail.gmail.com> Date: Mon, 16 Jun 2008 12:38:23 +0530 From: "Abhinav Lele" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:33:02 -0000 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 ) -Abhinav