From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 21:06:49 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 C544B16A420 for ; Sat, 25 Feb 2006 21:06:49 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (gw-ipinc.museum.rain.com [65.75.192.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596CE43D48 for ; Sat, 25 Feb 2006 21:06:49 +0000 (GMT) (envelope-from james_mapson@umpquanet.com) Received: from ns.museum.rain.com (localhost [127.0.0.1]) by ns.museum.rain.com (8.13.4/8.13.4) with ESMTP id k1PL6fTi006824 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 25 Feb 2006 13:06:41 -0800 (PST) (envelope-from james@umpquanet.com) Received: (from james@localhost) by ns.museum.rain.com (8.13.4/8.13.4/Submit) id k1PL6cb3006823; Sat, 25 Feb 2006 13:06:38 -0800 (PST) (envelope-from james) Date: Sat, 25 Feb 2006 13:06:38 -0800 From: James Long To: freebsd-questions@freebsd.org, kalin mintchev Message-ID: <20060225210638.GA6732@ns.museum.rain.com> References: <20060225120041.2A09C16A424@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060225120041.2A09C16A424@hub.freebsd.org> User-Agent: Mutt/1.5.11 X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED, USER_IN_WHITELIST autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ns.museum.rain.com Cc: Subject: Re: winmodem driver 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, 25 Feb 2006 21:06:49 -0000 > Date: Sat, 25 Feb 2006 06:21:12 -0500 (EST) > From: "kalin mintchev" > Subject: winmodem driver > To: freebsd-questions@freebsd.org > Message-ID: <53583.24.90.33.115.1140866472.squirrel@mail.el.net> > Content-Type: text/plain;charset=iso-8859-1 > > hi all... > > is there a win modem driver in 6.0 that can be used with the build-in > modem on ibm thinkpads? > > thanks... You forgot to tell us WHICH model of ThinkPad concerns you. Modems in older ThinkPads, such as a T21 or A20m may be supported by the comms/ltmdm port. I have been unable to find any support for modems in newer ThinkPads, such as the T30 and later. However, somewhere around here I have a modem-only mini-PCI card that came out of my A20m when I upgraded it to a mini-PCI combo card with modem and 10/100 fxp NIC. Both the modem-only card and the combo modem/NIC card had supported modem chipsets. Once I can locate the modem-only PCI card I have (somewhere), I will try to install it in my T30 and see whether I can get modem functionality back. Now, don't blame me if this fries your laptop or causes other mayhem, but if you want to try, you can buy these modem cards pretty cheap on eBay. Based on the part numbers found on IBM's site at http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=ibm&lndocid=MIGR-4K6L7B I would try looking for part number 10L1305 or 08K3146. You want a Lucent chipset, since that is what the comms/ltmdm port is written to support. Good luck, and please follow up if you find a solution. Jim