From owner-freebsd-questions@FreeBSD.ORG Sat Jan 17 06:20:39 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 7AD0F16A4CE for ; Sat, 17 Jan 2004 06:20:39 -0800 (PST) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7BA843D5C for ; Sat, 17 Jan 2004 06:20:37 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([67.20.101.103]) by mta9.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040117142032.HDNY27240.mta9.adelphia.net@barbish>; Sat, 17 Jan 2004 09:20:32 -0500 From: "fbsd_user" To: "Florian Baier" , Date: Sat, 17 Jan 2004 09:20:31 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <40092F8C.3050303@gmx.net> Subject: RE: isdn soft modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2004 14:20:39 -0000 PCI modem are manufactured for 2 different target markets, the MS/Windows market and Non MS/Windows. The MS/Windows market modems are much cheaper to purchase because they are missing the onboard controller chip. The function this chip performs is replaced by an software driver that you have to install on your MS/Window system. These types of modems are referred to as Winmodems. FBSD will not work with Winmodems in normal native mode. Some Winmodems are manufactured using the Lucent chips. There is an special port "ltmdm" of an Linux driver that will allow FBSD to use some Winmodems that have Lucent chips. There are many versions of the Lucent winmodem chips and the port does not work with all versions. Generally speaking, playing with the "ltmdm" port and getting it working is not an task for the newbe. The simplest way to use an modem for the newbe , is to use an external serial modem that connects to the PCs com ports on the back of your PC. USB external modems also come in the winmodem models and theses will not work with FBSD period. You should read the documentation that came with your modem, and the outside of the box it came in, or go to the manufacture's web site to determine if your modem is an winmodem. You are looking for something that says includes onboard controller and DSP functions which means it's not an winmodem. Review the FBSD boot log /var/run/dmesg.boot file to see if FBSD finds your modem during the boot process. If it does then use 'user ppp' to dial out to your ISP. Read the FBSD handbook about how to set that up. It's not an step by step procedure, but it will give you enough info to point you in the correct direction. If you still have problems then post your dmesg.boot file so people can see what it says to help you more. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Florian Baier Sent: Saturday, January 17, 2004 7:50 AM To: freebsd-questions@freebsd.org Subject: isdn soft modem Hi, i'm running FreeBSD 5.2 and want to use my internal AVM Fritz!-Card to establish a Dial-in (56k Modem) and Fax-in Service (14.4k Fax-Service). I' d like to use the mgetty+sendfax package. How can i establish a suitable device (soft-modem) to use it with mgetty? Is i4b the right way? Thanks for help Florian _______________________________________________ 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"