Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 1998 06:31:20 +0200 (MET DST)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
To:        ckempf@enigami.com (Cory Kempf)
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: Getting Sound working on DK440LX
Message-ID:  <199805210431.GAA13217@labinfo.iet.unipi.it>
In-Reply-To: <199805210309.XAA24598@singularity.enigami.com> from "Cory Kempf" at May 20, 98 11:09:39 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> # crystal sound
> #device css0    at isa? port 0x534 irq 5 drq 1 flags 0x08 vector adintr
> 
> I have made the changes (from an earlier post) to make 0x3500630e map to
> 0x3600630e.
> 
> dmesg says:
> Probing for PnP devices:
> CSN 1 Vendor ID: CSC0b35 [0x350b630e] Serial 0xffffffff
> This is a CS4236, but LDN 0 is disabled

so boot with -c and do

	pnp 1 0 os enable port0 0x534 port2 0x220 irq0 5 drq0 1 drq1 3

and your card will be detected as unit #1 (/dev/audio1, /dev/dsp1 etc.)
you might need to create the entries in /dev with ./MAKEDEV snd1 and
make symlinks from /dev/audio->/dev/audio1 etc.

> So, can someone clue me in on what I need to do to make sound work
> properly on this system?  This stuff isn't by any chance documented
> somewhere, is it?

man pnp shows how to configure the card. Sure it could have more info
on the unit number thing...

	cheers
	luigi
-----------------------------+--------------------------------------
Luigi Rizzo                  |  Dip. di Ingegneria dell'Informazione
email: luigi@iet.unipi.it    |  Universita' di Pisa
tel: +39-50-568533           |  via Diotisalvi 2, 56126 PISA (Italy)
fax: +39-50-568522           |  http://www.iet.unipi.it/~luigi/
_____________________________|______________________________________

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805210431.GAA13217>