From owner-freebsd-questions Sun Apr 9 5:40: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id EF93537B98F for ; Sun, 9 Apr 2000 05:39:58 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from bronyaur (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with SMTP id FAA05088; Sun, 9 Apr 2000 05:38:34 -0700 (PDT) Message-ID: <003d01bfa220$ce8ccb50$555be3d8@telocity.com> From: "Otter" To: "kyle" , References: <38F00440.A11E7367@pchost.com> Subject: Re: Sound in 4.0... Date: Sun, 9 Apr 2000 08:40:36 -0400 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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "kyle" To: Sent: Sunday, April 09, 2000 12:17 AM Subject: Sound in 4.0... > Hi, > > I have been trying to sound working on my laptop. > > I'm using 4.0 RELEASE. > > here is my KERNEL config and the error that it produces > > ----->snd bit for the KERNEL > > #this is for the sound > #controller snd0 > #device isa0 > device snd0 > device sb0 > #device sbxvi0 at isa ? drq ? > #device sbmidi0 at isa ? port 0x300 > device opl0 at isa? port 0x388 > #device pcm0 at isa? irq 10 drq 1 flags 0x0 > device pcm > device pcm0 > > > -----------------> the error it produces when I config the KERNEL > > WARNING: The snd drivers are deprecated. Please see pcm/sbc/etc. > > ------------------->the following is the output of the cat sndstat > > > > > VoxWare Sound Driver:3.5-alpha15-970902 (Wed Aug 6 22:58:35 PDT 1997 > Amancio Hasty@rah.star-gate.com) > Config options: > > Installed drivers: > Type 1: OPL-2/OPL-3 FM > Type 2: SoundBlaster > > > Card config: > OPL-2/OPL-3 FM at 0x388 irq 1 > > Audio devices: > > Synth devices: > 0: Yamaha OPL-3 > > Midi devices: > > Timers: > 0: System clock > > Mixers: > bash-2.03# Apr 9 14:11:53 ronin /kernel: WARNING: driver snd should > register devices with make_dev() (dev_t = "#snd/6") > Apr 9 14:11:53 ronin /kernel: WARNING: driver snd should register > devices with make_dev() (dev_t = "#snd/6") > > > any help would be very much appreciated.. > > > thanks > kyle Kyle, Seeing that the snd drivers have been deprecated (made obsolete) in 4.0 and 5.0, i'd suggest another driver. sbc has taken the place of snd. My AWE64 works with the combination of pcm and sbc drivers. Read the man pages for these to gain some more iinsight on their operation. Give it a shot and get rid of those unsupported devices in your kernel. By the way, pcm is enough. You don't need pcm0 in there with it. Regards, Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message