From owner-freebsd-questions Mon Jun 19 18: 5:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhop1.nyroc.rr.com (mailhop1-0.nyroc.rr.com [24.92.226.120]) by hub.freebsd.org (Postfix) with ESMTP id 67C3037B8E5 for ; Mon, 19 Jun 2000 18:05:15 -0700 (PDT) (envelope-from reichman@twcny.rr.com) Received: from mailout1.nyroc.rr.com ([24.92.226.146]) by mailhop1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com; Mon, 19 Jun 2000 21:01:25 -0400 Received: from mail1.twcny.rr.com ([24.92.226.139]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com; Mon, 19 Jun 2000 21:03:56 -0400 Received: from twcny.rr.com ([24.95.188.72]) by mail1.twcny.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com; Mon, 19 Jun 2000 21:03:56 -0400 Message-ID: <394E8BCB.16FF325@twcny.rr.com> Date: Mon, 19 Jun 2000 21:08:27 +0000 From: "Mark S. Reichman" X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Galle, Dietmar" , freebsd-questions@freebsd.org Subject: Re: SB16 Vibra and FreeBSD 4.0 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you have the non-pnp version of the vibra 16 (I do..) put this in your kernel config and recompile your kernel and reboot. device pcm0 at isa? port? irq 5 drq 1 flags 0x15 device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 Look at the devices as the machine boots up ..or.. after bootup look at the output of dmesg command. If you have a pcm1 device (I do..) in the dmesg output, change to /dev directory and do a: $> ./MAKEDEV snd1 Alternatively, if you have a pcm0 device you should ./MAKEDEV snd0. (I think..) If you dont know what to do, just make both snd0 and snd1 in /dev. (I did..) If you have a PNP vibra16 sound card then just add the following to your kernel config, recompile, and follow the rest of the directions above for snd1 or snd0. device pcm device sbc If none of this works for you, then issue the following commands and read the man pages. man pcm man sbc "Galle, Dietmar" wrote: > > Hello, > > can anybody tell me, which are the right seetings for this combination > in the kernel configuration database and which device must be configured > after the kernel compilation. > > Thanx a lot > > Dietmar > > Dr. Dietmar Galle > Quality Assurance > > --------------------------------------- > Framfab Deutschland AG > Augustinusstrasse 11a > D 50226 Frechen > GERMANY > mailto:dietmar.galle@framfab.de > http://www.framfab.de > Phone +49 (0)2234 . 699 264 > Fax +49 (0)2234 . 699 265 > --------------------------------------- > > HRB 3152, Amtsgericht Kerpen > > Die Framfab Deutschland AG ist Teil der internationalen > Framfab-Gruppe, einem der weltweit fuehrenden Dienstleister > fuer interaktive Medien und Internet-Consulting. > > Die ueber 2.000 Mitarbeiter von Framfab International arbeiten an > 53 Standorten in Daenemark, Deutschland, England, Finnland, > Frankreich, Holland, Italien, Norwegen, Schweden und den USA. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message