Hi all,
got a new problem with Linux, this time it's CD writing.
I've got a LITE-ON LTR-24103S IDE CD-Writer plugged in
and it's working absolutely fine - as long as I dont try
to write CD's with it *G*
I've followed the hints of this tutorial:
http://www.mandrakeuser.org/docs/utils/uiso.html
(The last section "Burning CD-Images" is the one I've tried to mimic)
and after that I've tried it out (logged in as root of course), here's what I've got so far:
*************************************************************************
cd '/home/faeroon/Desktop/too-CDR'
[root@localhost root]# cd '/home/faeroon/Desktop/too-CDR'
[root@localhost too-CDR]# cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jrg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'LITE-ON ' 'LTR-24103S ' 'XB03' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
[root@localhost too-CDR]# cdrdao --help
ERROR: Illegal command: --help
Cdrdao version 1.1.5 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
L-EC encoding library - (C) Heiko Eissfeldt
Paranoia DAE library - (C) Monty
Check
http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.
Usage: cdrdao <command> [options] [toc-file]
command:
show-toc - prints out toc and exits
toc-info - prints out short toc-file summary
toc-size - prints total number of blocks for toc
read-toc - create toc file from audio CD
read-cd - create toc and rip audio data from CD
read-cddb - contact CDDB server and add data as CD-TEXT to toc-file
show-data - prints out audio data and exits
read-test - reads all audio files and exits
disk-info - shows information about inserted medium
msinfo - shows multi session info, output is suited for scripts
unlock - unlock drive after failed writing
blank - blank a CD-RW
scanbus - scan for devices
simulate - shortcut for 'write --simulate'
write - writes CD
copy - copies CD
Try 'cdrdao <command> -h' to get a list of available options
[root@localhost too-CDR]# cdrdao write --device 0,0,0 --buffers 64 --eject test.cue
Cdrdao version 1.1.5 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
L-EC encoding library - (C) Heiko Eissfeldt
Paranoia DAE library - (C) Monty
Check
http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.
Using libscg version 'schily-0.5'
0,0,0: LITE-ON LTR-24103S Rev: XB03
ERROR: No driver found for 'LITE-ON LTR-24103S', available drivers:
cdd2600
generic-mmc
generic-mmc-raw
plextor
plextor-scan
ricoh-mp6200
sony-cdu920
sony-cdu948
taiyo-yuden
teac-cdr55
toshiba
yamaha-cdr10x
ERROR: Cannot setup device 0,0,0.
**********************************************************************
I've tried to find out if there are driver available for my drive
but I can't find any info about that
On cdrdao's site there's a list of all the supported drives
(
http://cdrdao.sourceforge.net/drives.html ) and mine's unfortunately not in it?!?
There are several LITEON drives but not the specific one I use.
I would be very glad if someone could tell me what I should try - maybe there's
other burn software I should use - maybe I've done the command wrong or what ever.
I'm still a Linux n00b, but I hope someone has mercy with me