From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 09:56:47 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 5E7F416A4CE for ; Sat, 7 Feb 2004 09:56:47 -0800 (PST) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE7A43D1F for ; Sat, 7 Feb 2004 09:56:47 -0800 (PST) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.119]) by mta10.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040207175646.WMJL14088.mta10.adelphia.net@barbish>; Sat, 7 Feb 2004 12:56:46 -0500 From: "JJB" To: "Alex Teslik" , "list-freebsd-questions" Date: Sat, 7 Feb 2004 12:56:45 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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) In-reply-to: <20040207165206.M86077@acatysmoof.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: 3Com USRobotics 5699B 56k fax modem install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 17:56:47 -0000 On 4.8 the dmesg pci0: (vendor=0x12b9, dev=0x1007) at 10.0 irq 2 Means one of 2 things. your modem is what is known as an winmodem. A cheap modem mfg just for ms/windblows market. Which FBSD does not work with. If this PCI modem card works under windows with special driver loaded then it's am winmodem. You can look at the modem circuit board and if it has lucent chips, it's an winmodem. You are SOL. Replace it with an PCI modom card that has onboard controller and DSP functions. Or use any external serial modem. Your PC has legacy bios which does not ID PCI modem cards correctly. In this case add device pun to your kernel source and recompile it. This device has additional code to probe your system's bio's using different methods which in most cases results on your PCI modem card being found. Also works for unknown Nic cards on PC with legacy bio's. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Alex Teslik Sent: Saturday, February 07, 2004 12:09 PM To: list-freebsd-questions Subject: 3Com USRobotics 5699B 56k fax modem install Hello, I've been trying to get this faxmodem setup so I can use hylafax, but with marginal luck. There is lots of documentation for adding support for ISA PNP modems, but I can't find anything for PCI PNP modems. I don't know what to do from here. Here is some output - any recommendations greatly appreciated: dmesg: ... pci0: (vendor=0x12b9, dev=0x1007) at 10.0 irq 2 ... sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A pciconf -lv: none2@pci0:10:0: class=0x078000 card=0x00c212b9 chip=0x100712b9 rev=0x00 hdr=0x00 vendor = '3COM Corp, Modem Division (Formerly US Robotics)' device = 'ERL3263A-0 USR 56k Internal DF GWPCI PC99' class = simple comms uname -a: FreeBSD xxx.xxx.xxx 4.8-RELEASE FreeBSD 4.8-RELEASE #5: Fri Feb 6 07:22:37 PST 2004 xxx@xxx.xxx.xxx:/usr/obj/usr/src/sys/DUALP3-4_8_0-RELEASE i386 pnpinfo is not relevant with this card because this card is PCI, not ISA. Thanks! Alex _______________________________________________ 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"