From alsa-user-owner@alsa.jcu.cz  Wed Oct  7 23:49:23 1998
Received: from studentmail.liu.se (vmailer@mail.student.liu.se [130.236.230.10])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id XAA17072
	for <alsa-user@jcu.cz>; Wed, 7 Oct 1998 23:45:37 +0200
Received: from linux.nu (d209.ryd.student.liu.se [130.236.235.209])
	by studentmail.liu.se (VMailer) with ESMTP
	id 01740131B7; Wed,  7 Oct 1998 23:45:58 +0200 (MET DST)
Message-ID: <361BE064.1EE173E7@linux.nu>
Date: Wed, 07 Oct 1998 23:43:00 +0200
From: Martin Udden <nanook@linux.nu>
MIME-Version: 1.0
To: alsa-user@jcu.cz
Subject: Re: How do I do this?????
References: <199810071617.JAA04093@mail.tgi.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

Shawn Somers wrote:
> 
> I have a CS4232 (Zoltrix AP6400 3d)
> 
> DMA#1 01
> DMA#2 00
> 
> IRQ#1 05
> IRQ#2 12 (mpu-401 synth)
> 
> IO#1 0534-0537
> IO#2 0388
> IO#3 0220-022f
> IO#4 0120-0127 (control registers)
> IO#5 0330-0331 (MPU-401 synth)
> 
> I tried installing the latest ALSA packages, but either the instructions arnt clear enuf, or I'm being denser than normal...
> 
> So, seing that I cant figure out how to get it to work, can someone please tell me, is clear, short, and all inclusive  steps, how
> to set up the ALSA package for Slakware 2.0.34 and my sound card???

Dunno about Slackware, but on my Debian 2.0 this works:

1) Get latest ALSA dist. You've got that? Good.
2) Compile + install drivers.

3) Put this in your /etc/conf.modules:
----------------------------
alias char-major-14 snd
alias snd-minor-oss-0 snd-mixer
alias snd-minor-oss-3 snd-pcm1-oss
alias snd-card-0 snd-card-cs4232
options snd snd_major=14 snd_cards_limit=2
options snd-card-cs4232 snd_id="Zoltrix" snd_port=0x534
snd_mpu_port=0x330 snd_irq=5 snd_mpu_irq=12 snd_dma1=1 snd_dma2=0
----------------------------
For the other options of your card: please, cat $ALSADIR/INSTALL.

4)Make sure the snd-card-cs4232 and snd-pcm1-oss modules is loaded on
startup (via modprobe).
or do

# modprobe snd-card-cs4232
# modprobe snd-pcm1-oss


5) do
# amixer --help >/dev/brain	/* Various distributions might differ here !
;) */
# amixer -w
# $EDITOR ~/.amixerrc
# echo "amixer -r" >> ~/.profile
# amixer -r

6) write <nanook@linux.se> and tell him if it's not working (or mail
alsa-devel if you get a segfault).

[Martin]

-- 
     | martin udden | <nanook@linux.nu> |
-----------------------------------------------------
"Jazz ain't dead, it just smells funny" - Frank Zappa

