From owner-freebsd-questions Mon Sep 14 17:29:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25521 for freebsd-questions-outgoing; Mon, 14 Sep 1998 17:29:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tltodd.com (badger.tltodd.com [208.133.92.209]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25435 for ; Mon, 14 Sep 1998 17:28:52 -0700 (PDT) (envelope-from tlt@tltodd.com) Received: (from tlt@localhost) by tltodd.com (8.8.3/8.8.3) id TAA09824 for freebsd-questions@freebsd.org; Mon, 14 Sep 1998 19:33:57 -0500 (CDT) Date: Mon, 14 Sep 1998 19:33:57 -0500 (CDT) From: Terry Todd Message-Id: <199809150033.TAA09824@tltodd.com> To: freebsd-questions@FreeBSD.ORG Subject: Re: checking out audio Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > I tried the pcm driver and it did even less. > > > > kernel config file now has: > > controller pnp0 > > device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 vector pcmintr > > > > I don't think the pnp0 line is needed since this is not a pnp sound card. > > It's not, but it's a good idea to try it just in case. > > You're *positive* these are the correct settings? According to what the manual says they were correct. Guess what? The manual lies. I changed the settings to be irq 9 drq 0 port 0x220 and voila it works great! Here's my kernel config line for a Toshiba Tecra 720: device pcm0 at isa? port 0x220 tty irq 9 drq 0 flags 0x0 vector pcmintr Thanks, Terry Todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message