Find the answer to your Linux question:
Results 1 to 7 of 7
Yeah, I received an ISO image-file from my friend and when I try to burn it with GnomeBaker (and yes, I went to Tools and yadda-yadda-yadda), it won't burn. I ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Location
    That one place in that one state in that one country in that one continent in that one hemisphere.
    Posts
    21

    GnomeBaker ISO burning errors

    Yeah, I received an ISO image-file from my friend and when I try to burn it with GnomeBaker (and yes, I went to Tools and yadda-yadda-yadda), it won't burn. I copied the code from the screen:

    Code:
    wodim: No write mode specified.
    wodim: Asuming -tao mode.
    wodim: Future versions of wodim may have different drive dependent defaults.
    wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.scsidev: '/dev/sr1'
    devname: '/dev/sr1'
    scsibus: -2 target: -2 lun: -2
    Linux sg driver version: 3.5.27
    Wodim version: 1.1.9
    SCSI buffer size: 64512
    Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
    communication breaks or freezes immediately after that.
    TOC Type: 3 = CD-ROM XA mode 2
    Device type    : Removable CD-ROM
    Version        : 5
    Response Format: 2
    Capabilities   : 
    Vendor_info    : 'HL-DT-ST'
    Identification : 'DVD+-RW GWA4164B'
    Revision       : 'D108'
    Device seems to be: Generic mmc2 DVD-R/DVD-RW.
    Current: 0x0009 (CD-R)
    Profile: 0x002B (DVD+R/DL) 
    Profile: 0x001B (DVD+R) 
    Profile: 0x001A (DVD+RW) 
    Profile: 0x0014 (DVD-RW sequential recording) 
    Profile: 0x0013 (DVD-RW restricted overwrite) 
    Profile: 0x0011 (DVD-R sequential recording) 
    Profile: 0x0010 (DVD-ROM) 
    Profile: 0x000A (CD-RW) 
    Profile: 0x0009 (CD-R) (current)
    Profile: 0x0008 (CD-ROM) 
    Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
    Driver flags   : MMC-3 SWABAUDIO BURNFREE 
    Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
    Drive buf size : 1114112 = 1088 KB
    FIFO size      : 12582912 = 12288 KB
    Speed set to 2822 KB/s
       4 seconds.   3 seconds.   2 seconds.   1 seconds.   0 seconds. Operation starts.
    Waiting for reader process to fill input buffer ... input buffer ready.
    Performing OPC...
    Starting new track at sector: 0
    Errno: 5 (Input/output error), write_g1 scsi sendcmd: no error
    CDB:  2A 00 00 00 00 00 00 00 1F 00
    status: 0x2 (CHECK CONDITION)
    Sense Bytes: 70 00 05 00 00 00 00 0E 00 00 00 00 64 00 00 00
    Sense Key: 0x5 Illegal Request, Segment 0
    Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0
    Sense flags: Blk 0 (not valid) 
    cmd finished after 0.001s timeout 40s
    wodim: A write error occured.
    wodim: Please properly read the error message above.
    
    write track data: error after 0 bytes
    Writing  time:    5.102s
    Average write speed 738.0x.
    Fixating...
    Errno: 5 (Input/output error), close track/session scsi sendcmd: no error
    CDB:  5B 00 02 00 00 00 00 00 00 00
    status: 0x2 (CHECK CONDITION)
    Sense Bytes: 70 00 05 00 00 00 00 0E 00 00 00 00 64 00 00 00
    Sense Key: 0x5 Illegal Request, Segment 0
    Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0
    Sense flags: Blk 0 (not valid) 
    cmd finished after 0.011s timeout 480s
    cmd finished after 0.011s timeout 480s
    Fixating time:    0.030s
    wodim: Cannot fixate disk.

  2. #2
    sv*
    sv* is offline
    Just Joined!
    Join Date
    Dec 2009
    Posts
    2
    Did you set speed? Select a slower speed 8x or 10x and try.

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Seems similar to this bug.


    Possible solution in this comment to the bug.

    Check that you are a member of the cdrom group
    Code:
    cat /etc/group | grep cdrom
    If not
    Code:
    sudo gpasswd -a <USER> cdrom
    Where <USER> is your username.

    Add suggested line
    Code:
    echo "@cdrom - memlock unlimited" | sudo tee -a /etc/security/limits.conf
    Another option is to try the original cdrtools over the cdrkit fork. Unfortunately, I couldn't find Ubuntu packages for it, so you would need to build it from source.
    ftp://ftp.berlios.de/pub/cdrecord/alpha/

  4. #4
    Just Joined!
    Join Date
    Oct 2009
    Location
    That one place in that one state in that one country in that one continent in that one hemisphere.
    Posts
    21
    Well, I did the "memlock unlimited" thing but still got the same answer. Sometimes, I got "No disk \ Wrong disk!" when a perfectly-good blank CD is inside. CD-R, 700MB free.

    And my slowest speed is 4X, which is what I usually always use.

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Quote Originally Posted by Skinny-Mini
    You said how I needed to download it from source, which I'm not sure on how to do that.
    Actually, I provisionally take that back. It looks like a fairly complicated program to compile. I think these packages may work with karmic and I would give them a try first.

    https://launchpad.net/~ubuntu-burning/+archive/ppa

  6. #6
    Just Joined!
    Join Date
    Dec 2009
    Posts
    6
    Try installing "k3b" from synaptic, then run this as root and see if you can burn from this. This is the kde burner that I use all the time in gnome ubuntu and have never had problems, having used it on many different hardware setups (both laptops and desktops)

  7. #7
    Just Joined!
    Join Date
    Oct 2009
    Location
    That one place in that one state in that one country in that one continent in that one hemisphere.
    Posts
    21
    Well, I moreover found out that the main cause is that the computer is not reading the CDs.

Posting Permissions

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