Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: cd burn not working

  1. #1

    cd burn not working

    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&#039.
    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.

  2. #2
    Moderator
    Good Guru
    Schotty's Avatar
    Join Date
    Jul 2001
    Location
    Milwaukee, WI
    Posts
    5,758

    Re:cd burn not working

    well first off, is /dev/cdrom the link to the cd recorder? If not I would make that.

  3. #3

    Re:cd burn not working

    [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

  4. #4
    Guest

    Re:cd burn not working

    The command should be:

    Code:
    cdrecord -v -eject speed=8 -dev=1,0,0 /path/to/iso.iso
    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.

    Good luck.

  5. #5
    Moderator
    Good Guru
    Schotty's Avatar
    Join Date
    Jul 2001
    Location
    Milwaukee, WI
    Posts
    5,758

    Re:cd burn not working

    [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.

  6. #6

    Re:cd burn not working

    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

  7. #7

    Re:cd burn not working

    hello,
    can you please post the output of ls -l /dev/ | grep cdrom from a terminal.
    thx

  8. #8

    Re:cd burn not working

    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

  9. #9

    Re:cd burn not working

    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

  10. #10

    Re:cd burn not working

    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.

Similar Threads

  1. Burn DVD Data
    By GhostDawg in forum Linux - Software, Applications & Programming
    Replies: 7
    Last Post: 04-05-2005, 08:22 PM
  2. Waimea...installed...not working
    By cybspur in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 04-01-2003, 04:18 AM
  3. Burn a CD
    By mugs in forum Linux - Software, Applications & Programming
    Replies: 32
    Last Post: 01-16-2003, 12:25 PM
  4. .profile not working correctly
    By NeoStarO1 in forum BSD
    Replies: 5
    Last Post: 08-09-2002, 03:10 AM
  5. cd-writer not working
    By teknik0s in forum Linux - Hardware, Networking & Security
    Replies: 5
    Last Post: 06-12-2002, 03:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •