Linux CD-ROM Game System |
||
| YAMAMORI Takenori <yamamori@kt.rim.or.jp> | ||
I used cdrecord-1.8.1.tar.gz downloaded from the following:
http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
The archive of cdrecord includes mkisofs, too. Extract it on a suitable directory, and modify a file as follows:
(Modifying DEFAULTS/Defaults.linux)
----
INS_BASE= /opt/schily
V
INS_BASE= /usr/local
----
And make it as follows:
$ ./Gmake.linux $ su # ./Gmake.linux install
Now, cdrecord, mkisofs, and some other utilities are installed on /usr/local/bin.
Make it sure that a CD-R drive is recognized in "cdrecord -scanbus" command.
# cdrecord -scanbus
Cdrecord 1.8.1 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jrg Schilling
Using libscg version 'schily-0.1'
scsibus0:
0,0,0 0) 'Logitec ' 'LHD-U15H/E ' '200I' Disk
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) 'TEAC ' 'CD-R56S ' '1.0E' Removable CD-ROM
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
|
In the example above, TEAC CD-R56S is recognized. (LHD-U15H/E is a SCSI hard drive) Remember the left "0,4,0" in order to add an option "dev=0,4,0" to cdrecord command later.