The FreeBSD Diary |
(TM) | Providing practical examples since 1998If you buy from Amazon USA, please support us by using this link. |
Sound Blaster Vibra16 --- by Chris Silva
27 January 2000
|
Chris Silva bitsurfr@enteract.com wrote in with the following article on installing and configuring a Sound Blaster Vibra16 configured for 3.4. |
The configuration
|
This was a bit of a trick for me - mainly, this is a PnP card and it came
out of my NT boxen when I nabbed the SB PCI128... So - being that I *already* configed it
with the IRQ of 10, the normal settings people tell you to use were, in my case, null and
void. I refered to an email I got back when I posed the question under 3.1 (Peter Radcliffe - pir@pir.net), the crux of the biscuit are the same, except I had to fiddle with the IRQ etc. So - here are the lines I added to my kernel: controller pnp0 device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 Then I added a line to my /boot/kernel.conf like this: pnp 1 0 os enable irq0 10 port0 0x220 drq0 1 drq1 3 NOTE: The /boot/kernel.conf may or may not exist on your system so you may have to
create it. That's really all I did, and I'm now a happy MP3 listener!!! |