Date: Tue, 26 Mar 2002 01:19:00 -0500 (EST) From: Peter Leftwich <Hostmaster@Video2Video.Com> To: Dale Morri <dlm@well.com> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: sound problem Message-ID: <20020326011608.F7437-100000@earl-grey.cloud9.net> In-Reply-To: <20020325204201.A70947@well.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <PLEXTOR CD-R PX-W124TS 1.06> Removable CD-ROM SCSI-2 device > cd0: 20.000MB/s transfers (20.000MHz, offset 8) > cd0: cd present [199751 x 2048 byte records] > pcm0: <AudioPCI ES1373-8> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020326011608.F7437-100000>