From owner-freebsd-mobile Thu May 2 3: 4:49 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by hub.freebsd.org (Postfix) with ESMTP id 0CEF037B41A for ; Thu, 2 May 2002 03:04:38 -0700 (PDT) Received: from pop16.odn.ne.jp ([61.209.171.50]) by t-mta3.odn.ne.jp with ESMTP id <20020502100436807.CUXK.17240.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Thu, 2 May 2002 19:04:36 +0900 Message-ID: <3CD0F452.75583992@pop16.odn.ne.jp> Date: Thu, 02 May 2002 18:59:54 +0900 From: WATANABE Kiyoshi To: Larry Rosenman Cc: freebsd-mobile@freebsd.org Subject: Re: Fujitsu Lifebook C6651/Intel AC97 LT Winmodem/USB Fun References: <20020430094819.GA167@lerlaptop.lerctr.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 30 Apr 2002 04:48:19 -0500, Larry Rosenman wrote: > In addition to my fun with the I830MG Graphics chip (see the I810 > thread), this laptop has a Intel AC97 modem (Claims to be Lucent LT > from the doc, and uses the same driver in Windows as the Lucent LT). > > It id's itself as: > > pci0: (vendor=0x8086, dev=0x2486) at 31.6 irq 11 > > ports/comms/ltmdm port does NOT recognize it. If I modify the > ltmdmsio.c file to recognize this PCI ID, it claims it can't find > the modem resources. > > Has anyone else gotten this Winmodem to work? > Your modem is not a 'Lucent LT Winmodem'. Unfortunately, ltmdmobj.o(core part of ltmdm driver) doesn't support AC'97 (AMR) modem. If you want your AC'97 modem to get working, maybe you have to make a port of hsflinmodem driver. from hsflinmodem-4.06.06.02mbsibeta02042200/README: ---------------------------------------------------------------- The following PCI modem devices are recognized by the driver: HSFi (D420) PCI ID 14F1:2F00, Subsystem ID 2002:14F1 PCI ID 14F1:2F00, Subsystem ID 2003:14F1 PCI ID 14F1:2F00, Subsystem ID 2004:14F1 HSF (D480) PCI ID 14F1:2013 PCI ID 14F1:2014 PCI ID 14F1:2015 PCI ID 14F1:2016 PCI ID 14F1:4311 (RIPTIDE - sound not supported) PCI ID 127A:1025 PCI ID 127A:2005 PCI ID 127A:2013 PCI ID 127A:2014 PCI ID 127A:2015 PCI ID 127A:2016 PCI ID 127A:4311 (RIPTIDE - sound not supported) Intel SmartMC (ICH) PCI ID 8086:2416 PCI ID 8086:2446 PCI ID 8086:2486 Basic2 / SmartDAA (D840) PCI ID 14F1:2043 PCI ID 14F1:2044 PCI ID 14F1:2045 PCI ID 14F1:2046 PCI ID 14F1:2443 Athens (Yukon) PCI ID 14F1:1631 ---------------------------------------------------------------- Search 'hsflinmodem' on google for detail. Also, there is 'AC97 Modem Driver Project', but I couldn't download the source code from the site. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message