LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-10-2011, 02:54 PM   #1
makh
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Rep: Reputation: Disabled
Smile Hardware Correction: How to change DVD write speed


I am now on Kernel 2.6.32-26

For me 16x CD write speed is okay.

I have old hardware which was able to write DVDs at 1x, back in previous linux version.

Now, I dont get speed of less than 4x.

Tested on k3b, xfburn, and brasero. But all start at bottom 4x write speed. k3b forced back to 4x.

Tried on the cli tools like: growisofs, wodim, cdrecord, dvdrecord, makedvd. The speed forced back to 4x.

EXAMPLE:
=========
~$ growisofs -Z /dev/dvd -R -J -speed=1 /~/data2
Executing 'genisoimage -R -J /~/data2 | builtin_dd of=/dev/dvd obs=32k seek=0'
I: -input-charset not specified, using utf-8 (detected in locale settings)
0.22% done, estimate finish Mon Oct 10 11:06:16 2011
0.44% done, estimate finish Mon Oct 10 11:06:17 2011
0.66% done, estimate finish Mon Oct 10 11:06:17 2011
/dev/dvd: "Current Write Speed" is 4.1x1352KBps.
0.88% done, estimate finish Mon Oct 10 11:46:02 2011
1.10% done, estimate finish Mon Oct 10 11:39:35 2011



>>>>>>>>> It seems the problem is in the device detection or configuration.


How can I do it?

Thanks in advance.....
 
Old 10-11-2011, 05:39 AM   #2
makh
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Can anyone guide me, where to find the device configuration.


/etc/hdparm.conf

doent seems to help out.
 
Old 10-11-2011, 06:31 AM   #3
fukawi1
Member
 
Registered: Apr 2009
Location: Melbourne
Distribution: Fedora & CentOS
Posts: 854

Rep: Reputation: 193Reputation: 193
I have absolutely nothing to base this on, but could it be a hardware limit set in the drive itself?
 
Old 10-11-2011, 06:36 AM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I have also noticed that modern drives do not burn at less than 4x. Why exactly do you need to burn slower than this ?
 
Old 10-11-2011, 12:20 PM   #5
makh
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
When I write at lower speed say 1x/2x, all dvd roms read it easily.

The same recorder cannot itself read at 4x written dvd.
 
Old 10-12-2011, 02:57 AM   #6
fukawi1
Member
 
Registered: Apr 2009
Location: Melbourne
Distribution: Fedora & CentOS
Posts: 854

Rep: Reputation: 193Reputation: 193
I have had similar reading issues as a result of using low quality disks. And have worked around it by lowering the write speed to as low as possible. Have you tried with some good quality disks?
 
Old 10-12-2011, 05:42 AM   #7
makh
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Hi fukawi1

I think the issue is not the dvd quality.

With my cd-recoder I wrote upto 52x. But the ones written at 16x had the best playback.

It is seen that dvd playback or reading depends on write speed. and best at lowest write speed.
 
Old 10-12-2011, 05:55 AM   #8
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Recording/burning at 'max' speed is always buggier than burning at a slower speed. x52 vs x16, yeah, even if you were using the best media you could find on a fast computer (for the time) its still likely to be lower quality than a slower burnt disc.

You would see similar effect if you compared a DVD burnt at x20 to a x4 burn. That doesnt mean that a x4 burn is going to be dodgy at all.

BTW, the minimum burn speed is set by the drives firmware.
 
1 members found this post helpful.
Old 10-12-2011, 11:34 AM   #9
makh
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Hi Cascade

If I run liveCD of Ubuntu 8.04, it lets me write at 1x.

But I have to under-grade and install 8.04 just to get lower speed. nd definitely miss a lot from 10.04. The usb read/wrtie is better in 10.04. Well many other advantages.

First I couldnt resolve xorg issue in gnome, so I jumped to xfce (Problem 80% solved). Now I am having hard time by DVD-RW.
 
Old 10-14-2011, 12:21 AM   #10
makh
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
So its IMPOSSIBLE?
 
Old 10-14-2011, 02:25 AM   #11
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,290

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
IOf your dvd reader can't read a x4 written dvd (by itself), it is no much use. Time to say goodbye.

Try cdrecord [other_crazy_options] -vvn speed=1 some.iso
That will give you a speed of 1 for the device and will simulate a write at the lowest speed, and will tell you in the verbose output what that speed is.
 
Old 10-14-2011, 05:28 AM   #12
makh
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
In ubuntu 104 wodim has replaced cdrecord.

K3b uses wodim to write.

In k3b I issued record speed 1x, but it changed it to write at 4x.
 
Old 10-15-2011, 03:09 AM   #13
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,290

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
wodim is similar - you can set the speed in that.But I repeat,
Quote:
If your dvd reader can't read a x4 written dvd (by itself), it is no much use. Time to say goodbye.
 
Old 10-15-2011, 12:10 PM   #14
makh
LQ Newbie
 
Registered: Oct 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Hi bisiness_kid

All my work is fine with this dvd dev.

I fail to understand why I must go to get a new one.

All that needs to be done is cut down the write speed. The device is capable to do that.

Last edited by makh; 10-15-2011 at 12:12 PM. Reason: word giving a wrong meaning
 
Old 10-16-2011, 03:08 AM   #15
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,290

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Quote:
Originally Posted by makh View Post
Hi bisiness_kid
All my work is fine with this dvd dev.
I fail to understand why I must go to get a new one.
All that needs to be done is cut down the write speed. The device is capable to do that.
You have also told us
Quote:
When I write at lower speed say 1x/2x, all dvd roms read it easily.
The same recorder cannot itself read at 4x written dvd.
That's why I suggested looking to a replacement. Everyone agrees slower is better. But if your drive cannot read what it writes at 4x that's a basic functionality lacking.
 
  


Reply



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
change dvd read speed when copying dvd OMT Slackware 3 07-22-2007 03:01 PM
K3B Change Write Speed usaf_sp Linux - Hardware 2 11-09-2005 02:48 PM
change k3b write speed? ebasi Linux - Software 2 08-03-2004 03:09 AM
k3b: (growisofs) :-( Failed to change write speed greigster Linux - Hardware 1 01-21-2004 04:04 AM
DVD write/read speed check excel28 Linux - Hardware 4 12-08-2003 12:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:55 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