LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-28-2005, 11:05 AM   #1
capu
LQ Newbie
 
Registered: Jun 2005
Location: Britain
Distribution: Debian Sid
Posts: 10

Rep: Reputation: 0
Question Burning ISO's to DVD-R


Hi,

I'm brand new to linux, and haven't gotten to grips with troubleshooting.

So if there's an easy way to find out what's going wrong, please just tell me and not flame me :-)

At the moment im using debian Sid. I did an apt-get of k3b, which installed version 0.11.20.

I'm trying to burn an ISO of a DVD I want to backup. I try by putting a dvd-r in the drive, opening up k3b: tools -> DVD -> Burn dvd image.

All goes fine up until the actual burn process starts. It prints the error: "Unable to GET EVENT: input/output error." - For the first time I let it burn anyway - it burnt at under 1x: but i didn't want to stop it incase it wasted the dvd. The dvd has the files on it, but wont play in any player.

I'm pretty sure all the dependancies are met.

It's using:
KDE v3.3.2
QT 3.3.4

If i've left out any info you need to help me out, please ask!

Thanks in advance,

CaPu // James

PS - I've done a load of web searches, followed advice from there, but still to no avail.
 
Old 06-28-2005, 12:13 PM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Are you trying to burn Data DVDs from ISO? or Video DVDs?
 
Old 06-28-2005, 05:21 PM   #3
capu
LQ Newbie
 
Registered: Jun 2005
Location: Britain
Distribution: Debian Sid
Posts: 10

Original Poster
Rep: Reputation: 0
I'm trying to burn Video DVD's for use in a dvd player.

I got the ISO by backing up a DVD I already own.

~CaPu
 
Old 06-28-2005, 05:27 PM   #4
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
What did you use to "backup" your DVD?
 
Old 06-28-2005, 05:46 PM   #5
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
What program did you use to backup the DVD?

Did you mount the image and use either mplayer, xine, vlc, or other DVD player program. You will have to specify the video_ts directory for the DVD device path.

I usually get "Unable to GET EVENT: input/output error" with kernel version <=2.6.10, so I have to make a CD or DVD with root even though permissions are set. If you are using 2.4.x or >=2.6.11, then the problem will go away.
 
Old 06-28-2005, 07:30 PM   #6
capu
LQ Newbie
 
Registered: Jun 2005
Location: Britain
Distribution: Debian Sid
Posts: 10

Original Poster
Rep: Reputation: 0
I used DVD Shrink through wine for the backup of the dvd.

I tested the *.iso through Mplayer, and the video played perfectly. - and I'm using Kernel version 2.4.27.

How do I run the program as root? Also, im not sure weather I mounted the file or not. I probably didn't... Could someone tell me how it's done?

Thanks in advance,

CaPu
 
Old 06-28-2005, 10:27 PM   #7
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
If you can play it in mplayer, then it should be good. To run k3b as root, try running 'sudo k3b' from the console. You may need to set the DISPLAY variable properly.
 
Old 06-28-2005, 10:44 PM   #8
capu
LQ Newbie
 
Registered: Jun 2005
Location: Britain
Distribution: Debian Sid
Posts: 10

Original Poster
Rep: Reputation: 0
I ran k3b as root, but got an error that my version of growisofs being out of date.

I went and installed the dvd+rw-tools package, and the error is still coming up..... I did a "growisofs --version" which told me it's v5.21. K3b is wanting =>5.10....

Any suggestions on that?

~CaPu
 
Old 06-28-2005, 10:57 PM   #9
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Hrrm... You should just be able to ignore the message and continue, if that's correct. But I suggest double checking that you don't have multiple copies of it installed or anything like that.
 
Old 06-28-2005, 11:49 PM   #10
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
You do not have to use root to write a CD or DVD when you are using 2.4.27.

To mount an image specify loop in -o option.
 
Old 06-29-2005, 12:27 AM   #11
capu
LQ Newbie
 
Registered: Jun 2005
Location: Britain
Distribution: Debian Sid
Posts: 10

Original Poster
Rep: Reputation: 0
K3b has disabled the option of burning dvd ISO's, following that error.

I get an interesting error when I use the command: growisofs -Z /dev/hdc = file.iso

Executing 'mkisofs = /home/capu/Desktop/undefined.ISO | builtin_dd of=/dev/hdc obs=32k seek=0'
INFO: ISO-8859-1 character encoding detected by locale settings.
Assuming ISO-8859-1 encoded filenames on source filesystem,
use -input-charset to override.
mkisofs: No such file or directory. Invalid node - =
:-( write failed: Input/output error

What does that one mean, and how can I pass it?

EDIT: I've cleared that one lol. New error is back to that "Unable to GET EVENT: input/output error"


I dont know if I've got multiple copies of growisofs, I guess anything's a possibility. How can I check?

~CaPu

Last edited by capu; 06-29-2005 at 12:30 AM.
 
Old 06-29-2005, 12:35 AM   #12
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Code:
find / -name growisofs
 
Old 06-29-2005, 02:16 AM   #13
capu
LQ Newbie
 
Registered: Jun 2005
Location: Britain
Distribution: Debian Sid
Posts: 10

Original Poster
Rep: Reputation: 0
Should it only find one?

it got
1) usr/bin/growisofs
2) usr/local/bin/growisofs

Does that mean i've done multiple installs, and if so, how do i "cure" it?

~CaPu
 
Old 06-29-2005, 02:35 AM   #14
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Well, you definitely have multiple copies installed, which I would've thought would be hard to do with apt. You didn't install one from source, by any chance, did you?

You can always just change the path K3B looks in for the program, under K3b's options.
 
Old 06-29-2005, 04:10 AM   #15
capu
LQ Newbie
 
Registered: Jun 2005
Location: Britain
Distribution: Debian Sid
Posts: 10

Original Poster
Rep: Reputation: 0
I installed one with source, yeah: I couldn't find it on apt at all. The original was already on my pc....

I tried modifying the search paths for k3b, but it still doesn't want to work... The program's detected the latest version or growisofs, but continues to block the dvd-burning capability.

How can I remove the older version? Or even better, remove both & do a proper install?

~CaPu
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Burning CD iso's onto a DVD umpljazz Linux - Software 1 11-05-2004 08:59 PM
a little trouble burning ISO's dkostic Linux - Software 0 10-12-2004 07:53 PM
burning iso's Joey.Dale Linux - General 7 11-10-2003 10:53 AM
Error Burning ISO's!!!!!!! josh89 Mandriva 5 10-23-2003 11:45 AM
Burning avi's as iso's acid_kewpie Linux - General 3 09-15-2002 12:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration