From owner-freebsd-questions Fri Oct 16 13:10:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00853 for freebsd-questions-outgoing; Fri, 16 Oct 1998 13:10:30 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00764; Fri, 16 Oct 1998 13:10:07 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from jarnsaxa.ifi.uio.no (2602@jarnsaxa.ifi.uio.no [129.240.65.44]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id WAA03720; Fri, 16 Oct 1998 22:08:45 +0200 (MET DST) Received: (from dag-erli@localhost) by jarnsaxa.ifi.uio.no ; Fri, 16 Oct 1998 22:08:45 +0200 (MET DST) Mime-Version: 1.0 To: Joe Abley Cc: freebsd-questions@FreeBSD.ORG, freebsd-current@FreeBSD.ORG Subject: Re: Luigi's Sound Drivers on Digital PC5000 References: <19981016095632.A25175@clear.co.nz> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 16 Oct 1998 22:08:44 +0200 In-Reply-To: Joe Abley's message of "Fri, 16 Oct 1998 09:56:32 +1300" Message-ID: Lines: 40 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAA00812 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joe Abley 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. 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 1 at 0x530 irq 5 dma 1:3 flags 0x13 pcm1 (CS423x/Yamaha 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) DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message