From owner-freebsd-questions Tue Aug 1 4:39:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tiscalinet.be (smtp-out.tiscalinet.be [212.35.2.51]) by hub.freebsd.org (Postfix) with ESMTP id 1BAEE37B692 for ; Tue, 1 Aug 2000 04:39:50 -0700 (PDT) (envelope-from g-d-b@freegates.be) Received: from ppp-18-119.tiscalinet.be ([212.35.18.120] helo=gdb) by mail.tiscalinet.be with smtp (Exim on FreeGates) id 13JaOj-0006Sa-00; Tue, 01 Aug 2000 13:39:49 +0200 Message-ID: <000501bffbad$69b75600$781223d4@gdb> From: "GDB" To: "John G Ineson" Cc: References: Subject: Re: PPP / chat script problems: PART IV: A NEW HOPE Date: Tue, 1 Aug 2000 13:41:09 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the advice. I - temporarely - removed FreeBSD :-) and I'm working on other things right now. But I'm gonna try some things when I've got the time. ----- Original Message ----- From: John G Ineson To: Cc: Sent: Monday, July 31, 2000 5:15 AM Subject: Re: PPP / chat script problems: PART IV: A NEW HOPE > On Tue, 25 Jul 2000 15:03:32 GMT, "GDB" wrote: > > >No, doesn't work. The command ATE1 means "enable command echo". In ppp, > >after , I can type in commands, but the commands aren't echoed. For > >example, when I type in AT, in reality, it goes like this: > > > >step what I type what appears on screen > >1. A > >2. T A > >3. AT > >4. OK > > Sometimes a device wants to send information (in this case echoing > your commands and OKs) to the CPU. The obvious approach is to > repeatedly poll the device, but that could be problematic, say if you > wanted to use your CPU for anything else 8-) > > Since most people do have other jobs in mind, computers use > interrupts - little "Oi!" messages that devices can send to the > CPU. You are observing a delay because the interrupt mechanism is > not working - consequentially, the CPU doesn't receive any waiting > bytes until it talks to the device to send the next char. > > >... > >sio3: configured irq 9 not in bitmap of probed irqs 0 > > Et voila - the CPU is listening on one IRQ and the modem is sending > stuff to another. > > >sio3 at 0x2e8-0x2ef irq 9 on isa > >... > > > >Is that ok? > > No. Your modem is not on IRQ 9. Find out what it is on, boot -c and > adjust the sio3 IRQ setting accordingly. > > HTH > > J > > -- > John G Ineson - john@ineson.net > (The Real Kilduc) > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message