My Debian Sid PC has recently stopped recognizing audio CDs.
I have a DVD drive and a CD-RW. The DVD will recognize and allow me to copy data on DVDs (for example, it will recognize my ETQW install DVD) onto my computer.
Both the DVD and CD-RW recognize when an audio CD is inserted. However, they will not mount the audio CD. Grip will recognize the audio CD and queue up the album title and track list, but it is not able to read the CD.
/etc/fstab
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda4 / ext3 defaults,errors=remount-ro 0 1
/dev/hda1 /boot ext2 defaults 0 2
/dev/hda3 /home ext3 defaults 0 2
/dev/hda2 none swap sw 0 0
/dev/hdc /mnt/dvd auto noauto,user,exec 0 0
/dev/hdd /mnt/cdrw auto rw,noauto,user,exec 0 0
dmesg
Code:
[ 3.500098] hdc: Pioneer DVD-ROM ATAPIModel DVD-114 0117, ATAPI CD/DVD-ROM drive
[ 4.284092] hdd: LITE-ON LTR-52246S, ATAPI CD/DVD-ROM drive
When I put an audio CD in either drive I get the following error message when I attempt to open the disc to review its contents (amarok won't recognize it either):
Quote:
"cdda:///dev/hdc" is not a valid location.
Please check the spelling and try again.
|
I really don't know what this means.
I am using Debian Sid with the 2.6.28-1-amd64 kernel. Gnome 2.22.3.
Any help you could provide would be appreciated. Thanks.