eco2geek,

Line 2 in the fstab has mounted /dev/hda5 to /cdrom.

Log in as root and make a backup of the fstab file first. The edit it:-

Comment out the second line by adding a hex (#) in front of it.
Insert a 3rd line as such:-

/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0

Goto to /dev directory and type:-

chmod 777 /dev/cdrom
chmod a+r /dev/scd0

After that try playing audio cd and see if it works. If it does, you would have to mount /dev/hda5 to somewhere else.