From owner-freebsd-questions Sat Feb 6 16:33:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA13546 for freebsd-questions-outgoing; Sat, 6 Feb 1999 16:33:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA13539 for ; Sat, 6 Feb 1999 16:33:54 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.8.8/8.8.8) id TAA27928; Sat, 6 Feb 1999 19:35:17 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199902070035.TAA27928@cc942873-a.ewndsr1.nj.home.com> Subject: Re: SoundBlaster Problem In-Reply-To: <9902070010.AA20329@CS.UH.EDU> from Zdenko Tomasic at "Feb 6, 99 06:10:45 pm" To: zdenko@CS.UH.EDU Date: Sat, 6 Feb 1999 19:35:17 -0500 (EST) Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Zdenko Tomasic wrote, > try adding > > controller pnp0 > > to your kernel conf file. Did it, but no luck. The following pops up in dmesg, Probing for PnP devices: CSN 1 Vendor ID: CTL0054 [0x54008c0e] Serial 0x081f38bd But I still get, Probing for devices on the ISA bus: . . . sb0 not found at 0x220 sbxvi0 not found sbmidi0 not found at 0x330 Do I need to change the lines, device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 To, device sb0 at pnp0 port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at pnp0 drq 5 device sbmidi0 at pnp0 port 0x330 Or something like that? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message