From owner-freebsd-multimedia Sun Mar 16 11:59:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA16612 for multimedia-outgoing; Sun, 16 Mar 1997 11:59:56 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA16607 for ; Sun, 16 Mar 1997 11:59:51 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 16 Mar 1997 14:58:37 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA09525; Sun, 16 Mar 97 14:58:34 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id OAA01582; Sun, 16 Mar 1997 14:55:56 -0500 Message-Id: <19970316145556.08012@ct.picker.com> Date: Sun, 16 Mar 1997 14:55:56 -0500 From: Randall Hopper To: Jack W Doyle Cc: freebsd-multimedia@freebsd.org Subject: Re: audemo/nas problem. References: <19970314.131930.3622.0.N9OGK@juno.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65 In-Reply-To: <19970314.131930.3622.0.N9OGK@juno.com>; from Jack W Doyle on Fri, Mar 14, 1997 at 02:25:17PM -0400 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jack W Doyle: |I'm trying to find a good audio cd player software for use on IDE cd-rom |drives (no, I do not have access to the internet due to cost |considerations, and the e-mail address can be accessed only by Lose95). |This will be for a standalone fbsd 2.1.7 box. workman does a fine job. It assumes the SCSI device by default, so just create yourself a little "workman" wrapper script containing: exec /usr/X11R6/bin/workman -c /dev/rwcd0c and it works fine. Randall