From owner-freebsd-questions Fri Aug 22 06:44:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA09397 for questions-outgoing; Fri, 22 Aug 1997 06:44:31 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id GAA09390 for ; Fri, 22 Aug 1997 06:44:26 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 22 Aug 1997 9:43:35 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA21108; Fri, 22 Aug 97 09:43:33 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id JAA00772; Fri, 22 Aug 1997 09:40:31 -0400 Message-Id: <19970822094031.10852@ct.picker.com> Date: Fri, 22 Aug 1997 09:40:31 -0400 From: Randall Hopper To: accent@inficad.com Cc: questions@FreeBSD.ORG Subject: Re: Mounting CDs (was Re: AWE32 support) References: <199708210000.RAA14981@mail.inficad.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199708210000.RAA14981@mail.inficad.com>; from accent@inficad.com on Wed, Aug 20, 1997 at 05:00:54PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk accent@inficad.com: |I have recompiled my kernel with the snd0 and sb0 line added. I see it |detects my sb0 line without a problem, however I am unable to mount any |audio cd's. Am I missing something here??? I am using xcdplayer but it |tells me "device not configured"!! Is this a problem in my kernel or did I |not set up xcdplayer correctly??? Any suggestions for this newbie would be |greatly appreciated.. Mounting CDs doesn't have anything to do with the sound driver configuration in your kernel. It shouldn't have anything to do with your AWE32 soundcard either unless you happen to have CD-ROM hanging off the IDE port on your soundcard, assuming it has one. Try: mkdir /cdrom cd /dev sh MAKEDEV wcd0c mount -t cd9660 /dev/wcd0c /cdrom Use cd0c instead if you have a SCSI CD-ROM. If this gives you device not configured, you likely need to add the relevent driver support to your kernel Randall