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 ...
- 12-02-2009 #1Just 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.
- 12-02-2009 #2Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
Did you set speed? Select a slower speed 8x or 10x and try.
- 12-02-2009 #3
Seems similar to this bug.
Possible solution in this comment to the bug.
Check that you are a member of the cdrom groupIf notCode:cat /etc/group | grep cdrom
Where <USER> is your username.Code:sudo gpasswd -a <USER> cdrom
Add suggested line
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.Code:echo "@cdrom - memlock unlimited" | sudo tee -a /etc/security/limits.conf
ftp://ftp.berlios.de/pub/cdrecord/alpha/
- 12-03-2009 #4Just 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.
- 12-08-2009 #5Actually, 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.
Originally Posted by Skinny-Mini
https://launchpad.net/~ubuntu-burning/+archive/ppa
- 12-09-2009 #6Just 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)
- 12-10-2009 #7Just 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.


Reply With Quote