From owner-freebsd-questions Fri Jul 28 13:19:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wasp.eng.ufl.edu (wasp.eng.ufl.edu [128.227.116.1]) by hub.freebsd.org (Postfix) with ESMTP id 48F2837B7B6 for ; Fri, 28 Jul 2000 13:19:30 -0700 (PDT) (envelope-from bob@eng.ufl.edu) Received: from eng.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by wasp.eng.ufl.edu (8.9.3/8.9.3) with ESMTP id QAA29981; Fri, 28 Jul 2000 16:19:20 -0400 (EDT) Message-ID: <3981EAC7.9274B21A@eng.ufl.edu> Date: Fri, 28 Jul 2000 16:19:19 -0400 From: Bob Johnson Organization: University of Florida X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: caffeinex2@monmouth.com, questions@freebsd.org Subject: Re: cd player error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "matcd" is the driver for old Matsushita proprietary CD-ROM drives. rmatcd would be the raw-mode access to such a drive. The error message from KDE uses the name of the drive that it is configured to use, so: 1) Figure out what CD-ROM you actually have and give it the correct permissions in /dev. 2) Find the setting buried somewhere in the KDE configuration that tells it which device to access for the CD. I think if you open the CD player, it has a button that opens its configuration, and you need to find the setting that now says /dev/rmatcd0 and change it to /dev/acd0c (assuming you are using an IDE/ATAPI CD drive). I don't think you need to use the raw mode driver, which would be /dev/racd0c. > -----Original Message----- > From: Kent Stewart [SMTP:kstewart@urx.com] > Sent: Friday, 28 July, 2000 0141 > To: caffeinex2@monmouth.com > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: cd player error > > > > caffeine wrote: > > > > CDROM read or access error....make sure you have access permissions to > > /dev/rmatcd0c thats what i get when i try to run KDE's cd player > > > > i get a similar one in gnomes...its something like make sure cd rom > > support is in your kernel code. > > > > my cd-rom works fine for everything else ecept when i try to use a cd > > player to play a music cd. BTW i tried a chmod 777 /dev/rmatcd0c and > > still recieved the same errors. What is the cause of this? > > Probably because your cdrom is acd0c. At least, that is what is on my > machine. > > Kent > > > > > thank you for listening: ) > > > > -rob(just wants to listen to music)timko > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Kent Stewart > Richland, WA - Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message