View Single Post
  #2  
Old 27-02-2001, 12:10
xena xena is offline
Die Hard Member
 
Join Date: Feb 2001
Posts: 250
Thanks: 0
Thanked 0 Times in 0 Posts
xena
u can get the working Serial slave "302sector" Discjuggler from go.to/selfboot
or try step by step guide


cdrecord -scanbus
"to get yr scsi-bud id first"

cdrecord dev=x,x,x speed=2 -multi -audio audio.raw
"x,x,x = yr scsibus-id"

cdrecord dev=x,x,x-msinfo
"msinfo usually 0,11700 or 0,11702"

mkisofs -C 0,1170? -o tmp.iso READ_ME.TXT

ipins tmp.iso data.raw

cdrecord dev=x,x,x speed=2 -multi -xa1 data.raw
Reply With Quote