From alsa-user-owner@alsa.jcu.cz  Thu Feb 18 05:12:04 1999
Received: from hideout.jp.compaq.com (qmailr@ngy0144.bekkoame.ne.jp [202.244.227.144])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id FAA02887
	for <alsa-user@alsa.jcu.cz>; Thu, 18 Feb 1999 05:10:33 +0100
Received: (qmail 11661 invoked from network); 18 Feb 1999 13:08:25 +0900
Received: from localhost (hoyano@127.0.0.1)
  by localhost with SMTP; 18 Feb 1999 13:08:25 +0900
To: alsa-user@alsa.jcu.cz
Subject: Re: Ensoniq AudioPCI
From: Tetsuya HOYANO <hoyano@ari.bekkoame.ne.jp>
In-Reply-To: <19990218023746.12834.rocketmail@send204.yahoomail.com>
References: <19990218023746.12834.rocketmail@send204.yahoomail.com>
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-Id: <19990218130824P.hoyano@ari.bekkoame.ne.jp>
Date: Thu, 18 Feb 1999 13:08:24 +0900
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

From    : Luan Tran <teazie98@yahoo.com>
Subject : Re: Ensoniq AudioPCI
Date    : Wed, 17 Feb 1999 18:37:46 -0800 (PST)

> Hi there,
> 
> 
> I'm installing alsa-driver-0.3.0-pre4.  I got to this far with the
> "INSTALL" instructions:
> 
> "5) Edit your /etc/conf.modules (look to kerneld/kmod support section)."
> 
> I don't see anything about kerneld or kmod.  I only have this in my
> /etc/conf.modules:
> #alias eth0 smc-ultra
> what should i put in this file?  I skipped this step and moved on to
> step 6...

I have these for pre4.

alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-audiopci
options snd-audiopci snd_index=1 \
                     snd_id=CARD_1 \
                     snd_dac1_frame_size=128 \
                     snd_dac2_frame_size=128 \
                     snd_adc_frame_size=128

alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-3 snd-pcm1-oss
alias sound-service-0-12 snd-pcm1-oss

> 
> "6) Run 'modprobe snd-card' where card is name of your card."
> 
> Here is where I have problem.  I tried typing "modprobe ensoniq"
> "modprobe ensoniq audiopci" ..what is the right name for this card?  
> It's probably so simple and I'm not catching it.  Thanks for your help!

modprobe snd-audiopci

HTH,
--HOYANO

