From owner-freebsd-questions@FreeBSD.ORG Sat Dec 3 12:07:23 2005 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 822A516A41F for ; Sat, 3 Dec 2005 12:07:23 +0000 (GMT) (envelope-from dr2867@pacbell.net) Received: from smtp113.sbc.mail.mud.yahoo.com (smtp113.sbc.mail.mud.yahoo.com [68.142.198.212]) by mx1.FreeBSD.org (Postfix) with SMTP id 21A7443D46 for ; Sat, 3 Dec 2005 12:07:22 +0000 (GMT) (envelope-from dr2867@pacbell.net) Received: (qmail 93660 invoked from network); 3 Dec 2005 12:07:21 -0000 Received: from unknown (HELO ?192.168.0.190?) (dr2867.business@pacbell.net@68.126.181.25 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 3 Dec 2005 12:07:21 -0000 Message-ID: <43918A8B.8090506@pacbell.net> Date: Sat, 03 Dec 2005 04:07:39 -0800 From: Daniel Rudy User-Agent: Mozilla/5.0 (X11R6; UNIX; FreeBSD/i386 5.4-RELEASE-p7; en-US; ja-JP; rv:1.7.12) Gecko/20050915 MultiZilla/1.6.2.0c Mnenhy/0.7.2.0 X-Accept-Language: en-us, en, ja MIME-Version: 1.0 To: Foo Ji-Haw References: <028901c5f643$90936e30$c801a8c0@nexpc> In-Reply-To: <028901c5f643$90936e30$c801a8c0@nexpc> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How do I know if my internal PCI modem works on FreeBSD? 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: Sat, 03 Dec 2005 12:07:23 -0000 At about the time of 11/30/2005 10:50 PM, Foo Ji-Haw stated the following: > Hello there, > > I'm thinking of plugging in a Motorola PCI modem into my > FreeBSD box to act as a fax server (using HylaFax). I tried to > look for documentation on the installation or support of such > a modem on FreeBSD (Google, the Handbook), but found none. > Can anyone point me in the right direction, or better still: > tell me if my modem will work in FBSD 5.4? > > Thanks. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Please wrap your lines properly. Basically, it all depends on how much you spent for the modem. A $15-20 modem is more than likely a WinModem (software modem) which FreeBSD does *NOT* support without a third party driver. If the modem cost $70-100, and it is recongized as a serial port by the sio driver, then it probably will work. The reason why I threw the cost of the equipment into the mix was because the cheap modems don't have the controller, DSP, data pump, or other required hardware. All the functions of those components is emulated in the software of the host system. This is why that are known as software modems. A hardware modem costs much more, but it also has all the required hardware such as the controller, DSP, data pump, etc. so it can function independantly of the host system software. You can also generally tell by looking at the modem itself. Usually, if you see a chip that has what looks like version numbers on it, as well as one or more large square chips and lots of circutry, then you probably have a hardware modem. The best way is lookup the model number on the manufacturer's web site and see what it is. If it says it's only compatible with Windows, then more than likely it's a software modem. -- Daniel Rudy