From owner-freebsd-questions Mon Mar 25 22:19: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 25B1037B417 for ; Mon, 25 Mar 2002 22:19:01 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id D279428B33; Tue, 26 Mar 2002 01:19:00 -0500 (EST) Date: Tue, 26 Mar 2002 01:19:00 -0500 (EST) From: Peter Leftwich X-X-Sender: To: Dale Morri Cc: FreeBSD Questions Subject: Re: sound problem In-Reply-To: <20020325204201.A70947@well.com> Message-ID: <20020326011608.F7437-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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 -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message