Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cant Burn CD's
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
kazgar
n00b
n00b


Joined: 05 May 2003
Posts: 1
Location: Melbourne, OZ

PostPosted: Mon May 05, 2003 12:44 am    Post subject: Reply with quote

Just a follow up

This

Code:

      <M>   Include IDE/ATAPI CDROM support


is important, if its compiled into the kernel, it seems to override the hdx=ide-scsi boot time command, and the scsi support won't work. You can get around this with latest cdrecord, but cdrdao doesn't support the dev=ATAPI,0,0,0 type interface yet, so keep it as a module.

It also means if a new cdrdao comes out that supprts the new interface, you can probably drop the ide-scsi from grub and use atapi with no effort.

Nothing like 2 days of beating your head against the wall to find that out.

Thanks for the documentation though, it gave me the final clue.
Back to top
View user's profile Send private message
wimac
n00b
n00b


Joined: 20 Jun 2002
Posts: 28
Location: st. louis, mo

PostPosted: Mon May 05, 2003 1:00 am    Post subject: Reply with quote

Heres a few alias' that might help you along.

Code:
 
alias makeiso='sudo mkisofs -o' $2 '-JDfrv -V' $1
alias mountiso='sudo mount -t iso9660 -o ro,loop=/dev/loop0 '
alias makecd='sudo nice -n -18 cdrecord -eject -v -driveropts=burnproof -data dev=0,0,0 speed=32'

alias makemulti='sudo nice -n -18 cdrecord -eject -v -driveropts=burnproof dev=0,0,0 -multi'

alias multiiso='mkisofs -o' $1 '-Jr -V Session2 -C `cdrecord dev=0,1,0 -msinfo` -M 0,0,0' $2


_________________
-------------------
\/\/ | /\/\ /\ [
w i m a c

rm -rf /bin/laden
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
Goto page Previous  1, 2
Page 2 of 2

 
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