well first off, is /dev/cdrom the link to the cd recorder? If not I would make that.
Hi,
Ever since I installed fc3 in my system, I been trying to burn cds, play music and video. But none is working. can some body help me Please?
here is the result of
cdrecord -v -eject speed=8 /dev/cdrecorder /home/torecord
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
TOC Type: 1 = CD-ROM
scsidev: '/dev/cdrom'
devname: '/dev/cdrom'
scsibus: -2 target: -2 lun: -2
Error trying to open /dev/cdrom exclusively ... retrying in 1 second.
Error trying to open /dev/cdrom exclusively ... retrying in 1 second.
Error trying to open /dev/cdrom exclusively ... retrying in 1 second.
Error trying to open /dev/cdrom exclusively ... retrying in 1 second.
Error trying to open /dev/cdrom exclusively ... retrying in 1 second.
Error trying to open /dev/cdrom exclusively ... retrying in 1 second.
Error trying to open /dev/cdrom exclusively ... retrying in 1 second.
Error trying to open /dev/cdrom exclusively ... retrying in 1 second.
Error trying to open /dev/cdrom exclusively ... retrying in 1 second.
Error trying to open /dev/cdrom exclusively ... retrying in 1 second.
cdrecord: Device or resource busy. Cannot open '/dev/cdrom'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
and result of
cdrecord -scanbus
is like this
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c 1.83 04/05/20 Copyright 1997 J. Schilling'.
scsibus1:
1,0,0 100) 'CyberDrv' 'CW058D CD-R/RW ' '110D' Removable CD-ROM
1,1,0 101) 'LITEON ' 'DVD-ROM LTD163 ' 'GKS3' Removable CD-ROM
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
any help
Thanks
Roy.
well first off, is /dev/cdrom the link to the cd recorder? If not I would make that.
[quote author=Schotty link=board=1;threadid=10242;start=0#msg92480 date=1108747310]
well first off, is /dev/cdrom the link to the cd recorder? If not I would make that.
[/quote]
How can I check that?
Thanks
Roy
The command should be:
Or do as schotty suggested, link device nodes to whatever cdrecord is searching for. Alternatively you could edit cdrecord configuration file and point it to the actual device.Code:cdrecord -v -eject speed=8 -dev=1,0,0 /path/to/iso.iso
Good luck.
[quote author=cassius link=board=1;threadid=10242;start=0#msg92483 date=1108747559]
Alternatively you could edit cdrecord configuration file and point it to the actual device.
[/quote]
Crap, forgot that.
Hi,
when i tried this command to erase a cd
cdrecord -v dev=1,0,0 blank=fast
The result was
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
TOC Type: 1 = CD-ROM
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
cdrecord: Success. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
Thanks
Roy
hello,
can you please post the output of ls -l /dev/ | grep cdrom from a terminal.
thx
Hi,
Output is
lrwxrwxrwx 1 root root 3 Feb 18 11:41 cdrom -> hdc
lrwxrwxrwx 1 root root 3 Feb 18 11:41 cdrom1 -> hdd
Roy
Hi,
Output of ls -l /dev/ | grep cd
is
lrwxrwxrwx 1 root root 3 Feb 18 11:41 cdrom -> hdc
lrwxrwxrwx 1 root root 3 Feb 18 11:41 cdrom1 -> hdd
lrwxrwxrwx 1 root root 3 Feb 18 11:41 cdwriter -> hdc
and from this command ls -l /dev/
i found out this one.
lrwxrwxrwx 1 root root 3 Feb 18 11:41 dvd -> hdd
Thanks
Roy
hello,
i think the issue is that you are trying to write to a scsi device - and you are not using SCSI emualtion (this is good!). Try cdrecord --dev /dev/hdc blank=fast
just wondering - do you not like the GUI tools? Sure, command line is nice but so are the GUI tools - I like cdrecord and gcombust myself.
Bookmarks