View Full Version : MythTV/Fedora Core 6: Help - cannot detect DVD insertion


garsh
02-10-07, 08:10 AM
I'm running MythTV 2.0 over Fedora Core 6. I have a SATA DVD drive (/dev/scd0). KDE has no problem detecting a DVD insertion, but I cannot get MythTV to detect it.

Following the Fedora Myth(TV)ology HOWTO (http://wilsonet.com/mythtv/fcmyth.php), I disabled KDE's autorunning of inserted DVDs by removing ~/.kde/Autostart/Autorun.desktop. I also was going to adjust my /etc/fstab file as instructed, but it doesn't appear to have an entry for the optical drive like older versions of Fedora did:
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol02 /video xfs defaults 1 2
/dev/VolGroup00/LogVol01 swap swap defaults 0 0Does anybody have any ideas? Do I need to add a line to fstab, and if so, what should it look like?