From owner-freebsd-questions Wed Mar 24 1:40:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 106A815465 for ; Wed, 24 Mar 1999 01:39:17 -0800 (PST) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.9.2/8.9.2) with ESMTP id KAA79010; Wed, 24 Mar 1999 10:37:29 +0100 (CET) (envelope-from kheuer@gwdu60.gwdg.de) Date: Wed, 24 Mar 1999 10:37:29 +0100 (CET) From: Konrad Heuer To: Prasad Chemburkar Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sound blaster configuration In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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