Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 1999 10:37:29 +0100 (CET)
From:      Konrad Heuer <kheuer@gwdu60.gwdg.de>
To:        Prasad Chemburkar <prasad@usa.ltindia.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sound blaster configuration
Message-ID:  <Pine.BSF.4.05.9903241031510.78968-100000@gwdu60.gwdg.de>
In-Reply-To: <Pine.LNX.3.96.990324143025.21575C-100000@partha.ltindia.com>

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

On Wed, 24 Mar 1999, Prasad Chemburkar wrote:

> i am trying to install creative sound blaster card 16 on my freebsd
> server. i have installed following lines in my new kernel as follows
>=20
>=20
> # Controls all sound devices
> # snd: Voxware sound support code
> controller      snd0
> # sb: SoundBlaster PCM - SoundBlaster, SB Pro, SB16, ProAudioSpectrum
> device sb0      at isa? port 0x220 irq 5 drq 1 vector sbintr
> # sbxvi: SoundBlaster 16
> device sbxvi0   at isa? drq 5 conflicts
> # sbmidi: SoundBlaster 16 MIDI interface
> device sbmidi0  at isa? port 0x330

I guess your card is a PnP card. You should add

controller pnp0 # plug & play card support

to you kernel config file.

> and recompiled ther kernel, everything went smooth then i executed
> following command
>=20
> =09# /dev/MAKEDEV snd

Never tried that but I'd enter:

cd /dev
sh MAKEDEV snd0

to make sure that the device entries will be created in /dev and that
digit zero will be included.

Regards

//
// Konrad Heuer                                  ____            ___  _____=
__=20
// Gesellschaft f=FCr wissenschaftliche           / __/______ ___ / _ )/ __=
/ _ \
//    Datenverarbeitung mbH G=D6ttingen          / _// __/ -_) -_) _  |\ \/=
 // /
// Am Fa=DFberg, D-37077 G=D6ttingen              /_/ /_/  \__/\__/____/___=
/____/=20
// Deutschland (Germany)                      ----- The Power to Serve ----=
-
//                                                http://www.freebsd.org
// kheuer@gwdu60.gwdg.de
//



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?Pine.BSF.4.05.9903241031510.78968-100000>