From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 19:46:07 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 D148B16A4CE for ; Sun, 8 Feb 2004 19:46:07 -0800 (PST) Received: from elvis.bardenent.com (elvis.bardenent.com [216.90.241.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E36D43D1F for ; Sun, 8 Feb 2004 19:46:07 -0800 (PST) (envelope-from meb@bardenent.com) Received: from meb (meb.bardenent.com [216.90.241.123]) by elvis.bardenent.com (8.12.9p2/8.12.9) with ESMTP id i193k0eF065290; Sun, 8 Feb 2004 22:46:00 -0500 (EST) (envelope-from meb@bardenent.com) Message-Id: <200402090346.i193k0eF065290@elvis.bardenent.com> From: "Matthew Bertrand" To: "'Alex Teslik'" Date: Sun, 8 Feb 2004 22:46:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20040208073327.M69654@acatysmoof.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcPuFq1CuNdb4l38RN+1aGRZ8jluCAAp252A cc: 'list-freebsd-questions' Subject: RE: struggling with hylafax installation 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: Mon, 09 Feb 2004 03:46:08 -0000 This could be an IRQ problem. I'd suggest trying an IRQ other than 2. IRQ 2 has some special meaning (it is the cascade interrupt), and it may not be playing well with your modem. Look through your BIOS to see if you can assign that card/PCI slot a specific IRQ (preferably one that is not used by anything else), or try switching PCI slots. If you aren't using your serial ports, try to disable them and assign one of the IRQs (3 or 4) to your modem. -Matthew Bertrand > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Alex Teslik > Sent: Sunday, February 08, 2004 2:39 AM > To: Jeff Gardner > Cc: list-freebsd-questions > Subject: Re: struggling with hylafax installation > > ---------- Original Message ----------- > From: Jeff Gardner > To: Alex Teslik > Cc: list-freebsd-questions > Sent: Sun, 08 Feb 2004 01:00:37 -0500 > Subject: Re: struggling with hylafax installation > > > Alex Teslik wrote: > > > Oy, the second post to questions in the same day :( > > > > > > So, I bought new modem and got it "working", but only kind of - the > modem is > > > not echoing commands back to the 'cu' or 'ppp' terminals. It is a > USRobotics > > > 5610B 56K Pro Modem. It is not winmodem and the system put it on sio2. > > > > Is this an internal or external modem? > > Internal > > dmesg | grep 'sio[0-9]': > sio0: configured irq 2 not in bitmap of probed irqs 0x20 > sio0: <3COM PCI FaxModem> port 0xe000-0xe007 irq 2 at device 10.0 on pci0 > sio0: moving to sio2 > sio2: type 16550A > 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 > > > > > > > > > > > I made all the devices in /dev eventhough they already existed. > > > > > > I added a direct line to the modem in /etc/remote like: > > > cuaa2:dv=/dev/cuaa2:br#57600:pa=none > > > > > > I can connect to the modem like: > > > cu -l /dev/cuaa2 > > > or > > > tip cuaa2 > > > or > > > ppp (then 'term') > > > > > > I can type commands and see them. I type ATDT1234567 and the modem > picks up > > > and dials. So I know it hears and understands me. But it never echoes > back > > > result information. I never see an "OK" or anything from the modem in > the > > > terminal. > > > > So you get nothing when you type 'AT' followed by enter with nothing > else? > > > Correct. > > > > > > > > > > The problem is that HylaFAX relies on these echo results to control > its > > > communication with the modem. It is looking for those "OK"s. Does > anyone have > > > any ideas on how to get the "OK"s working? I have gone through all of > the AT > > > commands USR documents and I can't get anything. Is this a problem > with 'cu' > > > or 'ppp' or 'tip'? The results are obviously going somewhere, but I > don't know > > > where. > > > > And this makes me ask my first question. Is this internal or external? > > > > > > > > The AT command set for this modem is documented (USR issues the same > document > > > for all their modems - this is an online version from another model > instead of > > > a PDF version that is posted with my specific model, but they are the > same) here: > > > http://www.usr.com/support/839/83909-ug/six.html > > > > > > This should turn on all echos (but does not): > > > ATQ0 E1 F0 > > > > These should at least get the result codes you need. Maybe try an at&f1 > > which is Load Factory 1, HW FC and see if that gets the OK working. The > > only thing I could do to mine to turn of the OK is Q1. > > > Nothing with at&f1 or any of the factory settings. Do you have this modem? > Are > you willing to share the steps you took to get it working properly? > > uname -a: > FreeBSD xxx.xxx.xxx 4.8-RELEASE FreeBSD 4.8-RELEASE #6: Sat Feb 7 > 16:57:02 > PST 2004 alex@xxx.xxx.xxx:/usr/obj/usr/src/sys/DUALP3-4_8_0-RELEASE i386 > > 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"