Date: Fri, 16 Oct 1998 13:54:25 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> 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: <Pine.BSF.4.03.9810161352380.28399-100000@resnet.uoregon.edu> In-Reply-To: <19981016095632.A25175@clear.co.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 16 Oct 1998, Joe Abley wrote: > I am running FreeBSD 3.0-BETA, CVSUPped a few days ago, on a P2 > Digital PC5000 with some kind of (supposedly sb16- and wss-compatible) > on-board audio. ok. > I have the following in my kernel config: > > controller pnp0 > device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x0 vector pcmintr ok. > I get the following on boot: > > ... > 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 > Probing for devices on the ISA bus: > sc0 at 0x60-0x6f irq 1 on motherboard > sc0: VGA color <16 virtual consoles, flags=0x0> > pcm0 not found > ... > > What is LDN 0? Why is it disabled? LDN is Logical Device Number, it's a PNP thing. You can do one of these two: 1. Go into the BIOS Setup and Set PnP OS to No. .OR. 2. Boot -c and type at the config> prompt: pnp 1 0 os enable port0 0x530 irq0 5 drq0 1 drq1 3 quit and your card should come up. Change the resources if necessary. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org 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?Pine.BSF.4.03.9810161352380.28399-100000>