From owner-freebsd-questions Sun Jan 23 18: 3: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 9D0BF14D67 for ; Sun, 23 Jan 2000 18:03:07 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip176.r3.d.bel.nwlink.com [207.202.172.176]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id SAA14481 for ; Sun, 23 Jan 2000 18:00:24 -0800 (PST) Message-ID: <388BB150.371500B6@nwlink.com> Date: Sun, 23 Jan 2000 17:56:32 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: pcm0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been using oss sound drivers for a while, but after a recent reinstall, I've decided to try out pcm0. I have a soundblaster pci 128, and I'm running stable, just built today. I compiled this into the kernel: device pcm0 at isa? port ? tty irq 11 drq 1 flags 0x07 ...although that may be completely wrong, I was sort of guessing on things. I've heard of people having success based on only adding the line "device pcm0" to the kernel config. Dmesg shows that my card is there: es1: rev 0x07 int a irq 11 on pci0.11.0 pcm1: using I/O space register mapping at 0x6c00 es1371: codec vendor revision 0 es1371: codec features Bass & Treble es1371: stereo enhancement: no 3D stereo enhancement ...there is also the line: pcm0 not found After compiling I did ./MAKEDEV snd1, like I've read you're supposed to do. It didn't make any pcm* devices. I tried making links from /dev/audio and /dev/audio1 to /dev/pcm0 and /dev/pcm1, also I tried making links to /dev/dsp with no luck. The mixer is set on 100% every time I've checked it, so that isn't it. I figure I'm pretty close to getting it to work if it's showing up in dmesg. Can someone point me in the right direction? -- R Joseph Wright *I merely took the energy it takes to pout and wrote some blues --Duke Ellington* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message