Skip site navigation (1)Skip section navigation (2)
Date:      16 Oct 1998 22:08:44 +0200
From:      dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        Joe Abley <jabley@clear.co.nz>
Cc:        freebsd-questions@FreeBSD.ORG, freebsd-current@FreeBSD.ORG
Subject:   Re: Luigi's Sound Drivers on Digital PC5000
Message-ID:  <xzpbtncl16b.fsf@jarnsaxa.ifi.uio.no>
In-Reply-To: Joe Abley's message of "Fri, 16 Oct 1998 09:56:32 %2B1300"
References:  <19981016095632.A25175@clear.co.nz>

next in thread | previous in thread | raw e-mail | index | archive | help
Joe Abley <jabley@clear.co.nz> writes:
> Probing for PnP devices:
> CSN 1 Vendor ID: CSC0735 [0x3507630e] Serial 0xffffffff Comp ID: @@@0000 [0x0000
> 0000]
> This is a CS4236, but LDN 0 is disabled

The "LDN 0 is disabled" message seems to indicate the device has been
disabled in software. Try to add the following line to your
/kernel.config:

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

If you don't have a /kernel.config, create one that looks like this:

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

You'll need to add the USERCONFIG and USERCONFIG_BOOT kernel options
for this to work.

<technical nitpicking>
This is actually a CS4236B, which should be identified as such and
properly attached by a recent kernel (built from sources newer than
October 4th):

Probing for PnP devices:
CSN 1 Vendor ID: CSC6835 [0x3568630e] Serial 0xffffffff Comp ID: @@@0000 [0x0000
0000]
mss_attach <CS4236>1 at 0x530 irq 5 dma 1:3 flags 0x13
pcm1 (CS423x/Yamaha <CS4236> sn 0xffffffff) at 0x530-0x537 irq 5 drq 1 flags 0x1
3 on isa

(CSC play games with their vendor ID so we ignore the second-most
significant byte of the PnP ID)
</technical nitpicking>

DES
-- 
Dag-Erling Smørgrav - dag-erli@ifi.uio.no

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



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