From owner-freebsd-questions Sun Jan 23 18:54:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 9DCCF14F42 for ; Sun, 23 Jan 2000 18:50:59 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id DAA64581; Mon, 24 Jan 2000 03:50:55 +0100 (CET) (envelope-from olli) Date: Mon, 24 Jan 2000 03:50:55 +0100 (CET) Message-Id: <200001240250.DAA64581@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: pcm0 X-Newsgroups: list.freebsd-questions In-Reply-To: <86gdn3$10qg$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG R Joseph Wright wrote in list.freebsd-questions: > 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. That's true -- it's a PCI device, so all you need is: device pcm0 > 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 That's perfectly OK. > After compiling I did ./MAKEDEV snd1, like I've read you're supposed to > do. It didn't make any pcm* devices. That's OK, too. > 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. There are no device entries /dev/pcm*. Don't try to create them. > 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? What is the problem, actually? What you described so far sounds like everything is alright.. So what's wrong, exactly? Are there any error messages? What happens if you try to, say, play an mp3 file with mpg123? Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message