From owner-freebsd-questions@FreeBSD.ORG Wed Jun 7 21:36:02 2006 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 28CCC16D622 for ; Wed, 7 Jun 2006 19:27:41 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A34443D45 for ; Wed, 7 Jun 2006 19:27:39 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 62884 invoked by uid 1002); 7 Jun 2006 19:27:39 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(209.167.16.15):. Processed in 2.706525 secs); 07 Jun 2006 19:27:39 -0000 Received: from unknown (HELO xzibit) (209.167.16.15) by pearl.ibctech.ca with (RC4-MD5 encrypted) SMTP; 7 Jun 2006 19:27:35 -0000 From: "Steve Bertrand" To: "'John Andrewartha'" Date: Wed, 7 Jun 2006 15:29:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <6.2.3.4.2.20060607232159.022dde70@mail.bigpond.com> Thread-Index: AcaKW9lc0Iacsg4jSTGYZgyJG3zHaQADKzcw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Qmail-Scanner-Message-ID: <114970845667562878@pearl.ibctech.ca> Message-Id: <20060607192739.5A34443D45@mx1.FreeBSD.org> Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: RE: USB-Serial ?? 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: Wed, 07 Jun 2006 21:36:06 -0000 > The saga of the 3G modem. Labeled in AU as the Maxon MM 5500c. > This device is a modem on the usb bus, it looks like and > understands the at commands. Under XP. > I am using fbsd 6.1. > How do I get ppp to talk to it? > The man pages keep pointing to /dev/cuaU? A device that does > not exist yet. Don't know about the rest, but in FBSD 6+, the serial devices are /dev/cuad0 for COM1 and /dev/cuad1 for COM2. Try a: # cu -l /dev/cuad0 to see if you can connect to the device. Steve