Fedora 20 does not recognize DVD/CD Drive
I recently installed Fedora 20 on an old Dell machine that I had lying around. Everything seems to be going smoothly, but when I inserted a CD into the drive, nothing happens. USB inputs seem to work alright, but Fedora doesn't seem to recognize my DVD/CD drive.
I am assuming this is a missing driver. I googled around a bit but didn't see anything about others with this issue. Any idea which driver to install or how to proceed?
EDIT
I have performed all of the standard install steps, including yum update
Have you done a yum update already after the install? If not please run as root
yum clean all
,yum update
What is the output of this command:
ls /dev/sr*
@hedayat Thanks for reply, I am at work currently; but will respond as soon as I get home to run the command.
ls /dev/sr*
returned no results,dmesg | egrep -i --color 'cdrom|dvd|cd/rw|writer'
also returns nothingIs the drive enabled in BIOS? Worth a check.