Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 1999 14:22:39 +0800
From:      Kevin Lo <kevlo@hello.com.tw>
To:        eric <eric@conan.dyndns.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: SoundBlaster Vibra16 [pnp]
Message-ID:  <37391E2F.B7F37C10@hello.com.tw>
References:  <Pine.BSF.4.05.9905112010420.499-100000@conan.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37391E2F.B7F37C10>