From owner-freebsd-questions@FreeBSD.ORG Fri Sep 12 12:11:17 2003 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 47F9F16A4BF for ; Fri, 12 Sep 2003 12:11:17 -0700 (PDT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DBB343FF7 for ; Fri, 12 Sep 2003 12:11:16 -0700 (PDT) (envelope-from BANDINI@flash.net) Received: from www2.prodigy.net (www2-ext.prodigy.net [207.115.61.49]) h8CJBF9T027474; Fri, 12 Sep 2003 15:11:15 -0400 To: freebsd-questions@freebsd.org Message-Id: Date: Fri, 12 Sep 2003 15:11:15 -0500 From: "Alex" cc: raindogs_1@yahoo.com Subject: yet another newbie ppp/modem question 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: Fri, 12 Sep 2003 19:11:17 -0000 I'm having some trouble getting my modem up and running on FreeBSD 4.8. A search through the mailing list archives shows that many of the problems I've been wrestling with seem to have cropped up before, yet I haven't been able to follow any of the discussion to a workable answer. My modem is sitting on cuaa2 and I needed to re-compile my kernel to recognize that port. I did this and everything went fine, although I am getting the dreaded "sio5: configured irq 2 not in bitmap of probed irqs 0" error which I haven't found a solution for in any documentation or discussion. Just for laughs, I went ahead and tried to contact the modem via ppp, but when I enter the "term" command I get: "Warning: deflink: /dev/cuaa2: Bad file descriptor Failed to open /dev/cuaa2" I am now officially stuck and am entering a plea for help. The relevant lines from the kernel config file are pasted below. This looks right to me, but if anyone can think what I'm doing wrong (including RTFM references) I would be forever grateful. Thanks, Alex *************** # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9