From owner-freebsd-questions@FreeBSD.ORG Fri Jun 11 12:51:33 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 A7E5516A4CE for ; Fri, 11 Jun 2004 12:51:33 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AFA643D2F for ; Fri, 11 Jun 2004 12:51:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc11) with ESMTP id <2004061112512501100fdmeie>; Fri, 11 Jun 2004 12:51:26 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id C09017F; Fri, 11 Jun 2004 08:51:27 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-questions@FreeBSD.org References: <20040610015514.GA734@keyslapper.org> From: Lowell Gilbert Date: 11 Jun 2004 08:51:27 -0400 In-Reply-To: <20040610015514.GA734@keyslapper.org> Message-ID: <444qpi5kc0.fsf@be-well.ilk.org> Lines: 64 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: FreeBSD 4.10 RELEASE questions 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, 11 Jun 2004 12:51:33 -0000 Louis LeBlanc writes: > Hey everyone. I have a confusing situation here with the new kernel. > > I just upgraded to 4.10, and in the process, decided to get a > moderately updated kernel config. Particularly, I wanted to try to > get my sound working again. > > Here's the thing. I have the following lines in my kernel config: > device pcm > > # 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? disable port IO_COM3 irq 5 > device sio3 at isa? disable port IO_COM4 irq 9 > > options PNPBIOS > > You'll see the reason I've included the serials in a sec: > > The dmesg.boot file shows the following tidbits: > pci0: (vendor=0x12eb, dev=0x0001) at 14.0 irq 5 > > and > 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 > > and > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > > Now, The serials that showed up appear correct to me, but there isn't > any sio2 or sio3, but the unknown card at pci0 is in on 5. Not sure > if there's any connection. > > The things I'd like to resolve are the unknowns - to either correct or > eliminate the things causing them, and to get the sound card showing > up. The card is onboard in a Dell Optiplex G1, and before the last > time I upgraded (thereby breaking sound) it was working fine with the > aureal-kmod port. > > Problem is that I'm not sure if I should have the following: > > device pcm0 at isa? irq 10 drq 1 flags 0x0 > > Note that my fxp0 is using irq 10. Should I just change the irq? > Should I leave it and/or the PNPBIOS line out? > > I'm sure there's some pertinent details I'm leaving out, so don't > hesitate to let me know what it is. > > Thanks for the feedback. Do you *want* to use the extra serial ports? You are compiling them disabled, after all. If you don't want them, try compiling a kernel that doesn't have them, and see what happens...