From owner-freebsd-questions Sat May 30 11:26:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA12138 for freebsd-questions-outgoing; Sat, 30 May 1998 11:26:50 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ns.kbsu.ru ([195.209.253.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11986 for ; Sat, 30 May 1998 11:24:55 -0700 (PDT) (envelope-from vel@ns.kbsu.ru) Received: (from vel@localhost) by ns.kbsu.ru (8.8.7/8.8.7) id WAA18692 for questions@freebsd.org; Sat, 30 May 1998 22:30:14 +0400 (MSD) From: Charlie Foot Message-Id: <199805301830.WAA18692@ns.kbsu.ru> Subject: Re: ESS 1688 To: questions@FreeBSD.ORG Date: Sat, 30 May 1998 22:30:14 +0400 (MSD) In-Reply-To: from Rick Hamell at "May 30, 98 10:03:40 am" X-Mailer: ELM [version 2.4ME+ PL22 (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 > > > Hey guys, is there any way to make subj. working properly under FreeBSD ? > > It says that I have no sound card when I include SoundBlaster code in > > kernel. > > Did you add the PNP option to the kernal? > > > Rick Yes, I did that, and PnP module detects my sound card, but then sound module says that sb0 is not found at 0x220, same as sbmidi0. Certainly, I have in my kernel config: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbmidi0 at isa? port 0x330 device sbxvi0 at isa? drq 5 And it doesn't work. I tried to configure that PnP device in kernel -c mode, by setting port 0x220, irq 5, drq 1 directly - doesn't help too. Btw, this card doesn't work under DOS too until I install ESS drivers. I guess FreeBSD should handly this card specially, not like usual blaster ? Or am I wrong ? Anyone have that card working under BSD ? Eugene. P.S. Creative SBPRO works fine on the same machine with same port/irq/drq settings. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message