From owner-freebsd-hackers Tue Apr 9 09:21:37 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA22590 for hackers-outgoing; Tue, 9 Apr 1996 09:21:37 -0700 (PDT) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA22584 for ; Tue, 9 Apr 1996 09:21:32 -0700 (PDT) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA21926; Tue, 9 Apr 1996 12:20:24 -0400 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Tue, 9 Apr 1996 12:20 EDT Received: from lakes (lakes [192.96.3.39]) by ponds.UUCP (8.6.12/8.6.5) with ESMTP id HAA23812; Tue, 9 Apr 1996 07:39:42 -0400 Received: (from rivers@localhost) by lakes (8.6.12/8.6.9) id HAA04680; Tue, 9 Apr 1996 07:37:45 -0400 Date: Tue, 9 Apr 1996 07:37:45 -0400 From: Thomas David Rivers Message-Id: <199604091137.HAA04680@lakes> To: umiacs.umd.edu!smpatel@dg-rtp.dg.com, freebsd-hackers@freefall.FreeBSD.org Subject: pnpinfo (was Re: sound question) Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Sujal - > > > So, to get my sound card working; I have a little DOS floppy I > > boot from, that runs the sound card's setup program. Then, I do > > a warm boot (CNTL-ALT-DEL) to boot up FreeBSD. At that point, > > FreeBSD recognizes the sound card as a "normal" sound-blaster Pro, and > > everything works fine. > > > > I think some people are working on getting Plug-and-Play into > > FreeBSD... is that true? > > Yes... There is work being done, but I'm holding out until I can get > everything working the way Plug-and-Play was intended (i.e. fully > automatic). > > In the meantime, some VERY preliminary (working) support can be found on > ftp://xi.dorm.umd.edu/pub/pnp/* These patches are for -current, though > they should be easily adaptable to 2.1R. > > > Sujal > I grabbed your patches, read the README (by the way, you may want to put your e-mail address at the bottom of that README), and jumped up-and-down with joy to see that this was coming together. So, I untarr'd pnpinfo.tar.gz and ran pnpinfo. Here's what I got: lakes# ./pnpinfo Checking for Plug-n-Play devices... No Plug-n-Play devices were found lakes# 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) Where should I start looking to see why this isn't recognized? The documentation that comes with the card is quite miserable (although, it does use an OPTi chip set - I did wrangle some documentation from them, but it's not exactly readable...) - Dave Rivers -