From owner-freebsd-questions Fri Mar 3 5: 2: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from s1146.south-green.ohiou.edu (s1146.south-green.ohiou.edu [132.235.153.146]) by hub.freebsd.org (Postfix) with ESMTP id CB65537B552 for ; Fri, 3 Mar 2000 05:01:56 -0800 (PST) (envelope-from mtomko@s1146.south-green.ohiou.edu) Received: (from mtomko@localhost) by s1146.south-green.ohiou.edu (8.9.3/8.9.3) id IAA83628 for freebsd-questions@freebsd.org; Fri, 3 Mar 2000 08:01:56 -0500 (EST) (envelope-from mtomko) Date: Fri, 3 Mar 2000 08:01:56 -0500 From: Mark J Tomko To: freebsd-questions@freebsd.org Subject: More Kernel Config, pcm1 vs. pcm0 Message-ID: <20000303080156.A83611@prime.cs.ohiou.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been running off a custom kernel for about a month now- everything works fine, but I get a warning message when I boot up that says it can't find a pcm0 device. Probing for devices on PCI bus 1: vga0: rev 0x04 int a irq 11 on pci1.0.0 Probing for PnP devices: CSN 1 Vendor ID: YMH0020 [0x2000a865] Serial 0xffffffff Comp ID: PNPb02f [0x2fb0 d041] mss_attach 1 at 0x530 irq 5 dma 0:1 flags 0x11 setting up yamaha registers set yamaha master volume to max pcm1 (CS423x/Yamaha/AD1816 sn 0xffffffff) at 0x530-0x537 irq 5 drq 0 flags 0x11 on isa ## And then: Probing for devices on the ISA bus: ... pcm0 not found In my kernel, I have enabled pcm0 for my sound. The kernel detects and properly uses my sound card, but it calls it pcm1. In my kernel config file, the lines affecting the sourd card are: controller pnp0 ... device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x0 So, should I change my kernel to enable a device called pcm1 and forget about pcm0, or should I leave well enough alone? Could I set it up without using the PNP controller? Thanks! Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message