From owner-freebsd-questions Sat Mar 18 13:33:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darkstar.qx.net (darkstar.qx.net [208.235.88.101]) by hub.freebsd.org (Postfix) with ESMTP id DF34B37B50F for ; Sat, 18 Mar 2000 13:33:31 -0800 (PST) (envelope-from jim@freeze.org) Received: from mail2.qx.net (mail.qx.net [208.235.88.233]) by darkstar.qx.net (8.9.3/8.9.3) with ESMTP id QAA04529 for ; Sat, 18 Mar 2000 16:33:25 -0500 Received: from zw9js ([208.200.110.77]) by mail2.qx.net (Netscape Messaging Server 3.6) with SMTP id AAA4916; Sat, 18 Mar 2000 16:31:06 -0500 Message-ID: <005601bf9121$d9c3cf60$f36ec8d0@lexmark.com> From: "Jim Freeze" To: "Jim Freeze" , "Andrew" Cc: "FreeBSD Questions" References: <003201bf9103$757207c0$846ec8d0@lexmark.com> Subject: Re: User PPP and Internal PCI Modem Date: Sat, 18 Mar 2000 16:35:14 -0500 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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ...the saga continues... Figuring that maybe the kernel does not support com3 and com4, I rebuilt the kernel with sio2 and sio3 support. sio2 - irq5 sio3 - irq9 I also noticed that the modem is showing up at irq11. Here is the report from my bios: Bus No. 0 Device No. 9 Func No. 0 Vendor ID 12B9 Device ID 1008 Device Class Simple COMM. Controller IRQ 11 The irq 11 is troubling. Not knowing what to do, I tried to experiment, I built the kernel with com3 at irq 11 and then with com4 at irq 11. ...still no change in the dmesg output, other than the irq number. The Linux modem page talks about setting skip_test in a startup script. I'm not sure this applies to FBSD. I suppose that I could force the irqs on the pci slot through the bios, but why would I get a different result than just setting the irq in the kernel to what the devices currently reads. Why, when I match irqs, does this device not get detected by fbsd? I would be very interested in any advice or similar experiences that others have worked through. Thanks Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message