From owner-freebsd-questions@FreeBSD.ORG Tue May 13 23:26:56 2003 Return-Path: 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 DE3CA37B401 for ; Tue, 13 May 2003 23:26:56 -0700 (PDT) Received: from mail.biltmorecomm.com (mail.biltmorecomm.com [216.91.87.249]) by mx1.FreeBSD.org (Postfix) with SMTP id 1954643F3F for ; Tue, 13 May 2003 23:26:56 -0700 (PDT) (envelope-from ml@makainet.net) Received: (qmail 21078 invoked from network); 14 May 2003 06:35:45 -0000 Received: from unknown (HELO mail.makainet.net) ([64.243.10.27]) (envelope-sender ) by mail.biltmorecomm.com (qmail-ldap-1.03) with SMTP for ; 14 May 2003 06:35:45 -0000 Received: from rogue.makainet.net (rogue.makainet.net [192.168.76.20]) (AUTH: LOGIN tomoki, ) by mail.makainet.net with esmtp; Wed, 14 May 2003 02:16:33 -0400 From: Tomoki Taniguchi To: freebsd-questions@freebsd.org Date: Wed, 14 May 2003 02:12:22 -0400 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305140212.22151.ml@makainet.net> Subject: umodem question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 06:26:57 -0000 PLEASE SEND ANY REPLY DIRECTLY TO ME. I am no subscribed. BACKGROUND: I have SPRINT PCS VISION phone that can be used to connect to internet via USB. It acts as a USB modem and I used the directions on the page below to get it working. http://www.natecarlson.com/linux/sanyo-4900.php FreeBSD seems to recognize it as a USB Modem. umodem0: SANYO Electric Co. Ltd. SANYO USB Phone, rev 1.01/0.00, addr 2, iclass 2/2 umodem0: data interface 1, has CM over data, has break device_probe_and_attach: umodem0 attach returned 6 ugen0: SANYO Electric Co. Ltd. SANYO USB Phone, rev 1.01/0.00, addr 2 So I repeated created the needed pppd and chat scripts (replacing the /dev/ttyACM0 in linux to /dev/umodem0 and run pppd. And I get the error message below. "Failed to open /dev/umodem0: Device not configured" Is there some initialization process I need to do for usb modems? How are ppp connections done on regular USB Modems? Is there supposed to be a some sort of tty device? TIA, Tomoki