LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-23-2004, 04:09 AM   #1
etim
LQ Newbie
 
Registered: Dec 2004
Posts: 21

Rep: Reputation: 15
k3b recognises but wont burn dual layer dvd


k3b wont burn my dual layer DVD+R
Having some serious problems trying to burn dvd videos on dual layer media. K3b correctly id's that it has DL media but hitting the burn key gives the following. I think I have all the latest low layer stuff, maybe theres another problem, can anyone out there help or point me somewhere else.

thanks

Heres the debug output...

System
-----------------------
K3b Version:0.11.18
KDE Version: 3.3.2-1.2.2.kde
QT Version: 3.3.3

[root@localhost root]# growisofs -version
* growisofs by , version 5.21,
front-ending to mkisofs: mkisofs 2.01 (i686-pc-linux-gnu)

uname -a
Linux localhost.localdomain 2.6.6-1.435 #1 Mon Jun 14 09:09:07 EDT 2004 i686 athlon i386 GNU/Linux

growisofs
-----------------------
Executing 'builtin_dd if=/dev/fd/0 of=/dev/hdb obs=32k seek=0'
/dev/hdb: splitting layers at 2035440 blocks
:-[ SEND DVD+R DOUBLE LAYER RECORDING INFORMATION failed with SK=3h/ASC=02h/ACQ=00h]: Input/output error

growisofs comand:
-----------------------
/usr/bin/growisofs -Z /dev/hdb=/dev/fd/0 -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=dao -dvd-compat -speed=1

mkisofs
-----------------------
/usr/bin/mkisofs: Warning: -follow-links does not always work correctly; be careful.INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
The pad was 16 for file VIDEO_TS.VOB
The pad was 16 for file VTS_01_6.VOB
The pad was 16 for file VTS_02_2.VOB
/usr/bin/mkisofs: Connection reset by peer. cannot fwrite 2048*1

mkisofs comand:
-----------------------
/usr/bin/mkisofs -gui -graft-points -volid K3b data project -volset -appid K3B THE CD KREATOR VERSION 0.11.18 (C) 2003 SEBASTIAN TRUEG AND THE K3B TEAM -publisher -preparer K3b - Version 0.11.18 -sysid LINUX -volset-size 1 -volset-seqno 1 -sort /tmp/kde-root/k3b3Qadoa.tmp -rational-rock -hide-list /tmp/kde-root/k3bGSVwSb.tmp -full-iso9660-filenames -follow-links -iso-level 2 -path-list /tmp/kde-root/k3brVUZtb.tmp -dvd-video /tmp/kde-root/k3bVideoDvd0 /root/.kde/share/apps/k3b/temp/dummydir0/

[root@localhost root]# growisofs -version
* growisofs by , version 5.21,
front-ending to mkisofs: mkisofs 2.01 (i686-pc-linux-gnu)
 
Old 12-23-2004, 04:35 AM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Try copying the vob files and other files from the DVD to the hard drive. Then make an ISO image. Next try using k3b again but use the ISO image.
 
Old 12-24-2004, 10:56 AM   #3
etim
LQ Newbie
 
Registered: Dec 2004
Posts: 21

Original Poster
Rep: Reputation: 15
I cant get that to work either

Hi, thanks for the feedback but I think I've already tried something like this using growisofs (which as I understand it does effectively the same thing but in one command).

Unless you mean use mkisofs directly in which case could you supply the command params or point me somewhere to get them.

Heres the output including an strace. I think the problem is with mkisofs or I need another parameter to growisofs, which unfortunately seems to be the most difficult utility on the internet to get any info on ;-)

Note the line numbers on the strace are from my vi file.

growisofs -Z /dev/cdrom -V X -dvd-compat /mnt/hda2/FilmName/
Executing 'mkisofs -V X /mnt/hda2/FileName/ | builtin_dd of=/dev/cdrom obs=32k seek=0'
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
/dev/cdrom: splitting layers at 2007840 blocks
:-[ SEND DVD+R DOUBLE LAYER RECORDING INFORMATION failed with SK=3h/ASC=02h/ACQ=00h]: Input/output error


Heres an strace of the same thing...

rt_sigaction(SIGHUP, NULL, {SIG_DFL}, 8) = 0
115 rt_sigaction(SIGHUP, {0x8050f94, [HUP INT PIPE TERM], SA_ONESHOT}, NULL, 8) = 0
116 rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
117 rt_sigaction(SIGINT, {0x8050f94, [HUP INT PIPE TERM], SA_ONESHOT}, NULL, 8) = 0
118 rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
119 rt_sigaction(SIGTERM, {0x8050f94, [HUP INT PIPE TERM], SA_ONESHOT}, NULL, 8) = 0
120 rt_sigaction(SIGPIPE, NULL, {SIG_DFL}, 8) = 0
121 rt_sigaction(SIGPIPE, {0x8050f94, [HUP INT PIPE TERM], SA_ONESHOT}, NULL, 8) = 0
122 write(2, "/dev/cdrom: \"Current Write Speed"..., 51/dev/cdrom: "Current Write Speed" is 1.0x1385KBps.
123 ) = 51
124 ioctl(4, 0x2285, 0xfee62798) = 0
125 time(NULL) = 1103906925
126 rt_sigprocmask(SIG_BLOCK, [HUP INT PIPE TERM], NULL, 8) = 0
127 ioctl(4, 0x2285, 0xfee62788) = 0
128 write(2, ":-[ WRITE@LBA=0h failed with SK="..., 53:-[ WRITE@LBA=0h failed with SK=5h/ASC=30h/ACQ=05h]: ) = 53
129 write(2, "Wrong medium type\n", 18Wrong medium type
130 ) = 18
131 write(2, ":-( media is not formatted or un"..., 43:-( media is not formatted o r unsupported.
132 ) = 43
133 write(2, ":-( write failed: Wrong medium t"..., 36:-( write failed: Wrong medi um type
134 ) = 36
135 rt_sigprocmask(SIG_BLOCK, [HUP INT PIPE TERM], NULL, 8) = 0
136 exit_group(124) = ?

Last edited by etim; 12-24-2004 at 11:01 AM.
 
Old 01-07-2005, 03:43 AM   #4
J.K
Member
 
Registered: Dec 2003
Location: Australia
Distribution: mandrake 10.1 Official
Posts: 218

Rep: Reputation: 30
Do you have transcode installed? Without it and it's dependencies you won't be able to do what you are attempting.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD Drives - Dual Layer or double layer? Groundhog1248 Linux - Hardware 2 09-23-2009 09:30 PM
k3b wont burn dual layer media etim Linux - Software 2 09-24-2005 08:05 PM
K3b (re 3.3.0) will not play or burn MPEG 4 layer suse2166 Linux - Software 6 03-25-2005 09:16 PM
Problem burning double layer DVD with K3B alberto2498 Linux - Software 5 03-05-2005 11:45 AM
K3b dual layer DVD burn zenith_zth Linux - Software 7 02-04-2005 04:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration