A number of us has been posting questions to the group regarding the on-board
CS4232 chip included on many motherboards.  The consensus seemed to be that it
could not be made to work.  Under the generic subject of "Help: sound cards", a
CS4232 question was posted and responded to by Matt Housh
<[EMAIL PROTECTED]>.  His instruction worked like a charm!  I am taking the
liberty of reposting those insturctions under a specific CS4232 subject header
so that those who need this info can more easily find it.  I can attest that
these instructions work with beta kernel 2.1.97.  The stable kernels do not
include some the modules required by these instructions so I doubt whether you
will get this to work without using a 2.1 series kernel.


=========================================================

X-From-Line: [EMAIL PROTECTED] Wed May 13 09:42 EDT 1998
Return-Path: <[EMAIL PROTECTED]>
Received: by washington.ppllc.com (5.x/SMI-SVR4)
        id AA07034; Wed, 13 May 1998 09:42:33 -0400
        (peer crosschecked as: mail2.redhat.com [199.183.24.247])
        id QQeper03347; Wed, 13 May 1998 09:25:47 -0400 (EDT)
Received: from uunet by washington.principia.com; Wed, 13 May 1998 09:42 EDT
Received: from mail2.redhat.com by relay6.UU.NET with SMTP 
        (peer crosschecked as: mail2.redhat.com [199.183.24.247])
        id QQeper03347; Wed, 13 May 1998 09:25:47 -0400 (EDT)
Received: (qmail 17375 invoked by uid 501); 13 May 1998 13:25:26 -0000
>Received: from mail2.redhat.com by relay6.UU.NET with SMTP 
        (peer crosschecked as: mail2.redhat.com [199.183.24.247])
        id QQeper03347; Wed, 13 May 1998 09:25:47 -0400 (EDT)
Resent-Date: 13 May 1998 13:25:26 -0000
Resent-Cc: recipient list not shown:;
Mbox-Line: From [EMAIL PROTECTED]  Wed May 13 09:25:25 1998
In-Reply-To: <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Resent-Message-Id: <"OQjnb1.0.4F4.5zPMr"@mail2.redhat.com>
X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/5829
X-Loop: [EMAIL PROTECTED]
Precedence: list
Resent-Sender: [EMAIL PROTECTED]
X-Url: http://www.redhat.com
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Content-Length: 1999
Lines: 75
Xref: tweed.principia.com mail.redhat.general:2403

Here's what I had to compile in to get my CS4232 working (and yes, it DID take
all this stuff. maybe because of 2.1.x kernel, but who knows?) :

# Loadable module support
CONFIG_MODULES=y
CONFIG_KMOD=y

# Sound (And for some reason, I could only get it to work if all these are
compiled as modules)
CONFIG_SOUND=m
CONFIG_SB=m
CONFIG_ADLIB=m
CONFIG_MPU401=m
CONFIG_PSS=m
CONFIG_PSS_MIXER=y
CONFIG_MAD16=m
CONFIG_CS4232=m
CONFIG_YM3812=m
CONFIG_VMIDI=m

        After I compiled the kernel, these steps got the card working:

insmod sound (if not already loaded)
insmod ad1848
insmod uart401
insmod cs4232 io=0x534 irq=5 dma=1 dma2=0

        HTH

Matt

-----------------------------------------------------------
Matt Housh                         email: [EMAIL PROTECTED]
MicroComputer Specialist                University of Tulsa
                           Engineering and Natural Sciences

          "Pardon me, stewardess. I speak Jive."


=========================================================


-- 
Jake Colman                     

Principia Partners LLC                  Phone: (201) 946-0300
Harborside Financial Center               Fax: (201) 946-0320
902 Plaza II                           Beeper: (800) 505-2795
Jersey City, NJ 07311                  E-mail: [EMAIL PROTECTED]
                                       E-mail: [EMAIL PROTECTED]
                                          web: http://www.ppllc.com


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to