From alsa-user-owner@alsa.jcu.cz  Tue Jan 26 01:15:47 1999
Received: from berzerk.rs.itd.umich.edu (smtp@berzerk.rs.itd.umich.edu [141.211.63.17])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id BAA12898
	for <alsa-user@alsa.jcu.cz>; Tue, 26 Jan 1999 01:10:36 +0100
Received: from seawolf.rs.itd.umich.edu (smtp@seawolf.rs.itd.umich.edu [141.211.63.88])
        by berzerk.rs.itd.umich.edu (8.8.8/4.3-mailhub) with ESMTP id TAA04774
        for <alsa-user@alsa.jcu.cz>; Mon, 25 Jan 1999 19:10:34 -0500 (EST)
Received: from localhost (cdavid@localhost)
	by seawolf.rs.itd.umich.edu (8.8.8/5.1-client) with ESMTP id TAA11338
	for <alsa-user@alsa.jcu.cz>; Mon, 25 Jan 1999 19:10:34 -0500 (EST)
Date: Mon, 25 Jan 1999 19:10:34 -0500 (EST)
From: Chris David <cdavid@umich.edu>
To: alsa-user@alsa.jcu.cz
Subject: Re: Problem installing alsa-0.3.0-pre3 with Linux 2.2.0pre8
In-Reply-To: <99012503073501.05427@meb39.kings.cam.ac.uk>
Message-ID: <Pine.SOL.4.05.9901251909160.10819-100000@seawolf.rs.itd.umich.edu>
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



I think the problem is that you should do modprobe snd-audiopci, not
modprobe snd-en1370...

I know this 'cause I did the same thing at first :)

-Chris

On Mon, 25 Jan 1999, Matthew Bloch wrote:

> Hi there; couldn't find anything on the FAQ, so here goes... I've compiled and
> installed this version of alsa, along with creating the new devices with the
> script.  Then I removed the OSS modules (soundcore / es1370) and did a
> 'modprobe snd-ens1370' which went without problems.  After this, /dev/mixer and
> /dev/dsp don't seem to support any kind of operation (according to mpg123 and
> KMix) until I reinstate the OSS modules.
> 
> My /etc/conf.modules file looks like this:
> 
> -------------8<---------------------------------------------------
> alias eth0 ne 
> options ne io=0x300 
> alias scsi_hostadapter advansys 
> # alias sound es1370
> # options sound joystick=1
> 
> # --- BEGIN: Generated by ALSACONF, do not edit. ---
> alias char-major-14 snd
> alias snd-minor-oss-0 snd-ens1370
> # NB the above line and snd-card-0 hand-hacked because the values were empty
> # when generated with ALASCONF and modprobe whinged; was this wise? :-)
> 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-ens1370
> 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=ENSONIQ
> # --- END: Generated by ALSACONF, do not edit. ---
> -------------8<---------------------------------------------------
> 
> Any ideas what's going on?
> 
> --
> Matthew       ( http://www.soup-kitchen.demon.co.uk/ )
> 
> 
> ------
> To unsubscribe from <alsa-user@alsa.jcu.cz> mailing list send message
> 'unsubscribe' in the body of message to <alsa-user-request@alsa.jcu.cz>.
> 


