From owner-freebsd-hackers Tue Apr 9 09:28:47 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23067 for hackers-outgoing; Tue, 9 Apr 1996 09:28:47 -0700 (PDT) Received: from xi.dorm.umd.edu (root@xi.dorm.umd.edu [129.2.152.45]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA23062 for ; Tue, 9 Apr 1996 09:28:44 -0700 (PDT) Received: from localhost (smpatel@localhost [127.0.0.1]) by xi.dorm.umd.edu (8.7.5/8.6.12) with SMTP id MAA00676; Tue, 9 Apr 1996 12:28:22 -0400 (EDT) Date: Tue, 9 Apr 1996 12:28:20 -0400 (EDT) From: Sujal Patel X-Sender: smpatel@xi.dorm.umd.edu Reply-To: Sujal Patel To: Thomas David Rivers cc: freebsd-hackers@freefall.FreeBSD.org Subject: Re: pnpinfo (was Re: sound question) In-Reply-To: <199604091137.HAA04680@lakes> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 9 Apr 1996, Thomas David Rivers wrote: > you may want to put your e-mail address at the bottom of that README), Thanks.. I just added it.. I cut pasted that README out of a piece of E-mail and kinda forgot about that :-) > although, I have a MediaVision Plug-N-Play sound card in the machine. > (it's a non-PnP bios, 486-66 VLB machine, FreeBSD 2.1-R) Ok... Well the detection code has been pretty solid so far (with all of the cards I've tested). Verify these things first: 1: You are running 'pnpinfo' as root. 2: Your MediaVision card has it's PnP "Logic" enabled. Maybe there is a configuration option in the software setup (or a jumper?) 3: Your computer really doesn't have a PnP Bios (This may not matter). If all of this stuff is good, recompile 'pnpinfo' with -DDEBUG and mail me the output privately and we'll figure this out. Sujal