From owner-freebsd-questions Tue May 11 23:28:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ms2.eranet.net (ms2.eranet.net [203.95.230.35]) by hub.freebsd.org (Postfix) with ESMTP id F3C1C14E39 for ; Tue, 11 May 1999 23:24:07 -0700 (PDT) (envelope-from kevlo@hello.com.tw) Received: from hello.com.tw (n155.n203-95-235.eranet.net [203.95.235.155]) by ms2.eranet.net (8.9.1a/8.9.1) with ESMTP id OAA12697; Wed, 12 May 1999 14:23:51 +0800 (CST) Message-ID: <37391E2F.B7F37C10@hello.com.tw> Date: Wed, 12 May 1999 14:22:39 +0800 From: Kevin Lo X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: eric Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SoundBlaster Vibra16 [pnp] References: Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Eric wrote: > Hi all,. Hi, > I have a SoundBlaster Vibra 16 [pnp] and i make a new kernel.. but.. i got > errors when trying to correct something > > io= 0x220 > irq=5 > dma=1 > > can someone tell me the exact line[s] to put in the the MYKERNEL file > [thats what i call the new one i made] dd the following lines in your kernel file: controller pnp0 device pcm0 at isa? port? tty irq 5 drq 1 vector pcmintr Recompile your kernel and reboot, then doing the following steps: 1. cd /dev 2. ./MAKEDEV snd1 3. ln -s /dev/audio1 /dev/audio ln -s /dev/mixer1 /dev/mixer ln -s /dev/dsp1 /dev/dsp ln -s /dev/dspW1 /dev/dspW -Kevin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message