Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ATAPI bruning with dvdrecord
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Lonely-Star
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jul 2003
Posts: 82

PostPosted: Tue Jan 06, 2004 9:25 am    Post subject: ATAPI bruning with dvdrecord Reply with quote

Hi everybody,
is it possible to do ATAPI burning with dvdrecord?
If I call "dvdrecord dev=ATAPI: -scanbus"
I get:
Code:
dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
Based on:
Cdrecord 1.11a15 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
WARNING: device not valid, trying to use default target...
scsidev: 'ATAPI:'
devname: 'ATAPI'
scsibus: 0 target: 6 lun: 0
dvdrecord: No such file or directory. Cannot open 'ATAPI'. Cannot open SCSI driver.
dvdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.

So, is it possible at all?
Thanks!
Back to top
View user's profile Send private message
Brrakker
n00b
n00b


Joined: 20 Dec 2002
Posts: 69
Location: Hamburg

PostPosted: Tue Jan 06, 2004 9:43 am    Post subject: Reply with quote

Please search before posting!
It is already under Documentation, Tips & Tricks.
https://forums.gentoo.org/viewtopic.php?t=71952
Back to top
View user's profile Send private message
simbal
n00b
n00b


Joined: 30 Aug 2003
Posts: 7

PostPosted: Tue Jan 06, 2004 4:06 pm    Post subject: Reply with quote

Quote:
Please search before posting!
It is already under Documentation, Tips & Tricks.
https://forums.gentoo.org/viewtopic.php?t=71952

this is about ATAPI burning with cdrtools

the libscg in dvdrtools does not include the ata interface yet, so you have to use the kernel's atapi (aka scsi-emulation)
you might however try the ordinary cdrtools with mandrake's dvd patch (automatically included if you emerge cdrtools with 'dvdr' in USE) to do atapi dvd recording.
Back to top
View user's profile Send private message
The Shadow Surfer
Tux's lil' helper
Tux's lil' helper


Joined: 08 Jun 2002
Posts: 102
Location: Denmark

PostPosted: Sun Jan 11, 2004 5:19 pm    Post subject: Reply with quote

emerge the newest cdrecored i portage (it's masked), it has unofficial dvd support... official or not, it's there...

I have version 2.01_alpha23
Back to top
View user's profile Send private message
srob99
n00b
n00b


Joined: 14 Oct 2003
Posts: 48
Location: Perth WA

PostPosted: Sat Jul 03, 2004 5:28 am    Post subject: Reply with quote

I tried to burn an iso onto a DVD recently (and failed). After some research, I found (from the portage Changelog) that the dvdr patch has been removed from cdrtools ebuild. (cdrtools-2.01_alpha28-r1.ebuild) The maintainer cited cdr burning issues, with the dvdr patch included.

Why can't it stay in, if there are any problems with it then people can just USE="-dvdr" emerge cdrtools? Perhaps a different USE flag, so that people who have set +dvdr can still burn cdrs without problems. (for example USE="dvdr_breaks_cdr_burning" emerge cdrtools .. or something more sensible) - at least this way there is still a way to burn DVDRs using cdrecord on an ATAPI idecd dvdr burner. (ie not using the ide-scsi module)

I had to emerge an older version of the ebuild to burn the iso to DVD. (cdrtools-2.01_alpha25.ebuild)

If dvdr support is definitely removed for good from cdrtools, can anybody suggest an alternative for burning all the 4Gb iso's ive made onto DVD-R.

Thanks!
Back to top
View user's profile Send private message
Mr Bonhomme
n00b
n00b


Joined: 03 Mar 2003
Posts: 32

PostPosted: Sat Jul 03, 2004 4:23 pm    Post subject: Reply with quote

You should try growisofs instead, it is in portage (app-cdr/dvd+rw-tools)

for example, this is what I use:
Code:

to create an iso:
mkisofs -dvd-video -R -J directory-path > image.iso

to burn an iso:
growisofs -dvd-compat -Z /dev/dvd-rw=image.iso

to burn a directory "on the fly"
growisofs -Z /dev/dvd-rw -udf -dvd-compat -R -J directory-path
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum