From owner-freebsd-hackers Mon Oct 6 19:25:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA18049 for hackers-outgoing; Mon, 6 Oct 1997 19:25:21 -0700 (PDT) (envelope-from owner-freebsd-hackers) Received: from xioa.cosmic.org (jwb@xioa.cosmic.org [206.151.181.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA17987 for ; Mon, 6 Oct 1997 19:24:15 -0700 (PDT) (envelope-from jwb@xioa.cosmic.org) Received: (from jwb@localhost) by xioa.cosmic.org (8.8.7/8.8.5) id WAA07783 for hackers@freebsd.org; Mon, 6 Oct 1997 22:23:45 -0400 (EDT) From: Joe Beiter Message-Id: <199710070223.WAA07783@xioa.cosmic.org> Subject: PnP naivety To: hackers@freebsd.org Date: Mon, 6 Oct 1997 22:23:44 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I loaded Luigi's PnP and snd drivers and I now am able to cat au files out /dev/audio1 and sound does work.. however when I run au -aa or try to run raplayer they claim they can't open the device.. au -aa: Fatal server error: could not create audio connection block info ------------ raplayer just claims it cannot open the sound device. I did recreate the link from /dev/audio to /dev/audio1 lrwxrwxrwx 1 root wheel 11 Oct 1 21:44 /dev/audio -> /dev/audio1 and even tried just creating /dev/audio with mknod using the maj and minor numbers of /dev/audio1. Does anyone know what I am missing in this equation? - JoeB