From owner-freebsd-hardware Thu May 20 4:22:29 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from bumlan.campus.luth.se (bumlan.campus.luth.se [130.240.196.103]) by hub.freebsd.org (Postfix) with ESMTP id 3494614CD3 for ; Thu, 20 May 1999 04:22:25 -0700 (PDT) (envelope-from andree@sm.luth.se) Received: from localhost (laj@localhost) by bumlan.campus.luth.se (8.9.1/8.9.1) with ESMTP id NAA04328; Thu, 20 May 1999 13:22:21 +0200 (CEST) (envelope-from andree@sm.luth.se) X-Authentication-Warning: bumlan.campus.luth.se: laj owned process doing -bs Date: Thu, 20 May 1999 13:22:21 +0200 (CEST) From: Andree Jacobson X-Sender: laj@bumlan.campus.luth.se To: Tom Embt Cc: freebsd-hardware@FreeBSD.ORG Subject: Re: How to get AWE64 ISA PnP working? In-Reply-To: <3.0.3.32.19990520054937.00a98514@mail.embt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have the exact same card and it's working just fine... Try adding the following to your kernel: controller pnp0 device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 Remove all that other stuff that has to do with soundrivers like 'sb' and 'xvi' or whatever and just keep the above... Recompile kernel and boot and you will find something like: /kernel: Probing for PnP devices: pcm1 (Soundblaster xxxx sn 0xffffffff) at 0x530-0x537 irq 5 drq 1 flags 0x13 on isa Then go to /dev and type sh ./MAKEDEV snd1 (if at boot time it said pcm1, snd0 for pcm0) That will create the symbolic links for dsp and the other mixers and stuff. Enjoy. /Andree On Thu, 20 May 1999, Tom Embt wrote: > Sorry to bother everyone with this, I'm sure the answer is quite simple, > but I'm having trouble getting my ISA Plug & Pray AWE 64 Value working in > 3.2-STABLE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message