From owner-freebsd-questions Fri Feb 18 10:11:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasknow.com (h139-142-245-96.ss.fiberone.net [139.142.245.96]) by hub.freebsd.org (Postfix) with ESMTP id DCFC137B9F3 for ; Fri, 18 Feb 2000 10:11:44 -0800 (PST) (envelope-from freebsd@sasknow.com) Received: from localhost (freebsd@localhost) by sasknow.com (8.9.3/8.9.3) with ESMTP id MAA87376; Fri, 18 Feb 2000 12:12:09 -0600 (CST) (envelope-from freebsd@sasknow.com) Date: Fri, 18 Feb 2000 12:12:09 -0600 (CST) From: Ryan Thompson To: Kevin Oberman Cc: questions@FreeBSD.ORG Subject: Re: Can't access CD-ROM for audio In-Reply-To: <200002181804.KAA26910@ptavv.es.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 18 Feb 2000, Kevin Oberman wrote: > My CD (ATAPI-IDE) works fine for data, but I am unable to get it to > play audio. cdcontrol returns: > > cdcontrol: no CD device name specified, defaulting to /dev/cd0c > cdcontrol: no disc in drive /dev/cd0c The device you want is probably /dev/acd0a or /dev/acd0c. man cdcontrol. cdcontrol -f /dev/acd0a Specifies the device /dev/acd0a should be used. > while the KDE CD player generates the error: > CDROM read or access error. > Please make sure you have access permissions to: > /dev/matcd0c Same thing. matcd, I believe, is a Matsushita (proprietary) CD-ROM. Configure the CD player to use /dev/acd0a or acd0c. > The devices exist and are accessible, but the errors persist, even when > I run as root. > > Is there some kernel option I could have over-looked or some other > incantation I missed? Not if you can mount and access ISO9660 data CDs on /dev/acd0*. By default, ATAPI CD support is included in the GENERIC kernel. So, unless you explicitly disabled it, it should still be there. -- Ryan Thompson 50% Owner, Sysadmin SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message