Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 1999 08:44:14 -0700 (MST)
From:      John Reynolds~ <jreynold@sedona.ch.intel.com>
To:        "Michael J. Ruhl" <mruhl@Network-Alchemy.COM>
Cc:        questions@freebsd.org
Subject:   Re: sound blaster PCI128
Message-ID:  <14367.1742.47847.420674@hip186.ch.intel.com>

next in thread | raw e-mail | index | archive | help

> Howdy,
> 
> Is there explicit instructions somewhere on how to set up a sound
> blaster PCI128 card?  For various e-mails it appears that it is
> possible to use this sound card, but I can't locate anything that
> appears to work for me.
> 
> After a day of kerputzing I am slighly frustrated and any help will be
> welcomed.

You need:

  pnp0
  pcm0

in your kernel and that should about do it. Keep in mind you must do this
before the card will appear to "work":

 cd /dev
 sh MAKEDEV snd1  # NOT snd0 as you might think

then do

mixer vol pcm 40

(or whatever volume won't blow out your speakers :)

by default, this card's channels are all turned to 0 volume at power up, so
even if the device probes and is "working" you can't hear crap unless you turn
the volume up.

I've had limited success with the OSS drivers from 4front. The last time I
tried them, they worked like a charm except for the fact that xmms wouldn't
run, so I ditched them in favor of the pcm0 driver again.

Cheers,

-Jr

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| John Reynolds               CEG, CCE, Next Generation Flows, HLA          |
| Intel Corporation      MS: CH6-210   Phone: 480-554-9092   pgr: 868-6512  |
| jreynold@sedona.ch.intel.com  http://www-aec.ch.intel.com/~jreynold/      |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


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?14367.1742.47847.420674>