LinHES Forums http://forum.linhes.org/ |
|
problem with burning recordings to dvd http://forum.linhes.org/viewtopic.php?f=11&t=7492 |
Page 1 of 1 |
Author: | lewisdw [ Fri Dec 23, 2005 11:18 am ] |
Post subject: | problem with burning recordings to dvd |
I'm trying to burn some recordings to dvd-r from mythweb. I've updated the 'dvd burn' to the latest and after I select the recordings and choose the 'burn to dvd' option, it processes the videos and the last part of the log states: Code: STAT: fixed 14 VOBUS
----- datestamp=23-12-2005 05:35 Removing temporary files Make ISO image = no Burn to DVD-R = yes Delete VIDEO_TS = no ----- datestamp=23-12-2005 05:35 Burning DVD-R image Sent UDP/XML packet to IP 255.255.255.255 and port: 6948 :-( /dev/dvd: media is not recognized as recordable DVD: 8 *********************************** MythTV BurnDVD stopped due to error *********************************** Sent UDP/XML packet to IP 255.255.255.255 and port: 6948 I have two DVD drives, both on the second IDE channel, drive 0 should be the dvd +/- r/rw and drive 1 is dvd-rom/cd-r/rw combo. I had a blank dvd-r in the dvd burner at the time. I'm thinking I have to tell it which DVD drive to use in a file somewhere?? Any help is appreciated. |
Author: | cesman [ Fri Dec 23, 2005 12:01 pm ] |
Post subject: | |
How many times do you intend to post things? |
Author: | lewisdw [ Fri Dec 23, 2005 9:51 pm ] |
Post subject: | |
I figured it out! This is what I did incase anyone else has this problem: Code: cat /var/log/dmesg |grep -i dvd From the output of the above, I found that my 2 dvd drives are /dev/hdc and /dev/hdd /dev/dvd was linked to /dev/hdd, which is the dvd-rom, not the burner. I did the following: Code: rm /dev/cdrom /dev/dvd
ln -s /dev/hdc /dev/dvd ln -s /dev/hdc /dev/cdrom chmod 666 /dev/hdc reboot After that, I tried mythburn and it worked with no problems. I hope this helps someone. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |