From owner-freebsd-questions@FreeBSD.ORG Wed Jun 30 23:46:59 2004 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 7327116A4CE for ; Wed, 30 Jun 2004 23:46:59 +0000 (GMT) Received: from mynah.mail.pas.earthlink.net (mynah.mail.pas.earthlink.net [207.217.120.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FAC243D55 for ; Wed, 30 Jun 2004 23:46:59 +0000 (GMT) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=[192.168.63.10]) by mynah.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1Bfomy-0005bB-KZ; Wed, 30 Jun 2004 16:46:52 -0700 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Wed, 30 Jun 2004 18:47:58 -0500 User-Agent: KMail/1.6.2 References: <062920040156.20685.40E0CC4B0000CB19000050CD21603760219C990A9D0BD20AD206@att.net> In-Reply-To: <062920040156.20685.40E0CC4B0000CB19000050CD21603760219C990A9D0BD20AD206@att.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406301847.58913.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b937b178c11279e3cca1c070ad0af8947350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.204.20.74 cc: j.e.drews@att.net Subject: Re: USB controller external modem 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, 30 Jun 2004 23:46:59 -0000 On Monday 28 June 2004 08:56 pm, j.e.drews@att.net wrote: > Hi: > > Can anyone recommend an USB external modem, that is controller > based? I have looked at the FreeBSD laptop compatibility list and > found none. I have also done a considerable amount of googling and > only found ones that attach through and RS232 cable. My laptop does > not have that. I am running FreeBSD 5.2 Current and want to use > umodem. > > TIA > Jonathan Make sure you configure your kernel for both umodem and ucom. I have a Zoom V90 USB Faxmodem, Model 2986L, that is recognized in FreeBSD 4.10 Stable and 5.2.1 Release as ucom0. I haven't used it on these machines before, so I tested the following on FreeBSD 4.10 desktop: > cu -l/dev/ucom0 -s57600 Connected. Use at your own risk. Best of luck, Andrew Gould