Results 1 to 6 of 6
As the title says, i get Input/Output error every time I try to record a DVD with k3b.
However, I don't have any problems recordng CDs.
Could I have anything ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-20-2005 #1Just Joined!
- Join Date
- Jan 2004
- Location
- Portugal
- Posts
- 93
Input/Output error recording DVDs with k3b
As the title says, i get Input/Output error every time I try to record a DVD with k3b.
However, I don't have any problems recordng CDs.
Could I have anything to do with me running it on a 2.4.29 kernel (slackware 10.1 default)?
Does kernel 2.6 have better suport for dvd recording? should I change?
Thnx!
- 04-21-2005 #2Just Joined!
- Join Date
- Apr 2005
- Location
- /usr/home/slith
- Posts
- 93
Yeah, you betta believe it!
Yes, the problem is probabilly your kernel (or your recorder...) but never k3b (cause it dont even burn, just a front end, cdrecorder do everything).
You may use the 2.6.x series or try in other OS and see if it is not a recorder problem (try FreeBSD, the only with REAL recording) and if you get no error msg, it is the kernel, if you ge, i am sorry for you recorder
Oh, and make sure you have the dvd-rw+tools instaled and confugured (it is common to forget tham:P)
- 04-21-2005 #3Just Joined!
- Join Date
- Jan 2004
- Location
- Portugal
- Posts
- 93
what kind of configuration do I have to do to dvd-rw tools??
Is there any program I can run to configure it?
- 04-21-2005 #4Just Joined!
- Join Date
- Apr 2005
- Location
- /usr/home/slith
- Posts
- 93
Try this:P
What about www.google.com/linux for this time? :P
- 04-25-2005 #5Just Joined!
- Join Date
- Jan 2004
- Location
- Portugal
- Posts
- 93
That problem was fixed, the new problem is that I allways get this eror when trying to record a DVD.
i've read about this problem on some web-pages, but didn't find a way to solve it.Code::-( unable to PREVENT MEDIA REMOVAL: Operation not permitted
any ideas?!
- 04-25-2005 #6This patch fixed the problem on my system.Code:
diff -Naur linux-2.6.8.1-orig/drivers/block/scsi_ioctl.c linux-2.6.8.1/drivers/block/scsi_ioctl.c --- linux-2.6.8.1-orig/drivers/block/scsi_ioctl.c 2004-08-14 03:56:23.000000000 -0700 +++ linux-2.6.8.1/drivers/block/scsi_ioctl.c 2004-08-21 09:38:53.000000000 -0700 @@ -193,8 +193,8 @@ return -EINVAL; if (copy_from_user(cmd, hdr->cmdp, hdr->cmd_len)) return -EFAULT; - if (verify_command(file, cmd)) - return -EPERM; + /*if (verify_command(file, cmd)) + return -EPERM;*/ /* * we'll do that laterI\'m so tired .....
#200472


Reply With Quote
