LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   k3b dvd burn error (https://www.linuxquestions.org/questions/linux-software-2/k3b-dvd-burn-error-533261/)

madgenius 02-28-2007 08:43 AM

k3b dvd burn error
 
Hi,

I've been using openSUSE 10.2 for the last couple of months, and had no problem burning CDs/DVDs with k3b.

I sat down to do some backups yesterday. The first DVD+R gave me no problems (I resumed a multi-session disk), but have not been able to burn any more disks since.

Could anyone help me with this? I have copied the error log below.

Code:

System
-----------------------
K3b Version: 1.0rc5

KDE Version: 3.5.5 "release 45.2"
QT Version:  3.3.7
Kernel:      2.6.18.2-34-default
Devices
-----------------------
UNKNOWN DVD+RW RW8160 1.03 (/dev/hdc, ) [CD-R, CD-RW, CD-ROM, DVD-ROM, DVD+R, DVD+RW] [DVD-ROM, DVD+RW, DVD+R, CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R96R]

Used versions
-----------------------
mkisofs: 2.1.1a05+ck1,
growisofs: 7.0

growisofs
-----------------------
Executing 'builtin_dd if=/dev/fd/0 of=/dev/hdc obs=32k seek=0'
/dev/hdc: "Current Write Speed" is 2.4x1352KBps.
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
:-[ WRITE@LBA=0h failed with SK=4h/ASC=91h/ACQ=C1h]: Input/output error
:-( write failed: Input/output error

growisofs command:
-----------------------
/usr/bin/growisofs -Z /dev/hdc=/dev/fd/0 -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=tracksize:2286568 -dvd-compat -speed=2.4 -use-the-force-luke=bufsize:32m

mkisofs
-----------------------
2286568
I: -input-charset not specified, using UTF-8 (detected in locale settings)
  0.02% done, estimate finish Wed Feb 28 20:11:13 2007
  0.04% done, estimate finish Wed Feb 28 20:11:13 2007

mkisofs command:
-----------------------
/usr/bin/mkisofs -gui -graft-points -volid Music 2 -volset  -appid K3B THE CD KREATOR (C) 1998-2006 SEBASTIAN TRUEG AND THE K3B TEAM -publisher  -preparer  -sysid LINUX -abstract  -copyright  -biblio  -volset-size 1 -volset-seqno 1 -sort /tmp/kde-madgenius/k3bQLZjac.tmp -rational-rock -hide-list /tmp/kde-madgenius/k3bBhEeza.tmp -joliet -joliet-long -hide-joliet-list /tmp/kde-madgenius/k3bXabhta.tmp -full-iso9660-filenames -iso-level 2 -path-list /tmp/kde-madgenius/k3bzSZJAa.tmp

Thanks a lot, & regards

fourchannel 02-28-2007 10:32 AM

Code:

Devices
-----------------------
UNKNOWN DVD+RW RW8160 1.03 (/dev/hdc, ) [CD-R, CD-RW, CD-ROM, DVD-ROM, DVD+R, DVD+RW] [DVD-ROM, DVD+RW, DVD+R, CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R96R]

Used versions
-----------------------
mkisofs: 2.1.1a05+ck1,
growisofs: 7.0

growisofs
-----------------------
Executing 'builtin_dd if=/dev/fd/0 of=/dev/hdc obs=32k seek=0'
/dev/hdc: "Current Write Speed" is 2.4x1352KBps.
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
          0/4682891264 ( 0.0%) @0x, remaining ??:?? RBU 100.0% UBU  0.0%
:-[ WRITE@LBA=0h failed with SK=4h/ASC=91h/ACQ=C1h]: Input/output error
:-( write failed: Input/output error

2 things I noticed.

1.) Your DVD burner (/dev/hdc) can't be identified, which can definetly crap out trying to burn stuff.

2.) You're getting an I/O error when trying to burn from k3b (if=/dev/fd/0 of=/dev/hdc). Could it be that you don't have the right permissions setup on the device? Everytime I rebuild k3b, I have to launch the k3b setup. (Settings -> K3b Setup). The setup program should correctly set the permissions for you. Sometimes you even have to add your username to the group 'burning' or something, depends on how your distribution is setup.

3.) This is an afterthought. Are you sure the DVD burner itself is physically installed correctly? Like if the jumpers for master and slave are set, and it the cable is plugged in all the way, stuff like that.

madgenius 02-28-2007 11:52 AM

Hi fourchannel,

Thanks for the help.

1. DVD burning hasn't been a problem all these years. It's an old laptop, and I've been using it since SuSE 9.0

openSUSE 10.2 didn't have a problem either - this is just since yesterday.

2. I ran k3bsetup, with user added in the 'burning' group. Didn't solve the problem
(It doesn't seem to be a problem with k3b - just installed GNOMEBaker - and it too gave me an I/O error)

Any idea on what could be wrong?

Regards

fourchannel 02-28-2007 01:02 PM

Well, we narrowed the hardware out of the problem. So we know that the problem lies somewhere within the software.

Running programs as root is generally a bad idea, cause should the program mess up or become compromised, your whole system could be trashed.

But for this, lets see if running k3b as root gives the same problem, or if it burns correctly. Should this be the problem, then permissions is what is keeping you from burning as a normal user.

In KDE, go to the start menu, and run "Run Program...", and type this in. This command will launch k3b with root privileges.
Code:

kdesu k3b

madgenius 03-01-2007 10:47 AM

running as root too didn't solve the problem.

now it's even stopped writing to CDs. Looks more like a hardware failure now. Will have to see if it works in windows.

fourchannel 03-01-2007 12:03 PM

K. Let me know what you find out.

madgenius 03-02-2007 08:01 AM

According to Windoze, I have no CD drive. Think now that there must be some sort of electrical problem.

Thanks for all the help.

fourchannel 03-02-2007 12:44 PM

You're welcome. About your drive, I would check both the master/slave jumpers and the cables. Sometimes I think I have broken hardware, but usually it's simply its hookup.


All times are GMT -5. The time now is 03:05 AM.