Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2000 08:01:56 -0500
From:      Mark J Tomko <mtomko@prime.cs.ohiou.edu>
To:        freebsd-questions@freebsd.org
Subject:   More Kernel Config, pcm1 vs. pcm0
Message-ID:  <20000303080156.A83611@prime.cs.ohiou.edu>

next in thread | raw e-mail | index | archive | help
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: <VGA-compatible display device> 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 <Yamaha SA2>1 at 0x530 irq 5 dma 0:1 flags 0x11
setting up yamaha registers
set yamaha master volume to max
pcm1 (CS423x/Yamaha/AD1816 <Yamaha SA2> 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




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