From alsa-user-owner@alsa.jcu.cz  Fri Mar 12 09:16:03 1999
Received: from racine.provincia.ravenna.it (racine.provincia.ravenna.it [193.207.49.1])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id JAA16613
	for <alsa-user@alsa.jcu.cz>; Fri, 12 Mar 1999 09:12:33 +0100
Received: from igor.opun.it (a06-faenza.racine.ra.it [193.207.49.53])
	by racine.provincia.ravenna.it (8.8.5/8.8.5/Racine.03) with ESMTP id JAA29740
	for <alsa-user@alsa.jcu.cz>; Fri, 12 Mar 1999 09:11:40 +0100 (MET)
Received: from racine.ra.it (localhost [127.0.0.1])
	by igor.opun.it (8.8.8/8.8.8) with ESMTP id JAA12976
	for <alsa-user@alsa.jcu.cz>; Fri, 12 Mar 1999 09:10:54 +0100
Message-ID: <36E8CC0E.ACAF93B8@racine.ra.it>
Date: Fri, 12 Mar 1999 09:10:54 +0100
From: Abramo Bagnara <abbagnara@racine.ra.it>
MIME-Version: 1.0
To: alsa-user@alsa.jcu.cz
Subject: Re: Ess 1869
References: <36E5200A.1545A897@studentl.iu.se>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

Per berg wrote:
> 
> Hi!
> I'm sorry to be bothering you with this. My name i Per berg and I tried
> to get the alsa driver package to work with my computer configuration.
> 
> I'm usin  a Compaq Presario 5130 (Believe me i wouldn't if it was up to
> me) with the ESS1869 Card stuck on the mainboard. I've got linux-2.2.2
> kernel at the moment.
> The kernel support for my card works fine even if it detects a 1688 card
> but i understand that this is a common mistake and i am able to specify
> that it is 1869 if i i compile it as a module.
> My card is supposed to be pnp BUT pnpdump gives me "No boards found" and
> i can start the sound  module from the kernel if i just specify irq,
> dma, etc... I believe that indicates that even if it is pnp It's already
> turned on etc..

Probably the PnP function for the board is disabled.
You must use snd_skip_isapnp.
Please use this (modifying the settings).

alias char-major-14 soundcore
alias char-major-116 snd
options snd snd_cards_limit=1
alias snd-card-0 snd-audiodrive18xx
alias sound-slot-0 snd-card-0
alias sound-service-0-3 snd-pcm1-oss
alias sound-service-0-12 snd-pcm1-oss
options snd-audiodrive18xx snd_port=0x220 snd_irq=5 snd_dma1=1 snd_dma2=3 \
snd_fm_port=0x388 snd_skip_isapnp=1

Abramo

