Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 1999 23:22:40 -0400
From:      Peter Radcliffe <pir@pir.net>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: SB16 Vibra
Message-ID:  <19990720232240.A28568@pir.net>
In-Reply-To: <16912.990720@enteract.com>; from Chris Silva on Tue, Jul 20, 1999 at 09:53:58PM -0500
References:  <16912.990720@enteract.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Silva <bitsurfr@enteract.com> probably said:
>       Has anyone gotten the SB16 Vibra16X to run under 3.2-STABLE?
> If so - please feel free to pass along any kernel configs you might
> have...  

Yep. One of the important things is drq1 being low (3), as listed in
pnpinfo.

kernel:
------------------------------------8<------------------------------------
controller	pnp0
device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x0
------------------------------------8<------------------------------------

/boot/kernel.conf:
------------------------------------8<------------------------------------
pnp 1 0 os enable irq0 5 port0 0x220 drq0 1 drq1 3
q
------------------------------------8<------------------------------------

The pcm code will pick it up as pnp and enable it as pcm1, so you have
to do
cd /dev; sh MAKEDEV snd1
to make the device files and links correctly.

pcm1 (SB16pnp <Vibra16X> sn 0xffffffff) at 0x220-0x22f irq 5 drq 1 flags 0x13 on isa
pcm0 not probed due to drq conflict with pcm1 at 1

You can probably add a disable to the pnp0 line so it doesn't bother trying
to probe it.

P.

-- 
pir               pir@pir.net      pir@shore.net      pir@net.tufts.edu



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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