From owner-freebsd-questions@FreeBSD.ORG Sat Feb 5 20:02:28 2005 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 6083D16A4CE for ; Sat, 5 Feb 2005 20:02:28 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B77043D3F for ; Sat, 5 Feb 2005 20:02:28 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Sat, 5 Feb 2005 14:02:22 -0600 Message-ID: <42052621.1030609@daleco.biz> Date: Sat, 05 Feb 2005 14:01:37 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "hamsadhvani@netzero.net" References: <20050205.073612.27018.35088@webmail29.lax.untd.com> In-Reply-To: <20050205.073612.27018.35088@webmail29.lax.untd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Feb 2005 20:02:22.0817 (UTC) FILETIME=[9B100510:01C50BBD] cc: freebsd-questions@freebsd.org Subject: Re: Modem not detected in FreeBSD 5.3 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: Sat, 05 Feb 2005 20:02:28 -0000 hamsadhvani@netzero.net wrote: >I have some problems getting my modem to work on FreeBSD 5.3.It is an internal modem >Intel 537EP V9x DF PCI Modem sitting on COM3. Originally the dmesg for the serial ports read: >sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 >sio0: type 16550A >sio1: configured irq 3 not in the bitmap of probed irqs 0 >sio1: port may not be enabled. > My /boot/device.hints file reads as follows: >hint.sio.0.at=isa >hint.sio.0.port="0x3F8" >hint.sio.0.flags="0x10" >hint.sio.0.irq="4" >hint.sio.1.at=isa >hint.sio.1.disabled="1" >hint.sio.1.port="0x2F8" >hint.sio.1.irq="3" >hint.sio.2.at=isa >hint.sio.2.disabled="1" >hint.sio.2.port="0x3E8" >hint.sio.2.irq="5" >hint.sio.3.at=isa >hint.sio.3.disabled="1" >hint.sio.3.port="0x2E8" >hint.sio.3.irq="9" > >which I modified by commenting the disabled line and adding the >following lines. >hint.sio.1.flag="0x0" >hint.sio.2.flag="0x201" (refered the sio4 manual but I am not sure if these are correct) >and then rebuilt and installed the kernel. > >Still my dmesg read: >sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 >sio0: type 16550A >sio1: configured irq 3 not in the bitmap of probed irqs 0 >sio1: port may not be enabled. >sio2: configured irq 5 not in the bitmap of probed irqs 0 >sio2: port may not be enabled. > >Thanks. > > Did you check to see if this modem was supported? On the website there is a "hardware compatibility list" which should very *definitely* be checked if you intend to use an internal modem. Last I knew, most internal modems depended on Windows software to work, because the manufacturers off-loaded all the processing to the machine's CPU. A port exists to drive Lucent chipsets, though. HTH, Kevin Kinsey