[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

dvd burning problem, dvd+rw-tools, LG GSA-4120B



Hi all,

I just bought a LG GSA-4120B unit yesterday and immediately tried
burning a DVD-R with k3b (which uses growisofs), but it did not work.
I keep getting 03/0C/00 input/output (write) error.

I'm using dvd+rw-tools-5.21.4.10.8 vanilla.

Here are the relevant output and logs:

# uname -a
Linux mambo 2.6.8-gentoo-r3 #1 Fri Sep 3 16:08:26 EST 2004 i686 AMD Athlon(tm) XP 2800+ AuthenticAMD GNU/Linux

This particular kernel from gentoo has the following patch applied, so the
whole fuss about 2.6.8-scsi-whatever-dvdwriting-"bug"(*) should not be a
problem(?):

Index: linux-2.6.8.1-ck/drivers/block/scsi_ioctl.c
===================================================================
--- linux-2.6.8.1-ck.orig/drivers/block/scsi_ioctl.c	2004-08-19 19:58:28.041430003 +1000
+++ linux-2.6.8.1-ck/drivers/block/scsi_ioctl.c	2004-08-19 19:59:01.705207615 +1000
@@ -193,8 +193,6 @@ static int sg_io(struct file *file, requ
		return -EINVAL;
	if (copy_from_user(cmd, hdr->cmdp, hdr->cmd_len))
		return -EFAULT;
-	if (verify_command(file, cmd))
-		return -EPERM;
 
	/*
	 * we'll do that later

(Note: I tried with 2.6.7 too, just in case I'm wrong, but same problem.)
(*) http://k3b.plainblack.com/index.pl/news2

# dmesg | grep hdc
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hdc: HL-DT-ST DVDRAM GSA-4120B, ATAPI CD/DVD-ROM drive
hdc: ATAPI 79X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)

I use a new blank DVD-R media (Mr.Data 8x spindle, CMC really):

# dvd+rw-mediainfo /dev/hdc
INQUIRY:                [HL-DT-ST][DVDRAM GSA-4120B][A102]
GET [CURRENT] CONFIGURATION:
 Mounted Media:         11h, DVD-R Sequential
 Media ID:              CMC MAG. AE1
 Current Write Speed:   8.0x1385=11080KB/s
 Write Speed #0:        8.0x1385=11080KB/s
 Write Speed #1:        4.0x1385=5540KB/s
GET [CURRENT] PERFORMANCE:
 Write Performance:     6.0x1385=8310KB/s@[0 -> 227567]
                        8.0x1385=11080KB/s@[227568 -> 2298495]
 Speed Descriptor#0:    02/2298495 R@4.1x1385=5730KB/s W@8.0x1385=11080KB/s
 Speed Descriptor#1:    02/2298495 R@4.1x1385=5730KB/s W@4.0x1385=5540KB/s
READ DVD STRUCTURE[#0h]:
 Media Book Type:       25h, DVD-R book [revision 5]
 Legacy lead-out at:    2298496*2KB=4707319808
READ DISC INFORMATION:
 Disc status:           blank
 Number of Sessions:    1
 State of Last Session: empty
 Number of Tracks:      1
READ TRACK INFORMATION[#1]:
 Track State:           blank
 Track Start Address:   0*2KB
 Next Writable Address: 0*2KB
 Free Blocks:           2298496*2KB
 Track Size:            2298496*2KB
READ CAPACITY:          1*2048=2048

# growisofs -dvd-compat -Z /dev/hdc=/tmp/tj1-60.iso
Executing 'builtin_dd if=/tmp/tj1-60.iso of=/dev/hdc obs=32k seek=0'
/dev/hdc: "Current Write Speed" is 8.2x1385KBps.
         0/4679391232 ( 0.0%) @0x, remaining ??:??
         0/4679391232 ( 0.0%) @0x, remaining ??:??
:-[ WRITE@LBA=10h failed with SK=3h/ASC=0Ch/ACQ=00h]: Input/output error
:-( write failed: Input/output error
/dev/hdc: flushing cache
/dev/hdc: updating RMA
/dev/hdc: closing disc
/dev/hdc: reloading tray

And after I close the tray:

# dvd+rw-mediainfo /dev/hdc
INQUIRY:                [HL-DT-ST][DVDRAM GSA-4120B][A102]
GET [CURRENT] CONFIGURATION:
 Mounted Media:         11h, DVD-R Sequential
 Media ID:              CMC MAG. AE1
 Current Write Speed:   8.0x1385=11080KB/s
 Write Speed #0:        8.0x1385=11080KB/s
 Write Speed #1:        4.0x1385=5540KB/s
GET [CURRENT] PERFORMANCE:
 Write Performance:     6.0x1385=8310KB/s@[0 -> 227567]
                        8.0x1385=11080KB/s@[227568 -> 2298495]
 Speed Descriptor#0:    02/2298495 R@4.1x1385=5730KB/s W@8.0x1385=11080KB/s
 Speed Descriptor#1:    02/2298495 R@4.1x1385=5730KB/s W@4.0x1385=5540KB/s
READ DVD STRUCTURE[#0h]:
 Media Book Type:       25h, DVD-R book [revision 5]
 Legacy lead-out at:    2298496*2KB=4707319808
READ DISC INFORMATION:
 Disc status:           blank
 Number of Sessions:    1
 State of Last Session: empty
 Number of Tracks:      1
READ TRACK INFORMATION[#1]:
 Track State:           invisible incremental
 Track Start Address:   0*2KB
 Next Writable Address: 0*2KB
 Free Blocks:           2297888*2KB
 Track Size:            2297888*2KB
READ CAPACITY:          1*2048=2048

So, this is my 4th "coaster" so far :( all of them failed with the
same error, I tried with K3b, dvdrecord, cdrecord-prodvd.

What could be the problem? Any ideas?

In the meantime, I'm going to put the DVD burner in another PC with
Windows XP on it just to make sure that there's nothing wrong with the
hardware. (I could've done this yesterday but I was too pi**ed off to
do anything.) Currently I don't have any other media to try with, but
I'll buy different brands and type just to make sure it's not the
media, well actually I hope it's the media that's causing problem.

There is an official firmware update A111 from LG, I'm going to update
the firmware while it's in the XP box.

Thank you for your time and help.

Ronny

Attachment: pgpwCR51tpSkh.pgp
Description: PGP signature


Reply to: