From owner-freebsd-questions Tue Mar 26 5:10:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mpr200-2.esr.lvcm.net (100m.mpr200-2.esr.lvcm.net [24.234.0.81]) by hub.freebsd.org (Postfix) with ESMTP id 1A47537B41A for ; Tue, 26 Mar 2002 05:10:30 -0800 (PST) Received: from lymond.lvcablemodem.com (cm032.131.234.24.lvcm.com [24.234.131.32]) by 100m.mpr200-2.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id ABO23292; Tue, 26 Mar 2002 05:10:28 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcablemodem.com (8.11.6/8.11.4) id g2QDAhY25943 for freebsd-questions@FreeBSD.ORG; Tue, 26 Mar 2002 05:10:43 -0800 (PST) Date: Tue, 26 Mar 2002 05:10:43 -0800 From: Dale Morri To: FreeBSD Questions Subject: Re: sound problem Message-ID: <20020326051043.A23837@well.com> References: <20020325204201.A70947@well.com> <20020326011608.F7437-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020326011608.F7437-100000@earl-grey.cloud9.net>; from Hostmaster@Video2Video.Com on Tue, Mar 26, 2002 at 01:19:00AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Peter Leftwich [2002-03-25 22:22]: > On Mon, 25 Mar 2002, Dale Morri wrote: > > I am having problems getting my plextor scsi cdrom to work with kde. When I run cd player from the start menu I get the CDROM read or access error. Please make sure you have access permissions.. > > here's what I've done: > > ln -sf /dev/cd0c /dev/cdrom > > chmod 666 /dev/cdrom > > chmod 666 /dev/cd0c > > chmod 666 /dev/mixer > > Here's what dmesg says: > > Waiting 15 seconds for SCSI devices to settle > > Mounting root from ufs:/dev/ad0s1a > > cd0 at ahc0 bus 0 target 4 lun 0 > > cd0: Removable CD-ROM SCSI-2 device > > cd0: 20.000MB/s transfers (20.000MHz, offset 8) > > cd0: cd present [199751 x 2048 byte records] > > pcm0: port 0xc400-0xc43f irq 9 at device 16.0 on > > pci0 > > > > what am I not seeing here? > > thanks > > dale > > Chmodding the cd device (/dev/) shouldn't matter really. Did you mount the > CD drive properly? Either make sure you have the proper entry in your > /etc/fstab file (mine is not SCSI but looks like this): > > #/dev/acd0c /dvd cd9660 ro 0 0 > #/dev/acd1c /cdrw cd9660 rw 0 0 > > or try something like this on your command line: > > mount -t cd9660 /dev/cd0 /cdrom_drive_folder_you_mkdir_first The strange part of this is that I just discovered I can play CD's with grip, but not with the kde player or freeamp. I'll try this and see if it makes a difference. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message