From alsa-user-owner@alsa.jcu.cz  Tue Nov 17 21:03:02 1998
Received: from entry.jcu.cz (IDENT:perex@entry.jcu.cz [160.217.1.111])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id VAA31448;
	Tue, 17 Nov 1998 21:02:19 +0100
Date: Tue, 17 Nov 1998 21:02:19 +0100 (CET)
From: Jaroslav Kysela <perex@jcu.cz>
To: "Jonathan R. Nitschke" <jr@socrates.berkeley.edu>
cc: alsa-user@alsa.jcu.cz
Subject: Re: driver-0.2.0-pre10p1 and AudioPCI (1370)
In-Reply-To: <Pine.SOL.3.96.981117110842.21512A-100000@socrates.berkeley.edu>
Message-ID: <Pine.LNX.3.96.981117205929.6199B-100000@entry.jcu.cz>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

On Tue, 17 Nov 1998, Jonathan R. Nitschke wrote:

> For a couple of days I have been trying to get ALSA working with my
> Ensoniq AudioPCI soundcard, which works great under Win9X and Linux using
> the OSS crippleware version.
> 
> The driver compiles with no complaints, and seems to install fine. 
> snddevicces appears to do its job.  alsaconf generates the following
> conf.modules: 
> 
> # --- BEGIN: Generated by ALSACONF, do not edit. ---
> alias char-major-14 snd
> alias snd-minor-oss-0
> alias snd-minor-oss-3 snd-pcm1-oss
> alias snd-minor-oss-4 snd-pcm1-oss
> alias snd-minor-oss-5 snd-pcm1-oss
> alias snd-minor-oss-12 snd-pcm1-oss
> alias snd-card-0
> options snd snd_major=14 snd_cards_limit=1 snd_device_mode=0660
> snd_device_gid=0 snd_device_uid=0
> options  snd_index=1 snd_id=CARD_1
> # --- END: Generated by ALSACONF, do not edit. ---
> 
> This seems to be missing some parameters, as bourne out by the output of
> depmod snd-es1370
> 
> conf:4: missing argument 
> 
> Looking through the INSTALL file, I came up with the following

Probably wrong look. I didn't see any line about snd-es1370 module. Isn't
it true?

  Module snd-audiopci.o
  ---------------------

    Module for Ensoniq AudioPCI ES1370/1371 PCI soundcards.
                        * SoundBlaster PCI 64


> conf.modules:
> 
> alias char-major-14 snd
> alias snd-minor-oss-0 snd-audiopci
> alias snd-minor-oss-3 snd-pcm1-oss
> alias snd-minor-oss-4 snd-pcm1-oss
> alias snd-minor-oss-5 snd-pcm1-oss
> alias snd-minor-oss-12 snd-pcm1-oss
> alias snd-card-0 snd-es1370
                   ^^^^^^^^^^
snd-audiopci should be better

> options snd snd_major=14 snd_cards_limit=1 snd_device_mode=0660
> snd_device_gid=0 snd_device_uid=0
> options snd-es1370 snd_index=1 snd_id=AudioPCI
          ^^^^^^^^^^
snd-audiopci

						Jaroslav

-----
Jaroslav Kysela <perex@jcu.cz>
Academic Computer Centre, University of South Bohemia
Branisovska 31, C. Budejovice, CZ-370 05 Czech Republic


