cdrdao for psx to bin/cue

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
knoweffex
Linux User
Posts: 18
Joined: Tue Jan 20, 2004 10:08 pm

cdrdao for psx to bin/cue

Post by knoweffex »

hi, i'm trying to make bin/cue files from my playstation game discs using cdrdao as i read that this program can read the correct data and audio sectors but when i try to read the disc the program tells me that it can't find the cdrom. i understand that linux can't read ATAPI drives directly and so it uses SCSI emulation so i need the SCSI address of the device which should be either 0,1,0 or 0,2,0 i'm not quite sure. here's the error i get

Code: Select all

Xbox root # cdrdao read-cd --read-raw --datafile /mnt/downloads/driver2.bin --device 0,1,0 --driver generic-mmc-raw /mnt/downloads/driver2.toc
Cdrdao version 1.1.7 - (C) Andreas Mueller <andreas@daneb.de>
  SCSI interface library - (C) Joerg Schilling
  Paranoia DAE library - (C) Monty

Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.

ERROR: Cannot open SCSI device '0,1,0': Cannot open '/dev/pg1'
ERROR: Please use option '--device bus,id,lun', e.g. --device 0,6,0
ERROR: Cannot setup device 0,1,0.
Xbox root # 
as always any help would be greatly appreciated[/code]
Post Reply